@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: 20px 0 13px;
	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;
}

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

#contentAll div.mainVisualArea .blockL ul li:last-child,
#contentAll div.mainVisualArea .blockR ul li:last-child{
  margin-bottom: 0;
}

/* newsArea  */
#contentAll .newsAriaWrap{
  margin: 40px 0 30px
}

#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-sizing: border-box;
	position:relative;	
}

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


#contentAll .newsArea h2{}

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

/* topLstBox */
#contentAll .newsArea .topLstBox{
	height:180px;
	overflow:auto;
	padding:20px 16px 0px 120px;
	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 #contentBodyMain .newsArea dl.bscListA dd span{
	display:block;
	background:transparent url(../img/ipp_goods/goods_arrow01.png) no-repeat 0px 0.4em;
	padding-left:25px;
}

#contentAll #contentBodyMain .newsArea dl.bscListA dd{background:transparent url(../img/ipp_goods/goods_dotline01.png) repeat-x left bottom;}

#contentAll #contentBodyMain span.kindIcon01{
	background:transparent url(../img/ipp_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/ipp_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/ipp_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:#d0c4df 6px solid;
	box-sizing: border-box;
	margin-top: 50px;
}

#contentAll .micArea.blockT100{
	margin-top: 100px;
}

#contentAll .topDetaHeadBox{
	border-radius:0px;
	height:96px;
	text-align: center;
	background: url(../img/ipp_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: #fff;}
#contentAll .jewelArea{ background-color: #fff;}
#contentAll .codeArea{ background-color: #fff;}
#contentAll .trunkArea{ background-color: #fff;}
#contentAll .goodsListArea{ background-color: #fff;}

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

#contentAll h2 span{
	background-image: url(../img/ipp_goods/goods_rainbow_left.png), url(../img/ipp_goods/goods_rainbow_right.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
	z-index: 1000;
	display: block;
	margin-top: -40px;
	padding-top: 40px;
}

/* 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{
	margin: 10px auto 30px
}

#contentAll .PastBtn .bn2016{
	background: url(../img/ipp_goods/goods_bg_pastbtn_2016.png) center top no-repeat;
	text-align: center;
	height: 125px;
	display: block;
	padding: 10px 0 5px;
}
#contentAll .PastBtn .bn2016 img{
  margin: 0 auto;
}
#contentAll .PastBtn .bn2015{
	background: url(../img/ipp_goods/goods_bg_pastbtn_2015.png) center top no-repeat;
	text-align: center;
	height: 125px;
	display: block;
}
#contentAll .PastBtn .bn2015 img{
  margin: 0 auto;
}

#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/ipp_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;
  padding-bottom: 20px;
}

#contentAll .spNone{ display: block;}
#contentAll .pcNone{ display: none;}


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

/* newsArea  */
#contentAll .newsAriaWrap{
  margin: 20px 0 25px
}

/* 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: 0px 0 10px;
	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 3px 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:50px;
	text-align: center;
	background: url(../img/ipp_goods/goods_bg_news_sp.png) left bottom repeat-x;
	-webkit-background-size: 500px auto;
	background-size: 500px auto;
}
#contentAll .newsArea h2{ padding: 10px 0 0 0; font-size: 100%!important;}
#contentAll .newsArea h2 img{ width: 160px;}

#contentAll .newsArea .letter{ position: absolute; top:10px; right: 0; }
#contentAll .newsArea .letter img{ width: 69px;}
#contentAll .newsArea .watch{ position: absolute; bottom: 0px; top:-10px;  left: 0px; }
#contentAll .newsArea .watch img{width: 52px;}

/* 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/ipp_goods/goods_arrow01_sp.png) no-repeat 0px 0.2em;
  background-size: 15px auto;
	padding-left:25px;
}
#contentAll .newsArea dl.bscListA dd{
  background:transparent url(../img/ipp_goods/goods_dotline01.png) repeat-x left bottom;
  background-size: 2px auto;
  }


#contentAll #contentBodyMain span.kindIcon01{
	background:transparent url(../img/ipp_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/ipp_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/ipp_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;
	border:#d0c4df 3px 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 .micArea.blockT100{
	margin-top: 30px;
}
  
  
#contentAll .goodsListArea{margin-top: 15px; border: #d0c4df 3px solid;}

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

#contentAll .topDetaHeadBox{
	border-radius:6px;
	height:63px;
	text-align: center;
	background: url(../img/ipp_goods/goods_bg_list_sp.png) center bottom repeat-x;
	background-size: 112px 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: #fff;}
#contentAll .jewelArea{ background-color: #fff;}
#contentAll .codeArea{ background-color: #fff;}
#contentAll .trunkArea{ background-color: #fff;}
#contentAll .itemWrapArea{ background-color: #fff;}

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

#contentAll h2 span{
  background-image: url(../img/ipp_goods/goods_rainbow_left.png), url(../img/ipp_goods/goods_rainbow_right.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: 108px auto;
	z-index: 1000;
	display: block;
	margin-top: -15px;
	padding-top: 10px;
}

/* 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/ipp_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{
  margin: 0px auto 30px;
  }
  
#contentAll .PastBtn .bn2016{
	background: none;
	text-align: center;
	height: auto;
	display: block;
	padding: 10px 0;
}

#contentAll .PastBtn .bn2015{
	background: none;
	text-align: center;
	height: auto;
	display: block;
}

#contentAll .PastBtn img{
margin: 0 auto;
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/ipp_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: 0;
  padding-bottom: 0px;
}

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

#contentAll .spNone{ display: none;}
#contentAll .pcNone{ display: block;}

}
