@charset "euc-jp";

/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;

    font-size:0.1em;
	height:1px;
	overflow:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
 border: 1px solid #ccc; 
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

body {
  color: #444;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/bg.gif);
}

a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #444;
}

a:hover{
	  color: #aaa;
	text-decoration: none;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

h2 {
  margin: 2em 0;
  text-align: left;
  font-size: 15px;
}
  .ttl-h2 {
    padding: 0 1.4%;
  }

.btn-01 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #444;
  *background-color: #fff;
  width: 100%;
  border-radius: 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 16px 0 0;/* 30px 0 0;*/
  padding: 20px 0;
  display: block;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ddd;
  color: #444;
  *background-color: #ddd;
}

.price {
	color:#aaa;
}

.g-font {
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 400;
  font-family: 'Sintony', sans-serif;
}
  .g-font.fwb {
    font-weight: 700;
  }
  
ul,li {
	margin:0;
	padding:0;
	list-style:none;
}



/* レイアウト */

#wrapper {
  width:100%; /*/////// width:960px; //////*/
  min-width: 960px;
  margin:0 auto;
  position: relative;
}

#container {
	width: 960px;
	overflow:hidden;
	padding:40px 0;
}
.container {
  width: 960px;  /*/////// max-width: 934px; もとの分の非表示prdーlst//////*/
}

#main {
  float:left;
  width:720px;
}

#side {
	float:right;
	width:176px;
 	text-align:left;
	letter-spacing:0.6px;
	line-height:26px;
}




/* SIDE NAVI //////////////////////////////////*/

#side > div {
    font-size: 13px;
}

#side .title {
	height:29px;
	color:#ebe9e3;
	line-height:29px;
	text-align:center;
	margin:0 0 8px 0;
	background:url(https://img21.shop-pro.jp/PA01346/724/etc/bg-snv_title.png?cmsp_timestamp=20160418153105) no-repeat;
}

/* レコメンド非表示中
 #side #recommend a{
	display:block;
    font-size: 11px;
	line-height:19px;
	border-bottom:1px dotted #CCC;
	margin:0 0 8px 0;
	padding:0 0 8px 0;
} */


/* TOP RECOMMEND */

#topreco {
	border:3px solid #333;
	background:url(https://img21.shop-pro.jp/PA01346/724/etc/bg_topreco.png?cmsp_timestamp=20160703162448) no-repeat;/*e3e0d7 #ebe9e3*/
	margin-bottom:32px;
	padding:73px 0 0 0; /*8px 0*/
	position:relative;
	height:202px;
}

#topreco .title{
	color:#000;
	background:none;
	font-size:14px;
	text-align:center;
}

#topreco time {
	color:#bbbbbb;
	font-size:11px;
	position:absolute;
	bottom:-24px;
	right:8px;
}

#topreco img {
	margin-bottom:8px;
 z-index:1000;
}

#topreco li p {
	font-size:12px;
	overflow: hidden;
	white-space:nowrap;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	line-height: 1.5;
	margin-bottom:0;
}
#topreco li .multiline {
  white-space: normal;
  max-height: 3em;
  position: relative;
}
#topreco li .multiline::after {
  content: "…";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background:#FFF;
}
#topreco li .line2 {
  max-height: 3em;
}
#topreco li .line3 {
  max-height: 4.5em;
}
#topreco li .line4 {
  max-height: 6em;
}


/* ACCORDION MENU */

.acco {
	font-family: 'Sintony', sans-serif;
	width: 100%;
	margin:0 0 16px 0 ;
	padding:0 0 16px 0 ;
	clear:both;
	border-bottom:1px solid #ddd;
}

.acco li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.acco > ul > li > a {
	display: block;
	font-size:13px;
	font-weight:bold;
	cursor: pointer;
	position: relative;
	height:32px;
	line-height:32px;
	padding-left:8px;
}

.acco > ul > li > a:after,
.acco > ul > li > a.active:after{
  position: absolute;
  right: 12px;
}

.acco > ul > li > a:after{
	content: "\f067"; /*f105*/
    font-family: FontAwesome;
	font-size:9px;
	color:#aaaaaa;
	/*transform: rotate(90deg);
	-webkit-transform: rotate(90deg);  
    -moz-transform: rotate(90deg);  */
}

