<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*----------マニュアル----------*/
.boxGuide{  margin-bottom:35px; clear:both;}
.bid input{ height:40px !important; }

.subManual{ background:url(images/icon_book.png) no-repeat left center; padding:9px 0 5px 40px; font-size:18px;}
.subQuestion{ background:url(images/icon_question.png) no-repeat left 6px; padding:9px 0 5px 46px; font-size:22px;}


/*----------ご利用手順----------*/
p.number{ min-height:30px; padding-left:35px; }

p.number.no1{background:url(images/no_01.gif) no-repeat left top;}
p.number.no2{background:url(images/no_02.gif) no-repeat left top;}
p.number.no3{background:url(images/no_03.gif) no-repeat left top;}
p.number.no4{background:url(images/no_04.gif) no-repeat left top;}
p.number.no5{background:url(images/no_05.gif) no-repeat left top;}
p.number.no6{background:url(images/no_06.gif) no-repeat left top;}


/*----------------------------------------PC ＆ タブレット　641px以上----------------------------------------*/
@media only screen and (min-width: 641px) {
.boxGuide img{ float:left; }
.boxGuide p.tex{ float:right; width:220px; }
.boxGuide p.texAdd{ float:right; width:250px; }
}


/*----------------------------------------スマートフォン　640px以下----------------------------------------*/
@media only screen and (max-width: 640px) {
.boxGuide img{ margin-top:5px; }
}
</pre></body></html>