@charset "UTF-8";

/* top PC
===========================================*/
/* contentAll */
#contentAll {
	width: 980px;
	margin: 0 auto;
	padding: 300px 0 30px;
	background: none;
}


/* mainVisualArea */
#contentAll div.mainVisualArea{
	width:980px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	margin-bottom:16px;
	padding:11px 0px;
	overflow: hidden;
	background: none;
}

#contentAll div.mainVisualArea img{
	width: 100%;
}

#contentAll div.mainVisualArea .blockL{
	float: left;
	width: 470px;
	margin-right: 10px;
}
#contentAll div.mainVisualArea .blockR{
	width: 470px;
	float: right;
}


/* newsArea  */
#contentAll .newsArea{
	width:100%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border:#fff337 6px solid;
	background-color: #ffffdc;
	box-shadow:0px 0px 6px #ccc;
	-moz-box-shadow: 0px 0px 6px #ccc;
	-webkit-box-shadow: 0px 0px 6px #ccc;
	box-sizing: border-box;
	position:relative;	
}

#contentAll .newsArea .topHdrBox{
	height:67px;
	text-align: center;
	background: url(../img/goods/goods_bg_news.png) left bottom repeat-x;
}


#contentAll .newsArea h2{}

#contentAll .newsArea .kuma{ position: absolute; top:-30px; right: 0; }
#contentAll .newsArea .rabit{ position: absolute; bottom: -20px; left: 0px; }

/* topLstBox */
#contentAll .newsArea .topLstBox{
	height:180px;
	overflow:auto;
	padding:20px 16px 0px 150px;
	margin-bottom:20px;
	word-wrap:break-word;
}

#contentAll .goodsListArea .topLstBox .topLstBoxInner{
	overflow:scroll;
	height:650px;
}

/* bscListA */
#contentAll .newsArea dl.bscListA dt{color:#999999;}
#contentAll .newsArea dl.bscListA dd{
	font-size:14px;
	line-height:1.5;
	margin-bottom:15px;
	padding-bottom:15px;
}

#contentAll .newsArea dl.bscListA dd span{
	display:block;
	background:transparent url(../img/goods/goods_arrow01.png) no-repeat 0px 0.2em;
	padding-left:25px;
}
#contentAll .newsArea dl.bscListA dd{background:transparent url(../img/goods/goods_dotline01.png) repeat-x left bottom;}
#contentAll .newsArea dl.bscListA dd:last-child{background:none;}

#contentAll #contentBodyMain span.kindIcon01{
	background:transparent url(../img/goods/goods_kind_icon01.png) no-repeat left top;
	-webkit-background-size: auto 20px;
	background-size:auto 20px;
	height:20px; 
	width: 70%;
	text-indent: -9999px;
	margin:0 0 10px 10px!important;
}
#contentAll #contentBodyMain span.kindIcon02{
	background:transparent url(../img/goods/goods_kind_icon02.png) no-repeat left top;
	-webkit-background-size: auto 20px;
	background-size:auto 20px;
	height:20px; 
	width: 70%;
	text-indent: -9999px;
	margin:0 0 10px 10px!important;
}
#contentAll #contentBodyMain span.kindIcon03{
	background:transparent url(../img/goods/goods_kind_icon03.png) no-repeat left top; 
	-webkit-background-size: auto 20px;
	background-size:auto 20px;
	height:20px; 
	width: 70%;
	text-indent: -9999px;
	margin:0 0 10px 10px!important;
}


/* Area */
#contentAll .micArea,
#contentAll .jewelArea,
#contentAll .codeArea,
#contentAll .trunkArea,
#contentAll .goodsListArea{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border:#d7a826 6px solid;
	box-shadow:0px 0px 6px #ccc;
	-moz-box-shadow: 0px 0px 6px #ccc;
	-webkit-box-shadow: 0px 0px 6px #ccc;
	box-sizing: border-box;
	margin-top: 50px;
}

