@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: 1020px;
  text-align:left;
}

a {
  outline: none;
  color: #000;
  text-decoration: none;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #999;
}

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用*/
}

/* ************************************************
*  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;}

.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
* ************************************************ */

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


/* ************************************************
*  layout
* ************************************************ */
/** 全体をwrap（firefox対応）
===================================*/
#wrap-all {
	overflow: hidden;
  margin: 0 auto;
	min-width:1020px;
	/*実際の幅+20px*/
}
#container{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.wrapper {
  padding: 0 10px;
  margin: auto;
}
.container {
  padding: 0 10px;
  margin:0px auto;
  width:1000px;
  text-align:left;
}
.container-wrap{
  margin: auto;
}
#header {
  clear:both;
  padding: 15px 0 0;
  width:100%;
}

#main {
  margin: 15px auto 50px;
  width: 100%;
}
#footer {
  border-top: 1px solid #999;
  clear:both;
  padding: 48px 0 20px;
  width:100%;
}

/* ************************************************
*  header
* ************************************************ */
#header .header_link {
  float: right;
  margin-bottom: 15px;
}
#header .header_link ul {
}
#header .header_link ul li {
  float: left;
  margin-left: 20px;
  list-style-type: none;
  line-height: 16px;
}
#header .header_link ul li i {
  display: block;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
#header .header_link ul li a {
  text-decoration: none;
}
#header .header_link ul li.my_account {
}
#header .header_link ul li.my_account i.account {
  background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}
#header .header_link ul li.member_login_btn i.login {
  background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}
#header .header_link ul li.member_regist_btn i.regist {
  background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
#header .header_link ul li.member_logout_btn i.logout {
  background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
#header .header_link ul li.view_cart {
}
#header .header_link ul li.view_cart i.cart {
  background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px;
}
#header .header_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;
}

/** ヘッダー：コンテナ
===================================*/
.head-bg{
  background: #FFF;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.head-top-left{
  float: left;
  width: 35%;
}

.head-top-right{
  float: right;
  width: 65%;
}

/** ヘッダー：ロゴ
===================================*/
#header .logo-area {
  float: left;
  margin-right: 15px;
}
#header .logo a {
  display: block;
  text-decoration: none;
  height: 55px;
  width: 155px;
}
#header .logo img {
  max-width: 100%;
}

/** ヘッダー：h1
===================================*/
#header .h1-area{
  float: left;
  margin: 25px 0 0 13px;
  width: 165px;
}

#header .h1-area h1{
  font-weight: 500;
  font-size: 12px;
  text-align: left;
}
/** ヘッダー：SNS
===================================*/
#header .h-sns li{
  list-style: none;
  float: left;
}

#header .h-sns li a{
  display: inline-block;
  margin-left: 5px;
  width: 100%;
}

#header .h-sns li:first-child a{
  margin-left: 0;
}

#header .h-sns li a img{
  height: 29px;
  width: 27px;
}

/** ヘッダー：検索
===================================*/
.search {
  border: 1px solid #ccc;
  float: right;
  margin-top: 22px;
  height: 25px;
  width:225px;
}

.search input{
    vertical-align: top;
}

#search_text{
    border: none;
    padding-left:10px;
    width:185px;
    height:25px;
    vertical-align:11px;
    font-size:12px;
    letter-spacing: normal;
}

#search_btn{
  padding: 7px;
}

/** ヘッダー：SNS
===================================*/
#header .h-sns{
  float: right;
  margin: 20px 0 0 15px;
}

/** ヘッダー：コンテンツ
===================================*/
#head-cont {
	background-repeat: no-repeat;
	margin-bottom: 15px;
}




