﻿html{
	font-size: 62.5%;
}
body{
	-webkit-text-size-adjust: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}

*{
	box-sizing: border-box;
}

@font-face {
  font-family: 'harenosora';
  src: url("../font/Harenosora.eot?") format('eot'),
       url("../font/Harenosora.woff") format('woff');
}

img{
	width: 100%;
}

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);
	width: 100%;
	margin: auto;
/*	padding: 0 5px 5px 5px;*/
	clear: both;
	margin-top: 60px;
}
.navi_none{
	margin-top: 0px !important;
}


.page-back{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}
.page-back a{
	display: block;
	width: 80px;
	height: 80px;
	background: #ccc;
	border-radius: 100px;
	text-align: center;
	padding: 25px 20px 15px 20px;
	position: relative;
	opacity: 0.7;
}
.page-back a img{
	display: none;
}
.page-back a:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -12px;
	display: block;
	width: 20px;
	height: 20px;
	border-top: 5px solid #666;
	border-right: 5px solid #666;
	transform: rotate(315deg);
}

/*******************************************
	ヘッドナビ
*******************************************/
#header_wrap{
	display: none;
}

#header_smp_wrap{
	width: 100%;
	background: #222;
	margin: 0;
	padding: 0;
	overflow: auto;
	padding: 2%;
}
#header_smp_wrap #head_smp a{
	display: block;
	width: 30%;
}
#header_smp_wrap #head_smp img{
	width: 100%;
	margin-left: 3%
}

.fixed {
	position: fixed;
	top: 0px;
	z-index: 1;
}


#point10_des{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
#point10_des2{
	font-family: "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size: 1.3em;
	text-align: left;
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #999;
}
#point10_des2 tr td{
	font-size: 1.0em;
}
#point10_des2 tr td img{
	width: 50%;
}
#point10_des2 tr td font{
	font-size: 0.8em;
}
#point10_des2 tr td font font{
	font-size: 0.8em;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar{
	width: 80%;
	margin-left: 5%;
}
nav#menubar ul li {
	float: left;	/*メニューを左側に回り込み*/
	width: 43%;		/*メニュー幅*/
	height: auto;	/*メニューの高さ*/
	margin-left: 5%;	/*メニュー同士の隙間*/
	margin-bottom: 0px;	/*メニュー同士の隙間*/
	/*background-color: #000;*/
}
nav#menubar ul li:first-child{
	margin-left: 0%;
}

/*各メニューの写真部分の設定*/
nav#menubar ul li img {
	width: 100%;		/*上の15%の幅に対しての写真幅*/
}
nav#menubar ul li a img {
		/*枠線の幅、線種、色*/
}
/*各メニューの写真部分のマウスオン時の設定*/
nav#menubar ul li a:hover img {
	position: relative;
	top: -1px;
	right: -1px;	/*画像が右上に移動*/
}


.pc-view{
	display: none;
}


/*******************************************
	各見出し
*******************************************/
h2.bigTitle{
	padding-top: 50px;
	text-align: left;
}
h2.bigTitle span{
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #a40000;
	border-left: 10px solid #a40000;
	padding-left: 10px;
	font-family: 'harenosora';
	font-weight: bold;
	font-size: 2.2rem;
	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: 1.8rem;
	color: #a40000;
}

h3.subTitle{
	width: 100%;
	border: 1px solid #999;
	border-bottom: 2px solid #999;
	color: #333;
	padding: 5px 0px;
	font-weight: normal;
	font-size: 1.6rem;
	background: #f9f9f9;
	text-align: center;
}
h3.subTitle:before{
	content: "▼";
	margin-right: 3px;
}

.kessan_sp {
  width: 106%;
	margin: 30px 0 -70px -3%;
  position: relative;
  overflow: hidden;
  padding: 10px 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: 50px 10px 100px;
  color: #a40000;
	font-size: 18px;
	font-weight: bold;
  text-align: center;
}

/*******************************************
	イベント概要
*******************************************/
.overview{
	display: block;
	border: 2px solid #FF9999;
	border-bottom: none;
	border-collapse: collapse!important;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 1.1rem;
	width: 94%;
}
.overview tr td, th{
	display: block;
	width: 100%;
	background-color: #FFFAFA;
	padding: 5px;
	font-size: 1.4rem;
}
.overview tr th{
	text-align: left;
}
.overview tr th:before{
	content: "■ "
}
.overview tr td{
	border-bottom: 2px solid #FF9999;
}
.overview tr td span.sampleImg{
	display: block;
	width: 60%;
	height: 180px;
	overflow: hidden;
	border: 1px solid #FF9999;
	margin-bottom: 10px;
}
.overview tr td span.sampleImg img{
	width: 100%;
	margin-top: -60px;
}

