@charset="utf-8";
/* ********************************************
****
*  all
* ************************************************ */
* {
  
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  color: #000;
  background: #FFF;
  font-size: 12px;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight:500;
  min-width: 1000px;
  text-align:left;
}

a {
  outline: none;
  color: #000;
  text-decoration: none;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.75;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  clear: left;
  margin: 10px 0;
  border: 0;
}

img {
  border: none;
  vertical-align: middle;
}

ul,ol{
  list-style: none;
}

/** オンマウス
===================================*/
a:hover img {
	filter: alpha(opacity=75); /*IE用*/
	-moz-opacity:0.75; /*Firefox用*/
	opacity:0.75; /*Chrome・Safari・Opera用*/
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* ************************************************
*  padding margin
* ************************************************ */
.mt05 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}

.mb05 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb60 {margin-bottom:60px;}

.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}

.pb05 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}

/* ************************************************
*  font
* ************************************************ */

.mincho {
  font-family: '游明朝','Yu mincho','ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS P Mincho', 'MS 明朝', serif;
}


/* ************************************************
*  layout
* ************************************************ */
/** 全体をwrap（firefox対応）
===================================*/
#wrap-all {
	overflow: hidden;
	min-width:1020px;
	/*実際の幅+20px*/
}
#container{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.wrapper {
  padding: 0 10px;
  margin: auto;
}
.container {
  margin:0px auto;
  width:1000px;
  text-align:left;
}
.container-wrap{
	/*height: 6259px;*/
  margin: 28px auto 0;
  width: 1000px;
}
#header {
  clear:both;
  padding: 0;
  width:100%;
}
#side {
  float: left;
  width: 200px;
}
#main {
  float: right;
  width: 780px;
}
/*TOPページのみ適応*/
#top-cont #side{
	display: none;
}
#top-cont #top-main{
	float: none;
  margin: 0 auto;
	width: 100%;
}
#footer {
  clear:both;
  padding: 40px 0 20px;
  width:100%;
  color: #fff;
}


/* ************************************************
*  header
* ************************************************ */

/** ヘッダー:コンテナ
===================================*/
#header .head-top{
	background: #313131;
}

.head-bottom{
	margin-top: 14px;
}

#header .h-left{
	float: left;
}

#header .h-right{
	float: right;
	width: 375px;
}

/** ヘッダー:h1
===================================*/
#header .h1-area{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	float: left;
  margin: 10px 0;
}

#header .h1-area h1{
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: 500;
}


/** ヘッダー：検索
===================================*/
#header .search {
  float: right;
  clear: right;
}

#header .search {
  border:1px solid #aaa;
  height: 24px;
  width: 249px;
  padding:0;
  margin:8px 0 0px 0px;
}

#header .search input{
    vertical-align: top;
}

#header #search_text{
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 5px;
  margin: 0;
  width:212px;
  height:24px;
  font-size:12px;
  letter-spacing: normal;
}

#header #search_btn{
  height: 21px;
  padding: 4px;
  padding-top: 2px;
  width: 20px;
}


/** ヘッダー：ロゴ
===================================*/

#header .logo-area {
	float: left;
	margin-top: 18px;
	width: 209px;
}
#header .logo a {
  text-decoration: none;
}
#header .logo img {
  max-width: 100%;
}

/** ヘッダー：SNS
===================================*/

#header .h-sns{
	float: left;
	width: 115px;
}

#header .h-sns ul{
	margin-top: 0;
}

#header .h-sns li{
	float: left;
	margin-right: 16px;
	list-style: none;
}

#header .h-sns li:last-child{
	margin-right: 0;
}

/** ヘッダー：配送料
===================================*/
#header .h-delivery{
	background: #CC0000;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 8px;
	float: right;
	width: 235px;
}

#header .h-delivery p{
	color: #FFF;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}

#header .h-delivery p span{
	font-size: 16px;
	font-weight: bold;
}