/* ************************************************
*  account
* ************************************************ */
#account-area {
  float: right;
  margin: 26px 10px 0 0;
  width: 300px;
}
.account_link ul {
}
.account_link ul li {
  float: right;
  margin-right: 10px;
  list-style-type: none;
}
.account_link ul li i {
  display: block;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.account_link ul li a {
  text-decoration: none;
}
.account_link ul li a:after{
  content: "|";
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-left: 10px;
  vertical-align: middle;
}
.account_link ul li:first-child a:after{
  content: none;
}
.account_link ul li.my_account {
}
.account_link ul li.my_account i.account {
  background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}
.account_link ul li.member_login_btn i.login {
  background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}
.account_link ul li.member_regist_btn i.regist {
  background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
.account_link ul li.member_logout_btn i.logout {
  background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
.member_login_name{
  color: #666;
  font-weight: bold;
  float: right;
  clear: right;
  line-height: 2;
  margin-top: 5px;
}
.account_link ul li.view_cart {
}
.account_link ul li.view_cart i.cart {
  background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px;
}
.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
* ************************************************ */
#g_nav_bg{
    width:100%;
}
#g_nav{
    width:1000px;
    margin:0 auto;
    text-align:center;
    letter-spacing: -.4em;
}
#g_nav>li{
    letter-spacing: normal;
    display: inline;
    position: relative;
}

#g_nav li a{
    display: inline-block;
    text-decoration: none;
}
#g_nav>li>a{
    font-weight:500;
    line-height:30px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 0 0 15px;
    padding: 7px 0;
}

#g_nav>li>a:hover{
  cursor: pointer;
}

#g_nav>li>a:after{
  content: "|";
  margin-left: 15px;
}

#g_nav>li:last-child>a:after{
  content: none;
}
/*ドロップダウン関連のcss*/
#g_nav{
    position:relative;
}
#g_nav li div.drop{
    position:absolute;
    top:23px;/*g_nav li aで設定したline-heightと同じ値*/
    left:-10px;
    z-index:1;
    background:#000;
    display: none;
    width: 220px;
    z-index: 3;
}

/* メガメニューフルサイズ
#g_nav>li.full-dropnav{
  position: static;
}*/

#g_nav li div.full-drop{
  /*padding: 3% 100%;
  left: -100%;
  width:100%;*//*g_navの横幅と同じ*/
  padding: 10px;
  width: 1000px;
}

#g_nav li div ul{
    letter-spacing: -.4em;
    text-align: left;
}

#g_nav li div ul.list4{
  float: left;
  margin-right: 0.5%;
  width: 24.5%;
}

#g_nav li div ul.list4:last-child{
  margin-right: 0;
}

#g_nav li div li{
    width:100%;/*お好み*/
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
}
#g_nav li div li img{
    margin-bottom:5px;
    display: inline-block;
}
#g_nav li div a{
    display: block;
    padding: 5px;
}
#g_nav li div.drop a{
  padding: 10px 20px;
}
#g_nav li.full-dropnav div.drop a{
  padding: 3px 15px 3px 20px;
}
#g_nav li div a:hover{
  color: #FFF;
  background: rgba(150,150,150,0.6);
  text-decoration: none;
}
#g_nav li div li.third-drop a{
    padding-left: 20px;
}

#g_nav li div span.c_name{
    color:white;
    font-size:12px;
}

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

.slider-container{
  margin-bottom: 125px;
  width: 100%;
}

.slide-inner{
  position:relative;
  width:1000px;
  height:410px;
  margin: 0 auto;
}
.slide_wrap{
  width: 3000px;
  position: absolute;
  left: 50%;
  margin-left: -1500px;
}
#slider div{
  width:1000px !important;
}

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