#contentAll .topDetaHeadBox{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	height:88px;
	text-align: center;
	background: url(../img/goods/goods_bg_list.png) center bottom repeat-x;
}

#contentAll .topLstBox{
padding: 15px 15px 5px 25px;
}

#contentAll .topLstBox ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 5px;
	margin-bottom: 10px;
}

#contentAll .topLstBox ul li:nth-child(3n){
	padding-right: 0;
}

#contentAll .micArea{ background-color: #fff5f8;}
#contentAll .jewelArea{ background-color: #fff5ed;}
#contentAll .codeArea{ background-color: #fbffea;}
#contentAll .trunkArea{ background-color: #f4fffc;}
#contentAll .goodsListArea{ background-color: #fff;}

#contentAll h2{ padding-top: 5px; position: relative;}

#contentAll h2 span{
	z-index: 1000;
	display: block;
	margin-top: -40px;
	padding-top: 40px;
}
#contentAll h2 span.red{
	background-image: url(../img/goods/goods_feather_red01.png), url(../img/goods/goods_feather_red02.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
}
#contentAll h2 span.org{
	background-image: url(../img/goods/goods_feather_org01.png), url(../img/goods/goods_feather_org02.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
}
#contentAll h2 span.grn{
	background-image: url(../img/goods/goods_feather_grn01.png), url(../img/goods/goods_feather_grn02.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
}
#contentAll h2 span.blue{
	background-image: url(../img/goods/goods_feather_blue01.png), url(../img/goods/goods_feather_blue02.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
}
#contentAll h2 span.gold{
	background-image: url(../img/goods/goods_feather_gold01.png), url(../img/goods/goods_feather_gold02.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
}

#contentAll h2 span.navy{
	background-image: url(../img/goods/goods_feather_navy01.png), url(../img/goods/goods_feather_navy02.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
}

#contentAll h2 span.purple{
	background-image: url(../img/goods/goods_feather_purple01.png), url(../img/goods/goods_feather_purple02.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
}

/* itemWrap */



#contentAll .itemWrap{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-bottom: 1px dotted #d7a826;
	overflow: hidden;
	padding: 10px;
	color: #666;
	vertical-align:top;
}

#contentAll .itemWrap:nth-child(even){
	border-right: none;
}

#contentAll .itemWrap .dbLeft{float: left; width: 130px; }
#contentAll .itemWrap .dbRight{float: right; width: 294px;}

#contentAll .itemWrap .dbLeft span{
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}

#contentAll .itemWrap .dbRight span{
	margin-bottom: 5px;
}
#contentAll .itemWrap .dbRight span.dbCatch{
	color: #c90;
}
#contentAll .itemWrap .dbRight span.dbTitle{
	color: #f90;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
	margin: 10px 0;
}
#contentAll .itemWrap .dbRight .price{
	font-size: 100%;
}

#contentAll .itemWrap .dbLeft a.thumb{
	width:108px;
	height:108px;
	position:relative;
	float:left;
	margin-right:10px;
}

#contentAll .itemWrap .dbLeft a.thumb img{
	position:absolute;
	top:0;left:0;
}

#contentAll .PastBtn{
	background: url(../img/goods/goods_bg_pastbtn.png) center top no-repeat;
	text-align: center;
	height: 125px;
	display: block;
	padding-bottom: 10px 0 20px;
	margin-bottom: 30px;
}

#contentAll .InquiryBlock{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border:#e1bfe7 6px solid;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#contentAll .InquiryBlockIn{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border:#fff 6px solid;
}

#contentAll .InquiryBlockAria{
	background: url(../img/goods/goods_bk_inquiry.gif) 0 0 repeat;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

#contentAll .InquiryBlockAria .blockL{float: left; width: 800px;}
#contentAll .InquiryBlockAria .blockR{float: right; width: 100px;}

