@charset "UTF-8";




/*--------------------------------------
　製品一覧
---------------------------------------*/
h3.onText {
	position:relative;
	width:820px;
	height:77px;
	_width:850px;
	_height:100px;
	font-size:30px;
	font-family:"Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:500;
	background:transparent url('../goods_info/images/subjectBg.jpg') left top no-repeat;
	padding-top:23px;
	padding-top:32px\9;
	padding-left:30px;
	}
h3.onText:not(:target) {
	padding-top:35px\9; /* IE9 */
	}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	h3.onText {
		padding-top:35px; /* IE10 */
		}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	h3.onText {
		padding-top:30px;
		}
}
	h3.onText .brandButton {
		position:absolute;
		top:25px;
		right:0;
		}

.box {
	border:#ece6d9 solid 3px;
	width:264px;
	float:left;
	background-color:#f9f5ec;
	position:relative;
    /*
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
	*/
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.23);
	margin-right:20px;
	margin-bottom:20px;
}
.box:nth-of-type(3n) {
	margin-right:0 !important;
	}

.box .inner {
	width:240px;
	padding:12px;
}

.box img {
	margin-bottom:8px;
}

.box p {
	float:left;
	font-size:14px;
	color:#373737;
	margin:0;
	padding-bottom:5px;
	border-style:none;
	line-height:1.0;
}

.box p span {
	font-size:10px;
	color:#a0781e;
}

.box p.typeIc {
	float:right;
	font-size:12px;
	color:#ffffff;
	line-height:1.2;
	background-color:#312819;
	border-style:none;
	padding:5px;
}

.box p.name {
	float:none !important;
	color:#a0781e;
	font-size:12px !important;
	line-height:1.5 !important;
	border-bottom:1px solid #ddd3bc !important;
}

.price {
	height:20px;
	color:#e10000;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	background-image:url('../goods_info/images/price.gif');
	background-repeat:no-repeat;
	border-bottom:none !important;
	margin-top:9px;
	padding-left:30px;
}

.price span {
	font-size:10px;
	color:#252525;
}

.noDisp { font-size:11px; }

/*--------------------------------------
　燃焼方式の違いについて
---------------------------------------*/
.burnContents {
	width:804px;
	background:#ffffff;
	border-style:solid;
	border-width:3px;
	border-color:#ece6d9;
	padding:20px;
	}

.burn-box {
	background-color:#FFF;
	margin-bottom:25px;
	font-size:11px;
	line-height:200%;
	 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.19);
	padding:20px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 3%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 3%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 3%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 3%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 3%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.burn-name {
	font-size:17px;
	color:#9b8e72;
	font-weight:bold;
	border-bottom:dotted 1px #9b8e72;
	padding-bottom:10px;
	margin-bottom:15px;
}

.burn-box-left {
	width:514px;
	float:left;
}

.burnright {
	width:250px;
	display:block;
	float:right;
	text-align:center;
}

.peretphoto {
	float:right;
	margin-left:20px;
}

.burn-peret {
	background-color:#FFF;
	margin-bottom:25px;
	font-size:11px;
	line-height:200%;
}

/*--------------------------------------
　製品詳細
---------------------------------------*/
h5 {
	color:#666;
	font-size:16px;
	font-weight:bold;
	border-left:solid 3px #666;
	margin:20px 0 10px 0;
	padding-left:10px;
}

.detailContents {
	width:844px;
	background:#ffffff;
	border-style:solid;
	border-width:3px;
	border-color:#ece6d9;
	padding:30px 0 0 0;
	}
	.detailContents .inner {
		padding:0 20px;
		}

.detail-photo-box {
	width:300px;
	float:left;
}

.detail-photo-box img {
	width:300px;
	height:auto;
}

.detail-photo-box ul {
	list-style:none;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding:0;
	width:348px;
	margin-top:8px;
}