.acco > ul > li > a.active:after{
	content: "\f068"; 
	/*transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);  
    -moz-transform: rotate(-90deg);  */
}

.acco .fa-dot-circle-o,
.acco .fa-th-list,
.acco .fa-asterisk,
.acco .fa-database,
.acco .fa-circle {
	margin-right:8px;
}

.acco > ul > li.minus > a:after{
	content: "\f068"; 
}

.acco > ul > li.none > a:after{
	content:inherit;
}

.acco > ul > li > ul {
	display: none;
	padding-bottom:16px;
}

.acco > ul > li > ul > li > a{
	display: block;
	position: relative;
	height:24px;
	line-height:24px;
	padding-left:16px;
	font-size: 11px;
}
  
/*.acco > ul > li > ul > li > a:hover{
	background:url(https://img21.shop-pro.jp/PA01346/724/etc/icon-star1.png?cmsp_timestamp=20160430230015) no-repeat left top;
}*/


/* SIDE SEARCH */

#side-search {
	background:#FFF;
}

#side-search .side-search-box {
	width:176px; 
	margin:0 auto;
	padding:12px 0;
	float:right;
	letter-spacing:0.6px; 
}

#side-search .side-search-box input[type=submit]{
	border-radius: 0;
	font-family: FontAwesome;
}

#side-search .side-search-box .searchBtn ,
#side-search .side-search-box .keyword {
	border-radius: 0;
    -webkit-appearance: none;
	box-shadow: none;
	border:none;
}

#side-search .side-search-box select {
	width:100%;
	height: 24px;
	padding: 5px;
	margin-bottom:8px;
	font-size:11px;
}
	
#side-search .side-search-box .keyword {
	width: 140px;
	height: 14px;
	padding: 5px;
	background:#FFF;
	border:1px solid #CCCCCC;
	color:#707070;
	float:left;
	font-size:0.9em;
	line-height: 14px;
}

#side-search .side-search-box .searchBtn {
	width:24px;
	height: 26px;
	background: #333;
	font-size:12px;
	float:left;
	line-height: 20px;
	color:#FFF;
}

#side-search .side-search-box .searchBtn:hover {
	color:#FFF;
	background:#464646;
}


/* HEADER //////////////////////////////////*/


.header-band {
	width:100%;
	background:url(https://img21.shop-pro.jp/PA01346/724/etc/bg_header.png?cmsp_timestamp=20160608222320) repeat-x;
}

.header-band p {
	text-align:center;
	color:#FFF;
	font-size:10px;
	padding:8px 0;
}

.btn-fareast a {
	color:#FFF;
	font-size:9px;
	letter-spacing: 0.13em;
	font-family: 'Sintony', sans-serif;
	background:#14442e;
	padding:8px 24px 7px 24px;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
}

.btn-fareast a:hover{
	color:#FFCE45;
}

.btn-fareast .fa-external-link{
	margin-right:4px;
}



/* SEARCH */

#header-search {
	background:#FFF;
}

#header-search .header-search-box {
	width:450px; 
	margin:0 auto;
	padding:12px 0;
	float:right;
	letter-spacing:0.6px; 
}

#header-search .header-search-box input[type=submit]{
	border-radius: 0;
	font-family: FontAwesome;
}

#header-search .header-search-box .searchBtn ,
#header-search .header-search-box .keyword {
	border-radius: 0;
    -webkit-appearance: none;
	box-shadow: none;
	border:none;
}

#header-search .header-search-box select {
	width:30%;
	height: 24px;
	padding: 5px;
	margin:0 8px 0 0;
	float:left;
	font-size:11px;
	border:none;
}
	
#header-search .header-search-box .keyword {
	width: 55%;
	height: 14px;
	padding: 5px;
	background: #FFF;
	color:#707070;
	float:left;
	font-size:0.9em;
	line-height: 14px;
}

#header-search .header-search-box .searchBtn {
	width:10%;
	height: 24px;
	background: #333;
	font-size:12px;
	float:left;
	line-height: 20px;
	color:#FFF;
}