/* snsList */
#contentAll .InquiryBlockAria ul.snsList{display:block; padding-top:10px;}
#contentAll ul.snsList li{
	display:block;
	vertical-align:top;
	}
	html*#contentAll ul.snsList li{
		display:inline;
		zoom:1;
		}

#contentAll ul.snsList li iframe.twitter-share-button{width:120px!important;}
#fb-root{display: none;}

#contentAll .InquiryBlockAria p{
	color: #fc7a9f;
	letter-spacing: 0.1em;
	font-size: 20px;
	margin-bottom: 0px!important;
	font-weight: bold;
	text-shadow: 2px 2px 1px #fff,
	-2px 2px 1px #fff,
	2px -2px 1px #fff,
	-2px -2px 1px #fff;
}
#contentAll .InquiryBlockAria p span{
	font-size: 14px;
	letter-spacing: 0em;
}


#contentAll .pageTop{
	text-align: right;
	margin: 10px 0;
}



/* top SP
===========================================*/
@media only screen and (max-width: 767px){

/* contentAll */
#contentAll {
	width: auto;
	margin: 0 auto;
	background: none;
	padding: 5px 0 30px;
}

#contentBodyMain{
	padding: 0 10px!important;
}

/* mainVisualArea */
#contentAll div.mainVisualArea{
	width: auto;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	margin-bottom:16px;
	padding:5px 0px;
	overflow: hidden;
	background: none;
}

#contentAll div.mainVisualArea .blockL{
	float: none;
	width: auto;
	margin-right: 0px;
	margin-bottom: 5px;
	display: block;
}
#contentAll div.mainVisualArea .blockR{
	width: auto;
	float: none;
	display: block;
}

#contentAll div.mainVisualArea .blockR ul li,
#contentAll div.mainVisualArea .blockL ul li{
	margin-bottom: 5px;
}

/* newsArea  */
#contentAll .newsArea{
	width:100%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border:#fff337 6px solid;
	background-color: #ffffdc;
	box-shadow:0px 0px 6px #ccc;
	-moz-box-shadow: 0px 0px 6px #ccc;
	-webkit-box-shadow: 0px 0px 6px #ccc;
	box-sizing: border-box;
	position:relative;	
}

#contentAll .newsArea .topHdrBox{
	height:31px;
	text-align: center;
	background: url(../img/goods/goods_bg_news.png) left bottom repeat-x;
	-webkit-background-size: 327px auto;
	background-size: 327px auto;
}
#contentAll .newsArea h2{ padding: 0; font-size: 100%!important;}
#contentAll .newsArea h2 img{ width: 181px;}

#contentAll .newsArea .kuma{ position: absolute; top:-20px; right: 0; }
#contentAll .newsArea .kuma img{ width: 56px;}
#contentAll .newsArea .rabit{ position: absolute; bottom: 0px; top:-20px;  left: 0px; }
#contentAll .newsArea .rabit img{width: 56px;}

/* topLstBox */
#contentAll .newsArea .topLstBox{
	height:300;
	overflow:auto;
	padding:30px 10px 15px;
	margin-bottom:0px;
	word-wrap:break-word;
}

#contentAll .goodsListArea .topLstBox .topLstBoxInner{
	height:800px;
}

/* bscListA */
#contentAll .newsArea dl.bscListA dt{color:#999999;}
#contentAll .newsArea dl.bscListA dd{
	font-size:14px;
	line-height:1.5;
	margin-bottom:15px;
	padding-bottom:15px;
}

#contentAll .newsArea dl.bscListA dd span{
	display:block;
	background:transparent url(../img/goods/goods_arrow01.png) no-repeat 0px 0.2em;
	padding-left:25px;
}
#contentAll .newsArea dl.bscListA dd{background:transparent url(../img/goods/goods_dotline01.png) repeat-x left bottom;}
#contentAll .newsArea dl.bscListA dd:last-child{background:none;}

