@charset "utf-8";

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

common.css

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

/*--------------------------------------------------------------------
01.format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
   margin:0;
   padding:0;
   border:none;
}
hr{display:none;}
/*img{display:block;}
li{list-style-type: none;}*/

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

iframe{border: none;}

.desktop{display: block;}
.sp{display: none;}


/*a
----------------------------------------------------------------*/
a{
   color:#a49e86;
   text-decoration: none;
}
a:visited{
   color:#a49e86;
   text-decoration:none;
}
a:hover,
a.selected{
   color:#a49e86;
   text-decoration:underline;
}
a:active{
   color:#a49e86;
   text-decoration:none;
}



/*--------------------------------------------------------------------
02.body
--------------------------------------------------------------------*/
body {
   color: #95989a;
   background: url(../img/header/check-head.jpg) repeat-x center top;
   line-height: 1.8;
   font-size: 14px;
   font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
   -moz-font-feature-settings:'jp90';
   -moz-font-feature-settings:'jp90=1';
   -webkit-font-feature-settings:'jp90' 1;
}

/*--------------------------------------------------------------------
03.layout
--------------------------------------------------------------------*/
#container{
   width: 1160px;
   margin: auto;
   zoom: 1;
}
#header{padding-top: 60px;}
.bread{margin-top: 35px;}

#main{margin-top: 75px;}
#main:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   font-size: 0;
   visibility: hidden;
}
#main .column-menu{
   float: left;
   width: 220px;
}
#main .column-main{
   float: right;
   width: 890px;
}
#footer{
   margin-top: 140px;
}

/*暫定的*/
#main .column-menu{
   display: none;
}
#main .column-main{
   float: none;
   width: 890px;
   margin: auto;
}

/*single-colmun*/
#container.single-column{}
#container.single-column #main .column-main{
   float: none;
   width: 100%;
}

/*header
-----------------------------------*/
.g-header{
   height: 50px;
   text-align: left;
   vertical-align: middle;
   margin-top: 48px
}
.g-header:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   font-size: 0;
   visibility: hidden;
}
.g-header .logo,
.g-header .menu{
   float: left;
   margin-right: 60px;
}
.g-header .member{
   float: right;
}

/*logo*/
.g-header .logo{
   background: url(../img/header/logo.png) no-repeat left center;
}
.g-header .logo a{
   display: block;
   width: 114px;
   height: 50px;
}
.g-header .logo a:hover{
   text-decoration: none;
}
.g-header .logo a strong,
.g-header .logo a span{
   display: block;
}
.g-header .logo a strong{
   height: 50px;
   visibility: hidden;
}
.g-header .logo a span{
   font-size: 14px;
   text-align: center;
   letter-spacing: 1px;
}

/*menu*/
.g-header .menu{
   height: 50px;
   line-height: 50px;
}
.g-header .menu ul{
   display: inline-block;
   vertical-align: middle;
}
.g-header .menu ul li{
   display: inline-block;
   vertical-align: middle;
   font-size: 16px;
   margin-right: 20px;
}
.g-header .menu ul li:last-child{
   margin-right: 0;
}

/*member*/
.g-header .member{}
.g-header .member .cart,
.g-header .member .info,
.g-header .member .btns{
   display: inline-block;
   vertical-align: middle;
   margin-right: 20px;
}
.g-header .member .cart .count{
   font-size: 24px;
   font-weight: bold;
   color: #95989a;
}
.g-header .member .cart .icon{
   display: inline-block;
   width: 28px;
   height: 28px;
   vertical-align: text-bottom;
   text-indent: -9999px;
   overflow: hidden;
   background: url(../img/header/icon-cart.png) no-repeat center center;
   margin-left: 5px;
}
.g-header .member .btns{
   margin-right: 0;
}
.g-header .member .btns .btn{
   height: 50px;
   line-height: 50px;
   font-size: 16px;
   padding: 0 40px;
}