/* ************************************************
*  account
* ************************************************ */
#account-area{
	float: right;
	width: 700px;
}
.account_link {
  float: right;
}
.account_link ul {
}
.account_link ul li {
  float: left;
  list-style-type: none;
  border-left: 1px solid #707070;
}
.account_link ul li:last-child{
	border-right: 1px solid #707070;
}
.account_link ul li i {
  display: block;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.account_link ul li a {
	color: #FFF;
	display: block;
	padding: 10px 17px;
  text-decoration: none;
}
.account_link ul li a:hover{
	color: #FFF;
	opacity: 1;
	background: #666;
}
.account_link ul li.my_account {
}
.member_login_name{
  clear: left;
  color: #FFF;
  float: left;
  margin: 10px 0 0;
}
.account_link ul li.view_cart {
}
.account_link ul li.view_cart i.cart {
  background: url(https://img21.shop-pro.jp/PA01332/989/etc/bohe_01.png) no-repeat;
  height: 22px;
  width: 23px;
}
.account_link ul li.view_cart span.count {
  margin-left: 5px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff3355;
  color: #fff;
  font-weight: bolder;
}

.account_delivery_price {
  float: right;
  clear: right;
  margin: 0 0 17px;
  padding: .5em 1em .3em;
  border: solid 1px #aaa;
  list-style: none;
  line-height: 1.5;
}

/* ************************************************
*  g-nav
* ************************************************ */
/*カテゴリー自体のcss*/
#g-nav-bg{
	background: #FFF;
	margin-top: 15px;
  width:100%;
}
#g-nav{
    width:1000px;
    margin:0 auto;
    text-align:center;
}
#g-nav li{
    letter-spacing: normal;
    /display: inline;
    /zoom: 1;
    display: inline-block;
}
#g-nav li a{
    color: #FFF;
    /display: inline;
    /zoom: 1;
    display: inline-block;
    text-decoration: none;
    font-weight:600;
    font-size: 14px;
    line-height:50px;
    letter-spacing:1px;
}
#g-nav li a.long-text{
  letter-spacing: -0.5px;
}
#g-nav>li>a{
	color: #000;
	padding: 0 24px;
}
#g-nav>li>a:hover{
	color: #666;
}
#g-nav li a:hover{
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

/*ドロップダウン関連のcss*/
#g-nav li{
    position:relative;
}
#g-nav li ul{
    position:absolute;
    top:50px;/*g-nav li aで設定したline-heightと同じ値*/
    left: -25px;
    background: rgba(0,0,0,0.7);
    width:185px;
    z-index:1;
    display: none;
}
#g-nav li ul li{
    display: block;
    width:100%;
    position:relative;
}
#g-nav li ul li a{
	  color: #FFF;
    display: block;
    font-weight: 500;
    line-height: 2.5;
    padding: 0 15px;
    font-size: 13px;
}
#g-nav li ul li a:hover{
  opacity: 1;
  background: #666;
  color: #FFF;
}
#g-nav li ul li ul{
    position:absolute;
    top:0px;
    left:180px;/*liの横サイズ*/
}

#g-nav .long-text a{
  letter-spacing: -1px;
}

hr.sept {
	border-top: 1px solid #888;
	width: 100%;
	margin: 24px 0 15px 0;
}

/* ************************************************
*  slider
* ************************************************ */

.slider-container{
	margin: 0 0 5px;
  margin-bottom: 122px;/*for cording*/
  width: 100%;
}

.slider{
	position: relative;
  width: 100%;
}

.slider-logo{
  position: absolute;
  right: 30px;
  top: 45%;
  z-index: 2;
}

#slider img{
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

#slider .bx-slider img{
  max-width: 600px !important;
}

#slider > div{
  width: 100% !important;
}

.bx-wrapper{
  margin-bottom:0px !important;
}

.bx-wrapper .bx-viewport{
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0px solid #000 !important;
  left: 0px !important;
}

/* ---------------------------------------
新着商品slick
--------------------------------------- */
.slick-prev{
  left: -5px !important;
}

.slick-next{
  right: -5px !important;
}

.slick-prev:before{
  background-image: url(https://img21.shop-pro.jp/PA01332/989/etc/bohe_11.png) !important;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 21px !important;
  height: 35px !important;
}

.slick-next:before{
  background-image: url(https://img21.shop-pro.jp/PA01332/989/etc/bohe_12.png) !important;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 21px !important;
  height: 34px !important;
}

.slick-prev, .slick-next{
  background: #FFF !important;
  margin-top: -10px !important;
  z-index: 1;
}

/* ************************************************
*  side
* ************************************************ */
#side .box {
  clear: both;
  margin-bottom: 60px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  word-wrap: break-word;
  position: relative;
}
#side .box h3 {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}
#side .box ul {
  margin-left: 0px;
  list-style: none;
}
#side .box ul li {
  border-top:#838383 dotted 1px;
}
#side .box ul li:first-child {
  border-top:none;
}

#side #side_nav {
  padding: 0;
  border-top: none;
  border-right: solid 2px #ccc;
  border-bottom: none;
}
#side #side_nav ul{
  margin-right: 10px;
}
#side #side_nav ul li {
  margin: 0;
}
#side #side_nav .nav_item{
  clear: both;
  padding: .9em 0 .9em;
  cursor: pointer;
}
#side #side_nav .nav_item .nav_icon{
  float: left;
  padding: inherit;
  width: 20px;
  height: auto;
}
#side #side_nav .nav_item .nav_icon img{
  max-width: 100%;
}
#side #side_nav .nav_item .nav_title{
  float: right;
  text-align: right;
}
#side #side_nav .nav_item h3{
  margin-bottom: 4px;
  padding: 0;
  border: none;
  text-align: right;
}
#side #side_nav .nav_item p{
  color: #999;
}