#header-search .header-search-box .searchBtn:hover {
	color:#FFF;
	background:#464646;
}


#header-top{
padding: 8px 0 0 0; /*//////// padding: 1em 0 4em; //////// */
 /*  background:#9F0;*/
}
#header-top .col{
  padding: 0;
}


/* header-line-nav */

.header-line-nav {
  text-align: right;
}
  .header-line-nav ul {
    margin: 0;
  }
  .header-line-nav .inline li {
    padding: 0;
    margin-left: 25px;
    position: relative;
    vertical-align: middle;
  }
  .header-line-nav a {
    cursor: pointer;
    display: block;
  }
  .header-line-nav span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 12px;
    padding: 0 0 0 7px;
  }

.header-line-nav li span.items{ /* カート内アイテム数の色 */
	color:#E4001D;
}

.header-line-nav i {
  vertical-align: middle;
}

.view-cart {
  position: relative;
  top: -6px;
  left: 50px;
  padding-top: 0 !important;
}
.cart-count {
  font-size: 17px;
  padding: 0 0 0 7px;
  vertical-align: -2px;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */

.shop-logos {
margin: 0 0 16px 0 ; /* 3.5em 0 0*/
  min-width: 10%;
  width: 960px;
}
.shop-name {
  margin: 0;
  font-size: 21px;
  float:left;
}

.shop-name a{
    display: block;
}

.shop-description {
  font-size: 13px;
  font-weight: normal;
  color: #444;
  margin: 0;
}

/* header global nav */

#header-global-nav {
  /*padding: 1.8em 0 1.2em;*/
  text-align: center; /*///////  text-align: left; /////// */
  font-size: 14px;/*///////  15px /////// */
  float:right; /*////// clear: both; //////*/
  /*/////// border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; /////// 
  height:85px;
  line-height:85px;*/
  padding:40px 0 0 0;
  font-weight:bold;
}
  
  #header-global-nav .inline > li {
	border-right:1px solid #aaaaaa;
  }

  #header-global-nav .inline > li:first-child {
	border-left:1px solid #aaaaaa;
  }
  
  #header-global-nav .inline a {
	display:block;
	padding: 0 16px;
  }
	
 #header-global-nav .inline li .fa {
	  font-size:16px;
 } 
	
 #header-global-nav .inline .btn-sns_tw,
  #header-global-nav .inline .btn-sns_fa,
  #header-global-nav .inline .btn-sns_rss,
  #header-global-nav .inline .btn-sns_blg {
	  border:none;
  }
	  
 #header-global-nav .inline .btn-sns_tw a,
  #header-global-nav .inline .btn-sns_fa a,
  #header-global-nav .inline .btn-sns_rss a,
  #header-global-nav .inline .btn-sns_blg a {
	padding: 0 6px;
  }
  
 #header-global-nav .inline .btn-sns_fa a {
	margin-left:16px;
  }
  
 #header-global-nav .inline > li span{
	display:block;
	font-size:9px;
	font-weight:normal;
}

   
/* SNSボタンを●に 
  #header-global-nav .inline .btn-sns_fa{
	border:none;
	padding: 0 0 0 16px;
  }
  
  #header-global-nav .inline .btn-sns_tw,
  #header-global-nav .inline .btn-sns_rss {
	  border:none;
	padding: 0 0 0 4px;
  }
  
  #header-global-nav .inline li .fa {
	  width:32px;
	  height:32px;
	  line-height:32px;
	  color:#FFF;
	  background:#CCC;
	  font-size:14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
  }
  
  #header-global-nav .inline li .fa:hover {
	  background:#464646;
  }
*/
   
/* incart delivery */
.incart-delivery {
  text-align: left;
  margin: 3.5em 0 0;
}
  .incart-delivery ul {
    margin: 0;
    list-style: none;
    font-size: 11px;
  }


/* MAIN AREA //////////////////////////////////*/




/* PRODUCT LIST //////////////////////////////////*/

.prd-lst{
	width:100%;
	float:left;
}

.prd-lst-unit {
	width:144px;
	height:144px;
	float:left;
}
 
