@charset "UTF-8";

/*
#contentBody .row {
  margin-left: 0;
}
*/

.title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: none;
}
.productText{
  padding:10px 0 30px;
  /*min-height:100px;*/
}
.productText .nroot,
.productText .productTitle,
.productText .productPrice {
  margin-bottom: 2px;
}
.listSetting li._hover.show,
.listSetting li._hover.show img{
  opacity: 1!important;
}
.listSetting li._hover.show figure:hover {
  opacity: 0.7;
}
#checked-items .turnup-column4 li._hover,
#checked-items .turnup-column4 li._hover img{
  opacity: 1!important;
}
#checked-items .turnup-column4 li._hover figure:hover {
  opacity: 0.7;
}

.icon .label {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
}
.productText .icon {
  margin-top: 8px;
}
.productText .icon .label {
  font-size: 10px;
}
.label-soldout {
  border: 1px solid #ccc;
}
.listSetting li figure , #newarrival-items li figure {
  position: relative;
}
.extra-icon{
  position: absolute;
  vertical-align: middle;
  width: auto;
  height: auto;
  line-height: 1.4;
  bottom: 2px;
  left: 2px;
  padding: 4px 4px;
  margin: 0;
}
.extra-icon .label-campaign_ico{
  background-color: #ff0071;
  color: #fff;
  font-size: 12px;
  font-family: 'Lato', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}

/*============================================================================================================

                詳細検索 - headline

=============================================================================================================*/