.box_default ul li div{
  position: relative;
  padding: 1.2em 0 1em;
  text-align: left;
}
.box_default ul li div img{
  border: solid #ddd 1px;
}
.box_default ul li div p{
  line-height : 1.6;
}

#side #box_cart {
}
#side #box_cart .cart_button {
  text-align: right;
}

#side #box_owner .inner{
  padding: 1.2em 0 1em;
}
#side #box_owner .owner_photo{
  margin: 0 0 10px;
  width: 100px;
  max-width: 100%;
  height: auto;
  border: solid #ddd 1px;
}
#side #box_owner p.name {
  font-size: 14px;
}
#side #box_owner p.memo {
  font-size: 11px;
  line-height: 18px;
}
#side #box_owner p.website {
  padding-left: 20px;
}

#qr_code{
  padding: 20px 0;
}

/* サイドカラム用ランキング*/
/*
#box_sellers .seller_box{
  padding: 2.2em 0;
}
#box_sellers li{
  position: relative;
  display: block;
}
#box_sellers  .top_seller:before{
  position: absolute;
  top: 18px;
  left: -6px;
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png);
}
#box_sellers  .rank_2:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png);
}
#box_sellers  .rank_3:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png);
}
#box_sellers .seller_image{
  float: left;
  margin: 0 10px 0 0;
  width: 78px;
  border: solid #ddd 1px;
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_rank > strong{
  font-size: 15px;
}
#box_sellers .seller_name{
  font-size: 13px;
}
#box_sellers .seller_teika{
  float: left;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#box_sellers .more_seller{
  display: none;
}

.more_btn{
  padding: 8px 0;
  border-top: solid 1px #999;
  text-align: center;
  cursor: pointer;
}

.updown{
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
  background-repeat: no-repeat;
}

.more_up{
  background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}*/

/* メインカラム用ランキング*/
#box_sellers .mainTitle{
  margin: 0 0 30px;
}
#box_sellers .seller_box{
  
}
#box_sellers li{
  position: relative;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 2% 14% 0;
  text-align: center;
  vertical-align: top;
  width: 48%;
}
#box_sellers li:nth-child(2n){
  margin-right: 0;
}
#box_sellers li:nth-child(n+3){
  margin-bottom: 0;
}
#box_sellers .top_seller:before{
  content: url(https://img21.shop-pro.jp/PA01332/989/etc/bohe_45.jpg);
}
#box_sellers  .rank_2:before{
  content: url(https://img21.shop-pro.jp/PA01332/989/etc/bohe_47.jpg);
}
#box_sellers  .rank_3:before{
  content: url(https://img21.shop-pro.jp/PA01332/989/etc/bohe_49.jpg);
}
#box_sellers  .rank_4:before{
  content: url(https://img21.shop-pro.jp/PA01332/989/etc/bohe_51.jpg);
}
#box_sellers .seller_image{
  max-width: 100%;
}
#box_sellers .seller_detail{
  margin-top: 5px;
  width: 100%;
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_rank > strong{
  font-size: 15px;
}
#box_sellers .seller_name{
  font-size: 13px;
}
#box_sellers .seller_teika{
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#box_sellers .more_seller{
  display: none;
}
/** サイド 共通タイトル
===================================*/
#side .sideTitle{
  background-color: #16224A;
}

#side .sideTitle h3{
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Roboto;
  line-height: 2;
  text-align: center;
  letter-spacing:1.5px;
}

/** サイド 検索
===================================*/
#side .side-search .sideTitle--search h3{
  color: #16224A;
  font-size: 24px;
  font-family: '游明朝','Yu mincho','ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS P Mincho', 'MS 明朝', serif;
  margin: 10px 0 5px;
  text-align: center;
}

#side .side-search{
  border-top: 1px solid #a0a0a0;
  border-bottom:1px solid #a0a0a0;
  margin: 0 0 52px;
}

#side .side-search form{
  margin: 0 0 15px;
}

#side .side-search #side-search_text{
  border: 1px solid #002130;
  float: left;
  height: 24px;
  padding: 0 0 0 9px;
  width: 162px;
}

#side .side-search #side-search_btn{
  height: 26px;
  vertical-align: top;
  width: 26px;
}

/** カテゴリー（手書き）
===================================*/
#side .s-cate ul{
  margin: 20px 0 0;
}

#side .s-cate ul ul{
  margin: 15px 0 0;
}

#side li{
  font-size: 14px;
  list-style: none;
  margin: 0 0 13px;
}

#side li.b-cate>a{
  display: block;
  font-weight: bold;
}