.cate_page{
	width: 90%;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}
.cate_page a{
	width: 100%;
	height: 90px;
	padding-top: 10px;
	color: #FFF;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	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: 10px;
	box-shadow: 0 3px 5px 3px rgba(0,0,0,0.2);
}

.comment{
	display: inline-block;
	width: 100%;
	margin: 50px 0 0 0;
	font-family: 'harenosora';
	font-weight: bold;
	font-size: 13px;
	color: #222222;
	text-align: center;
}

.nebiki_img{
	width: 60%!important;
	border: 1px solid #999;
}

/*******************************************
	目次
*******************************************/
.contents{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 90%;
	border: 1px solid #D2B48C;
	background-color: #F0FFF0;
  border-collapse: collapse;
  border-spacing: 0;
	padding: 10px;
	font-size: 1.4rem;
}
.contents h2{
	font-size: 2.0rem;
	margin-left: 5px;
}
.contents ul{
	line-height: 200%;
}
.contents ul li a{
	text-decoration: none;
	color: #0000EE;
	font-size: 1.5rem;
}
.contents ul li a:hover{
	text-decoration: underline;
}


/*******************************************
	1ct特別値引き
*******************************************/
#ichicarat{
	width: 100%;
	position: relative;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#ichicarat img{
	width: 100%;
}
#ichicarat a{
	height: 12%;
	display: block;
	margin: 0;
	position: absolute;
}
#ichicarat a:nth-of-type(1){
	width: 50%;
	top: 4.7%;
}
#ichicarat a:nth-of-type(2){
	width: 50%;
	top: 4.7%;
	left: 50%;
}
#ichicarat a:nth-of-type(3){
	width: 50%;
	top: 16.7%;
}
#ichicarat a:nth-of-type(4){
	width: 50%;
	top: 16.7%;
	left: 50%;
}
#ichicarat a:nth-of-type(5){
	width: 50%;
	top: 28.53%;
}
#ichicarat a:nth-of-type(6){
	width: 50%;
	top: 28.53%;
	left: 50%;
}
#ichicarat a:nth-of-type(7){
	width: 50%;
	top: 40.5%;
}
#ichicarat a:nth-of-type(8){
	width: 50%;
	top: 40.5%;
	left: 50%;
}
#ichicarat a:nth-of-type(9){
	width: 33.3%;
	top: 52.4%;
}
#ichicarat a:nth-of-type(10){
	width: 33.3%;
	top: 52.4%;
	left: 33.3%;
}
#ichicarat a:nth-of-type(11){
	width: 33.4%;
	top: 52.4%;
	left: 66.6%;
}
#ichicarat a:nth-of-type(12){
	width: 100%;
	top: 64.2%;
}
#ichicarat a:nth-of-type(13){
	width: 50%;
	top: 76.1%;
}
#ichicarat a:nth-of-type(14){
	width: 50%;
	top: 76.1%;
	left: 50%;
}
#ichicarat a:nth-of-type(15){
	width: 100%;
	top: 88%;
}
#ichicarat a:hover{
	background-color: #FFF;
	opacity: 0.5;
}

/*******************************************
	ピックアップアイテム
*******************************************/
#pickup_wrap{
	width: 100%;
	margin: auto;
}
#pickup{
	width: 100%;
	margin: auto;
	padding-top: 20px;
	overflow: auto;
}

#pickup p{
	float: left;
	overflow: auto;
}

.pick1,
.pick1_smp,
.pick2,
.pick3,
.pick4,
.pick5,
.pick6,
.pick7,
.pick8
.pick8_smp{
	margin: 0;
}

