@charset "UTF-8";

body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

body {
	color: #666666;
	min-width:1200px;
	background-color: transparent;
	background-image: url(../../images/body_bg.jpg);
}

a:link {
 color:#667869;
}
a:visited {
 color:#667869;
}
a:hover {
 color:#7ec18a;
}
a:active {
 color:#667869;
}

#wrapper {
	width: 100%;
	height: 100%;
}


#topContents {
	width: 100%;
	height: 700px;
}

#header {
	width:100%;
	min-width:1200px;
	height:209px;
	background: url(../../images/header_bg.png) repeat-x;
	position: absolute;
	z-index: 100;
}
#headerArea {
	width: 1100px;
	height: 200px;
	margin: 0 auto 0 auto;
}
#headerTop {
	width: 1100px;
	height: 20px;
	color: #ffffff;
	font-size: 1.2em;
}

#headerMain {
	width: 1100px;
	height: 180px;
	position: relative;
}

#main_logo {
	width: 152px;
	height: 151px;
	position: absolute;
	bottom: 15px;
	left: 20px;
}

#headerMenu {
	position: absolute;
	top: 12px;
	right: 0;
}
#headerMenu li {
	float: left;
	background: url(../../images/arr01.png) no-repeat;
	background-position: left center;
	font-size: 1.2em;
	padding-left: 8px;
}
#headerMenu li+li {
	margin-left: 18px;
}
#headerMenu a:link {
	color:#667869;
}
#headerMenu a:visited {
	color:#667869;
}
#headerMenu a:hover {
	color:#7ec18a;
}
#headerMenu a:active {
	color:#667869;
}

#contactBtn {
	position: absolute;
	top: 38px;
	right: 0;
}
#contactBtn a {
	display: block;
	width: 180px;
	height: 43px;
	background: url(../../images/btn_contact.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#contactBtn a:hover {
	background-position: 0px -43px;
}
#panfBtn {
	position: absolute;
	top: 38px;
	right: 200px;
}
#panfBtn a {
	display: block;
	width: 220px;
	height: 43px;
	background: url(../../images/btn_panf2_off.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#panfBtn a:hover {
	background: url(../../images/btn_panf2_on.png) no-repeat;
}

#shoplistBtn {
	position: absolute;
	top: 38px;
	/*right: 440px;*/
	right: 200px;
}
#shoplistBtn a {
	display: block;
	width: 180px;
	height: 43px;
	background: url(../../images/btn_shop_off.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#shoplistBtn a:hover {
	background: url(../../images/btn_shop_on.png) no-repeat;
}

#mainMenu {
	width: 850px;
	height: 50px;
	padding: 5px;
	background: url(../../images/mainmenu_bg.png);
	position: absolute;
	bottom: 15px;
	right: 0px;
}
#mainMenu li {
	/*width: 160px;*/
	height: 50px;
	float: left;
}

#mainMenu a {
	display: block;
	/*width: 160px;*/
	height: 50px;
	background: url(../../images/main_menu.png?v=2) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

#menu01, #menu01 a { width:210px !important;}
#menu02, #menu02 a { width:140px !important;}
#menu03, #menu03 a { width:139px !important;}
#menu04, #menu04 a { width:170px !important;}
#menu05, #menu05 a { width:188px !important;}

#menu01 a { background-position: 0 0;}
#menu02 a { background-position: -210px 0;}
#menu03 a { background-position: -350px 0;}
#menu04 a { background-position: -490px 0;}
#menu05 a { background-position: -660px 0;}

#menu01 a:hover { background-position: 0 -50px;}
#menu02 a:hover { background-position: -210px -50px;}
#menu03 a:hover { background-position: -350px -50px;}
#menu04 a:hover { background-position: -490px -50px;}
#menu05 a:hover { background-position: -660px -50px;}

#menu01 a.current { background-position: 0 -50px;}
#menu02 a.current { background-position: -210px -50px;}
#menu03 a.current { background-position: -350px -50px;}
#menu04 a.current { background-position: -490px -50px;}
#menu05 a.current { background-position: -660px -50px;}

#mainImage {
	width: 100%;
	height: 700px;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: -100;
}