/*.bx-wrapper .bx-controls-direction a {
  height: 103px !important;
  width: 54px !important;
  margin-top: -53px !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;
}

.bx-wrapper .bx-pager.bx-default-pager a{
  -webkit-border-radius: 7px !important;
          border-radius: 7px !important;
  height: 13px !important;
  width: 13px !important;
}

.bx-wrapper .bx-pager{
  bottom: -52px !important;
}



/* ************************************************
*  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 li{
  float: left;
  position: relative;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-right: 32px;
  text-align: center;
  vertical-align: top;
  width: 140px;
}
#box_sellers li:last-child{
  margin-right: 0;
}
/*
#box_sellers  .top_seller:before{
  position: absolute;
  top: 18px;
  left: -6px;
  content: url(http://img.shop-pro.jp/tmpl_img/67/rank1.png);
}
#box_sellers  .rank_2:before{
  content: url(http://img.shop-pro.jp/tmpl_img/67/rank2.png);
}
#box_sellers  .rank_3:before{
  content: url(http://img.shop-pro.jp/tmpl_img/67/rank3.png);
}*/
#box_sellers .seller_image_box{
  text-align: center;
  width: 140px;
}
#box_sellers .seller_image{
  margin: 0;
  max-width: 100%;
}
#box_sellers .seller_detail{
  text-align: center;
  margin-top: 20px;
}
#box_sellers .seller_detail p{
  line-height: 1.6;
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_name{
  font-weight: bold;
}
/*#box_sellers .seller_rank > strong{
  font-size: 15px;
}
#box_sellers .seller_teika{
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#box_sellers .more_seller{
  display: none;
}*/

/* ************************************************
*  footer
* ************************************************ */
#footer a:hover{
  text-decoration: underline;
  color: #000;
}

.copyright {
  clear: both;
  padding: 6.5em 0 1em;
  text-align: center;
  font-style: normal;
  font-size: 10px;
}

.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-bg {
  background: #FFF;
}
.foot_policy {
	margin: 0;
	padding: 0 0 20px;
	border-bottom: 0px solid #ccc;
}


/* ---------------------------------------
フッターショップインフォ
--------------------------------------- */
.f-info{
  float: left;
  margin-right: 53px;
  width: 180px;
}

.f-info .f-logo{
  margin-bottom: 30px;
}

.f-info .f-address{
  margin-bottom: 22px;
}

.f-info .f-address .f-add-img{
  margin-bottom: 15px;
}

.f-info .f-address .f-add-text p{
  font-size: 10px;
  line-height: 1.9;
}

/*SNSボタン*/
.f-info .f-sns li{
  float: left;
  margin-right: 6px;
}

.f-info .f-sns li:last-child{
  margin-right: 0;
}

/* ---------------------------------------
フッターカテゴリー
--------------------------------------- */
.f-cate{
  float: left;
  width: 760px;
}

.f-cate .f-cate-all{
  width: 100%;
}

.f-cate .f-cate-all li{
  list-style: none;
}

.f-cate .f-cate-all>li{
  float: left;
}

.f-cate .f-cate-all>li:last-child{
  margin-right: 0;
}

.f-cate li.b-cate{
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

/*2つ並び*/
.f-cate .list2{
  float: left;
  margin-right: 4%;
  width: 48%;
}

.f-cate .list2:last-child{
  margin: 25px 0 0 0;
}

.f-cate ul li{
  line-height: 1.7;
  font-size: 11px;
}

.f-cate .third-cate{
  margin-left: 7px;
}

/* ---------------------------------------
ALL BLANDS
--------------------------------------- */
.f-cate .f-cate-list01{
  margin-right: 25px;
  width: 335px;
}

/* ---------------------------------------
EYE WEAR
--------------------------------------- */
.f-cate .f-cate-list02{
  margin-right: 10px;
  width: 170px;
}

.f-cate .list-top,
.f-cate .list-center{
  margin-bottom: 34px;
}

/* ---------------------------------------
WATCH ~ BLOG
--------------------------------------- */
.f-cate .f-cate-list04{
  margin-right: 37px;
  width: 100px;
}
.f-cate .f-cate-list04 .b-cate{
  margin-bottom: 15px;
}

.f-cate .f-cate-list04 .third-cate li{
  font-weight: 500;
}


/* ---------------------------------------
SHOP GUIDE
--------------------------------------- */
.f-cate .f-cate-list05{
  width: 80px;
}

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

#main .box {
  clear: both;
  /*overflow: hidden;*/
  margin-bottom: 50px;
  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("http://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;
}

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

.item_box {
  display:inline-block;
  float: left;
  margin: 0 32px 15px 0;
  width: 140px;
  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: 20px 0 0;
	padding-left: 0px;
	border-left: none;
}
.item_box .item_detail p {
	overflow: visible;
	width: 100%;
	text-overflow: ellipsis;
	white-space: normal;
	-o-text-overflow: ellipsis;
  text-align: center;
}
.item_box .item_detail p.item_name {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.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;
}
.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_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;
}

