﻿body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	background: rgb(2,0,36);
	background: -webkit-linear-gradient(bottom, rgba(2,0,36,1) 0%, rgba(9,9,70,1) 35%, rgba(9,9,121,1) 100%);
	background: -o-linear-gradient(bottom, rgba(2,0,36,1) 0%, rgba(9,9,70,1) 35%, rgba(9,9,121,1) 100%);
	background: linear-gradient(to top, rgba(2,0,36,1) 0%, rgba(9,9,70,1) 35%, rgba(9,9,121,1) 100%);
	
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#B0C4DE',GradientType=0 );
  background-attachment: fixed;
	}


@font-face {
  font-family: 'harenosora';
  src: url("../font/Harenosora.eot?") format('eot'),
       url("../font/Harenosora.woff") format('woff');
}

a img{
	border: 0;
}
a{
	color: #333333;
}
a:hover img{
	opacity:0.6; filter: alpha(opacity=60);
	z-index: 1;
}

#container{
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.3);
	width: 1190px;
	overflow: hidden;
	margin: auto;
	padding: 0;
	clear: both;
}

#content_wrap{
	width: 1100px;
	margin: auto;
}
#content{
	width: 1100px;
	height: 1200px;
	position: relative;
	margin: auto;
}



/*******************************************
	ヘッドナビ
*******************************************/
#header_smp_wrap{
	display: none;
}
#header_wrap{
	width: 100%;
	background-color: #555555;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	}

#head{
	width: 1160px;
	margin: 0 auto;
	}
#header_wrap table{
	margin: 0 auto;
	}	
#searchWrap{
	text-align: center;
	color: #FFF;
	overflow: auto;
	}
#search{
	display: inline;
	float: left;
	font-size: 12px;
	}
#guide{
	display: inline;
	float: right;
	}
.telask{
	float: right;
	}

#marquee{
	width: 1090px;
	height: 20px;
	border: 4px solid #cec2b0;
	background: #cec2b0;
	text-align: right;
	line-height: 20px;
	margin: auto;
	margin-top: 10px;
}

#marquee h3{
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 5px;
}                     
	
#marquee marquee{ 
	background: #fff;
	color: #555;
	font-family: Meiryo UI, "メイリオ", "MS Pゴシック",sans-serif;
	font-size: 14px;
}

.head_navi {
	width: 1100px;
	margin: auto;
	margin-top: 60px;
	clear: left;
	}
.head_navi a span{
	color: #fff;
	border: 0px;
	width: 214px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #00a0e9;
	display: inline-block;
	  border-radius: 10px 10px 0px 0px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
	}
.head_navi a span:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.right4 {
	margin-right: 1px;
	margin-bottom: 20px;
	}
.right0 {
	margin-right: 0px;
	margin-bottom: 20px;
	}
	
.head_navi a img {
	display: inline-block;
}

.page-back {
 position: fixed;
 bottom: 10%;
 right: 5%;
 box-shadow: 0px ;
 z-index: 100;
 }

/* IE6用ハック */
* html, * html body {
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
 overflow-y: hidden;
}
 * html p#top_back {
 height: 100%;
 overflow-y: scroll;
}
 * html div.head_navi {
 position: absolute;
 right: 30px;
}
.page-back img{
  width: 100px;
  height: 100px;	}

#link_osusume{
	height: 0px;
	clear: left;
}

#header_smp{
	display: none;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#menubar{
	width: 640px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 250px; 
}
nav#menubar ul {
	padding-left: 13%;
	padding-bottom: 30px;
}
/*メニュー１個あたりの設定*/
nav#menubar ul li {
	float: left;	/*メニューを左側に回り込み*/
	margin-left: 7%;	/*メニュー同士の隙間*/
}
nav#menubar ul li:first-child {
 margin-left: -2%;	/*メニュー同士の隙間*/
}
/*各メニューの写真部分の設定*/
nav#menubar ul li img {
	width: 100%;		/*上の22.5%の幅に対しての写真幅*/
	height: auto;	/*高さ*/
}
nav#menubar ul li a img {
	/*角丸の設定。大き目に設定しておけばOK。ぼかし等*/
}
/*各メニューの写真部分のマウスオン時の設定*/
nav#menubar ul li a:hover img {
	position: relative;
	top: -2px;
	right: -2px;	/*画像が右上に移動*/
}