#side li.b-cate>a:before{
  background: url("https://img21.shop-pro.jp/PA01332/989/etc/bohe_k_02.png")no-repeat;
  content: "";
  display: inline-block;
  height: 9px;
  padding-right: 8px;
  vertical-align: baseline;
  width: 9px;
}

#side li.b-cate ul a{
  margin-left: 18px;
}

#side .s-cate01{
  margin-bottom: 47px;
}

#side .s-cate02{
  margin-bottom: 45px;
}

#side .s-cate03{
  margin-bottom: 70px;
}

#side .s-cate03>li{
  margin-bottom: 28px;
}

/** サイド Special
===================================*/
#side .s-special{
  margin-bottom: 45px;
}

#side .s-special ul{
  margin: 20px 0 0;
}

#side .s-special li {
    margin: 0 0 29px;
}


/* ************************************************
*  footer
* ************************************************ */

#footer a,
#footer {
  color: #fff;
}

.copyright {
	color: #FFF;
  clear: both;
  padding: 1em 0;
  text-align: center;
  font-style: normal;
  font-size: 11px;
}

.powered {
  display: inline;
  margin-left: 1em;
  text-align: center;
  line-height: 18px;
}
.powered a {
  color: #777;
  text-decoration: none;
}
.powered img {
  margin-left: .3em;
  width: 200px;
  height: 18px;
}

.foot_policy{
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}
/*3列*/
/*
.foot_sk_box {
	width: 275px;
	padding: 0 20px;
}
*/

/*4列*/
.foot_sk_box {
	width: 217px;
	padding: 0 10px;
}
.foot_sk_box h3{
  margin: 0 0 1em;
}
.foot_sk_box h4{
  font-size: 13px;
}
.foot_sk_box dt{
  margin: 0 0 .5em;
}
.foot_sk_box dd{
  margin: 0 0 1.5em;
}

#mobile{
  width: 145px;
}

.foot_policy {
	margin: 0;
	padding: 0 0 20px;
	border-bottom: 0px solid #ccc;
}

/* ---------------------------------------
フッター背景
--------------------------------------- */
.foot-bg{
	background: #434343;
}

/* ---------------------------------------
フッターナビ
--------------------------------------- */
#footer .f-title{
	color: #FFf;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.4;
	text-align: left;
}

#footer .footer_menu {
	border-top: 1px solid #fff;
  clear: both;
  margin: 5px 0 10px;
  padding: 18px 0 0;
}

#footer .f-nav .footer_menu li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 10px 0;
  width: 100%;
}

#footer .f-nav{
	float: left;
}

#footer .f-nav:last-child{
	margin-right: 0;
}

#footer .f-nav.f-nav01,
#footer .f-nav.f-nav02,
#footer .f-nav.f-nav04{
	width: 180px;
}

#footer .f-nav.f-nav03{
	width: 250px;
}

/* ---------------------------------------
MENU
--------------------------------------- */

#footer .f-nav01{
	margin-right: 110px;
}

#footer .f-nav01 .footer_menu{
	padding: 14px 0 0;
}

#footer .f-nav.f-nav01 .footer_menu li{
	margin: 14px 0;
	padding: 0 1%;
	width: 41%;
}

#footer .f-nav.f-nav01 .footer_menu li:nth-child(2n){
	margin-left: 15px;
}

/* ---------------------------------------
MEMBER
--------------------------------------- */
#footer .f-nav.f-nav02{
	margin-right: 35px;
}

/* ---------------------------------------
CONTACT US
--------------------------------------- */

#footer .f-nav.f-nav03{
	margin-right: 60px;
}

/* ---------------------------------------
SHOP INFORMATION
--------------------------------------- */

#footer .f-nav .footer_menu li.shop-list-link{
	margin: 18px 0 0;
}

#footer .f-nav .footer_menu li.shop-list-link a:after{
	content: url("https://img21.shop-pro.jp/PA01332/989/etc/bohe_56-1.png");
	display: inline-block;
	margin-left: 10px;
	height: 11px;
	vertical-align: baseline;
	width: 11px;
}

/* ---------------------------------------
フッターロゴ
--------------------------------------- */
#footer .f-logo{
	margin: 30px 0 20px;
	text-align: center;
}

/* ************************************************
*  main
* ************************************************ */

#main .box {
  clear: both;
  overflow: hidden;
  margin-bottom: 60px;
  /*border-top: solid 1px #999;*/
  width: 100%;
}
#main .box h3 {
  font-size: 13px;
  vertical-align: middle;
}

