/*/////////////////////////////// サポチューフォーム ///////////////////////////////*/

body {
padding: 0px;
margin: 10px;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/* フォーム */
#sy_table{
width: 100%;
}

/* 罫線 */

#sy_table td{
width: auto;
border: none;
display: block;
width: 1px;
min-width: 100%;
box-sizing: border-box;
}
#sy_table td:not(:target) /* IE9のみ */{
float: left \9; 
clear: both \9;
}



/* 項目名エリア・非公開項目（顧客・会員には非公開の項目） */
.sy_item,.sy_item_admin {
}

/* 入力エリア */
.sy_input{
margin-bottom: 5px;
}
.sy_input input, .sy_input textarea, .sy_input select {
width: auto;
max-width: 98%;
box-sizing: border-box;
}

/* 区切り見出し */
.sy_headline{
margin-bottom: 5px;
}

/* ボタン */
#sy_button{
width:100%;
}