/*******************************************
	見出し
*******************************************/

h2.bigTitle{
	padding-top: 0px;
	text-align: left;
	margin-top: 50px;
	margin-left: 20px;
}
h2.bigTitle span{
	display: inline-block;
	width: 1080px;
	border-bottom: 1px dashed #a40000;
	border-left: 10px solid #a40000;
	padding-left: 10px;
	font-family: 'harenosora';
	font-weight: bold;
	font-size: 36px;
	color: #a40000;
}
h2.bigTitle span.h2_atte{
	display: inline;
	float: left;
	width: auto;
	border-bottom: 0;
	border-left: 0;
	font-weight: normal;
	padding-left: 10px;
	font-family: 'harenosora';
	font-size: 18px;
	color: #00a0e9;
}

h3.subTitle{
	width: 1080px;
	border: 1px solid #999;
	border-bottom: 2px solid #999;
	color: #333;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 18px;
	background: #f9f9f9;
	margin-top: 50px;
}
h3.subTitle:before{
	content: "▼";
	margin-right: 3px;
}

#point10_des{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
#point10_des2{
	font-family: "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size: 18px;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #999;
}
#point10_des2 tr td{
	font-size: 16px;
}
#point10_des2 tr td font{
	font-size: 13px;
}

.kessan_sp {
  width: 102%;
	margin-left: -1%;
	margin-top: 70px;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  z-index: 2;
}
.kessan_sp:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 60%;
  margin: 3% -10% 0;
  background: #FFFFFF;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.kessan_sp_inner {
  box-sizing: boder-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 125px 10px 170px;
  color: #a40000;
	font-size: 40px;
	font-weight: bold;
  text-align: center;
}


/*******************************************
	イベント概要
*******************************************/
.overview{
	display: block;
	border-collapse: collapse;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0 30px;
	font-size: 1.1rem;
	width: 840px;
}
.overview tr td, th{
	border: 2px solid #FFA500;
	background-color: #FFFFBB;
	padding: 7px;
}
.overview tr th{
	width: 100px;
}
.cate_page{
	width: 900px;
	height: 200px;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 150px;
}
.cate_page a{
	width: 100%;
	height: 165px;
	padding-top: 35px;
	color: #FFF;
	font-size: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 130%;
	text-decoration: none;
	display: block;
	background: linear-gradient(
	-45deg,
	#FF3333 23%, #FF7F7F 23%,
	#FF7F7F 27%, #FF3333 27%,
	#FF3333 73%, #FF7F7F 73%,
	#FF7F7F 77%, #FF3333 77%,
	#FF3333
  );
  background-size: 20px 20px;
	border: 5px solid #ffffff;
	border-radius: 20px;
	box-shadow: 0 3px 10px 5px rgba(0,0,0,0.2);
}
.cate_page a:hover{
	opacity: 0.5;
}

.comment{
	display: inline-block;
	width: 1190px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 100px;
	font-family: 'harenosora';
	font-weight: bold;
	font-size: 28px;
	color: #222222;
	text-align: center;
}

/*******************************************
	目次
*******************************************/
.contents{
	display: block;
	margin: 0 auto;
	margin-bottom: 100px;
	font-size: 1.1rem;
	border: 1px solid #D2B48C;
	background-color: #F0FFF0;
	width: 780px;
	padding: 20px 0;
	padding-left: 20px;
}
.contents h2{
	margin-left: 20px;
	font-size: 1.3rem;
}
.contents ul{
	line-height: 200%;
}
.contents ul li a{
	text-decoration: none;
	color: #0000EE;
}
.contents ul li a:hover{
	text-decoration: underline;
}

/*******************************************
	ピックアップアイテム
*******************************************/
#pickup_wrap{
	width: 1100px;
	margin: auto;
	margin-bottom: -100px;
}
#pickup{
	width: 1100px;
	height: 820px;
	margin: auto;
	padding-top: 40px;
}

#pickup p{
	height: 330px;
	float: left;
}

.shadow{
	background-position: bottom;
	padding-bottom: 5px;
}

.pick1,
.pick2,
.pick3,
.pick4,
.pick5{
	margin: 0;
}