.header_block{
  clear: both;
  padding: 1.1em 0;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
}
.header_block .icon{
  float: left;
  margin: 0 14px 0 0;
  width: 20px;
  height: auto;
  text-align: center;
}
.header_block .icon img{
  max-width: 100%;
}
.header_block .title{
  float: left;
  text-align: left;
}
.header_block h3{
  padding: 0;
  border: none;
  text-align: left;
}
.header_block p{
  margin-top: 4px;
  color: #999;
}
#main .header_block{
  margin: 0 0 30px;
}
#main .header_block .icon{
  padding: 0;
}

/* ---------------------------------------
下層ページ
--------------------------------------- */
/*下層ページ共通エリア*/
.common-under{
  margin: 0 0 20px;
}
.common-under li{
  border: 1px solid #002130;
  display: inline-block;
  /display: block;
  /zoom: 1;
  float: left;
  list-style: none;
  margin-left: 4px;
  width: 190px;
}

.common-under li:first-child{
  margin-left: 0;
}

.common-under .k-title{
  background: #002130;
  padding: 13px 18px;
}

.common-under .k-title h3{
  border-bottom: 1px solid #fff;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 10px;
  text-align: center;
}

.common-under .k-detail{
  padding: 23px 10px;
}

.common-under .k-detail p{
  color: #036;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.common-under li:nth-child(2) p{
  letter-spacing: -1px;
}

.common-under li a{
  display: block;
}

/* ---------------------------------------
最近チェックした商品
--------------------------------------- */
#box_recentlychecked .mainTitle{
  margin: 0 0 60px;
}

#main #box_recentlychecked .mainTitle h2{
  font-size: 16px;
}

/* ************************************************
*  item_box
* ************************************************ */

#main .item_box{
  margin: 0 1px 45px 0;
}

.item_box {
  display:inline-block;
  float: left;
  margin: 0 10px 45px 0;
  width: 256px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
  /*border: solid 1px #ddd;*/
  box-sizing: border-box;
}
.item_box .item_detail {
	margin: 15px 0 0;
	padding-left: 0px;
	border-left: none;
  text-align: center;
}
.item_box .item_detail p {
	overflow: visible;
	width: 100%;
	text-overflow: ellipsis;
	white-space: normal;
	-o-text-overflow: ellipsis;
}
.item_box .item_detail p.item_name {
	margin-bottom: 5px;
}

.item_box .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}
#main .box_last,
#top-main .box_last {
	margin-right: 0px;
}


/** .box_small .item_box 
===================================*/
.box_small .item_box {
  display:inline-block;
  margin: 0px 33px 45px 0px;
  width: 125px;
  vertical-align: top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small .box_last {
    margin-right: 0px;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}
.stock_error{
  display:none;

  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */
#main .box {
	margin-bottom: 40px;
}
#main #box_info p {
  line-height: 20px;
}

#main #box_free {
  padding: 20px;
  border: #aaa solid 1px;
}
#main #box_free p {
  line-height: 20px;
}

#main #box_news .header_block{
  margin-bottom: 0;
}
#main #box_news ul{
  margin-left: 0;
  list-style: none;
}
#main #box_news ul li{
  border-top:#ddd solid 1px;
}
#main #box_news ul li:first-child{
  border-top:none;
}
#main #box_news  ul li div{
  padding: 1.6em 0 1.4em;
}
#main #box_news  p.news_date{
  float: left;
  margin-right: 20px;
  width: 70px;
}
#main #box_news  p.news_message{
  float: left;
}

/* ---------------------------------------
共通
--------------------------------------- */

/*各項目タイトル*/
#top-main .mainTitle,
#main .mainTitle{
  text-align: center;
}

#top-main .mainTitle h2,
#main .mainTitle h2{
  border-bottom: 1px solid #a0a0a0;
  color: #000;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 18px;
  width: 300px;
}

#top-main .mainTitle span,
#main .mainTitle span{
  color: #16224A;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
}

/* ---------------------------------------
新着商品
--------------------------------------- */
#top-main .m-newitem-slider{
  margin: 0 0 65px;
}
#top-main #box_newitems ul{
  margin: 0 0 40px;
}
#top-main #box_newitems .mainTitle{
  margin: 0 0 70px;
}

#box_newitems .item_box{
  max-width: 190px;
  margin: 0 10px 0 0;
}

#box_newitems .item_box .item_detail{
  margin: 30px 0 0;
}

.more-btn{
  text-align: center;
}

.more-btn a{
  background: #313131;
  color: #FFF;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
}

/* ---------------------------------------
Bohemians Basic ~ SHOP LIMITED
--------------------------------------- */
.m-topitems-bg{
  background: #EEE;
  margin: 0 0 62px;
  width: 100%;
}

.m-topitems{
  padding: 75px 0 30px;
}

.m-topitems ul{
  width: 100%;
  padding-bottom: 50px;
  font-weight:normal;
  font-size:11px;
}