.prd-lst-unit {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding: 0;
}

.prd-lst-link{
  display: block;
  color: #fff;
  max-width: 100%;
  padding: 0 3.2%;
}
.unit-inner{
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.prd-lst-cap {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.prd-lst-cap-inner{
  padding: 15px;
}
.prd-lst-img {
  display: block;
}
span.prd-lst-span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: .3em 0;
  font-size: 13px;
  color: #fff;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha( opacity=0 );
  opacity: 0;
  * display: none;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}
.unit-inner:hover .prd-lst-cap{
  background: url("https://img.shop-pro.jp/tmpl_img/74/blur.png");
  background-repeat : repeat;
  background-position: left;
}
.unit-inner:hover span.prd-lst-span{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
  * display: block;
}

/* product list sort */
.prd-lst-sort {
  margin: 16px 0; /*28px 0*/
  color: #444;
  text-align: right;
  font-size: 13px;
}
.prd-lst-sort a{
  color: #aaa;
}
.prd-lst-sort a:hover{
  color: #444;
}

.prd-lst-sort span {
	margin-right:8px;
}

/* prduct list pager */
.prd-lst-pager {
  padding: 30px 0 20px;
  text-align: center;
}
  .prd-lst-pager .inline li {
    padding: 0 1.4%;
  }
    .prd-lst-pager .inline li span {
     color: #ddd;
    }
	
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
.thumb-active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
}


/* FREE PAGE //////////////////////////////////*/

.freepage {
  word-break: break-all;
  /*padding: 2em 0;*/
  font-size:12px;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
}


/* FOOTER //////////////////////////////////*/

#footer-wrapper {
	clear: both;
	width:1120px;
	margin:0 auto;
	text-align:center;
}

.footer-nav {
  list-style: none;
  margin: 1.5em 0;
  padding: .8em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
  ul.footer-nav > li {
    margin: 1em 2% 1em 0;
    padding-left: 0 ;
}

.freepage-nav {
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #ddd;
}

.footer-primary {
	  font-size: 12px;
	  text-align:center;
	  margin:0 auto;
}
.footer-primary li {
margin-right: 2.5%;
}
.footer-primary a {
color: #aaa;
}
.footer-primary a:hover {
  color: #444;
}

.footer-bottom{
    padding:0 0 1.5em;
}

.social-nav {
  text-align: center;
  padding: 0 0 1em;
  font-size:22px;
}

.social-nav > li {
  padding-right: 0;
  vertical-align: bottom;
}

.copyright {
  text-align:right;
  font-size: 12px;
  padding: 0;
  word-break: break-word;
}
  .copyright a{
    color: #aaa;
  }
    .copyright a:hover{
      color: #444;
    }
	
  .copyright span{
    float: right;
    margin: 0 16px 0 0;
  }

.powered {
  display: block;
  width: 180px;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
}


/* INFO & FREE SPACE //////////////////////////////////*/
.info, .free-space{
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
  .info .col , .free-space .col {
    padding: 0 1.4%;
  }

/*
 * search
 */
  .srh-header {
  padding: 0 0.5%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

/* PAGE TOP //////////////////////////////////*/

#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  background: #fff;
  display: block;
  text-align: center;
  width: auto;
  padding: 17px;
  border: solid 1px #ddd;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
/*  .container {
    max-width: 900px;
    width: 90%;
  }*/
  .col-ex-size{
    width: 48.25%;
  }
}

/*@media (max-width: 768px) {
  #wrapper {
    padding: 3em 1.4em 0;
  }
  .container {
    width: auto;
  }
  #header-wrapper{
    padding: 0 .1%;
  }
  #header-top{
    padding: 2.2em 0 1.5em;
   }
  .shop-logos{
     margin: 2.5em 0 0 ;
   }
  .shop-name{
    padding: 0 1%;
    text-align: center;
	float:inherit;
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #ddd;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 12px;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 15px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      background: #ddd;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #fff;
      color: #444;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
  .incart-delivery {
    margin: 0 0 1em;
  }
  .ttl-h2 {
     padding: 0 1.3%;
   }
  .prd-lst-cap{
    position: static;
    background: transparent;
    background-image: none;
  }
    .unit-inner:hover .prd-lst-cap{
      background: transparent;
      background-image: none;
    }
    span.prd-lst-span{
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha( opacity=100 );
      opacity: 1;
      * display: block;
      color: #444;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
    }
    .unit-inner:hover span.prd-lst-span{
      color: #444;
    }
  .prd-lst-cap-inner {
    position: static;
    padding: 15px 0;
  }
  .prd-lst-sort {
    font-size: 13px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .freepage-nav{
    border-bottom: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
  }
    .footer-nav li {
      margin: 0;
      font-size: 13px;
      border-bottom: 1px solid #ddd;
    }
    ul.footer-nav > li{
      margin: 0;
    }
      .footer-nav li:before {
        display: none;
      }
    .footer-nav a {
      display: block;
      padding: 1em 0;
      font-size: 13px;
    }
      .footer-nav a:hover {
        text-decoration: none;
      }
  .footer-bottom{
     padding: 1em 0 1.5em;
   }
  .copyright{
    text-align: center;
    margin: 0;
  }
  .copyright span{
    float: none;
  }
  .powered{
    float: none;
    margin: 1em auto 0;
  }
  .social-nav{
    text-align: center;
    margin: 1.5em 0 0 ;
  }
  ul.social-nav > li{
    padding: 0 1%;
  }
  .slider {
    padding: 0 .1%;
  }
}
*/
/*@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 1.4em;
    height: auto !important;
  }
  .prd-lst-link {
     padding: 0 2.1%;
   }
  .prd-lst-unit .prd-lst-cap{
    display: block;
    top: 0;
    left: 0;
  }
  .prd-lst-sort{
    text-align: left;
    margin: 0 0 3em;
  }
}*/

/* IE */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* icons */

.icon-b {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility:hidden;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b.png);
}
.hov-li:hover .icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-b {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b.png);
  }
  .hov-li:hover .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b_hover.png);
  }
}