.pick1{
	margin-right: 32px;
	margin-bottom: 20px;
}
.pick2{
	margin-bottom: 20px;
}
.pick3{
	margin-right: 31px;
	margin-bottom: 20px;
}
.pick4{
	margin-right: 32px;
	margin-bottom: 20px;
}
.pick5{
	margin-bottom: 20px;
}
.pick6{
	margin-right: 31px;
	margin-bottom: 20px;
}
.pick7{
	margin-right: 32px;
	margin-bottom: 20px;
}
.pick8{
	margin-bottom: 20px;
}

.pick1_smp,
.pick8_smp{
	display: none;
}


/*******************************************
	グレード別カテゴリー
*******************************************/
.recommendSeries{
	width: 900px;
	margin: auto;
	margin-top: 50px;
}
.recommendSeries div{
	width: 900px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 40px;
}
.recommendSeries p{
	text-align: left;
	padding-left: 10px;
}
.recommendSeries img{
 margin-top: 10px;
 width: 880px;
}
.recommendSeries a{
	display: block;
	text-decoration: none;
}
.recommendSeries p.here {
	text-decoration: underline;
	text-align: center;
	background: #666;
	color: #fff;
	margin: 0;
	padding: 5px 0;
	margin-top: 10px;
}
.recommendSeries a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}
.recommendSeries div:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.bst, .bsc{
	margin: 0;
	padding: 0;
}
.bst{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	text-decoration: underline;
}
.bsc{
	font-size: 14px;
}

/*******************************************
	デザインアイテム目次
*******************************************/
#listLink{
	width: 900px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
}
#listLink ul{
	text-align: center;
	margin-left: -10px;
}
#listLink ul li{
	display: inline-block;
	height: 50px;
	min-width: 150px;
	background-color: #ffffff;
	border: 2px solid #FF9900;
	clear: both;
	list-style: none;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 20px;
	font-size: 22px;
	line-height: 50px;
}
#listLink ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 2px 5px;
	text-decoration: none;
}
#listLink ul li a:before{
	content: "▼ ";
	color: #666666;
	display: inline;
}
#listLink ul li a:hover{
	opacity: 0.5;
	text-decoration: underline;
}

/*******************************************
	デザインアイテム
*******************************************/
.itembox{
	width: 1100px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 200px;
}
/*** special_ssの下マージン調整 ****/
.marginBottom{
	margin-bottom: -50px!important;
}
div.itembox > div:nth-child(1){
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.itembox .pt{
	background: url(../img/pt-2.png) no-repeat;
}
.itembox .k18{
	background: url(../img/k18-2.png) no-repeat;
}
.itembox .wg{
	background: url(../img/wg-2.png) no-repeat;
}
.itembox .pt, .itembox .k18, .itembox .wg{
	width: 350px;
	margin-left: 11px;
	margin-bottom: 40px;
	_margin-left: 8px;
	font-size: 14px;
	position: relative;
	transition: .2s;
	border: 1px solid #D2B48C;
	background: -webkit-linear-gradient(#fff9e6 0%, #ddd49a 100%);
	background: -o-linear-gradient(#fff9e6 0%, #ddd49a 100%);
	background: linear-gradient(#fff9e6 0%, #ddd49a 100%);
 	background-repeat: no-repeat;
	background-position: bottom right;
	box-shadow: 3px 5px 7px -5px rgba(0, 0, 0, 0.8);
}
.itembox .box a{
	color: #111111;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.itembox .itemImg{
	width: 330px;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 5px;
}
.itembox .box .desc{
	margin: 10px 0 0 10px;
}
.itembox .box .percent{
	display: inline-block;
	text-align: center;
	width: 200px;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #bb0000;
	color: #FFFFFF;
	font-size: 21px;
	font-family: Times New Roman Baltic;
}
.itembox .box .title{
	margin: 0 0 100px 0;
}
.itembox .box .desc .priceWrap{
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.itembox .box .desc .price{
	font-family: Times New Roman Baltic , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
}
.itembox .box .desc .sale_price{
	font-size: 28px;
	font-family: Times New Roman Baltic;
	color: #bb0000;
}

.itembox #list_pen .box:nth-child(13n),
.itembox #list_pia .box:nth-child(13n),
.itembox #list_ring .box:nth-child(13n),
.itembox #list_sp .box:nth-child(13n){
	width: 1078px;
	min-height: 352px;
}
.itembox #list_pen .box:nth-child(13n) .itemImg,
.itembox #list_pia .box:nth-child(13n) .itemImg,
.itembox #list_ring .box:nth-child(13n) .itemImg,
.itembox #list_sp .box:nth-child(13n) .itemImg{
	display: inline-block;
}
.itembox #list_pen .box:nth-child(13n) .desc,
.itembox #list_pia .box:nth-child(13n) .desc,
.itembox #list_ring .box:nth-child(13n) .desc,
.itembox #list_sp .box:nth-child(13n) .desc{
	width: 710px;
	display: inline-block;
	vertical-align: top;
}
.itembox #list_pen .box:nth-child(13n) .percent,
.itembox #list_pia .box:nth-child(13n) .percent,
.itembox #list_ring .box:nth-child(13n) .percent,
.itembox #list_sp .box:nth-child(13n) .percent{
	width: 350px;
	font-size: 28px;
}
.itembox #list_pen .box:nth-child(13n) .title,
.itembox #list_pia .box:nth-child(13n) .title,
.itembox #list_ring .box:nth-child(13n) .title,
.itembox #list_sp .box:nth-child(13n) .title{
	font-size: 22px;
}
.itembox #list_pen .box:nth-child(13n) .priceWrap,
.itembox #list_pia .box:nth-child(13n) .priceWrap,
.itembox #list_ring .box:nth-child(13n) .priceWrap,
.itembox #list_sp .box:nth-child(13n) .priceWrap{
	left: 350px;
	font-size: 18px;
}
.itembox #list_pen .box:nth-child(13n) .priceWrap .price,
.itembox #list_pia .box:nth-child(13n) .priceWrap .price,
.itembox #list_ring .box:nth-child(13n) .priceWrap .price,
.itembox #list_sp .box:nth-child(13n) .priceWrap .price{
	font-size: 24px;
}
.itembox #list_pen .box:nth-child(13n) .priceWrap .sale_price,
.itembox #list_pia .box:nth-child(13n) .priceWrap .sale_price,
.itembox #list_ring .box:nth-child(13n) .priceWrap .sale_price,
.itembox #list_sp .box:nth-child(13n) .priceWrap .sale_price{
	font-size: 42px;
}
.itembox .pt:hover, .itembox .k18:hover, .itembox .wg:hover{
	opacity: 0.7;
}