.pick1{
	display: none;
}
.pick1_smp{
	width: 100%;
}
.pick1_smp a{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.pick2{
	width: 49%;
	margin-bottom: 20px;
}
.pick3{
	width: 49%;
	margin-bottom: 20px;
	margin-left: 2%;
}
.pick4{
	width: 49%;
	margin-bottom: 20px;
}
.pick5{
	width: 49%;
	margin-bottom: 20px;
	margin-left: 2%;
}
.pick6{
	width: 49%;
	margin-bottom: 20px;
}
.pick7{
	width: 49%;
//	margin-bottom: 20px;
	margin-left: 2%;
}
.pick8{
	display: none;
}
.pick8_smp{
	margin: 0;
	padding: 0;
	overflow: auto;
}
.pick8_smp a{
	margin: 0;
	padding: 0;
	display: block;
	width: 49%;
	float: left;
	margin-bottom: 20px;
}

.pick8_smp a:nth-of-type(2){
	margin-left: 2%;
}

/*******************************************
	グレード別カテゴリー
*******************************************/
.recommendSeries{
	width: 100%;
	margin: auto;
	margin-top: 50px;
}
.recommendSeries div{
	width: 100%;
	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: 98%;
}
.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;
	font-size: 1.4rem;
}
.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;
}




/*******************************************
	商品リスト
*******************************************/
.productList{
	width: 100%;
	overflow: auto;
}
.productList .bs_box{
	width: 32%;
	height: 260px;
	background-color: #f9f5f2;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.1rem;
	line-height: 110%;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #EEEEEE;
}
.productList .bs_box img{
	margin-bottom: 5px;
	width: 100%;
	margin-top: 0;
	border: 0;
}
.productList .bs_box p.p_title{
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	font-family: "メイリオ" , "Meiryo" ,"ＭＳ Ｐゴシック", Verdana, sans-serif;

}
.productList .bs_box p.p_title span{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.productList .bs_box span.price ,.sale-price{
	display: block;
	margin: auto;
	font-family: "メイリオ" , "Meiryo" ,"ＭＳ Ｐゴシック", Verdana, sans-serif;
}
.productList .bs_box .price font.tax ,.sale-price font.tax{
	font-size: 0.8rem;
}
.productList .bs_box .price{
	color: #000000;
	font-size: 1.2rem;
	font-family: Times New Roman Baltic;
	text-decoration: line-through;
	position: relative;
	bottom: 0;
}
.productList .bs_box .sale-price{
	color: #F00;
	margin-bottom: 7px;
	font-size: 1.4rem;
	line-height: 110%;
	position: relative;
	bottom: 0;
}
.productList .bs_box{
	color: #993355;
	font-family: Times New Roman Baltic;
}

.productList .bs_box p.option{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 135%;
	margin-top: 5px;
	margin-bottom: 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: 1px;
	padding: 1px 2px;
	border-radius: 2px;
}
.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: 1px;
	padding: 1px 2px;
	border-radius: 2px;
}
.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 2px;
	border-radius: 2px;
}
.productList .bs_box a{
	text-decoration: none;
	color: #363636;
	out-line: none;
	display: block;
	width: 100%;
}
.productList .bs_box:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.productList .back {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.moreLink a{
	display: block;
	width: 100%;
	text-align: right;
}



/*******************************************
	デザインアイテム目次
*******************************************/
.listLink{
	width: 95%;
	margin: 0 auto;
	margin-top: 50px;
}
.listLink p{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.listLink ul{
	text-align: left;
	margin-left: -10%;
}
.listLink ul li{
position: relative;
	display: inline-block;
	width: 100%;
	height: 100px;
	background-color: #a40000;
	clear: both;
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
	font-size: 18px;
}
.listLink ul li span{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-top: 9%;
	padding: 7px;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 120%;
	font-weight: bold;
	width: 100%;
}
.listLink ul li a{
	display: inline-block;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#listLink2{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: -20px;
}
#listLink2 ul{
	text-align: left;
	margin-left: -10%;
}
#listLink2 ul li{
	display: inline-block;
	min-width: 40%;
	background-color: #ffffff;
	border: 2px solid #FF9900;
	clear: both;
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
}
#listLink2 ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 2px 5px;
	text-decoration: none;
}
#listLink2 ul li a:before{
	content: "▼ ";
	color: #666666;
	display: inline;
}
#listLink2 ul li a:hover{
	opacity: 0.5;
	text-decoration: underline;
}