/* ************************************************ 
 *  コンテンツ共通
 * ************************************************ */

.main_title {
  width:1000px;
  padding-bottom:15px;
}


#main .mainTitle h2{
  font-size: 16px;
  text-align: center;
}

#main .mainTitle h2 span{
  font-size: 12px;
  font-weight: 500;
}

#main .mainTitle2 h2{
  font-size: 14px;
  font-weight: bold;
}
  
/* ------------------------------------- 
 *  会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
  padding:0px;
  margin:0px;
  text-decoration:line-through;
  color:#999999;
  }

.price_top {
  padding:0px;
  margin:0px;
  font-size:14px;
  color:#ff0000;
  }

.discount_rate_top {
  padding:0px;
  margin:0px;
  color:#333333;
  }
  
.common_image img{
  margin-bottom:15px;
  display:block;
}

  
/* ------------------------------------- 
 *  コンテンツ下部 決済・配送方法指定・特定商取引法
 * ------------------------------------- */
#shop_info {
  margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {
  
}

#shop_info .cont {
  padding:15px 20px;
}

#shop_info_pay {background:transparent url(https://img.shop-pro.jp/tmpl_img/31/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(https://img.shop-pro.jp/tmpl_img/31/shop_info_deli_bg.gif) 0px 0px repeat-y;}
#shop_info_sct_img {margin-top:20px;}

#right_pay_deli_bg {
  height:2px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/31/right-pay_deli_bg.gif) 0px 0px no-repeat;
  width:726px;
}

/* ************************************************ 
 *  メインコンテンツ
 * ************************************************ */

/* ---------------------------------------
メイン　アイテムカテゴリー
--------------------------------------- */
.m-cate{
  margin-bottom: 45px;
}

.m-cate img:hover{
  opacity: initial;
}

.m-cate li{
  float: left;
  margin-right: 20px;
}

.m-cate-list4{
  margin: 0 20px 20px 0;
  width: 235px;
  display: block;
  height: 200px;
  position: relative;
}

.m-cate-list4:nth-child(4){
  margin-right: 0;
}

.m-cate-list-half{
  width: 490px;
}

.m-cate-list-half:last-child{
  margin-right: 0;
}

.m-cate-list-half li{
  margin-top: 20px;
}

.m-cate-list-half li:nth-child(-n+2){
  margin-top: 0;
}

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

.m-cate-area{
  position: relative;
}

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

.link-inner{
  display: block;
  height: 100%;
  width: 100%;
}

.m-cate__img img{
  width: 100%;
  height: auto;
}

/*ホバーエフェクト*/
.m-cate__overlay{
    height:100%;
    width:100%;
    z-index:1;
    background:rgba(0,0,0,0.6);
    position:absolute;
    top:0;
    left:0;
    opacity: 0;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.m-cate-area:hover .m-cate__overlay,
.m-cate-area:hover .m-cate__title{
    opacity: 1;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

/*アイテムタイトル*/
.m-cate__title{
    width:94%;
    position:absolute;
    left:0;
    bottom:30%;
    z-index:2;
    font-size:14px;
    text-align: center;
    opacity: 0;
}

/*商品タイトルが1行の時 or 商品画像が大きい時のタイトル位置*/
.m-cate__title.text-1line{
  bottom: 40%;
}

.m-cate__title a{
  color: #FFF;
  display: block;
  padding: 3%;
}


/* ---------------------------------------
お知らせとfacebook
--------------------------------------- */
#main .m-news-fb.box{
  padding-top: 47px;
  margin-bottom: 50px;
}
#main #box_info{
  /*
  float: left;
  width: 430px;
  */
}