#contentAll #contentBodyMain span.kindIcon01{
	background:transparent url(../img/goods/goods_kind_icon01.png) no-repeat left top;
	-webkit-background-size: auto 20px;
	background-size:auto 20px;
	height:20px; 
	text-indent: -9999px;
	margin:0 0 10px 5px!important
}
#contentAll #contentBodyMain span.kindIcon02{
	background:transparent url(../img/goods/goods_kind_icon02.png) no-repeat left top;
	-webkit-background-size: auto 20px;
	background-size:auto 20px;
	height:20px; 
	text-indent: -9999px;
	margin:0 0 10px 5px!important
}
#contentAll #contentBodyMain span.kindIcon03{
	background:transparent url(../img/goods/goods_kind_icon03.png) no-repeat left top; 
	-webkit-background-size: auto 20px;
	background-size:auto 20px;
	height:20px; 
	text-indent: -9999px;
	margin:0 0 10px 5px!important
}


/* Area */
#contentAll .micArea,
#contentAll .jewelArea,
#contentAll .codeArea,
#contentAll .trunkArea,
#contentAll .itemWrapArea{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border:#d7a826 6px solid;
	box-shadow:0px 0px 6px #ccc;
	-moz-box-shadow: 0px 0px 6px #ccc;
	-webkit-box-shadow: 0px 0px 6px #ccc;
	box-sizing: border-box;
	margin-top: 15px;
}

#contentAll .goodsListArea{margin-top: 15px;}

#contentAll .micArea img,
#contentAll .jewelArea img,
#contentAll .codeArea img,
#contentAll .trunkArea img,
#contentAll .topDetaHeadBox img,
#contentAll .itemWrapArea img{ height: 31px;}

#contentAll .topDetaHeadBox{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	height:53px;
	text-align: center;
	background: url(../img/goods/goods_bg_list.png) center bottom repeat-x;
	-webkit-background-size: 739px auto;
	background-size: 739px auto;
}

#contentAll .topLstBox{
	padding: 15px 10px 5px;
}

#contentAll .topLstBox ul li{
	display: block;
	padding-right: 0px;
	margin-bottom: 5px;
}

#contentAll .topLstBox ul li img{
	width: 100%;
	height:auto;
}

#contentAll .topLstBox ul li:last-child{
	padding-right: 0;
}

#contentAll .micArea{ background-color: #fff5f8;}
#contentAll .jewelArea{ background-color: #fff5ed;}
#contentAll .codeArea{ background-color: #fbffea;}
#contentAll .trunkArea{ background-color: #f4fffc;}
#contentAll .itemWrapArea{ background-color: #fff;}

#contentAll h2{ padding-top: 5px; position: relative;}

#contentAll h2 span{
	z-index: 1000;
	display: block;
	margin-top: -10px;
	padding-top: 10px;
}
#contentAll h2 span.red{
	background-image: url(../img/goods/goods_feather_red01.png), url(../img/goods/goods_feather_red02.png);
	-webkit-background-size: 62px auto;
	background-size: 62px auto;
	background-position: left top, right top;
	background-repeat: no-repeat;
}
#contentAll h2 span.org{
	background-image: url(../img/goods/goods_feather_org01.png), url(../img/goods/goods_feather_org02.png);
	-webkit-background-size: 62px auto;
	background-size: 62px auto;
	background-position: left top, right top;
	background-repeat: no-repeat;
}
#contentAll h2 span.grn{
	background-image: url(../img/goods/goods_feather_grn01.png), url(../img/goods/goods_feather_grn02.png);
	-webkit-background-size: 62px auto;
	background-size: 62px auto;
	background-position: left top, right top;
	background-repeat: no-repeat;
}
#contentAll h2 span.blue{
	background-image: url(../img/goods/goods_feather_blue01.png), url(../img/goods/goods_feather_blue02.png);
	-webkit-background-size: 62px auto;
	background-size: 62px auto;
	background-position: left top, right top;
	background-repeat: no-repeat;
}
#contentAll h2 span.gold{
	background-image: url(../img/goods/goods_feather_gold01.png), url(../img/goods/goods_feather_gold02.png);
	-webkit-background-size: 62px auto;
	background-size: 62px auto;
	background-position: left top, right top;
	background-repeat: no-repeat;
}