.m-topitems li{
  float: left;
  margin-right: 50px;
  text-align: center;
  width: 300px;
}
.m-topitems li p.new{
  position:relative;
}
.m-topitems li p.new span{
  position:absolute;
  top:-30px;
  left:250px;
  background-color:#CC0000;
  color:#FFF;
  border-radius: 20px; 
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;  
  width:40px;
  height:40px;
  line-height:40px;
}

.m-topitems li:last-child{
  margin-right: 0;
}

.m-topitems ul.col-2 li{
  width:475px;
  text-align:left;
}


.m-topitems ul.col-2 .m-ti-img{
  width:200px;
  float:left;
}
.m-topitems ul.col-2 .m-ti-img img{
  width:200px;
}
.m-topitems ul.col-2 .m-ti-detail{
  width:253px;
  height:160px;
  float:left;
  padding-left:12px;
  padding-top:20px;
  padding-right:10px;
}
.m-topitems ul.col-2 .m-ti-img {
  max-width: 200px;
}

.m-topitems .m-ti-img{
  max-width: 300px;
}

.m-topitems .m-ti-img img{
  max-width: 100%;
}

.m-topitems .m-ti-detail{
  background: #FFF;
  padding: 10px 0 20px;
  width: 100%;
}

.m-topitems .m-ti-detail .m-ti-title{
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px;
}
.m-topitems .m-ti-detail .m-ti-title small{
  display:block;
  font-weight:normal;
  font-size:11px;
  color:#666;
}

.m-topitems .m-ti-detail .m-ti-title.m-ti-a{
  background: url("https://img21.shop-pro.jp/PA01332/989/etc/bohe_19.jpg")no-repeat 8px top;
}

.m-topitems .m-ti-detail .m-ti-title.m-ti-b{
  background: url("https://img21.shop-pro.jp/PA01332/989/etc/bohe_21.jpg")no-repeat 18px top;
}

.m-topitems .m-ti-detail .m-ti-title.m-ti-c{
  background: url("https://img21.shop-pro.jp/PA01332/989/etc/bohe_23.jpg")no-repeat 20px top;
}

/* ---------------------------------------
STAFF SELECT スタッフおすすめ商品
--------------------------------------- */

#box_recommend{
  margin: 0 0 68px;
}

#box_recommend .mainTitle{
  margin: 0 0 60px;
}

#box_recommend ul{
  margin: 0 0 60px;
}

#top-main #box_recommend .item_box{
  margin-bottom: 48px;
}


/* ---------------------------------------
DESIGN デザインから選ぶ
--------------------------------------- */
.m-yellow-bg{
  background:#EEE;
  margin: 0 0 60px;
}
.m-design{
  margin: 0 0 77px;
  padding: 64px 0 0;
}

.m-design .mainTitle{
  margin: 0 0 40px;
}

.m-design .white-box{
  background: #FFF;
  float: left;
  margin: 0 11px 0 0;
  width: 240px;
}

.m-design .white-box:last-child{
  margin: 0;
}

.m-design a{
  display: block;
  height: 100%;
  padding: 10px 10px;
  width: 100%;
}

.m-design .m-design-detail{
  margin: 20px 0 0;
}

.m-design .m-design-detail p{
  font-weight: bold;
  font-size: 13px;
  text-align: auto;
}

/* ---------------------------------------
CATEGORY カテゴリーから選ぶ
--------------------------------------- */

.m-cate{
  padding: 0 0 77px;
}
.m-cate .mainTitle{
  margin: 0 0 35px;
}

.m-cate a{
  display: block;
  height: 100%;
  width: 100%;
}

.m-cate li{
  float: left;
  margin: 0 10px 45px 0;
  width: 190px;
}

.m-cate li:nth-child(5n){
  margin-right: 0;
}

.m-cate li:nth-child(n+6){
  margin-bottom: 0;
}

.m-cate .m-cate-btn{
  background: #002130;
  padding: 12px 20px;
}

