<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 */

.slider{
  width:100%;
  overflow: hidden;
  position: relative;
}
.slider:before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background:url(../img/index/bg_slider01.png);
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 490px;
  z-index:999;
}
.slider:after{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background:url(../img/index/bg_slider01.png);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 490px;
  z-index:999;
}
.slider ul li img{
  width:100%;
  height:auto;
}
.bx-wrapper .bx-prev {
	left: 50% !important;
  margin-left: -513px !important;
}

.bx-wrapper .bx-next {
	right: 50% !important;
  margin-right: -513px !important;
}



.bnrArea{
  background:url(../img/common/bg_washi01.jpg);
  padding:20px 0;
  margin-bottom: 25px;
}
.bnrArea ul{
  max-width:980px;
  margin:0 auto;
  overflow: hidden;
}
.bnrArea ul li{
  background:#fff;
  float:left;
}
.bnrArea ul li:nth-child(2n){
  float:right;
}

.container{
  margin-bottom: 25px;
}
.infoArea{
  width:600px;
  float:left;
}
.infoArea h2{
  font-size: 18px;
  background:url(../img/index/bg_title01.png) no-repeat left 1px;
  border-bottom:solid 2px #1e5183;
  padding:0 0 8px 40px;
  margin-bottom: 5px;
}
.infoArea ul{
}
.infoArea ul li{
  font-size: 12px;
  border-bottom:dashed 1px #b4b4b4;
  padding:9px 12px;
}
.infoArea ul li a{
  color:#666;
}
.infoArea ul li span{
  color:#0071a4;
  padding-right: 25px;
}

p.companyBnr{
  width:337px;
  float:right;
}
.shopArea {
  width: 100%;
  float: left;
  padding-top: 25px;
}
.shopBnr {
  float: left;
}
.shopBnr-yahoo {
  float: right;
}
.recommendArea{
  background:url(../img/common/bg_stripe01.png);
  padding-bottom: 20px;
}
.recommendArea h2{
  color:#fff;
  font-size: 18px;
  padding:6px 0 12px 35px;
  position: relative;
}
.recommendArea h2:after{
  content:url("../img/index/bg_title02.png");
  position: absolute;
  top: -2px;
  left: 0;
}
.recommendArea ul{
  overflow: hidden;
}
.recommendArea ul li{
  width: 164px;
  height: 175px;
  background:#fff;
  text-align:center;
  padding: 10px;
  margin:0 15px 15px 0;
  float:left;
  position: relative;
}
.recommendArea ul li:nth-child(5n){
  margin-right: 0;
}
.recommendArea ul li p{
  font-size: 12px;
  margin-top: 5px;
}
.recommendArea ul li p.detailBtn{
  width: 74px;
  line-height: 25px;
  background:#1e5183;
  border-radius:3px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.recommendArea ul li p.detailBtn:hover{
  opacity:0.8;
}
.recommendArea ul li p.detailBtn a{
  display: block;
  color:#fff;
}
.recommendArea ul li p.detailBtn a:hover{
  text-decoration: none;
}


@media screen and (max-width:767px){
  .slider:before{
    content:none;
  }
  .slider:after{
    content:none;
  }
  
  .bx-wrapper .bx-controls-direction a {
    margin-top: -15px !important;
    width: 30px !important;
    height: 30px !important;
  }
  
  .bx-wrapper .bx-prev {
    background-size:100% 100% !important;
    left: 5px !important;
    margin-left: 0 !important;
  }
  
  .bx-wrapper .bx-next {
    background-size:100% 100% !important;
    right: 5px !important;
    margin-right: 0 !important;
  }
  
  
  
  .bnrArea{
    background-size:100px auto;
    padding:20px 15px;
  }
  .bnrArea ul li{
    margin-bottom: 15px;
    float:none;
  }
  .bnrArea ul li:nth-child(2n){
    float:none;
  }
  .bnrArea ul li:last-child{
    margin-bottom: 0;
  }
  
  .container{
    padding:0 15px;
    margin-bottom: 30px;
  }
  .infoArea{
    width:100%;
    margin-bottom: 30px;
    float:none;
  }
  .infoArea h2{
    font-size: 15px;
    background-size:23px auto;
    padding:0 0 5px 30px;
    margin-bottom: 3px;
  }
  .infoArea ul{
  }
  .infoArea ul li{
    font-size: 11px;
    padding:7px;
  }
  .infoArea ul li a{
    color:#666;
  }
  .infoArea ul li span{
    padding-right: 15px;
  }
  
  p.companyBnr{
    width:100%;
    float:none;
  }
  .shopBnr {
    padding-bottom: 20px;
  }
  .recommendArea{
    background-size:60px auto;
    padding:0 15px 20px;
  }
  .recommendArea h2{
    font-size: 15px;
    padding:6px 0 10px 32px;
    position: relative;
  }
  .recommendArea h2:after{
    transform: scale(0.9,0.9);
    top: -4px;
  }
  .recommendArea ul li{
    width: 48%;
    height: 170px;
    margin:0 0 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recommendArea ul li:nth-child(2n){
    float:right;
  }
  .recommendArea ul li p{
    font-size: 11px;
  }
  
}

</pre></body></html>