/* special */
#special .pt, #special .k18, #special .wg{
	background-color: #FFFF66;
}

/* special_ss */
#special_ss div.box{
	width: 1070px;
	height: 500px;
	margin-left: 11px;
	margin-bottom: 40px;
	_margin-left: 8px;
	font-size: 14px;
	position: relative;
	transition: .2s;
	border: 15px solid #FFFF55;
	background-color: #fff;
	background-position: bottom right;
	box-shadow: 3px 5px 7px -5px rgba(0, 0, 0, 0.8);
}
#special_ss div.box img.itemImg{
	width: 470px;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 5px;
}
#special_ss div.box div.desc{
	display: inline-block;
	position: absolute;
	top: 0;
	width: 550px;
	height: 490px;
	margin: 10px 0 0 10px;
}
#special_ss div.box p.percent{
	display: inline-block;
	text-align: center;
	width: 96%;
	margin: 5px 0 0 0;
	padding: 1%;
	background-color: #CC0000;
	background-image:
	 repeating-linear-gradient(-45deg,
	 #CC3333, #CC3333 3px,
	 transparent 0, transparent 6px);
	color: #FFFFFF;
	font-size: 30px;
	font-family: UD新ゴ M, UD Shin Go Medium;
	font-weight: bold;
}
#special_ss div.box p.sentence{
	font-size: 26px;
	font-family: UD新ゴ M, UD Shin Go Medium;
	font-weight: bold;
	color: #b4211a;
}
#special_ss div.box p.title{
	margin: 0;
	font-size: 25px;
	font-family: UD新ゴ M, UD Shin Go Medium;
	font-weight: bold;
	margin-top: 50px;
}
#special_ss div.box div.desc p.priceWrap{
	position: relative;
	margin-top: 40px;
}
#special_ss div.box div.desc span.price{
	font-family: Times New Roman Baltic , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	font-weight: bold;
}
#special_ss div.box div.desc span.sale_price{
	font-size: 40px;
	font-family: Times New Roman Baltic;
	color: #b4211a;
	font-weight: bold;
}


/*******************************************
	フッター
*******************************************/