.icon-user { background-position: -208px -0px; }
.icon-login { background-position: -48px -80px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-cart { background-position: -176px -64px; }
.icon-twitter { background-position: -96px -176px; }
.icon-facebook { background-position: -128px -176px; }
.icon-instagram { background-position: -112px -192px; }
.icon-mail { background-position: -64px -0px; }

.icon-lg-b {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}

.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-cart { background-position: -264px -95px; }
/*.icon-lg-b.icon-circled_minus { background-position: -216px -120px; }*/
.icon-lg-b.icon-paper_plane { background-position: -120px -0px; }










/* トップ新着アイテム・フッターレコメンド */

.top-new_item > div:hover {
	background: rgba(227,224,215,0.3);
}

.top-new_item .list {
	width:328px;
	padding:16px;
	float:left;
}

.top-new_item .list .img {
	float:left;
	width:126px;
	height:126px;
	margin-right:8px;
	padding:8px;
	border:1px #d3d2cf solid;
	background:#FFF;
}

#reco-slider {
	clear:both;
	overflow:hidden;
	padding:0 24px 40px 24px;
}

#reco-slider img {
	margin-bottom:8px;
}

.top-new_item .list .detail .soldout,
#reco-slider .price .soldout {
	font-size:11px;
	color:#E4001D;
}

.top-new_item .list .detail,
#reco-slider .name, #reco-slider .price, #reco-slider .explain {
	font-size:12px;
}

.top-new_item .list .detail .name a,
#reco-slider .name a {
	color:#444;
	font-weight:bold;
}

.regular_price_search,
.price_search {
	color:#aaa;
}

.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_all {
	padding:0px;
}

.discount_rate_all {
	padding:2px 0px 0px;
	color:#ff0000;
}

.explain span {
	line-height:18px;
}




/* サンプルデザイン */

.sample a {
	color:#FFF;
	font-size:10px;
	letter-spacing:0.08em;
	margin-top:8px;
	background:#FFCE45;
	padding:4px 8px;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
}

.sample a:hover {
	color:#FFF;
	background:#E4001D;
}

.sample:before {
	content: "\A" ;
	white-space: pre ;
}