.detailBox{
  margin-bottom:10px;
}
.detailBox .someth > li > a{
  background-color:#efefef;
  border:1px solid #ccc;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding:2px 6px;
}
.detailBox .someth > li > a:hover{
  text-decoration:none;
}
.detailBox .someth > li:first-child	{
  padding-left:0;
}
#searchDetailArea{
  float:none;
  margin:0 auto;
}
#searchDetailArea h1{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#searchDetailArea .input-title{
  font-size:13px;
  line-height:20px;
  font-weight:bold;
  margin:20px 0 5px;
}
#selectBrand label{
  text-align:center;
}
.sel-rate-set{
  overflow:hidden;
  list-style:none;
}
.sel-rate-set > li{
  float:left;
}
.sel-rate-set > li.to{
  text-align:center;
  line-height:30px;
  padding:0 10px;
}
.select-color table{
  width:100%;
  table-layout:fixed;
}
.select-color table th,
.select-color table td{
  padding:0;
}
.select-color .color-tip{
  display:block;
  float:left;
  width:12px;
  height:12px;
  margin:4px 5px 0 0;
}
.select-color .tip-white{background-color:#ffffff; border:solid 1px #cccccc;}
.select-color .tip-blue{background-color:#4783BF;}
.select-color .tip-black{background-color:#000000;}
.select-color .tip-purple{background-color:#AF60BF;}
.select-color .tip-gray{background-color:#A1A1A1;}
.select-color .tip-yellow{background-color:#FAE05C;}
.select-color .tip-brown{background-color:#5E3518;}
.select-color .tip-pink{background-color:#F5A4C6;}
.select-color .tip-red{background-color:#DE5252;}
.select-color .tip-green{background-color:#58B075;}
.select-color .tip-orange{background-color:#F5993D;}
.select-color .tip-navy{background-color:#333F78;}
.select-color .tip-beige{background-color:#E3D6B4;}
.select-color .tip-other{background-color:#ffffff; border:solid 1px #666666;}
.select-color .tip-white,
.select-color .tip-other{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.select-color .tip-gold{background-color: #c39c33;}
.select-color .tip-silver{background-color: #c0c0c0;}


/*============================================================================================================

                list - headline

=============================================================================================================*/

/* =================
3列　グリーン　特集用
================== */
.topNumEx ul {
  overflow: hidden;
}
.topNumEx ul li {
  list-style-type: none;
}
.topNumEx li a {
  float: left;
  font-weight: bold;
  padding: 16px 0;
  text-align: center;
  background: #999999;
  border-radius: 5px;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.topNumEx .topBlock li a {
  width: 33.3%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.topNumEx .topBlock li.active a {
  background-color: #006321;
  color: #fff;
}
.topNumEx .topBlock li:last-child a {
  border-right: none;
}

/* =================
3列 ブラック　通常
================== */
.topNum ul {
  overflow: hidden;
}
.topNum ul li {
  list-style-type: none;
}
.topNum li a {
  float: left;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
  background: #dddddd;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.topNum .topBlock li a {
  width: 33.3%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.topNum .topBlock li.active a {
  background-color: #000000;
  color: #fff;
}
.topNum .topBlock li:last-child a {
  border-right: none;
}

/* =================
2列
================== */
.topNum2 ul {
  overflow: hidden;
}
.topNum2 ul li {
  list-style-type: none;
}
.topNum2 li a {
  float: left;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
  background: #dddddd;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.topNum2 .topBlock li a {
  width: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.topNum2 .topBlock li.active a {
  background-color: #000000;
  color: #fff;
}
.topNum2 .topBlock li:last-child a {
  border-right: none;
}

.middleBlock li {
  background: #ccc;
  float: left;
  width: 50%;
  padding: 12px 0 12px 15px;
  box-sizing: border-box;
}
.middleBlock li > a {
  display: block;
}
.middleBlock li > a,
.middleBlock li > span {
  font-weight: bold;
}
.middleBlock li.detailSearch {
  border-bottom: 2px solid #fff;
  border-left: 1px solid #fff;
  text-align: left;
}
.middleBlock li.categorySearch {
  border-right: 1px solid #fff;
  cursor: pointer;
  margin-bottom: 0;
}
.middleBlock li.categorySearch.fullrow {
  position: relative;
  float: none;
  width: 100%;
  border: 0 solid #ffffff;
  border-bottom-width: 2px;
  background: url( '../img/arrow_down_b.png' ) no-repeat 96% center #ccc;
  background-size: 12px 8px;
}
.middleBlock li.categorySearch.fullrow.open {
  background: url( '../img/arrow_up_b.png' ) no-repeat 96% center #ccc;
  background-size: 12px 8px;
}
  .middleBlock li.categorySearch.fullrow span,
  .middleBlock li.categorySearch.fullrow.open span {
    background: none;
  }
.topNum li.category a {
  width: 100%;
}
.topNum li.category a {
  width: 100%;
}
.middleBlock li.categorySearch span {
  padding-right: 23px;
  background: url('../img/arrow_down_b.png') no-repeat right center;
  background-size: 12px 8px;
}
.middleBlock li.categorySearch.open span {
  background: url('../img/arrow_up_b.png') no-repeat right center;
  background-size: 12px 8px;
}
.topNum li.category .accordion-group {
  margin-bottom: 0;
  border: none;
}
.topNum li.category .accordion-heading {
  overflow: hidden;
}
.topNum li.category .accordion-heading .accordion-toggle {
  padding: 7px 0 7px 15px;
}
.topNum li.category .accordion-inner {
  border-top: none;
  padding: 0;
}
.topNum li.category .accordion-inner ul li a {
  padding: 6px 0 6px 10px;
  background: none;
}
.middleBlock li.detailSearch a {
  padding-right: 35px;
  background: url('../img/arrow_right.png') no-repeat 90% center #ccc;
  background-size: 8px 13px;
}
.middleBlock li.detailSearch span {
  padding-left: 22px;
  background: url('../img/search_pc.png') no-repeat left center;
}
.topNum .middleBlock li:first-child	 a {
  border-right: 2px solid #fff;
}
.topNum .block-bottom li a {
  width: 100%;
  text-align: left;
  padding: 12px 15px;
}
.topNum li.sort {
  margin-bottom: 0;
}
.topNum li.sort a {
  background: url('../img/arrow_up_b.png') no-repeat 96% center #ccc;
  background-size: 12px 8px;
}
.topNum li.sort a.collapsed {
  background: url('../img/arrow_down_b.png') no-repeat 96% center #ccc;
  background-size: 12px 8px;
}
.topNum li.sort .accordion-group {
  border: none;
}
.topNum li.sort .accordion-heading {
  overflow: hidden;
}
.topNum li.sort .accordion-inner {
  border: none;
}

/* =================================
smartphone
================================= */
@media (max-width: 767px) {

  .block-bottom {
    margin: 0 -10px;
  }

  .sort table td {
    margin-left: 0;
  }
  .sort table td:nth-child(2n) {
    padding-right: 0;
  }
  .sort-inner {
    border-bottom: none;
    padding-bottom: 0;
  }

  /*.topNum{
    margin:0 -10px;
  }*/
  .topNum li.sort .accordion-inner{
      padding: 10px 25px 0;
  }
  .topNum .sort-inner table td {
    padding-left: 0;
  }

}


/*============================================================================================================

                sideSearch - headline

=============================================================================================================*/

.sideSearch{
  margin-top: 0;
}
.sideSearch .caption{
  margin-bottom:10px;
}
.sideSearch .formTitle{
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.sideSearch .formBox select{
  width:100%;
}
.sideSearch .sel-rate-set > li{
  width:45%;
}
.sideSearch .sel-rate-set > li.to{
  width:10%;
  padding:0;
}
.sideSearch input.code3 {
  font-size: 11px;
}
.sideSearch .detailsearch-btn-area{
  margin:10px 0;
  text-align:center;
}
.sideSearch .detailsearch-btn-area .btn{
  width: 100%;
  border: 0;
  height: 42px;
  margin-bottom: 10px;
  background-color: #000;
}
.sideSearch .detailsearch-btn-area .btn.clearForm{
  color: #000;
  background: url('../img/icn_search_clear.png') no-repeat 25% 50% #fff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 0;
}
.sideSearch .detailsearch-btn-area .btMain{
  background: url('../img/icn_search_w.png') no-repeat 18% 50% #000;
  border-radius: 0;
}

/*============================================================================================================

                side-colorsearch - headline

=============================================================================================================*/

.side-colorsearch .select-color .check-mark{
  display:none;
}
.side-colorsearch .select-color .color-tip{
  float:none;
  width:30px;
  height:30px;
  margin:4px 5px 0 0;
}
.side-colorsearch .select-color ul{
  overflow:hidden;
  list-style:none;
  width:82%;
  margin:0 auto;
  padding-top:10px;
}
.side-colorsearch .select-color ul li{
  float:left;
  padding:0;
}
.side-colorsearch .select-color li.active > a{
  border:3px solid #666;
  width:30px;
  height:30px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.detailBox .topArea .someth > li > a{
  background-color: #f1f1f1;
  border:1px solid #e4e8ec;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding:2px 6px;
  font-size: 11px;
  margin-left: 5px;
}


/*============================================================================================================

                topArea - headline

=============================================================================================================*/

.topArea .someth li > a{
  background-color: transparent;
  border: 0;
}
.topArea .someth li > a > .release{
  background-color: #ddd;
  color: #fff;
  margin-left: 6px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
          border-radius: 20px;
}

.sort-area {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.sort-area + .empty_message {
  margin-top: 32px;
}
.sort-area table {
  margin:0 0 0 auto;
  width: 100%;
}
.sort-area table label {
  display:inline;
  margin-bottom:0;
  margin-right:8px;
  padding: 1px 4px;
  font-size: 10px;
}
.sort-area table td {
  width: 20%;
  display: inline-block;
  float: right;
  margin-left: 1%;
}
.sort-area table td:last-child {
  margin-left: 0;
}
.sort-area table td select{
  width: 100%;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
          border-radius: 3px;
}

/*============================================================================================================

                listSetting - headline

=============================================================================================================*/

.listSetting > li{position:relative; z-index:0;}
.listSetting > li.first-child	{clear:both; margin-left:0;}


.label-new{background-color:#cc0000;}
.label-rearrival{background-color:#0099ff;}
.label-soldout{background-color:#cccccc;}
.label-sale{background-color:#ff9900;}
.label-magazine{background-color:#66aa00;}
.label-rearrival_reserve{background-color:#999999;}




/* =================================
smartphone
================================= */
@media (max-width: 767px) {

  .listSetting li._hover.show,
  .listSetting li._hover.show img{
    opacity: 1!important;
  }
  .listSetting li._hover.show figure:hover {
    opacity: 1;
  }

  .productText{min-height:100px;}

  .productText {
    min-height: auto;
  }

  .otherList {
    margin: 0 -10px;
  }

  h1.title {
    margin-bottom: 10px;
  }

}

/* =================================
smartphone tablet
================================= */
@media (max-width: 979px) {

  .otherList .sideBox {
    background: url('../img/down_arrow_w.png') no-repeat 96% 50%;
    background-size: 14px;
    border-bottom: 1px solid #ffffff;
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px 10px 10px 15px;
  }
  .otherList .sideBox.open {
    background: url('../img/up_arrow_w.png') no-repeat 96% 50% #000000;
    background-size: 14px;
   }
  .otherList .sideBox:after {
    border: none;
  }
  .otherList .sideBox + ul {
    display: none;
  }
  .listCate .listNav > .active > a,
  .listCate .listNav > .active > a:hover,
  .listCate .listNav > .active > a:focus {
    background-color: transparent;
    color: #000;
    font-weight: bold;
  }

}

/*============================================================================================================

                detail - headline

=============================================================================================================*/

#productNom{float:right;}
#productImage{float:left; margin-left:0;}
#item-detail{float: right; margin-left: 0;}

#productImage #main-item{ position: relative; margin-bottom:10px;}
#productImage #main-item #mainPhoto{ display: block; margin-bottom: 15px; border: 1px solid #ddd; cursor:pointer;}

#productImage #main-item .item-icn-zoom{bottom: 1px; margin: 0; position: absolute; right: -1px; z-index: 10;}

#view-slider{margin-bottom: 15px;}
#view-slider .slides img{max-width: 100%; margin:0 auto;}


.select_quantity_default{
  margin-bottom: 10px; padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.select_quantity_default .color,
.select_quantity_default .color-blank{
  display: inline-block; /display: inline; /zoom: 1; vertical-align: top;
  width: 10%;
  margin:5px 15px 0 0;
}
.select_quantity_default .salse-status{
  display:inline-block; /display: inline; /zoom: 1; vertical-align: top;
  width: 28.62985%;
  margin:5px 0 0;
}
.select_quantity_default .select-quantity,
.select_quantity_default .select-blank{
  display:inline-block; /display: inline; /zoom: 1; vertical-align: top;
  width: 10%;
  margin-right: 15px; margin-bottom: 0;
}
.select_quantity_default select.ds2_select_gift{
  width:auto;
}
.item_submit_btn_block{
  display:inline-block; /display: inline; /zoom: 1; vertical-align: top;
  width: 40%;
}
.item_submit_btn_block #btn_cart{margin-right: 10px;}

*:first-child	+html .select_quantity_default select{width: 75px;}
*:first-child	+html .select_quantity_default .select-blank{width: 75px;}

#sns-block{padding: 20px 0; margin-bottom: 20px; border-bottom: 1px solid #ddd;}
#sns-blockIn{float: left;}
#sns-block iframe{vertical-align: top;}

#sns-block ul{float: left;}
#sns-block ul,#sns-block li{list-style: none;}
#sns-block li{width: 16px; height: 18px; text-indent: -9999px; cursor: pointer;}
#sns-block #print-item{float: left; background: url(../img/ico_print.png) no-repeat 0 0;}
#sns-block #mail-item{float: right; background: url(../img/ico_mail.png) no-repeat 0 0;}
#mail-item a{display: block; width: 16px; height: 18px;}

.photo_thumbs_block .thumbnail-title{margin-bottom:5px;}
.photo_thumbs_block ul li{float: left; margin-right: 5px; margin-bottom: 10px; width: 50px;}
.photo_thumbs_block ul li img{border: 1px solid #ddd;}

.rearrival-mail-form{border:3px solid #dddddd; margin-bottom: 20px; padding:10px;}
.rearrival-mail-form .table{margin:0;}
.rearrival-mail-form .table th,
.rearrival-mail-form .table td{border-top:none; vertical-align:top;}
.rearrival-mail-form .table th{width:25%;}
.rearrival-mail-form .table td span{margin:0 0 0 5px; vertical-align:middle;}
.rearrival-mail-form .btn_regist_rearrival_mail{font-size:11px;}

body .flexslider{border:0; border-radius:0; box-shadow:none; background:none;}
body .flexslider p{margin-bottom:0;}
body .flexslider .slides img{width:auto;}


/*============================================================================================================

               associated - headline

=============================================================================================================*/

#attached{
  padding-bottom: 50px;
}
#attached ul li{
  width: 18.4%;
  margin-left: 2%;
  float: left;
}
#attached ul li:first-child	{
  margin-left: 0;
}
#attached .cd-date{
  padding: 10px 0;
}

#accessories{
  padding-bottom: 60px;
}
#accessories li.attached,
.brandtop #associated ul > li {
  width: 19%;
}

/* =================================
smartphone tablet
================================= */

@media (max-width: 979px) {

#accessories li.attached,
.brandtop #associated ul > li {
  width: 25%;
}

}

/*
#accessories li.attached:nth-child(n+6),
.brandtop #associated ul > li:nth-child(n+6){
  display: none;
}

#accessories li.attached:first-child	{
  margin-left: 0;
}
*/


/*
body.brandtop #attached ul li{
  width: 23.4%;
}
body.brandtop #attached ul li:nth-child(5){
  display: none;
}
*/

/* =================================
smartphone
================================= */
@media (max-width: 767px) {

#attached{
}
#attached ul li{
  width: 49%;
}
#attached ul li:nth-child(2n+1){
  margin-left: 0;
  clear: both;
}
#attached ul li:nth-child(5){
  display: none;
}
#attached ul li .cd-productText{
  min-height: 55px;
}
body.brandtop #attached ul li{
    width: 49%;
  }

.brandtop #associated ul > li{
  width: 49%;
  margin-left: 2%;
  }
#accessories li.attached:nth-child(n+5),
.brandtop #associated ul > li:nth-child(n+5),
.view-success #associated ul > li:nth-child(n+5) {
  display: none;
  }

}


/* =================================
smartphone tablet
================================= */
@media (max-width: 979px) {

  #associated{
    padding-bottom: 30px;
  }
 #accessories, #listline-items{
    padding-bottom: 0;
    margin-bottom: 0;
  }

}