/* bread
-----------------------------------*/
.bread{}
.bread ul{
   display: block;
   text-align: left;
}
.bread ul li{
   display: inline-block;
   vertical-align: middle;
}
.bread ul li:after{
   content: ">";
   color: #9a9c9e;
   font-size: 10px;
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   margin-right: 5px;
   margin-left: 5px;
}
.bread ul li:last-child:after{
   display: none;
}
.bread ul li a{
   color: #9a9c9e;
}


/*side
-----------------------------------*/
.column-menu.side{}
.search{
   position: relative;
   width: 165px;
   border: solid 1px #b5b09c;
   overflow: hidden;
   zoom: 1;
}
.search .text{
   border: none;
   font-size: 13px;
   text-indent: 22px;
   padding: 10px;
}
.search .btn{
   position: absolute;
   left: 0;
   top: 50%;
   width: 30px;
   height: 30px;
   margin-top: -15px;
   color: #666666;
   font-size: 15px;
   border: none;
   background-color: transparent;
}

.side .category{
   margin-top: 50px;
}
.side .category .title{
   color: #95989a;
   font-weight: bold;
}

.category-list{}
.category-list ul{}
.category-list ul li{
   margin-top: 8px;
   font-size: 12px;
}
.category-list ul li ul{
   padding-left: 30px;
}


/*main
-----------------------------------*/
.contents-header{}
.contents-header .title{
   font-size: 20px;
   font-weight: bold;
   color: #000;
}
.contents-item{
   margin-top: 160px;
}
.contents-item:first-child{
   margin-top: 40px;
}
.contents-item .contents-header{}
.contents-item .contents-header .title{
   font-size: 20px;
   font-weight: bold;
   color: #000;
}




/*footer
-----------------------------------*/
.g-footer{
   text-align: center;
   margin-top: 130px;
   padding-bottom: 60px;
}

.g-footer .other-site{}
.g-footer .other-site ul li{
   display: inline-block;
   width: 150px;
   height: 150px;
   margin-right: 80px;
}
.g-footer .other-site ul li img{
   width: 100%;
   height: auto;
}
.g-footer .other-site ul li:last-child{
   margin-right: 0;
}

.g-footer .company{
   margin-top: 100px;
}
.g-footer .company .logo{
   background: url(../img/footer/logo.png) no-repeat center center;
   margin: auto;
}
.g-footer .company .logo a{
   display: block;
   width: 170px;
   height: 80px;
   text-indent: -9999px;
   overflow: hidden;
   margin: auto;
}
.g-footer .company .address{
   margin-top: 5px;
   font-size: 13px;
   color: #6b6b6b;
}

.g-footer .copyright{
   font-size: 10px;
   color: #b4b4b4;
   margin-top: 40px;
}




/*inline-mode
-----------------------------------*/
body.inline #header,
body.inline .bread,
body.inline .column-menu,
body.inline .guide-menu,
body.inline #footer{
   display: none;
}
body.inline{background: none;}
body.inline #container{
   width: auto;
   padding: 30px;
}
body.inline #main{margin-top: 0;}
body.inline #main .column-main{
   float: none;
   width: auto;
}





/*--------------------------------------------------------------------
04.共通要素
--------------------------------------------------------------------*/
/*form
-----------------------------------*/
.form{}

/*default*/
.form.default{}
.form.default input.text,
.form.default textarea.text{
   font-size: 14px;
   padding: 18px;
   border: solid 1px #95989a;
}

.form.default .caution{
   font-size: 12px;
   color: #f62320;
}
.form.default table{
   width: 100%;
   border-top: solid 1px #cacccd;
}
.form.default table th,
.form.default table td{
   vertical-align: middle;
   padding: 20px 0;
   border-bottom: solid 1px #cacccd;
}
.form.default table th{
   font-size: 20px;
   white-space: nowrap;
   padding-right: 20px;
}
.form.default table th span{
   font-size: 12px;
   color: #f62320;
}

.form.default .btns{
   text-align: center;
   margin-top: 40px;
}

.form.default .btns .btn{
   font-size: 14px;
   padding: 20px 50px;
}