.detail-photo-box ul li img {
	width:94px;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

.detail-photo-box ul li img:hover {
	cursor:pointer;
}

.detail-box {
	float:right;
	width:480px;
}

.mainphoto-display {
	width:300px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}

.mainphoto-display img {
	width:auto;
	height:auto;
	max-width:300px;
	max-height:300px;
}

.product-name {
	float: left;
	width: 200px;
	color: #000000;
	font-size: 30px;
	line-height: 35px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.product-name span {
	display: inline;
	color: #999900;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}

.product-price {
	color: #ee1212;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 150px;
	float: right;
	text-align: right;
	line-height: 80%;
	padding-right: 10px;
}

.product-price span {
	font-size:13px;
	color:#787878;
	font-style:normal;
}

.catchText {
	font-size: 15px;
	color: #993333;
	font-style: normal;
	line-height: 21px;
	margin-top: 15px;
	width: 430px;
	padding-left: 15px;
	text-align: left;
	display: block;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.product-contents {
	font-size: 14px;
	border-top: dotted 1px #ccb68b;
	line-height: 21px;
	margin-top: 20px;
	padding-top: 20px;
	width: 430px;
	padding-left: 0px;
	margin-left: 20px;
}

.product-contents p {
	margin:0;
	padding:0;
}

.product-line {
	border-bottom:1px solid #afd5b6;
	margin-top:28px;
	margin-bottom:28px;
}

.product-contents02 {
	font-size:11.5px;
	line-height:200%;
	margin-bottom:28px;
}

.product-contents02 .catchBox {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:150%;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	margin-bottom:20px;
	padding:10px;
}
.product-contents02 .catchBox span {
	font-size:15px;
	font-weight:normal;
}

.product-contents02 .innerBox {
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	padding:20px;
	margin-top:20px;
}
.product-contents02 .innerBox .ssubject-inner {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}

.product-contents02 p {
	margin:0;
	padding:0;
}

.product-contents02 ul {
	list-style-type:disc;
	margin-left:25px;
}

.product-contents02 img.photo {
	float:right;
	width:236px;
	height:auto;
	border:8px solid #FFF;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
	margin-top:-49px;
	margin-left:20px;
}
.product-contents02 img.photo02 {
	float:right;
	width:236px;
	height:auto;
	border:8px solid #FFF;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
	margin-left:20px;
	margin-bottom:20px;
}

#slidephoto {
	background-color:#e5dcc6;
	padding:12px;
}

#slidephoto img {
	float:left;
	margin-right:12px;
}

#spec-box {
	background-color:#f3ecdc;
	padding-left:30px;
	padding-top:30px;
}

#spec-box ul {
	list-style:none;
	margin:0 0 0 -30px;
	padding:0;
}

#spec-box ul li {
	float:left;
	width:421px;
	font-size:11.5px;
	border-top:solid 1px #d2c29d;
	border-right:none;
	margin:0;
	padding:12px 0;
}
#spec-box ul li:nth-of-type(2n) {
	width:422px !important;
	border-left:solid 1px #d2c29d !important;
	}

#spec-box ul li.db {
	float: left;
	width: 100% !important;
	height: 47px;
	line-height: 47px;
	border-top: solid 1px #d2c29d;
	border-right: solid 1px #d2c29d;
	margin: 0;
	text-align: left;
}

#spec-box ul li div {
	float:left;
	width:90px;
	color:#5d4b20;
	padding-left:28px;
}

#spec-box ul li p {
	float:left;
	line-height:170%;
	text-indent:-2em;
	padding-left:2em;
}

#spec-box .bikou {
	font-size:11.5px;
	border-top:solid 1px #d2c29d;
	border-bottom:solid 10px #e5dcc6;
	margin-left:-30px;
	padding-left:28px;
	padding-top:20px;
	padding-bottom:20px;
}

/*--------------------------------------
　ブランドページ
---------------------------------------*/

.brandBox {
	background:#ffffff !important;
	border-style:solid !important;
	border-width:3px !important;
	border-color:#ece6d9 !important;
	margin-top:20px;
	margin-bottom:40px;
	}
	.brandBox .inner { padding:20px; }

.brandlogo {
	text-align:center;
	margin:20px auto 34px auto;
}

.brand-content {
	font-size:11.5px;
	line-height:200%;
	margin-bottom:20px;
}

.brand-content h4 {
	font-size:23px;
	font-weight:bold;
	font-family:"Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#cccccc;
	padding-bottom:7px;
	margin-top:50px;
	margin-bottom:20px;
}

.brand-content img {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.year {
	color:#a02424;
	font-size:15px;
}

.year-detail {
	margin-bottom:10px;
}











/*スクロールバー*/
#scroll {
	position: relative;
	width: 748px;
	height: 208px;
	overflow: hidden;
}

#scroll .scrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 208px;
	z-index: 1;
}

#scroll .scrollbar .track {
	position: absolute;
	top: 0;
	left: 0;
	background: #EEE;
	width: 5px;
	height: 208px;
	z-index: 2;
}

#scroll .scrollbar .track .thumb {
	position: absolute;
	top: 0;
	left: 0;
	background: #667869;
	width: 5px;
	z-index: 3;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

.notes {
	font-size:12px !important;
	text-align:center;
	margin:5px 0 20px 0;
	}




/*ページトップ*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
