/* ========
bs.css
==================================================== */
#bs h4{
margin-bottom: 5px;
color:#CC0000;
font-weight: bold;
font-size: 108%;
}
#bs h5{
font-weight: bold;
font-size: 108%;
}

#bs table.bs-list{
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
margin: 0 0 10px 0;
}
#bs table.bs-list th{
padding: 3px 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: #EEE;
font-weight: bold;
}
#bs table.bs-list td{
vertical-align: top;
}
#bs table.bs-list td{
padding: 3px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
#bs table.bs-list img.storesample{
margin-right: 5px;
}
#bs a{
text-decoration : underline;
}


/* フォーム */
#bs table.bs-list th.formhead{
width: 120px;
}
#bs input.ws{
width: 100px;
}
#bs input.wm{
width: 200px;
}
#bs input.wl{
width: 280px;
}