#main #box_info .info-area{
  padding: 10px 30px;
  height: 150px;
  overflow: auto;
}

#main #box_info p {
  line-height: 20px;
}

#main .m-fb{
  float: right;
  width: 475px;
}

/* ---------------------------------------
パララックス
--------------------------------------- */
.parallax-container{
  height: 300px;
  width: 100%;
}

.parallax1{
  background: url(https://img07.shop-pro.jp/PA01117/264/etc/gb19-1.jpg) no-repeat left 150px;
  background-attachment: fixed;
  background-size: 100% auto;
  height: 100%;
}

.parallax2{
  background: url(https://img07.shop-pro.jp/PA01117/264/etc/gb34-1.jpg) no-repeat left 150px;
  background-attachment: fixed;
  background-size: 100% auto;
  height: 100%;
}

/* ---------------------------------------
SHAPE 形から選ぶ
--------------------------------------- */
.m-shape{
  margin: 50px 0 75px;
}
.m-shape .mainTitle{
  margin-bottom: 30px;
}

.m-shape ul{
  text-align: center;
  width: 100%;
}
.m-shape li{
  display: inline-block;
  /display: inline;
  /zoom: 1;
  list-style: none;
  margin-right: 26px;
}

.m-shape li a{
  vertical-align: top;
  display: block;
  width: 100%;
}

/* ---------------------------------------
ブランドから選ぶ
--------------------------------------- */
#main .m-blands.box{
  margin-top: 50px;
  padding-top: 30px;
}

.m-blands .mainTitle{
  margin-bottom: 30px;
}

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 100%; width: 30px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 0; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; color: #212121; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: 10px; }
[dir="rtl"] .slick-prev { left: auto; right: 10px; }
.slick-prev:before { background-image: url("https://img.shop-pro.jp/s_tmpl_img/27/left_s.png"); background-size: cover; content: ""; display: inline-block; width: 20px; height: 20px;}
[dir="rtl"] .slick-prev:before { background-image: url("https://img.shop-pro.jp/s_tmpl_img/27/right_s.png"); background-size: cover; content: ""; display: inline-block; width: 20px; height: 20px; }

.slick-next { right: 10px; }
[dir="rtl"] .slick-next { left: 10px; right: auto; }
.slick-next:before { background-image: url("https://img.shop-pro.jp/s_tmpl_img/27/right_s.png"); background-size: cover; content: ""; display: inline-block; width: 20px; height: 20px; }
[dir="rtl"] .slick-next:before { background-image: url("https://img.shop-pro.jp/s_tmpl_img/27/left_s.png"); background-size: cover; content: ""; display: inline-block; width: 20px; height: 20px; }

.slick-prev{
  left: -30px !important;
}

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

.slick-prev, .slick-next{
  margin-top: 0 !important;
}

.slick-slide img{
  margin: 0 auto;
}

/* ---------------------------------------
NEW ITEM 新着商品（売れ筋）
--------------------------------------- */
#main #box_sellers.box{
  padding-top: 45px;
  margin-bottom: 45px;
}

#main #box_sellers .mainTitle{
  margin-bottom: 38px;
}

/* ---------------------------------------
SELECt おすすめ商品
--------------------------------------- */
#box_recommend.box{
  padding-top: 43px;
  margin-bottom: 88px;
}

#box_recommend .mainTitle{
  margin-bottom: 37px;
}

/* ---------------------------------------
FEATURE 特集
--------------------------------------- */
.m-feature{
  margin: 50px 0 62px;
}

.m-feature .mainTitle{
  margin-bottom: 21px;
}

.m-feature .feature-box{
  float: left;
  margin-right: 30px;
  text-align: center;
  width: 313px;
}

.m-feature .feature-box:last-child{
  margin-right: 0;
}

.m-feature .feature-img{
  max-width: 313px;
  max-height: 120px;
}

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

.m-feature .feature-text{
  margin-top: 25px;
}

/* ---------------------------------------
INSTAGRAM インスタグラム
--------------------------------------- */
#main .m-insta.box{
  margin-top: 50px;
  padding-top: 30px;
}