.form.default .form-sample{
   margin-top: 8px;
   color: #666;
}

/*radio*/
.radio + .radio-icon {
  border-color: #4caf50;
}
.radio + .radio-icon {
   border-color: #ff5722;
}
.radio {
   display: none;
}
.radio + .radio-icon {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   margin-top: -2px;
   width: 20px;
   height: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   background: #fff;
   border: solid 1px #a49e86;
}
.radio + .radio-icon {
}
.radio:checked + .radio-icon {
}
.radio + .radio-icon:after{
   content: "";
   position: absolute;
   left: 4px;
   top: 4px;
   width: 12px;
   height: 12px;
   background: #fff;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
}
.radio:checked + .radio-icon:after {
   background-color: #a49e86;
}

/*sended*/
.sended{
   text-align: center;
   margin-top: 40px;
   padding: 100px;
}
.sended .title{
   font-size: 24px;
}
.sended .message{
   margin-top: 30px;
}
.sended .btns{
   margin-top: 30px;
}

.noitem{
   padding: 20px;
   border: solid 1px #ddd;
}


/*table*/
table.normal{
   width: 100%;
   /*border-top: solid 1px #cacccd;*/
}
table.normal th,
table.normal td{
   font-size: 12px;
   vertical-align: middle;
   padding: 30px 0;
   /*border-bottom: solid 1px #cacccd;*/
}
table.normal th{
   white-space: nowrap;
   text-align: left;
   padding-right: 60px;
}
table.normal td{
   color: #000;
}

table.info{
   width: 100%;
   border-top: solid 1px #e4e5e6;
}
table.info th,
table.info td{
   vertical-align: middle;
   padding: 5px 0;
   border-bottom: solid 1px #e4e5e6;
}
table.info th{
   white-space: nowrap;
   text-align: left;
   padding-right: 50px;
}
table.info td{
   /*color: #000;*/
}

/*dl*/
dl.normal{width: 100%;}
dl.normal dt,
dl.normal dd{}
dl.normal dt{
   font-weight: bold;
   margin-top: 30px;
}
dl.normal dd{}

/*ol*/
ol, ol ol{
  padding-left: 35px;
}

ol li{
  list-style-type:none;
  margin-left: 35px;
  margin-top: 5px;
}

ol li:before{
  display: inline-block;
  text-align: right;
  width: 30px;
  margin-right: 10px;
  margin-left: -40px;
}

ol>li{
  counter-increment: level1;
}

ol>li:before{
  content: counter(level1, decimal)"."; /*数字*/
  font-weight: normal;
}

ol>li>ol>li,
ol.type2>li{
  counter-increment: level2; /*同上*/
}

ol>li>ol>li:before,
ol.type2>li:before{
  content: "("counter(level2, decimal)")"; /*カッコつき数字*/
}

ol>li>ol>li>ol>li,
ol.type3>li{
  counter-increment: level3; /*同上*/
}

ol>li>ol>li>ol>li:before,
ol.type3>li:before{
  content: counter(level3, lower-roman)"."; /*小文字のローマ数字*/
}



/*部品
-----------------------------------*/
/*btns*/
.btns{}
.btns .btn{
   display: inline-block;
   background: #a49e86;
   color: #fff;
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   line-height: 1;
   border: none;
   cursor: pointer;
   padding: 10px 20px;
}
.btns .btn:hover{
   background-color: #8f8769;
}

.btns .soldout{
   cursor: default;
   background: #ccc;
   color: #eee;
}
.btns .soldout:hover{
   background: #ccc;
}