/*******************************************
	デザインアイテム
*******************************************/
.itembox{
	width: 100%;
	overflow: auto;
	margin: auto;
}
div.itembox > div:nth-child(1){
	width: 100%;
	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, .itembox .k18, .itembox .wg{
	width: 47%;
	height: auto;
	background: linear-gradient(to bottom, #FFFFFF 0%, #DEEDED 100%);
	margin-left: 2%;
	margin-bottom: 15px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	border: 5px solid #ddd;
	border-image: linear-gradient(to right bottom, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 100%);
	border-image-slice: 1;
}
/*
.itembox .pt, .itembox .k18, .itembox .wg{
	width: 47%;
	height: auto;
	background-color: #FFF5EE;
	margin-left: 2%;
	margin-bottom: 15px;
	padding: 1%;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
*/
.itembox .box a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.itembox .box .itemImg{
	width: 98%;
	float: left;
	margin: 0% 0 2% 1%;
}
/*
.itembox .box .itemImg{
	width: 98%;
	float: left;
	margin: 3% 0 2% 1%;
}
*/
.itembox .box .desc{
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 2% 1% 1% 2%;
	line-height: 110%;
	font-size: 1.2rem;
}
.itembox .box .percent{
	display: inline-block;
	width: 98%;
	padding: 2%;
	margin-top: 0px;
	margin-bottom: 0;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 1.4rem;
	font-family: Times New Roman Baltic;
	text-align: center;
}
.itembox .box .title{
	margin-top: 6px;
	margin-bottom: 80px;
}
.itembox .box .priceWrap{
	position: absolute;
	bottom: 0px;
	left: 5px;
}
.itembox .box .price{
	display: inline-block;
	margin-top: 5px;
}
.itembox .box .sale_price{
	font-size: 1.6rem;
	color: #CC0000;
	display: inline-block;
	margin-top: 5px;
}

.itembox .box:nth-child(13n){
	width: 96%;
}
.itembox .box:nth-child(13n) .itemImg{
	width: 48%;
	display: inline-block;
	margin: 2% 0 2% 1%;
}
.itembox .box:nth-child(13n) .desc{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}
.itembox .box:nth-child(13n) .percent{
	width: 100%;
	font-size: 15px;
	padding: 6px 2px;
}
.itembox .box:nth-child(13n) .title{
	font-size: 14px;
	line-height: 18px;
}
.itembox .box:nth-child(13n) .priceWrap{
	position: absolute;
	bottom: 0px;
	left: 51%;
	line-height: 22px;
}
.itembox .box:nth-child(13n) .priceWrap .price{
	font-size: 14px;
}
.itembox .box:nth-child(13n) .priceWrap .sale_price{
	font-size: 24px;
}

/* special */
#special div.box{
	background-color: #FFFFCC;
	border: 5px solid #FFFF55;
}
/* special_ss */
#special_ss div.box{
	width: 96%;
	height: auto;
	background-color: #fff;
	margin-left: 2%;
	margin-bottom: 15px;
	padding: 1%;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	border: 5px solid #FFFF55;
	overflow: hidden;
}
#special_ss div.box img.itemImg{
	width: 70%;
	float: none;
	margin: 2% 0 0 15%;
	margin-top: 2%;
}
#special_ss div.box div.desc{
	width: 98%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}
#special_ss div.box p.percent{
	background-color: #CC0000;
	background-image:
	 repeating-linear-gradient(-45deg,
	 #CC3333, #CC3333 2px,
	 transparent 0, transparent 4px);
	color: #FFFFFF;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	padding: 10px 0;
}
#special_ss div.box p.sentence{
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #b4211a;
	line-height: 135%;
}
#special_ss div.box p.title,{
	margin: 0;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 135%;
}
#special_ss div.box div.desc p.priceWrap{
	position: relative;
	margin-top: 15px;
}
#special_ss div.box div.desc span.price{
	font-family: Times New Roman Baltic , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#special_ss div.box div.desc span.sale_price{
	font-size: 22px;
	font-family: Times New Roman Baltic;
	color: #b4211a;
	font-weight: bold;
	line-height: 135%;
}
/* brand */
#list_brand div.box{
	background: linear-gradient(to bottom, #FFFFFF 0%, #DEEDED 100%);
	position: relative;
	padding: 1%;
	border: solid 5px;
	border-image: linear-gradient(to right bottom, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
	border-image-slice: 1;
}

#list_brand div.box div.desc .title{
	margin-top: 5px;
	font-size: 14px!important;
	line-height: 100%!important;
	font-weight: normal;
}


/*******************************************
	フッター
*******************************************/

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


#mens{
	width: 100%;
}

/*******************************************
	タイムセール
*******************************************/

.timesale{
	width: 94%;
	overflow: hidden;
	margin: auto;
	margin-top: 0;
	margin-left: 3%;
	margin-bottom: -60px;
}
.timesale div a{
	cursor: pointer;
	color: #111111;
	text-decoration: none;
}
.timesale div p.desc{
	display: inline-block;
	width: 96%;
	margin-top: 10px;
	margin-left: 2%;
}
.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: 100%;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 21px;
	font-family: Times New Roman Baltic;
}
.timesale div{
	width: 100%;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 180%;
	background-color: #FFF5EE;
}
.timesale div .itemImg{
	width: 100%;
	margin-top: 10px;
	border-radius: 5px;
}


