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

#gnav div.cart-nav ul li:first-child a:first-child, #gnav nav ul li:first-child a:first-child {
    background: url("../img/icon_home_white.png") no-repeat scroll left center transparent;
    margin: 0 30px 0 3px;
}
/* キャンペーン期間中css設定 */
.fx_price .fixed_price, 
.fx_price .taxin {
  text-decoration: line-through;
}
.special_price_str,
.special_price + span {
color: red;
}
@media only screen and (max-width: 768px){
#contents{
margin-top:10px!important;
}
}
/*トップページ*/
@media screen and (max-width: 768px){
#contents #guide .guide01 .top-area{
padding-top:3rem !important;
}
}
@only screen and (min-width: 769px){
      .fifa_title{
          margin-top:202px !important;
        }
}</pre></body></html>