#contentsArea {
	width: 1100px;
	margin: 0 auto 70px auto;
	/*background-color: #fff;*/
}
#mainContents {
	width: 770px;
	float: left;
	/*margin-top: -50px;*/
	margin-top:30px;
}

#mainCatch,
#travis_cd {
	margin-bottom: 30px;
	background-color:#fff;
}

#newsArea {
	margin-bottom: 30px;
}
#newsMain {
	width: 750px;
	height: 210px;
	background: url(../../images/news_bg.gif) no-repeat;
	background-position: center bottom;
	font-size: 1.2em;
	color: #55725b;
	padding: 0 0 0 20px;
}
#newsMain dt {
	clear: both;
	float: left;
	width: 135px;
	padding: 15px 0 15px 15px;
	border-bottom: 1px dotted #666666;
	font-weight: bold;
	/*background-color: #ccc;*/
}
#newsMain dd {
	float: left;
	width: 578px;
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted #666666;
	/*background-color: #ffcccc;*/
}
#newsMain a:link {
	color:#667869;
	text-decoration: underline;
}
#newsMain a:visited {
	color:#667869;
	text-decoration: underline;
}
#newsMain a:hover {
	color:#7ec18a;
	text-decoration: underline;
}
#newsMain a:active {
	color:#667869;
	text-decoration: underline;
}

#mainItem {
	height: 400px;
	margin-bottom: 30px;
}
#mainItem li {
	float: left;
}

.bnB {
	width:785px;
	list-style:none;
	margin-left:-15px;
	margin-top:-15px;
	position:relative;
}
.bnB li {
	width:375px;
	float:left;
	margin-left:15px;
	margin-top:15px;
	display:inline;
	background-color:#fff;
	line-height:0;
	vertical-align:top;
}


#rightContents {
	width: 300px;
	float: right;
	/*margin-top: -50px;*/
	margin-top:30px;
}

#banner_showroom {
	width: 300px;
	height: auto;
	margin-bottom: 20px;
	background-color: #ffffff;
}

#hanbaiten{
	width: 300px;
	height: auto;
	margin-bottom: 20px;
	background-color: #ffffff;
}

#bannerArea li {
	width: 300px;
	height: 100px;
	margin-bottom: 20px;
}
#bannerArea li+li {
	margin-top: 10px;
}





#footer {
	width: 100%;
	padding: 30px 0 30px 0;
	background: url(../../images/footer_bg.png) repeat-x;
}
#footerMenu {
	margin-bottom: 20px;
}
#footerMenu ul {
	text-align: center;
	margin-bottom: 10px;
}
#footerMenu li {
	display: inline;
	background: url(../../images/arr02.png) no-repeat;
	background-position: left center;
	font-size: 1.2em;
	padding-left: 9px;
}
#footerMenu li+li {
	margin-left: 15px;
}
#footerMenu a:link {
 color:#ffffff;
}
#footerMenu a:visited {
 color:#ffffff;
}
#footerMenu a:hover {
 color:#67a973;
}
#footerMenu a:active {
 color:#ffffff;
}
#footer_logo {
	text-align: center;
}

.border_u {
	border-bottom: 1px dotted #ccc;
}









/******************** 下層共通 *********************/
#common_wrapper #topContents {
	height: 209px;
}

#sideContents {
	width: 200px;
	float: left;
}

#common_bannerArea {
	/*background-color: #ccc;*/
	padding-top: 20px;
	margin-bottom: 20px;
}
#common_bannerArea li {
	width: 200px;
	height: 80px;
}
#common_bannerArea li+li {
	margin-top: 10px;
}
#common_bannerArea a {
	display: block;
	margin-bottom:20px;
	background-color: #fff;
}
#common_bannerArea .banner_showroom a {
	display: block;
	height: auto;
	margin-bottom: 20px;
}

#common_bannerArea .hanbaiten a {
	display: block;
	height: auto;
	margin-bottom: 20px;
}


#type_bannerArea {
	/*background-color: #ccc;*/
	padding-top: 20px;
	margin-bottom: 20px;
}
#type_bannerArea li {
	width: 200px;
	margin-bottom:5px;
}