#contentAll h2 span.navy{
	background-image: url(../img/goods/goods_feather_navy01.png), url(../img/goods/goods_feather_navy02.png);
	-webkit-background-size: 62px auto;
	background-size: 62px auto;
	background-position: left top, right top;
	background-repeat: no-repeat;
}

#contentAll h2 span.purple{
	background-image: url(../img/goods/goods_feather_purple01.png), url(../img/goods/goods_feather_purple02.png);
	-webkit-background-size: 62px auto;
	background-size: 62px auto;
	background-position: left top, right top;
	background-repeat: no-repeat;
}

/* itemWrap */
#contentAll .itemWrap{
	display: block;
	border-right: none;
	border-bottom: 1px dotted #d7a826;
	overflow: hidden;
  padding: 5px 0;
    color: #666;
    margin-bottom: 5px;
}

#contentAll .itemWrapArea .topLstBox{
	overflow: auto;
	word-wrap: break-word;
	height: 250px;
}

#contentAll .itemWrap:nth-child(even){
	border-right: none;
}

#contentAll .itemWrap .dbLeft{float: left; width: 40%; text-align: center;}
#contentAll .itemWrap .dbRight{float: right; width: 55%;}

#contentAll .itemWrap .dbLeft span{
	background: url(../img/goods/goods_bn_goods_imgbg.gif) 0 0 repeat;
	-webkit-background-size: 3px auto;
	background-size: 3px auto;
	display: inline-block;
	padding: 5px;
}

#contentAll .itemWrap .dbLeft img{
}

#contentAll .itemWrap .dbRight span{
	display: block;
}

#contentAll .itemWrap .dbRight img{
	width: auto; height:20px;
}

#contentAll .itemWrap .dbRight p{
	font-size: 12px;
}

#contentAll .itemWrap .dbRight span.itemWrapRead{
	color: #c90;
	margin-bottom: 0px;
}
#contentAll .itemWrap .dbRight span.itemWrapTit{
	color: #f90;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 5px;
}


#contentAll .PastBtn{
	background: none;
	text-align: center;
	height: auto;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#contentAll .PastBtn img{
	width: 100%;
}

#contentAll .InquiryBlock{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border:#e1bfe7 6px solid;
	box-sizing: border-box;
}

#contentAll .InquiryBlockIn{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border:#fff 6px solid;
}

#contentAll .InquiryBlockAria{
	background: url(../img/goods/goods_bk_inquiry.gif) 0 0 repeat;
	-webkit-background-size: ;
	background-size: ;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

#contentAll .InquiryBlockAria .blockL{float: none; width: auto;}
#contentAll .InquiryBlockAria .blockR{float: none; width: auto;}

/* snsList */
#contentAll .InquiryBlockAria ul.snsList{display:block; padding-top:10px;}
#contentAll ul.snsList li{
	display: inline-block;
	vertical-align:top;
	}
	html*#contentAll ul.snsList li{
		display:inline;
		zoom:1;
		}

#contentAll ul.snsList li iframe.twitter-share-button{width:120px!important;}
#fb-root{display: none;}

#contentAll .InquiryBlockAria p{
	color: #fc7a9f;
	letter-spacing: 0.1em;
	font-size: 20px;
	margin-bottom: 0px!important;
	font-weight: bold;
	text-shadow: 2px 2px 1px #fff,
	-2px 2px 1px #fff,
	2px -2px 1px #fff,
	-2px -2px 1px #fff;
	line-height: 1.2em;
}
#contentAll .InquiryBlockAria p span{
	font-size: 12px;
	letter-spacing: 0em;
	line-height: 1.2;
}


#contentAll .pageTop{
	text-align: center;
	margin: 8px 0;
}

#contentAll .pageTop img{
	width: 121px;
}


}