/*item-list
-----------------------------------*/
.item-list-container{
   text-align: left;
   overflow: hidden;
   zoom: 1;
}
.item-list-container .item{
   display: block;
   position: relative;
   float: left;
   width: 162px;
   height: 340px;
   margin-top: 80px;
   margin-right: 80px;
}
.item-list-container .item:nth-child(4n){
   margin-right: 0;
}
.item-list-container .item a,
.item-list-container .item a:hover{
   text-decoration: none;
}
.item-list-container .item .thumb{
   height: 160px;
   /*background: #dedede;*/
   text-align: center;
   vertical-align: middle;
}
.item-list-container .item .thumb img{
   display: inline-block;
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
   vertical-align: middle;
   transition: 0.7s;
}
.item-list-container .item .thumb:hover img{
   filter: alpha(opacity=80);
   -khtml-opacity: 0.8;
   -moz-opacity: 0.8;
   opacity:0.8;
}
.item-list-container .item .info,
.item-list-container .item .price{
   color: #95989a;
}
.item-list-container .item .info{
   margin-top: 10px;
}
.item-list-container .item .info .cat{font-size: 10px;line-height: 1.2;}
.item-list-container .item .info .name{font-size: 14px;font-weight: bold;line-height: 1.2; margin-top: 4px;}
.item-list-container .item .info .code{font-size: 10px;}
.item-list-container .item .price{
   margin-top: 5px;
}
.item-list-container .item .price .normal,
.item-list-container .item .price .sale{
   font-size: 14px;
   font-weight: bold;
}
.item-list-container .item .price .default{
   font-size: 10px;
}
.item-list-container .item .btns{
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   margin-top: 5px;
}
.item-list-container .item .btns .btn{
   width: 100%;
   font-size: 14px;
   font-weight: normal;
   padding: 17px 0px;
}

.item-list-container.not-found{
   background: #efefef;
   text-align: center;
   margin-top: 20px;
   padding: 100px;
}
.item-list-container.not-found .message{}
.item-list-container.not-found .btns{
   margin-top: 20px;
}

/*pager*/
.pager{
   position: relative;
   padding: 10px 0;
   overflow: hidden;
   border-top: solid 1px #e7e7e7;
   margin-top: 80px;
}
.pager ul{
   display: block;
}
.pager ul{
   margin: 0;
   padding: 0;
}
.pager ul:after{

}
.pager ul li{
   display: inline-block;
   font-size: 10px;
}
.pager ul li:first-child{
}
.pager ul li a,
.pager ul li strong,
.pager ul li span{
   display: block;
   color: #505050;
   font-size: 12px;
   line-height: 1;
   padding: 4px 5px 3px;
   text-decoration: none;
}
.pager ul li a:hover{
   text-decoration: underline;
}
.pager ul li strong{
   color: #000;
   border: solid 1px #ababab;
}


/*slide
-----------------------------------*/
/*slick*/
.slick{
   position: relative;
}
.slick .items{
   margin: 0;
   padding: 0;
}
.slick .items .item{
   overflow: hidden;
}
.slick .items .item img{
   display: block;
   width: 100%;
   height: auto;
}

.slick-list{
   overflow: hidden;
}
.slick-arrow{
   z-index: 1000;
   position: absolute;
   top: 50%;
   margin-top: -25px;
   width: 50px;
   height: 50px;
   cursor: pointer;
}
.slick-arrow i{
   display: block;
   height: 50px;
   line-height: 48px;
   font-size: 40px;
   text-align: left;
   color: #fff;
}
.slick-prev{left: 10px;}
.slick-prev i{text-indent: 15px;}
.slick-next{right: 10px;}
.slick-next i{text-indent: 20px;}
.slick-dots{
   height: 20px;
   text-align: center;
   padding: 0;
}
.slick-dots li{
   list-style: none;
   display: inline-block;
   width: 7px;
   height: 7px;
   margin: 7px 6px 0;
   overflow: hidden;
   /*
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   */
}
.slick-dots li button{
   display: block;
   width: 7px;
   height: 7px;
   border: none;
   background: #dbdbdb;
   text-indent: -9999px;
}
.slick-dots .slick-active button{
   background: #4c4c4c;
}

.mainvisual .slick{
   width: 889px;
   height: 556px;
   overflow: hidden;
}
.mainvisual .slick .item{
   width: 889px;
   height: 556px;
}
.mainvisual .slick img{
   width: 100%;
   height: auto;
}
.mainvisual .slick-dots{
   position: absolute;
   bottom: 20px;
   left: 0;
   width: 100%;
}

