@charset "UTF-8";

/*サブナビ*/
.subNavi{
  display: none;
}

/*コンテンツ*/
h2{
  text-align: center;
}

h3.popup{
  background: #22b573 none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.3em;
  height: auto;
  margin: 0 auto 15px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

h3.popup.or{
  background: #FFB900;
  color:#333;
}

h3.popup:after{
  background: rgba(0, 0, 0, 0) url("../img/pic_sellh3_popup.png") no-repeat scroll 0 0 / 33px 16.5px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 16.5px;
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 33px;
}

h3.popup.or:after{
  background: rgba(0, 0, 0, 0) url("../img/pic_feature_popup.png") no-repeat scroll 0 0 / 33px 16.5px;
}

h3{
  font-size: 1.3em;
  text-align:left;
}

.backNumber h3{
  font-size: 20px;
  text-align:center;
  padding: 20px 0;
}

.contentBlock{
  padding: 0 0 40px;
}

.contentBlock.bg{
  width: 100%;
  margin: 0 auto;
  background: url("../img/bg_feature.jpg") repeat 0 0;
}

.contentBlock.color{
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 0 0 20px;
}

.contentBlock.color.ye{
  background: #FCF7E4;
}

.contentBlock.bg.comment{
  padding: 20px 0;
}

.contentBlock.bg.backNumber{
  padding: 20px 0;
}

.txtBox{
  width: 95%;
  margin: 0 auto 10px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  border:1px solid #22B573;
}

.txtBox.last{
  margin: 0 auto;
}

.txtBox p{
  padding: 5px 5px 10px;
}

/*画像*/
.contentBlock img.fullPic{
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

.contentBlock img{
  width: 75%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

/*要注意リスト*/
.innerArea{
  width:90%;
  height: auto;
  margin: 40px auto 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

ul.num li{
  width: 80%;
  height: auto;
  margin: 0 auto;
  list-style-type: decimal;
  list-style-position: outside;
  color:#22B573;
}

p.txt{
  width:80%;
  margin: 30px auto;
  text-align: center;
}

span.green{
  color:#22B573;
}


/*オススメ商品リスト*/
ul.itemList{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

ul.itemList li{
  width:90%;
  height: auto;
  margin: 0 auto 30px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: #fff;
}

ul.itemList li img{
  width:200px;
  height: auto;
  margin: 0 auto;
  display:block;
}

ul.itemList li h3{
  width:100%;
  height: auto;
  margin: 10px auto;
  display:block;
  text-align: center;
  font-weight: bold
}



ul.itemList li a.btn{
  width:100%;
  height: auto;
  margin: 0 ;
  padding: 15px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  position: relative;
  font-size: 1.2em;
  background: #22B573;
  color:#fff;
  border-bottom: 5px solid #258E5C;
  border-radius: 8px;
  text-align: left;
}

ul.itemList li a.btn:after {
  content: "";
  width: 30px;
  height: 30px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/icon_btn_linkarr.png)0 0 no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top:0;
  bottom:0;
  right: 10px;
}

ul.itemList li .btnWrapper{
  padding:10px 10px 0;
}

ul.itemList li a.btn:hover {
  top: 3px;
  border-bottom: 2px solid #258E5C;
  margin: 0 auto 3px ;
}

.commentBox{
  width:90%;
  height: auto;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  border: 1px solid #22B573 ;
}

.commentBox h3{
  width:100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: #22B573 ;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
}

.commentBox p{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
}

/*バックナンバーリスト*/
ul.bnList{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

ul.bnList li{
  width:90%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: #fff;
}


.contentBlock .bnImg{
  width: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing:border-box;
  margin: 0 auto;
  display: block;
}

.contentBlock p.bnTitle{
  font-size: 1.15em;
  font-weight: bold;
}
/*
特集リスト
================*/

.contentBlock.bg.featureList{
  padding: 20px 0;
}

ul.featureList{
    width: 100%;
    //max-width: 960px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    font-size: 0px;
}
ul.featureList li{
  width:49%;
  height: auto;
  margin: 0px 1% 0px 0px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  background: #fff;
}

ul.featureList br{
  display: none;
}
.contentBlock.feater{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display:block;
}

.contentBlock .PicFeatureImg{
  width: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing:border-box;
  margin: 0 auto;
  display: block;
}

.txtArea{
  width: 100%;
  height: auto;
  background: #FFFFD8;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing:border-box;
  margin: 0 auto;

}


/*===============================
ランドスケープ（400px～）
===============================*/
@media screen and (min-width:400px) {
  .contentBlock img{
    width: 250px;
    height: auto;
  }
}

/*===============================
タブレット（768px～）
===============================*/

@media screen and (min-width:768px) {
  /*サブナビ*/
  .subNavi{
    width:100%;
    height: auto;
    padding: 10px ;
    display: none;
    background: #fff;
    box-shadow:0 3px 8px -1px #999;
    text-align: center;
    position: fixed;
    top:0;
    left: 0;
    z-index: 10;
  }
  
  .subNavi ul li{
    width:150px;
    height: 50px;
    padding: 0;
    margin: 0 10px;
    line-height: 50px;
    display: inline-block;
    cursor:pointer;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
  }
  
  .subNavi ul li:hover{
    color:#999;
    border-bottom: 1px solid #bbb;
  }
  
  .subNavi ul li.current{
    border-bottom: 1px solid #22B573;
  }

  
  
  
  /*画像*/
  .contentBlock img.fullPic{
    width: 750px;
  }
  
  .txtBox{
    width: 750px;
    padding: 20px 50px;
  }
  
  
  .innerArea{
    width:750px;
  }
 
  .contentBlock .innerArea img{
    width: 30%;
    height: auto;
    margin: 0 auto 10px;
    display: block;
    float: right;
  }

  /*要注意リスト*/
  ul.num{
    width: 70%;
    height: auto;
    margin: 0;
    float: right;
  }
  
  .commentBox{
    width:750px;
  }
  
  /*オススメ商品*/
  ul.itemList{
    width:750px;
  }
  
  ul.itemList li{
    width:49%;
    margin: 0 2% 30px 0;
    float: left;
  }
  
  ul.itemList li:nth-child(2n){
    margin: 0 0 30px 0;
  }
  
  
  ul.bnList{
    width:750px;
  }
  
  ul.bnList li{
    width:49%;
    margin: 0 2% 30px 0;
    float: left;
  }
  
  ul.bnList li:nth-child(2n){
    margin: 0 0 30px 0;
  }
}

/*===============================
PC（980px～）
===============================*/

@media screen and (min-width:980px) {
  /*画像*/
  .contentBlock img.fullPic{
    width: 840px;
  }

  .txtBox{
    width: 840px;
    padding: 20px 50px;
  }


  .innerArea{
    width:840px;
  }
  
  .commentBox{
    width:840px;
  }
  
  ul.itemList li{
    width:32%;
  }

  ul.itemList li:nth-child(2n){
    margin: 0 2% 30px 0;
  }
  
  ul.itemList li:nth-child(3n){
    margin: 0 0 30px 0;
  }
  
  ul.itemList li:nth-child(6n){
    margin: 0 0 30px 0;
  }
  .contentBlock .pcPicFeatureListImg{
    width: 35%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    margin: 0 3% 0 0;
    display: block;
    float:left;
  }
  .contentBlock .featureDate{
  }
  .contentBlock .featureTxt{
    font-size: 1.8em;
  }
  ul.triple{
    width: 100%;
    height: auto;
    display: block;
    margin: 0px 0px 0px 1%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 0px;
  }
  ul.triple li{
    width:32%;
    height: auto;
    margin: 0px 1% 0px 0px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:inline-block;
    background: #fff;
  }
}