.m-insta .mainTitle{
  margin-bottom: 48px;
}

.m-insta .instagram_photo{
  float: left;
  margin-right: 30px;
  max-width: 227px;
}

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

.m-insta .instagram_photo:nth-child(n+4){
  margin-bottom: 30px;
}

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

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

h2.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 0.6em;
  background: transparent url("http://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: 270px;
}

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;
}
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: 100%;
}

.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;
  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;
}

.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;
}
.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 0 .9em;
  padding: 1.4em 0;
  background-color: #c86464;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}
/** 商品ページ：カートに入れるボタン
===================================*/
/*
.btn-primary {
margin: 1.2em 0 .9em;
padding: 1.4em 0;
background-color: #02BE03;
}
*/


/** コンテンツ：バナー上部エリア
===================================*/
.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;
}


/* ************************************************ 
 *  商品一覧　レイアウト
 * ************************************************ */

/* ------------------------------------- 
 *  一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
  width:1000px;
  height:28px;
  color: #333333;
  background:#e7e7e7;
  margin-bottom:1px;
  }

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
  text-decoration:underline;
  color:#0000cc;
  }

.sort_01 a:active,
.sort_01 a:hover {
  text-decoration:underline;
  color:#ee0000;
  }

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
  padding:0px;
  margin:0px;
  text-decoration:line-through;
  color:#999999;
  }

.price_all {
  padding:0px;
  margin:0px;
  font-size:14px;
  color:#ff0000;
  }

.discount_rate_all {
  padding:0px;
  margin:0px;
  color:#333333;
  }


/* ------------------------------------- 
 *  一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
  width:1000px;
  height:28px;
  color:#333333;
  background:#e7e7e7;
  margin-bottom:1px;
  }

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
  text-decoration:underline;
  color:#0000cc;
  }

.sort_02 a:active,
.sort_02 a:hover {
  text-decoration:underline;
  color:#ee0000;
  }

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
  padding:0px;
  margin:0px;
  text-decoration:line-through;
  color:#999999;
  }

.price_search {
  padding:0px;
  margin:0px;
  font-size:14px;
  color:#ff0000;
  }

.discount_rate_search {
  padding:0px;
  margin:0px;
  color:#333333;
  }

/* ------------------------------------- 
 *  一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
  width:1000px;
  height:28px;
  background:#e7e7e7;
  margin-bottom:15px;
  }

.pagenavi a {
  color:#0000cc; text-decoration:underline;
  }


/* ------------------------------------- 
 *  商品一覧表示のレイアウト
 * ------------------------------------- */
.product_list {
  float:left;
  width:165px;
  text-align:center;
  margin:0px;
  }

.product_item {
  text-align:center;
  padding:0px 0px 50px;
  }

.product_item img {
  border:1px solid #999999;
  max-width: 155px;
  }

.product_item .name {
  margin:10px 0px 0px;
  color:#333333;
  }
  
.product_item .name img{
  vertical-align:middle;
  }

.product_item .price {
  margin:5px 0px 0px;
  font-weight:bold;
  }

.product_item .expl {
  color:#333333;
  line-height:120%;
  text-align:left;
  margin:5px 0px;
  }