#footer{
	text-align: center;
	border-top: 1px solid #cfbfa6;
	background: #555555;
	color: #fff;
}
#footer a{
	display: inline-block;
	text-align: center;
	padding: 20px 0;
	text-decoration: none;
	color: #fff;
}
#footer a:hover{
	text-decoration: underline;
}


/*******************************************
	商品リスト
*******************************************/
.productList{
	overflow: auto;
}
.productList .bs_box{
	float: left;
	width: 250px;
	height: 415px;
	background-color: #f9f5f2;
	margin: 10px 9px 40px 9px;
	_margin: 7px 7px 40px 7px;
	border-radius: 10px 10px 5px 5px;
	border: 1px solid #cfbfa6;
	text-align: center;
	font-size: 13px;
	position: relative;
	vertical-align: middle;
	display: table;
}
.productList .bs_box img{
	margin-bottom: 5px;
	border-radius: 10px 10px 0 0;
	width: 250px;
	margin-top: 0;
	border: 0;
	border-bottom: 1px dashed #cfbfa6;
}
.productList .bs_box p.p_title{
	line-height: 120%;
	margin: 0;
	padding: 0 10px;
	display: table-cell;
	width: 230px;
	height: 70px;
	vertical-align: middle;
	font-family: "メイリオ" , "Meiryo" ,"ＭＳ Ｐゴシック", Verdana, sans-serif;
}
.productList .bs_box p.p_title span{
	display: inline-block;
}
.productList .bs_box span.price, span.sale-price{
	font-family: "メイリオ" , "Meiryo" ,"ＭＳ Ｐゴシック", Verdana, sans-serif;
}
.productList .bs_box span.price font.tax, span.sale-price font.tax{
	font-size: 12px;
	font-family: Times New Roman Baltic;
}

.productList .bs_box span.price{
	font-size: 15px;
	color: #000000;
	display: block;
	margin: auto;
	margin-top: -5px;
}
.productList .bs_box span.sale-price{
	font-size: 18px;
	color: #993355;
	display: block;
	margin: auto;
	margin-top: 0;
	font-weight: bold;
}
.productList .bs_box span.sale-price:before{
	content:"SALE価格";
	font-size: 12px;
	text-align: center;
	line-height: 110%;
	color: #FFF;
	background-color: #993355;
	width: 60px;
	display: inline-block;
	padding: 3px 3px;
}
.productList .bs_box span.sp02{
	margin-top: -7px;
}