/*******************************************
	１カラットダイヤモンド
*******************************************/

.itembox_02{
	width: 94%;
	overflow: hidden;
	margin: auto;
	margin-top: 0;
	margin-left: 3%;
	margin-bottom: -60px;
}
.itembox_02 div a{
	cursor: pointer;
	color: #111111;
	text-decoration: none;
}
.itembox_02 div p.desc{
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	padding-left: 3%;
}
.itembox_02 div p.desc font.sale_price{
	font-size: 23px;
	font-family: Times New Roman Baltic;
	color: #b4211a;
}
.itembox_02 div span.percent{
	display: inline-block;
	text-align: center;
	width: 103%;
	margin: 0 0 5px -3%;
	padding: 3px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Times New Roman Baltic;
}
.itembox_02 div{
	width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	background-color: #FFF5EE;
}
.itembox_02 div .itemImg{
	width: 100%;
	margin-top: 10px;
}

/*******************************************
	今月のおすすめ
*******************************************/
#monthly{
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
}
#monthly p{
	margin-bottom: 20px;
}
#monthly p img{
	width: 100%;
}

/*******************************************
	クーポン
*******************************************/

#coupon{
	width: 100%;
}
#coupon ul{
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}
#coupon li{
	display: inline-block;
	list-style: none;
	position: relative;
	width: 29%;
	padding: 2% 1%;
	margin: 7px 1%;
	border: 3px solid #B22222;
	background-color: #FFFAFA;
}
#coupon li a{
	display: inline-block;
	color: #B22222;
	font-weight: bold;
	line-height: 160%;
	text-decoration: none;
	font-size: 1.2em;
}
#coupon li a span{
	font-size: 1.6em;
}

#coupon table{
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
	border: 1px solid #000;
	border-collapse: collapse;
}
#coupon table tr th,#coupon table tr td{
	border: 1px solid #000;
	font-size: 1.25rem;
}
#coupon table tr th{
	background-color: #B22222;
	text-align: center;
	color: #fff;
	width: 25%;
	padding: 1%;
}
#coupon table tr td{
	padding: 2% 2%;
	background-color: #FFFAFA;
}
.soldout{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 30%;
	color: #FFF;
	background-color: rgba(0,0,0,0.6);
	z-index: 2;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
}



/*******************************************
	文字の装飾
*******************************************/

.red{
	color: #CC0000;
}
.bold{
	font-weight: bold;
}.small{
	font-size: 1.9rem!important;
}

/*******************************************
	タブ
*******************************************/

#tabbox .tab_area ul{
	margin: 0;
	padding: 0;
}
#tabbox .tab_area ul li{
	display: block;
	float: left;
	width: 49.5%;
	height: 55px;
	margin-top: 50px;
	padding-top: 12px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	box-shadow: 1px 0px 1px 1px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 120%;
	color: #a40000;
}
#tabbox .tab_area ul li:nth-child(1){
	background: #ffd6d5;
	margin-right: 0.5%;
}
#tabbox .tab_area ul li:nth-child(2){
	background: #FFFF99;
	margin-left: 0.5%;
}

#tabbox .tab_area2 ul{
	margin: 0;
	padding: 0;
}
#tabbox .tab_area2 ul li{
	display: block;
	float: left;
	width: 49.5%;
	height: 55px;
	margin-top: 0px;
	padding-top: 12px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	box-shadow: 1px 0px 1px 1px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 120%;
	color: #a40000;
}
#tabbox .tab_area2 ul li:nth-child(1){
	background: #ffd6d5;
	margin-right: 0.5%;
}
#tabbox .tab_area2 ul li:nth-child(2){
	background: #FFFF99;
	margin-left: 0.5%;
}

/*コンテンツ部分の表示領域を固定してはみ出さないようにする*/
#tabbox .content_area {
	width: 100%;
	overflow: hidden;
	height: auto;
	font-size: 20px;
	position: relative;
}
#tabbox .content_area .content_block {
	height: 140px;
	padding: 10px;
	width: 600px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
.content_block_3 {
	background: #ffffff;
	padding: 10px;
}
#tab_1 {
	background: #ffd6d5;
}
#tab_2 {
	background: #FFFF99;
}