.product_list a         {color:#0000cc; text-decoration:underline;}
.product_list a:link    {color:#0000cc; text-decoration:underline;}
.product_list a:visited {color:#0000cc; text-decoration:underline;}
.product_list a:active  {color:#0000cc; text-decoration:underline;}
.product_list a:hover   {color:#ee0000; text-decoration:underline;}


/* ------------------------------------- 
 *  ぱんくずリスト
 * ------------------------------------- */

.footstamp {
  width:1000px;
  color:#333333;
  margin-bottom:15px;
  }

.footstamp a         {color:#0000cc; text-decoration:underline;}
.footstamp a:link    {color:#0000cc; text-decoration:underline;}
.footstamp a:visited {color:#0000cc; text-decoration:underline;}
.footstamp a:active  {color:#0000cc; text-decoration:underline;}
.footstamp a:hover   {color:#ee0000; text-decoration:underline;}

.txt-f10 {
  font-size:10px;
  }

.footstamp img {
  vertical-align:middle;
  }

/* ------------------------------------- 
 *  商品が無い時の表示
 * ------------------------------------- */
.nodata {
  padding-top:20px;
  text-align:center;
  }

/* ------------------------------------- 
 *  最近チェックした商品
 * ------------------------------------- */

.ci_main_title {
  border-bottom: 5px solid #ABABAB;
  font-weight: bolder;
  margin-top: 30px;
  padding-bottom: 5px;
  text-align: left;
  }

.checkitem_list {
  float:left;
  margin: 15px 0;
  padding: 0 9px 0 12px;
  width: 100px;
  }

.checkitem .price {
  font-weight:bold;
  }

.checkitem .ci_img {
  width:98px;
  margin-bottom:3px;
  border:1px solid #999999;
  }

/* ************************************************ 
 *  商品詳細　レイアウト
 * ************************************************ */

.detail_cont {
  width:1000px;
}

.detail_img_block {
  /*width:405px;*/
  width: 680px;
  float:left;
}

.detail_txt_block {
  width:300px;
  float:right;
  text-align:left;
}


.detail_img_block img {
  border:1px solid #999999;
  max-width: 100%;
}

.product_name {
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
}

.expl_block {
  margin-bottom:30px;
}

.detail_img {
  margin-bottom:20px;
}

.detail_other {
  width:405px;
}

.detail_other .sub {
  width:135px;
  float:left;
}

.detail_other .sub_tp {
  padding-top:15px;
}

.detail_other .sub img {
  width: 120px;
}

.detail_txt_block table.table {
  width:300px;
  border-left:#e7e7e7 solid 1px;
  border-top:#e7e7e7 solid 1px;
  margin-bottom:20px;
}

.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
  padding:15px;
  border-right:#e7e7e7 solid 1px;
  border-bottom:#e7e7e7 solid 1px;
}

.detail_txt_block table.table td.tit {
  width:100px;
}

.sk_link_other {
  margin-bottom:20px;
}

.txt_option {
  margin-bottom:20px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_option.gif) 0px 3px no-repeat;
  padding-left:15px;
}

.txt_back {
  margin-bottom:10px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_back.gif) 0px 0px no-repeat;
  padding-left:22px;
}

.txt_tell {
  margin-bottom:10px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_tell.gif) 0px 3px no-repeat;
  padding-left:22px;
}

.txt_inq {
  margin-bottom:10px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_inq.gif) 0px 0px no-repeat;
  padding-left:22px;
}

.txt_review {
  margin-bottom:10px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_review.gif) 0px 0px no-repeat;
  padding-left:22px;
}
.txt_reviewpost {
  margin-bottom:20px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_post.gif) 0px 0px no-repeat;
  padding-left:22px;
}

/* オプションリンク */
.txt-optionLink {
  margin-bottom:20px;
}

.rs_pd_cart_btn {
  margin-bottom:10px;
}

.btn_quick {
}


/* 会員専用価格の表示 商品詳細用 */ 
.regular_price_detail {
  padding:0px;
  margin:0px;
  text-decoration:line-through;
  color:#999999;
  }

.price_detail {
  padding:0px;
  margin:0px;
  font-size:14px;
  color:#ff0000;
  font-weight:bold;
  }

.discount_rate_detail {
  padding:0px;
  margin:0px;
  color:#333333;
  }

p#sk_link_other {
  text-align:center;
  margin-top:10px;
}

p#sk_link_other a {
  font-size:12px;
}

/* ------------------------------------- 
 *  この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
#together {
  margin:65px 0px 0px;
  }

#together .tog_main_title {
  margin:0px 0px 15px;
  }

#together .together_list {
  margin:0px 3px;
  float:left;
  width:175px;
  }

#together .together_list img {
  border:1px solid #999999;
  max-width: 155px;
  }

/* ------------------------------------- 
 *  トラックバック
 * ------------------------------------- */
#trackback {
  margin:30px 0px 15px;
}