/*top page message*/
.index-top-message{
   margin-bottom: 10px;
}

/*alert
-----------------------------------*/
.alert {
   padding: 15px;
   margin-bottom: 20px;
   /*border: 1px solid transparent;*/
   border-radius: 4px;
}
.alert h4 {
   margin-top: 0;
   color: inherit;
}
.alert .alert-link {
   font-weight: bold;
}
.alert > p,
.alert > ul {
   margin-bottom: 0;
}
.alert > p + p {
   margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
   padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
   position: relative;
   top: -2px;
   right: -21px;
   color: inherit;
}
.alert-success {
   color: #3c763d;
   background-color: #dff0d8;
   border-color: #d6e9c6;
}
.alert-success hr {
   border-top-color: #c9e2b3;
}
.alert-success .alert-link {
   color: #2b542c;
}
.alert-info {
   color: #31708f;
   background-color: #d9edf7;
   border-color: #bce8f1;
}
.alert-info hr {
   border-top-color: #a6e1ec;
}
.alert-info .alert-link {
   color: #245269;
}
.alert-warning {
   color: #8a6d3b;
   background-color: #fcf8e3;
   border-color: #faebcc;
}
.alert-warning hr {
   border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
   color: #66512c;
}
.alert-danger {
   color: #a94442;
   background-color: #f2dede;
   border-color: #ebccd1;
}
.alert-danger hr {
   border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
   color: #843534;
}


/*guide-menu
-----------------------------------*/
.guide-menu{
   overflow: hidden;
   zoom: 1;
   font-size: 13px;
   margin-top: 120px;
}
.guide-menu .title{
   font-size: 20px;
   font-weight: bold;
   color: #000;
   padding-bottom: 30px;
}
.guide-menu dl,
.guide-menu ul li{
   display: inline-block;
   width: 190px;
   vertical-align: top;
   margin-right: 20px
}
.guide-menu dl dt,
.guide-menu dl dd{
   margin-top: 8px;
}
.guide-menu dl dt{
   font-weight: bold;
}




/*modal
-----------------------------------*/
#modal-container .iziModal-content a.close{
   position: absolute;
   right: -15px;
   top: -15px;
   display: block;
   width: 30px;
   height: 30px;
   text-align: center;
   line-height: 32px;
   background-color: #333;
   color: #fff;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   cursor: pointer;
}
#modal-container .iziModal-content a.close.desktop{
   display: none !important;
}


/*banner
-----------------------------------*/
.index-banner{}
.index-banner .item{
   float: left;
   margin-right: 10px;
}
.index-banner .item:nth-child(2n){
   margin-right: 0;
}
.index-banner .item img{
   height: 58px;
   width: auto;
}

.index-banner2{}
.index-banner2 .item{
}
.index-banner2 .item img{
   width: 100%;
   height: auto;
}


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

SP