.productList .bs_box p.option{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
.productList .bs_box span.op1{
	background: #ff0000;
	background: -moz-linear-gradient(top,  #e81717 0%, #9b0303 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e81717), color-stop(100%,#9b0303)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e81717 0%,#9b0303 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e81717 0%,#9b0303 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e81717 0%,#9b0303 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e81717 0%,#9b0303 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81717', endColorstr='#9b0303',GradientType=0 ); /* IE6-9 */
	margin-right: 3px;
	padding: 1px 6px;
	border-radius: 5px;
}
.productList .bs_box span.op2{
	background: #3e82e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e82e0 0%, #2c539e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e82e0), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3e82e0 0%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3e82e0 0%,#2c539e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3e82e0 0%,#2c539e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3e82e0 0%,#2c539e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e82e0', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
	margin-right: 3px;
	padding: 1px 6px;
	border-radius: 5px;
}
.productList .bs_box span.op3{
	background: rgb(55,198,79); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,198,79,1) 0%, rgba(33,119,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,198,79,1)), color-stop(100%,rgba(33,119,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(55,198,79,1) 0%,rgba(33,119,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(55,198,79,1) 0%,rgba(33,119,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(55,198,79,1) 0%,rgba(33,119,37,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(55,198,79,1) 0%,rgba(33,119,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37c64f', endColorstr='#217725',GradientType=0 ); /* IE6-9 */
	padding: 1px 6px;
	border-radius: 5px;
}

.productList .bs_box a{
	text-decoration: none;
	color: #363636;
	out-line: none;
	display: block;
	cursor: pointer;
	width: 250px;
	height: 415px;
}
.productList .bs_box:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.productList .back {
	position: fixed;
	bottom: 10px;
	right: 10px;
}


/*******************************************
	タイムセール
*******************************************/

.timesale{
	width: 1100px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
}
.timesale div a{
	cursor: pointer;
	color: #111111;
	text-decoration: none;
}
.timesale div p.desc{
	display: inline-block;
	width: 500px;
	margin-top: 10px;
	margin-left: 30px;
	vertical-align: top;
}
.timesale div p.desc font.sale_price{
	font-size: 26px;
	font-family: Times New Roman Baltic;
	color: #b4211a;
}
.timesale div span.period{
	display: inline-block;
	text-align: center;
	width: 530px;
	height: 35px;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 21px;
	font-family: Times New Roman Baltic;
}
.timesale div{
	width: 1080px;
	float: left;
	margin-left: 11px;
	margin-bottom: 40px;
	_margin-left: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 180%;
	background-color: #FFF5EE;
}
.timesale div .itemImg{
	width: 420px;
	margin-top: 10px;
	margin-left: 30px;
	border-radius: 5px;
}

/*******************************************
	１カラットダイヤモンド
*******************************************/

@media screen and (min-width: 801px) {
	#ichicarat{
		width: 900px;
		height: 1320px;
		background-image: url(https://www.rakuten.ne.jp/gold/aemt-jewelry/link/1carat/medama_banner_200601.jpg);
		font-size: 0px;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#ichicarat img{
		display: none;
	}
		#ichicarat a{
		width: 225px;
		height: 300px;
		display: inline-block;
		margin: 0;
	}
	#ichicarat a:nth-of-type(1),
	#ichicarat a:nth-of-type(2),
	#ichicarat a:nth-of-type(3){
		margin-top: 120px;
		width: 300px;
	}
	#ichicarat a:nth-of-type(4),
	#ichicarat a:nth-of-type(5){
		margin-top: 0;
		width: 450px;
	}
	#ichicarat a:hover{
		background-color: #FFF;
		opacity: 0.5;
	}
}
@media screen and (max-width: 800px) {
	#ichicarat{
		width: 98%;
		position: relative;
		margin: auto;
		margin-bottom: 50px;
	}
	#ichicarat img{
		width: 100%;
	}
		#ichicarat a{
		width: 25%;
		height: 27.3%;
		display: block;
		margin: 0;
		position: absolute;
		top: 18.1%;
	}
	#ichicarat a:nth-of-type(1){
		width: 30%;
		left: 0;
	}
	#ichicarat a:nth-of-type(2){
		width: 30%;
		left: 30%;
	}
	#ichicarat a:nth-of-type(3){
		width: 30%;
		left: 60%;
	}
	#ichicarat a:nth-of-type(4){
		wide: 30%;
		left: 0%;
	}
	#ichicarat a:nth-of-type(5){
		width: 50%;
		top: 30%;
		left: 50%;
	}
	#ichicarat a:nth-of-type(6){
		width: 50%;
		top: 54%;
		left: 50%;
	}
	#ichicarat a:nth-of-type(7){
		width: 25%;
		top: 54%;
		left: 0;
	}
	#ichicarat a:nth-of-type(8){
		width: 25%;
		top: 54%;
		left: 25%;
	}
	#ichicarat a:nth-of-type(9){
		width: 25%;
		top: 54%;
		left: 50%;
	}
	#ichicarat a:nth-of-type(10){
		width: 25%;
		top: 75%;
		left: 0%;
	}
	#ichicarat a:nth-of-type(11){
		width: 25%;
		top: 75%;
		left: 25%;
	}
	#ichicarat a:nth-of-type(12){
		width: 25%;
		top: 75%;
		left: 50%;
	}
	#ichicarat a:nth-of-type(13){
		width: 25%;
		top: 75%;
		left: 75%;
	}
	#ichicarat a:hover{
		background-color: #FFF;
		opacity: 0.5;
	}
}

/*******************************************
	スマホの表示
*******************************************/
.smp-view{
	display: none;
}


/*******************************************
	クーポン
*******************************************/

#coupon {
	margin: 70px 0;
}

#coupon p {
	list-style: none;
	width: 500px;
	padding: 25px 5px;
	margin: 0 auto;
	border-radius: 15px;
	background-color: #bb0000;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}
#coupon p:hover {
	opacity:0.6; filter: alpha(opacity=60);
}
#coupon p a {
	display: inline-block;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.soldout::before{
	content: 'SOLD OUT';
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	padding-top: 150px;
	top: 0;
	left: 0;
	width: 330px;
	height: 180px;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}


/*******************************************
	文字の装飾
*******************************************/

.red{
	color: #CC0000;
}
.bold{
	font-weight: bold;
}