<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*============================
  common layout
==============================*/
/*clearfix*/
.cf:before, .cf:after { content: " "; display: table;}
.cf:after { clear: both;}
.cf { *zoom: 1;}
/*common style*/
#fukuyaMain{ display: block;}
#fukuyaMain *{ font-size: 16px;}
#fukuyaMain .f_main{ width: 100%; margin: 0 auto; max-width: 800px;}
.cont{ width: 100%; float: left;}
@media screen and (max-width: 600px) {
#fukuyaMain *{ font-size: 15px;}
}
@media screen and (max-width: 500px) {
#fukuyaMain *{ font-size: 14px;}
}

/*------------------------------*/
#oyakudachi{ padding-bottom: 25px; margin-bottom: 50px;}
#oyakudachi &gt; .inner{ width: 100%;}
#oyakudachi &gt; .inner h4{ background: #444; color: #fff; text-indent: 1em; padding: 5px 0;}
#oyakudachi &gt; .inner ul{ width: 100%;}
#oyakudachi &gt; .inner ul li{ display: block; border: solid 1px #777; border-top:none;}
#oyakudachi &gt; .inner ul li a{ display: block; line-height: 40px; padding: 0 0 0 10%; position: relative;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(241,238,233,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(241,238,233,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(241,238,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1eee9',GradientType=0 );
}
#oyakudachi &gt; .inner ul li a::before{ width: 23px; height: 23px; content: ""; display: block; position: absolute; left:2%; top:8px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
#oyakudachi &gt; .inner ul li.buy1 a::before{ background: url(/assets/common/images/ico/oyakudachi/01.png) 50% 50% no-repeat #007442; background-size: cover;}
#oyakudachi &gt; .inner ul li.buy2 a::before{ background: url(/assets/common/images/ico/oyakudachi/02.png) 50% 50% no-repeat #007442; background-size: cover;}
#oyakudachi &gt; .inner ul li.buy3 a::before{ background: url(/assets/common/images/ico/oyakudachi/03.png) 50% 50% no-repeat #007442; background-size: cover;}
#oyakudachi &gt; .inner ul li.buy4 a::before{ background: url(/assets/common/images/ico/oyakudachi/04.png) 50% 50% no-repeat #007442; background-size: cover;}
#oyakudachi &gt; .inner ul li.sell1 a::before{ background: url(/assets/common/images/ico/oyakudachi/01.png) 50% 50% no-repeat #e6772d; background-size: cover;}
#oyakudachi &gt; .inner ul li.sell2 a::before{ background: url(/assets/common/images/ico/oyakudachi/02.png) 50% 50% no-repeat #e6772d; background-size: cover;}
#oyakudachi &gt; .inner ul li.sell3 a::before{ background: url(/assets/common/images/ico/oyakudachi/03.png) 50% 50% no-repeat #e6772d; background-size: cover;}
#oyakudachi &gt; .inner ul li.sell4 a::before{ background: url(/assets/common/images/ico/oyakudachi/04.png) 50% 50% no-repeat #e6772d; background-size: cover;}
#oyakudachi &gt; .inner ul li.sell5 a::before{ background: url(/assets/common/images/ico/oyakudachi/05.png) 50% 50% no-repeat #e6772d; background-size: cover;}
#oyakudachi &gt; .inner ul li.inv1 a::before{ background: url(/assets/common/images/ico/oyakudachi/04.png) 50% 50% no-repeat #333; background-size: cover;}
#oyakudachi &gt; .inner ul li.inv2 a::before{ background: url(/assets/common/images/ico/oyakudachi/03.png) 50% 50% no-repeat #333; background-size: cover;}
#oyakudachi &gt; .inner ul li.know1 a::before{ background: url(/assets/common/images/ico/oyakudachi/04.png) 50% 50% no-repeat #007442; background-size: cover;}
#oyakudachi &gt; .inner ul li.now a{ background: #e5e5e5; color: #666;}
#oyakudachi &gt; .inner ul li.now a::before{ background-color: #bbb;}
@media screen and (max-width: 380px) {
#oyakudachi &gt; .inner ul li a{ padding: 0 0 0 14%;}
}
/*------------------------------*/
.sub_pageLink { padding:0 0 30px; max-width: 100%; overflow: hidden;}
.sub_pageLink &gt; h3{width: 84%; margin:auto 3% 0; color: #fff; display: inline-block; padding: 3px 5%;}
.sub_pageLink &gt; ul{width: 94%; margin:auto 3% 0; }
.sub_pageLink &gt; ul li{ width: 100%; border: solid 1px #777; border-top: none; background: #f5f5f5;}
.sub_pageLink &gt; ul a{ display: block; text-indent: 1.2em; padding: 10px 0;}
/**/
.sub_pageLink#buyLinks &gt; h3{ background: #007442; border: solid 1px #007442;}
.sub_pageLink#buyLinks &gt; ul li{box-shadow: 8px 0 0 #007442 inset;}
.sub_pageLink#sellLinks &gt; h3{ background: #e6772d; border: solid 1px #e6772d;}
.sub_pageLink#sellLinks &gt; ul li{box-shadow: 8px 0 0 #e6772d inset;}
.sub_pageLink#sellLinks &gt; .bnr{ margin: 20px 3% 0;}
/*------------------------------*/
</pre></body></html>