#maker_bannerArea {
	/*background-color: #ccc;*/
	padding-top: 20px;
	margin-bottom: 20px;
}
#maker_bannerArea li {
	width: 200px;
	margin-bottom:5px;
}


#infoArea {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 1.2em;
}
#infoArea li+li {
	margin-top: 5px;
}
#infoArea span {
	font-weight: bold;
}
#infoArea a:link {
 color:#51b9a2;
 text-decoration: underline;
}
#infoArea a:visited {
 color:#51b9a2;
 text-decoration: underline;
}
#infoArea a:hover {
 color:#7bbfb0;
 text-decoration: underline;
}
#infoArea a:active {
 color:#51b9a2;
 text-decoration: underline;
}



#commonContents {
	width: 850px;
	float: right;
}

#commonContents h3.head {
	/*text-align:center;*/
	width:785px !important;
	_width:800px !important;
	border-style:solid !important;
	border-width:0 0 1px 0 !important;
	border-color:#afd5b6 !important;
	margin:0 auto 40px auto !important;
	padding-left:15px;
	padding-bottom:20px !important;
}

#locator {
	height: 36px;
	padding-top: 15px;
}
#locator ul {
	width: 1100px;
	height: 20px;
	background-color: #fff;
}
#locator li {
	float: left;
	font-size: 1.2em;
}
#locator li.home a {
	display: block;
	width: 75px;
	height: 18px;
	color: #fff;
	padding: 2px 0 0 25px;
	background: url(../../images/locator_home_bg.gif) no-repeat;
}
#locator li span {
	display: block;
	height: 18px;
	padding: 2px 0 0 25px;
}

#subMenu a {
	display: table-cell;
	width: 190px;
	height: 40px;
	font-size: 1.2em;
	padding: 0 0 0 10px;
	color:#66a572;
	cursor: pointer;
	vertical-align: middle;
	background: url(../../images/submenu_bg.jpg) no-repeat;
}
#subMenu a:link {
	color:#66a572;
}
#subMenu a:visited {
	color:#66a572;
}
#subMenu a:hover {
	background-position: 0 -40px;
}
#subMenu a:active {
	color:#66a572;
}

#subMenu li ul {
	border-bottom:1px solid #ccc;
	padding:5px 0 10px 0;
}
#subMenu li li {
	padding: 5px 0 0 10px;
	text-indent: -1em;
	margin-left: 1em;
}
#subMenu li li a {
	display: inline !important;
	height: inherit !important;
	background: none;
	padding: 0;
}


.contentsBox {
	margin-bottom: 40px;
}
.contentsBox h3 {
	margin-bottom: 20px;
}
.contentsBox h4 {
	margin-bottom: 20px;
}

.txtArea {
	font-size: 1.2em;
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 2.2;
	background: url(../../images/top_td_bg.png);
	overflow: hidden;
	clear: both;
}
.txtArea p {
	margin-bottom: 20px;
}
.nameTxt {
	text-align: right;
	font-weight: bold;
}

.side_contact {
	width: 100%;
	height: 30px;
	text-align: center;
}

.floatL {
	float: left;
	margin: 0 15px 15px 0;
}
.floatR {
	float: right;
	margin: 0 0 15px 15px;
}

.txtC {
	text-align: center;
}
.txtL {
	text-align: left;
}
.txtR {
	text-align: right;
}
.txtR02 {
	text-align: right;
	margin-bottom: 0!important;
}

.txtB {
	font-weight: bold;
}

.arr03 {
	font-size: 1.6em;
	text-indent: 2em;
	background: url(../../images/arr03.png) no-repeat left center;
	margin-bottom: 20px;
}









/******************** 商品情報 *********************/
#common_mainItem {
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
}

#common_mainItem td {
	vertical-align: top;
}

.txtCB110 {
	font-weight: bold;
	/*text-align: center;*/
	font-size: 1.1em;
	color: #3cb2b9;
	padding: 5px 0 0 0;
}

.itemFeature {
	padding: 0 0 30px 20px;
}