.sample .fa {
	margin-right:4px;
}



/* ご利用ガイド・コンディション */

#shopkeeper > div {
	margin-bottom:60px;
}

#shopkeeper > div:last-child {
	border-bottom: 1px solid #ddd;
}

#shopkeeper h2 {
	color: #999;
	border-top: 1px solid #ddd;
	margin:0;
	padding:24px 24px 24px 0;
	text-align: left;
}

#shopkeeper dl,
#shopkeeper dt,
#shopkeeper dd {
	margin : 0;
	padding : 0;
}
 
#shopkeeper dl {
	clear:both;
	font-size:13px;
	line-height: 1.6;
	width: 720px;
}

#shopkeeper dl dt {
	border-top: 1px dotted #ddd;
	clear: both;
	float: left;
	font-weight: bold;
	padding: 16px;
	width: 160px;
}
#shopkeeper dl dd {
	border-top: 1px dotted #ddd;
	line-height: 1.6;
	float: left;
	padding: 16px;
	width: 496px;
}

#shopkeeper .tbl,
#condition .tbl {
	width: 100%;
	border-collapse: collapse;
	margin-bottom:8px;
}
#shopkeeper .tbl th{
	width: 80%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	font-size:12px;
	font-weight:100;
}
#shopkeeper .tbl td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	font-size:12px;
}

#shopkeeper .tbl .title,
#condition .tbl .title {
	text-align:center;
}
#shopkeeper .fa-arrow-right {
	margin-right:4px;
}

#condition .tbl {
	margin-bottom:24px;
}

#condition .tbl th{
	width: 20%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	font-weight:100;
}

#condition .tbl td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}



/* イベントページ */


#event a {
	color:#aaa;
}
#event a:hover {
	color:#444;
}


#event .past li {
	float:left;
	width:224px;
	height:320px;
	overflow: hidden;
	padding:8px;
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#event .past li img {
	width:100%;
}

#event .eventinfo {
	padding:0 40px 40px 40px;
}

#event .eventinfo > div {
	padding:16px;
}

#event .eventinfo .b_box {
	border:1px solid #000;
	padding:40px;
	margin-bottom:24px;
}

#event .fa {
  margin-right:4px;
}






/* FOOTER RECOMMEND //////////////////////////////////*/


#footer-reco {
	clear:both;
	width:1120px;
	padding:40px 0;
	margin:0 auto;
}

#footer-reco h2 {
	border-bottom:1px solid #ddd;
	margin-bottom:16px;
}

#footer-reco ul {	
	height:660px;
	overflow:hidden;
}

#footer-reco li {
	float:left;
	width:160px;
	height:324px;
	overflow:hidden;
	margin-bottom:16px;
	position:relative;
}

#footer-reco li > div {
	padding:8px;
}

#footer-reco img {
	margin-bottom:8px;
}

#footer-reco .price .soldout {
	font-size:11px;
	color:#E4001D;
}

#footer-reco .name,
#footer-reco .price,
#footer-reco .explain {
	font-size:12px;
}

#footer-reco .name a {
	color:#444;
	font-weight:bold;
}

#footer-reco .explain .sample {
	position:absolute;
	bottom:8px;
	left:8px;
}

@media (max-width: 1200px) {

#footer-reco {
	width:960px;
}
  
  
  
  
  
  
  .m_bottom5 {
	margin-bottom:5px;
}

.m_bottom10 {
	margin-bottom:10px;
}

.m_bottom15 {
	margin-bottom:15px;
}

.m_bottom20 {
	margin-bottom:20px;
}

.m_bottom30 {
	margin-bottom:30px;
}

.m_bottom40 {
	margin-bottom:40px;
}

.m_bottom50 {
	margin-bottom:50px;
}

.m_bottom70 {
	margin-bottom:70px;
}

.m_top5 {
	margin-top:5px;
}

.m_top10 {
	margin-top:10px;
}

.m_top20 {
	margin-top:20px;
}

.m_top30 {
	margin-top:30px;
}

.m_top40 {
	margin-top:40px;
}

.m_top60 {
	margin-top:60px;
}