/* -- 支払方法・配送方法・枠 -- */
#grid_label_radio_wbr {
width: 100%;
white-space:nowrap;/*改行*/
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}
#label {
line-height: 230%;
background-color: #FFFFFF;/*背景色*/
border: 1px solid #C5C5C5;
border-radius: 4px;/*角を丸く*/
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
}
input[type=text] {
font-family: vdl-logomaru, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 100%;
width: 100%;
text-decoration: none;
padding: 0px 5px 0px 5px;/*上・右・下・左*/
}
input[type=checkbox] {
margin: 0px 5px 0px 0px;/*上・右・下・左*/
}
input[type=radio] {
margin: 0px 5px 0px 0px;/*上・右・下・左*/
}
select{/* -- プルダウンメニュー -- */
font-family: vdl-logomaru, sans-serif;
font-style: normal;
font-weight: 400;
color: #2c5d71;
font-size: 100%;
border:1px solid #2c5d71;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 5px 0px 5px 0px;/*上・右・下・左*/
}
input.in{/* -- テキストボックス -- */
font-family: vdl-logomaru, sans-serif;
font-style: normal;
font-weight: 400;
color: #474747;
font-size: 100%;
text-align:center;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
width:50px;
height:30px;
}
textarea {/*備考欄サイズ*/
min-width: 100%;
min-height: 150px;
}