.itemFeature h5 {
	font-weight: bold;
	font-size: 1.3em;
	border-left: 5px solid #999;
	/*height: 1.4em;*/
	line-height: 1.4em;
	padding: 0 0 0 5px;
	margin-bottom: 10px;
}
.itemFeature ul {
	margin-bottom: 20px;
}
.itemFeature li {
	font-size: 1.2em;
	margin: 0 0 0 30px;
	list-style: disc;
}

.komeArea {
	text-align: right;
}
span.kome {
	color: #f00;
}

.fetureLeft {
	float: left;
	width: 518px;
}
.fetureLeft02 {
	float: left;
	width: 350px;
}
.fetureRight {
	float: right;
	width: 290px;
	text-align: right;
}
.fetureRight02 {
	float: right;
	width: 450px;
	text-align: right;
	margin-bottom: 30px;
}

.price {
	clear: both;
	text-align: right;
	border-bottom: 1px solid #ccc;
	line-height: 1.2;
}

.truePrice {
	font-size: 3em;
	font-weight: bold;
}

.pictureArea li {
	width: 270px;
	height: 287px;
	float: left;
	background-color: #ffffff;
	margin-bottom: 30px;
}
.pictureArea li+li {
	margin-left: 5px;
}
.camanoPic {
	width: 270px;
	/*margin: 0 auto 0 auto;*/
	/*background-color: #ccc;*/
	float: right;
}
.camanoPic li {
	width: 270px;
	margin: 0;
	padding-left: 10px;
	list-style: none;
}

/* ここから移設時追加分 20140214 */

.ssubject01 {
	height:30px;
	color:#666666;
	font-size:20px;
	font-weight:bold;
	line-height:33px;
	background-image:url('../goods_info/images/icon/01.png');
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding-left:40px;
}
.ssubject02 {
	height:30px;
	color:#666666;
	font-size:20px;
	line-height:33px;
	background-image:url('../goods_info/images/icon/04.png');
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding-left:40px;
}
.ssubject02 span {
	font-size:12px !important
}

.ssubject03 {
	height:30px;
	color:#666666;
	font-size:20px;
	line-height:33px;
	background-image:url('../goods_info/images/icon/05.png');
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding-left:40px;
}

/*--------------------------------------
　製品一覧
---------------------------------------*/
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;
		}

.accessoriesBlock {
	margin-top:15px !important;
	}

.accessoriesBlock h4 {
	position:relative;
	font-size:25px;
	border-bottom:solid 2px #ece6d9;
	}