.m-cate .m-cate-btn p{
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.m-cate{
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* ---------------------------------------
Instagram ~ NEW OLD
--------------------------------------- */
.m-center-contents{
  margin: 0 0 80px;
}

.m-center-contents li{
  display: inline-block;
  /display: inline;
  /zoom: 1;
  float: left;
  list-style: none;
  margin-right: 5%;
  width: 30%;
}

.m-center-contents li:last-child{
  margin-right: 0;
}

.m-center-contents .cont-img{
  max-height: 300px;
  max-width: 300px;
}

.m-center-contents .cont-img img{
  max-width: 100%;
}

.m-center-contents .cont-detail{
  margin: 15px 0 0;
  text-align: center;
}

.m-center-contents .cont-title{
  border-bottom: 1px solid #C9C9C9;
  font-size: 14px;
  padding: 0 0 3px;
  margin: 0 0 15px;
}

.m-center-contents .cont-title span{
  font-weight: bold;
  font-size: 16px;
}

/* -----------------
instagram
----------------- */
.m-center-contents .new-insta li{
  display: none;
  float: none;
}

.m-center-contents .new-insta li:first-child{
  display: block;
  width: 300px;
}

.m-center-contents .new-insta li img{
  border: 1px solid #c9c9c9;
}

.m-center-contents .new-insta>a{
  display: inline-block;
}

/* -----------------
STYLING CUT
----------------- */
.m-center-contents li.styling .cont-detail{
  margin: 20px 0 0;
}

.m-center-contents .styling .cont-title{
  line-height: 2.7;
}

/* ---------------------------------------
Instagram
--------------------------------------- */
.m-insta-bg{
  background: #fff;
  margin: 0 0 30px;
  width: 100%;
}

.m-insta{
  padding: 37px 0 52px;
}

#top-main .m-insta .mainTitle h2{
  border: none;
}

.m-insta li{
  display: inline-block;
  /display: inline;
  /zoom: 1;
  float: left;
  max-height: 140px;
  max-width: 140px;
  margin: 0 75px 20px 0;
}

.m-insta li:nth-child(5n){
  margin-right: 0;
}

.m-insta li:nth-child(n+5){
  margin-bottom: 0;
}

.m-insta li img{
  max-width: 100%;
}

/* ---------------------------------------
ハーフバナー,ランキング
--------------------------------------- */
.feature-ranking{
  margin: 0 0 50px;
}

.feature-ranking .half-bnr{
  float: left;
  margin-top: 55px;
  width: 595px;
}

.feature-ranking .half-bnr li{
  font-size: 14px;
  margin-bottom: 15px;
}

.feature-ranking .half-bnr li:last-child{
  margin-bottom: 0;
}

#top-main .feature-ranking .half-ranking .mainTitle span{
  color: #004986;
}

.feature-ranking .half-ranking{
  float: right;
  margin-top: 37px;
  width: 355px;
}

/* ---------------------------------------
ABOUT US　店舗情報
--------------------------------------- */
.m-about-bg{
  background: url("https://img21.shop-pro.jp/PA01332/989/etc/bohe_53.jpg")no-repeat left top;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 638px;
  width: 100%;
}

.m-about{
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 35px 0;
  text-align: center;
}

.m-about a{
  color: #FFF;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 5px 0 0;
}

#top-main .m-about .mainTitle h2{
  border-bottom: 1px solid #fff;
  padding: 0 0 0px;
}

#top-main .m-about .mainTitle h2,
#top-main .m-about .mainTitle h2 span{
  color: #FFF;
}

.m-about .m-about-detail{
  margin: 5px 0 0;
}

/* ---------------------------------------
SHOP NEWS
--------------------------------------- */
.m-news-bg{
  background: #FFFFFF;
}

#top-main #box_info{
  padding: 10px 0 80px;
}

#top-main #box_info .mainTitle h2{
  border: none;
}

#top-main #box_info .mainTitle span{
  color: #004986;
}

#box_info .news-area{
  background: #FFF;
  border: 5px solid #e5e5e5;
  height: 70px;
  overflow: auto;
  padding: 10px 20px;
}


/* ---------------------------------------
BOHEMIANSとは ~ tiwtter
--------------------------------------- */
.m-bottom-bg{
  background: url("https://img21.shop-pro.jp/PA01332/989/etc/20s3_footterb_02.jpg")no-repeat left top;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 600px;
}

.m-bottom-contents{
  padding: 50px 0;
}

.m-bottom-contents li{
  background: url("https://img21.shop-pro.jp/PA01332/989/etc/bohe_55.png")no-repeat left top;
  float: left;
  margin-left: 45px;
  padding: 20px;
  height: 440px;
  width: 260px;
}

.m-bottom-contents li:first-child{
  margin-left: 0;
}

#top-main .m-bottom-contents .mainTitle h2{
  margin: 0 15px;
  width: 250px;
}

/*ボヘミアンズとは*/

.m-bottom-contents .about .mainTitle{
  margin: 0 0 65px;
}

.m-bottom-contents .about .about-title{
  font-size: 20px;
  font-weight: bold;
  color: #001c58;
  margin: 0 0 23px;
  text-align: center;
}

.m-bottom-contents .about .about-text{
  padding: 0 10px;
  height: 210px;
  overflow: auto;
}

.m-bottom-contents .about .about-text p{
  font-size: 14px;
  line-height: 1.7;
  -ms-word-break: break-all;
      word-break: break-all;
}

/*facebook*/

.m-bottom-contents .fb .mainTitle{
  margin: 0 0 50px;
}