====================================================================*/
@media screen and ( max-width:750px ){

   .desktop{display: none;}
   .sp{display: block;}


   /*--------------------------------------------------------------------
   layout
   --------------------------------------------------------------------*/
   body{
      -moz-background-size:  auto 24px;
      -webkit-background-size: auto 24px;
      background-size: auto 24px;
   }
   #container{
      width: auto;
   }
   #header{
      padding-top: 0;
   }
   .bread{
      margin-top: 0;
   }

   #main{
      margin-top: 20px;
   }
   #main .column-menu,
   #main .column-main{
      float: none;
      width: auto;
   }
   #footer{
      margin-top: 0;
   }

   #container.single-column #main .column-main{
      width: auto;
      padding: 0 20px;
   }


   /*header
   -----------------------------------*/
   .g-header{
      position: relative;
      height: 60px;
      margin-top: 30px
   }
   .g-header .logo,
   .g-header .menu{}
   .g-header .member{
   }
   .g-header .menu-icon{
      float: left;
      width: 60px;
      height: 60px;
      text-align: center;
      cursor: pointer;
   }
   .g-header .menu-icon a{
      cursor: pointer;
      display: block;
      line-height: 1;
      padding: 10px 0 0;
   }
   .g-header .menu-icon a:hover{
      text-decoration: none;
   }
   .g-header .menu-icon a i{
      font-size: 28px;
   }
   .g-header .menu-icon a span{
      display: block;
      font-size: 10px;
      padding-top: 3px;
   }
   .g-header .sp-menu{
      display: none;
      z-index: 10000;
      position: absolute;
      top: 80px;
      width: 100%;
      height: calc(100vh - 100px);
      text-align: center;
      background: #fff;
      overflow: hidden;
   }
   .g-header .sp-menu ul,
   .g-header .sp-menu ul li,
   .g-header .sp-menu ul li a{
      display: block;
   }
   .g-header .sp-menu ul{
      padding: 30px;
      border-top: solid 1px #ddd;
   }
   .g-header .sp-menu ul li a{
      font-size: 20px;
      padding: 30px 30px;
   }

   .g-header .logo{
      width: 120px;
      -moz-background-size:  100% auto;
      -webkit-background-size: 100% auto;
      background-size: 100% auto;
      margin-top: 5px;
      margin-left: calc(100%/2 - (50px + 60px));
      margin-right: 0;
      background-position: center center;
      -moz-background-size:  90% auto;
      -webkit-background-size: 90% auto;
      background-size: 90% auto;
   }
   .g-header .menu,
   .g-header .member .info,
   .g-header .member .btns{
      display: none;
   }
   .g-header .member .cart{
      padding-top: 10px;
   }

   .bread{
      font-size: 10px;
      margin: 20px 20px 0;
   }
   .search{
      width: auto;
      margin: 10px 20px 0;
      border-width: 2px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
   }
   .search .text{
      font-size: 10px;
      text-indent: 0;
      padding: 7px;
   }
   .search .btn{
      right: 0;
      left: auto;
   }

   .index-top-message{
      padding: 0 20px;
      margin-bottom: 0;
   }

   /*mainvisual*/
   .mainvisual{
      margin-top: 8px;
   }
   .mainvisual .slick{
      width: calc(100vw - 40px);
      height: calc( ((100vw - 40px) * 800) / 1280);
      margin: auto;
      overflow: hidden;
   }
   .mainvisual .slick .items{}
   .mainvisual .slick .items .item{
      width: calc(100vw - 40px);
      height: calc( ((100vw - 40px) * 800) / 1280);
   }
   .mainvisual .slick .items .item img{
      width: 100%;
      height: auto;
   }

   /*footer
   -----------------------------------*/
   .g-footer .other-site{
      margin-top: 60px;
   }
   .g-footer .other-site ul li{
      position: relative;
      width: calc(100%/3 - 5px);
      height: auto;
      margin: 0;
   }
   .g-footer .other-site ul li img{
      width: 80%;
      height: auto;
   }

   /*form
   -----------------------------------*/
   /*default*/
   .btns{}
   .btns .btn{
      display: block;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 20px;
   }

   .form.default input.text,
   .form.default textarea.text{
      width: calc(100% - 20px);;
      padding-left: 10px;
      padding-right: 10px;
   }
   .form.default .caution{
      text-align: left;
   }

   /*category-list
   -----------------------------------*/
   .category-list{
      display: none;
   }
   .category-list ul{}
   .category-list ul li{
      position: relative;
      margin-top: 8px;
      font-size: 12px;
      border-bottom: solid 1px #a49e86;
   }
   .category-list ul li a{
      display: block;
      line-height: 1;
      padding: 10px 20px;
   }
   .category-list ul li ul{
      display: none;
   }

   /*contents-item
   -----------------------------------*/
   .contents-item{
      margin-top: 60px;
   }
   .contents-item .contents-header{
      padding-bottom: 20px;
   }
   .contents-item .contents-header .title{
      padding: 0 20px;
   }

   /*item-list
   -----------------------------------*/
   .item-list-container{
      border-top: solid 1px #ececec;
   }
   .item-list-container .item{
      width: calc(100%/2 - 1px);
      margin-top: 0px;
      margin-right: 0px;
      border-right: solid 1px #ececec;
      border-bottom: solid 1px #ececec;
      padding: 20px 0;
   }
   .item-list-container .item:nth-child(2n){
      width: 50%;
      margin-right: 0;
      border-right: none;
   }
   .item-list-container .item a,
   .item-list-container .item a:hover{
      text-decoration: none;
   }
   .item-list-container .item .thumb{
      height: 160px;
      /*background: #dedede;*/
      text-align: center;
      vertical-align: middle;
   }
   .item-list-container .item .thumb img{
   }
   .item-list-container .item .thumb:hover img{
   }
   .item-list-container .item .info,
   .item-list-container .item .price{
      margin: 10px 20px 0;
   }
   .item-list-container .item .info{
      text-align: left;

   }
   .item-list-container .item .info .cat{}
   .item-list-container .item .info .name{font-size: 14px;font-weight: bold;line-height: 1.2; margin-top: 4px;}
   .item-list-container .item .info .code{}
   .item-list-container .item .price{

   }
   .item-list-container .item .price .normal,
   .item-list-container .item .price .sale{
   }
   .item-list-container .item .price .default{
   }
   .item-list-container .item .btns{
      position: relative;
      margin: 10px 20px 0px;
   }
   .item-list-container .item .btns .btn{
      width: calc(100% - 40px);
   }

   .guide-menu{
      text-align: center;
      margin-top: 0;
      padding: 20px 0px;
   }
   .guide-menu .title{
      padding-top: 20px;
      text-align: center;
   }
   .guide-menu dl{
      width: 42%;
      text-align: left;
      margin-top: 20px
   }
   .guide-menu .mt30{margin-top: 60px !important;}
   .guide-menu ul li{
      display: block;
      width: auto;
      text-align: center;
      margin-bottom: 10px;
   }

   .guide-items,
   .policy{
      padding: 0 30px;
   }

   .cart-list .btns .btn{
      display: inline-block;
      width: auto;
      padding: 15px 30px;
   }

   .payment-method .form.default table th{
      vertical-align: top;
      width: 30%;
   }
   .payment-method .form.default table td{
      padding-top: 30px;
   }
   .payment-method .form.default table td label{
      display: block;
   }
   .pm-btn.btns .btn{
      display: inline-block;
      width: 42%;
      padding-left: 0;
      padding-right: 0;
   }

   .contents-item.signup{
      margin-top: 50px;
   }

   .cart-confirm .cart-summary .inner{
      width: auto !important;
   }
   .cart-confirm .cart-summary table th,
   .cart-confirm .cart-summary table td{
      padding-top: 7px !important;
   }
   .cart-confirm .cart-summary table .total th,
   .cart-confirm .cart-summary table .total td{
      padding-top: 20px !important;
   }
   .will-confirmation .btns .btn {
      padding-left: 0 !important;
      padding-right: 0 !important;
   }

   .iziModal-content{
      width: 100%;
      height: 500px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
   }
   .iziModal-content iframe{
      width: 100%;
      height: 500%;
   }

   .inline #container{
      width: auto !important;
      padding: 0 !important;
   }
   .inline #container *{
      font-size: 12px;
   }
   .inline #container table,
   .inline #container tbody,
   .inline #container tr,
   .inline #container th,
   .inline #container td{
      display: block;
   }
   .inline #container table{
      width: auto;
   }
   .inline #container table th,
   .inline #container table td{
      padding: 0 0px;
   }
   .inline #container .text{
      max-width: 80%
   }
   .inline #container .name .text{
      max-width: 30%
   }

   .sended{
      padding: 20px;
   }

   /*item-list
   -----------------------------------*/
   .index-banner{
      margin: 0 20px;
   }
   .index-banner .item{
      float: none;
      margin: auto;
   }
   .index-banner .item img{
      width: 100% !important;
      height: auto !important;
   }

   .index-banner2{
      margin: 0 10px;
   }

}



