.accessoriesBlock h4 + p {
	font-size:13px;
	margin:10px 0 20px 0;
	}
	.accessoriesBlock h4 a {
		position:absolute;
		top:1px;
		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 {
	display:block;
	font-size:10px;
	color:#a0781e;
	margin-bottom:5px;
	}
.box p.typeIc {
	float:right;
	font-size:12px;
	color:#ffffff;
	line-height:1.2;
	background-color:#312819;
	border-style:none;
	padding:5px;
	}
.box p.numberIc {
	float:left;
	font-size:12px;
	color:#ffffff;
	line-height:1.1;
	background-color:#312819;
	border-style:none;
	padding:5px;
	}
.box p.commonName {
	font-size:16px !important;
	line-height:110%;
	}
	.box p.commonName span {
		color:#a0781e;
		font-size:13px;
		font-weight:bold;
		}
.box p.name {
	float:none !important;
	color:#a0781e;
	font-size:12px !important;
	line-height:1.5 !important;
	border-bottom:1px solid #ddd3bc !important;
	}

.box-long {
	border:#ece6d9 solid 3px;
	width:842px !important;
	background-color:#f9f5ec;
	position:relative;
    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:0 !important;
	margin-bottom:20px;
	}
.box-long .inner {
	width:818px;
	padding:12px;
	}
.box-long .commonImage {
	float:left;
	width:240px;
	text-align:center;
	}
.box-long .commonImage img {
	margin-bottom:10px;
	}
.box-long .r-box {
	float:right;
	width:558px;
	}
.box-long p {
	float:left;
	font-size:14px;
	color:#373737;
	margin:0;
	padding-bottom:5px;
	border-style:none;
	line-height:1.0;
	}
.box-long p span {
	display:block;
	font-size:10px;
	color:#a0781e;
	margin-bottom:5px;
	}
.box-long p.typeIc {
	float:right;
	font-size:12px;
	color:#ffffff;
	line-height:1.2;
	background-color:#312819;
	border-style:none;
	padding:5px;
	}
.box-long p.numberIc {
	float:left;
	font-size:12px;
	color:#ffffff;
	line-height:1.1;
	background-color:#312819;
	border-style:none;
	padding:5px;
	}
.box-long p.commonName {
	line-height:110%;
	font-size:16px !important;
	}
	.box-long p.commonName span {
		color:#a0781e;
		font-size:13px;
		font-weight:bold;
		}
.box-long p.name {
	float:none !important;
	color:#a0781e;
	font-size:12px !important;
	line-height:1.5 !important;
	border-bottom:1px solid #ddd3bc !important;
	}

.commonSize {
	border-bottom:1px solid #ddd3bc !important;
	padding:5px 0;
	}
.commonSize table {
	width:100%;
	padding-bottom:5px;
	}
	.commonSize table th {
		width:20%;
		font-size:11px;
		}
	.commonSize table td {
		width:80%;
		font-size:11px;
		}

.l-table {
	float:left;
	width:49%;
	margin:5px 0;
	}

.r-table {
	float:right;
	width:49%;
	margin:5px 0;
	}

.commonSize-long {
	padding:5px 0;
	}
.commonSize-long p {
	width:100%;
	font-size:14px;
	border-bottom:1px dotted #ddd3bc;
	margin:5px 0 5px 0;
	padding-bottom:3px;
	}
.commonSize-long table {
	width:100%;
	padding-bottom:5px;
	}
	.commonSize-long table th {
		color:#a0781e;
		width:100%;
		font-size:13px;
		font-weight:bold;
		padding-top:3px;
		}
	.commonSize-long table td {
		width:100%;
		font-size:11px;
		}
		.commonSize-long table td .price {
			float:none !important;
			height:20px;
			color:#e10000;
			font-size:16px;
			font-weight:bold;
			line-height:20px;
			text-align:left;
			background-image:url('../goods_info/images/price.gif');
			background-repeat:no-repeat;
			border-bottom:none !important;
			margin-top:9px;
			padding-left:0 !important;
			}
			.commonSize-long table td .price span {
				font-size:10px;
				color:#252525;
				}

.makerIc {
	float:left !important;
	margin:10px 0 8px 0 !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;
	}

.makerIc + .price {
	float:right;
	width:60% !important;
	text-align:rght !important;
	margin-top:-28px !important;
	padding:0 !important;
	}

.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:310px;
	color:#828282;
	font-size:30px;
	line-height:120%;
}

.product-name span {
	display:inline;
	color:#828282;
	font-size:12px;
	font-style:italic;
	line-height:120%;
}

.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%;
}

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

.catchText {
	font-size:15px;
	color:#a49063;
	font-style:normal;
	line-height:120%;
	margin-top:15px;
}

.product-contents {
	font-size:11.5px;
	border-top:dotted 1px #ccb68b;
	line-height:200%;
	margin-top:20px;
	padding-top: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;
}

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



/******************** 会社概要 *********************/
.table01 {
	border-collapse: collapse;
	font-size: 1.2em;
	background-color: #f6f1eb;
}

.table01 td,.table01 th {
	border: 1px solid #ccc;
}
.table01 th {
	width: 30%;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	background-color: #d2ead7;
}
.table01 td {
	padding-left: 30px;
}



/******************** ショールーム紹介 *********************/
#showroomBanner {
	margin-bottom: 50px;
}

#showroomAdd {
	margin-bottom: 30px;
}

#map_canvas {
	width: 840px;
	height: 390px;
	border: 5px solid #cde4d1;
}


/******************** プライバシーポリシー *********************/
.privasyTxt {
	font-size: 1.2em;
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 2;
	background: url(../../images/top_td_bg.png);
}



/******************** サイトマップ *********************/
.siteMap {
	padding: 0 0 20px 30px;
}



/******************** サイトマップ *********************/
#makerList {
	margin-top:10px;
	}
	#makerList li {
		margin-top: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;
}