.m-bottom-contents .fb-area{
  margin: 0 auto;
  height: 200px;
  width: 250px;
}

/*twitter*/
.m-bottom-contents .tw .mainTitle{
  margin: 0 0 50px;
}

.m-bottom-contents .tw-area{
  margin: 0 auto;
  height: 260px;
  width: 250px;
}

/* ************************************************
*  product_detail_page
* ************************************************ */

h2.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 0.6em;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
  font-size: 18px;
}

.product_form{
  margin: 0 0 62px;
}

.product_detail_area {
  position: relative;
  width: 100%;
}

.product_images {
  display: inline-block;
  float: left;
  width: 400px;
}
.product_images {
    display: inline-block;
    float: left;
    width: 424px;
}

.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  border: 1px solid #ddd;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 780px;
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  border-left: solid 1px #ccc;
  table-layout:fixed;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  background-color: rgb(238, 238, 239);
  border-left: none;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 12px 4px 12px 18px;
  width: 35%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  width: 55%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 14px;
}

table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 60%;
}

.product_description {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px;
}

.simple_explain {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px;
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 100px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 200px;
}
.product_link_area ul.other_link {
  clear: both;
  margin-top: 20px;
  margin-left: 20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 10px;
}

.share{
  margin: 15px 0 0;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 400px;
}
.zoom-small-image {
    width: 424px;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}

.cloud-zoom {
  margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}
.mousetrap {
	width: 424px !important;
/*  height: 424px !important; */
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}

.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}
a.gallery_last {
    margin-right: 0px;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.sub_category_area,
.sub_group_area {
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
  height: 100%;
  border: solid 1px #ccc;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  margin: 0 20px 10px 0;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: solid 1px #ccc;
}

/* ************************************************
*  search_page
* ************************************************ */

.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #ddd;
  text-align: center;
}

.none {
  margin: 50px 0;
  text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */

#policy {
  line-height: 1.8;
  font-size: 14px;
}
#policy h2 {
  margin-bottom: 30px;
}

.policy_box,
#policy_lead{
  margin-bottom: 30px;
}

.sk_box {
  margin-bottom: 70px;
}
.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells:show;
}

.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' ';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}

#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}


/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.footstamp {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}

.sort {
  float: right;
  margin-bottom: 20px;
  text-align: right;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}

.pager {
  clear: both;
  margin: 20px 0 40px;
  text-align: center;
}
.pager a{
  margin: 15px;
}

.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.sold_out {
  color: #DA5858;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  text-align: center;
  margin: 0 auto;
  width: 60%;
}

.to_top{
  float: right;
  clear: both;
  text-align: center;
  margin: 0 0 20px;
  padding: 1.3em 1em;
  border: solid 1px #aaa;
  font-size: 14px;
  color: #888;
}

.to_top:hover{
  border: 1px solid #ddd;
  color: #ddd;
}

.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
/** 商品ページ：カートに入れるボタン
===================================*/
.btn-primary {
  margin: 1.2em 4.5em .9em;
  padding: 1.4em 0;
  background-color: #800000;
}
.btn-contact {
  margin:0.5em 5.2em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px;
  width: 60%;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}


/** コンテンツ：バナー上部エリア
===================================*/
.bnr-top {
	margin-bottom: 30px;
}


/** コンテンツ：NEWS
===================================*/
hr.sept2 {
	border-bottom: 1px solid #999;
	margin: 15px 0 25px;
}

/** コンテンツ：PR
===================================*/
.pr-box {
	margin: 10px 0 30px;
}

.pr-box img{
	margin-bottom: 10px;
}

.pr-box p {
	margin-bottom: 10px;
}

.pr-box table td {
vertical-align: top;
}


/** facebook likebox：マージン
===================================*/
.fb-likebox {
	margin-bottom: 30px;
}

/** フリーページ：
===================================*/
.free-page h2 {
	background: url(https://img14.shop-pro.jp/PA01301/816/etc/line.gif?2156) repeat-x bottom left;
	padding-bottom: 15px;
	margin-bottom:20px;
}

.free-page table {
	margin-bottom:30px;
}

.free-page .fp-box {
	margin-bottom:30px;
}

/**フリーページ：店舗紹介用tableクラス
===================================*/
.company th{
	background-color: #F1F3F2;
    border: 1px solid #CCCCCC;
    font-weight: normal;
    padding: 8px 15px 6px;
    white-space: nowrap;
	width: 100px;
}

.company td {
    border: 1px solid #CCCCCC;
    padding: 8px 10px 6px;
}

.company{
	margin-bottom:30px;
	margin-top:10px;
	width:726px;
}

.shophope {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #18224c;
  border: solid 2px #18224c;
  border-radius: 3px;
  transition: .4s;
}

.shophope:hover {
  background: #28224c;
  color: white;
}