#trackback .tb_main_title {
  font-weight:bold;
  margin:0px 0px 5px;
}


#trackback .tb_url {
  padding:6px 8px;
  border:1px solid #e7e7e7;
  }

#trackback .tb {
  }

#trackback .tb_date {
  padding:10px 0px;
  }

#trackback .tb_title {
  padding:0px 0px 10px;
  }

#trackback .tb_body {
  line-height:150%;
  padding:10px 0px;
  border-top:1px dotted #e7e7e7;
  border-bottom:1px dotted #e7e7e7;
  }

#trackback .tb_state {
  padding:0px;
  }

/* ************************************************ 
 *  商品オプションページ
 * ************************************************ */
#Option .main_title {
  margin:15px auto;
  padding:5px 0px;
  background:#e7e7e7;
  height:auto;
  width:564px;
}

#Option .main_title .cont {
  padding:0px 5px;
}
 
 
#Option .option_table {
  width:564px;
  margin-bottom:5px;
  border-left:1px solid #eaeaea;
  border-top:1px solid #eaeaea;
  }

#Option .option_cell1 {
  text-align:left;
  font-weight:normal;
  padding:5px 5px 5px 6px;
  border-right:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea;
  }

#Option .option_cell2 {
  text-align:left;
  padding:5px;
  background-color:#FFFFFF;
  padding:2px 6px 2px 6px;
  border-right:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea;
  }

#Option .option_cell3 {
  text-align:left;
  padding:5px;
  background-color:#FFFFFF;
  padding:2px 10px 2px 6px;
  border-right:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea;
  }

div#Option table.main_title td{
  text-align:left;
}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
  padding:0px;
  margin:0px;
  text-decoration:line-through;
  color:#333333;
  }

.price_detail_stock {
  padding:0px;
  margin:0px;
  }

.discount_rate_stock {
  padding:0px;
  margin:0px;
  color:#333333;
  }

/* ************************************************ 
 *  特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
 
.payment_img {
  width:30px;
  height:30px;
  margin:3px;
  }

#ShopKeeper {
  width:1000px;
  margin-bottom:15px;
  color:#333333;
  border-top:1px solid #eaeaea;
  }

#ShopKeeper th {
  width:200px;
  overflow:hidden;
  padding:10px;
  font-weight:normal;
  text-align:left;
  border-left: 1px solid #eaeaea;
  border-right:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea;
  }

#ShopKeeper td {
  padding:10px;
  text-align:left;
  border-right:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea;
  }
  
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
  border-right:none;
  border-top:none;
  border-left:none;
  border-bottom:none;
  }
  
#ShopKeeper th img,
#ShopKeeper td img {
  vertical-align:middle;
  }

/* 検索結果 */
.txt-search {
  padding:5px 10px;
  background:#e7e7e7;
  border-bottom:1px solid #FFFFFF;
  }

.txt-hitNum {
  margin-bottom:15px;
  padding:5px 10px;
  background:#e7e7e7;
  }

.txt-search strong,
.txt-hitNum strong {
  font-weight:bold;
  }

/*アンカーリンクのズレ防止*/
.anker-link{
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-top : -131px;
  padding-top : 131px;
}


/* ************************************************ 
 *  プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
  margin-bottom:15px;
  color:#333333;
  }

.pe_title {
  padding-top:15px;
  color:#333333;
  border-top:1px solid #eaeaea;
  }

.pe_note {
  line-height:150%;
  margin:5px 5px 20px 30px;
  }

/* ************************************************ 
 *  float解除
 * ************************************************ */


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility:
  hidden;
  }
  
.clearfix {
  display:inline-block;
  }
  
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
  }
  
.clearfix {
  display: block;
  }
/* End hide from IE-mac */

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 10px;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}
.full-drop {
    height: 350px;
    overflow: auto;
    overflow-y: scroll;
}