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


#movieArea {
	margin-bottom: 30px;
}
#movieMain {
	width: 770px;
	height: auto;
	background-color: #fff;
	border-right: 2px solid #9dcba5;
	border-left: 2px solid #9dcba5;
	border-bottom: 2px solid #9dcba5;
	font-size: 1.2em;
	color: #55725b;
	padding: 0 20px 20px;
	box-sizing: border-box;
}
.movie_box {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2em;
	box-sizing: border-box;
}
.movie_box:nth-child(even) {
	margin-right: 0;
}
.movie_ic {
	display: inline-block;
	margin-bottom: 1em;
}
.movie {
	width: 100%;
	height: 196px;
}
.movie_title {
	margin-top: 0.5em;
	font-size: 16px;
	font-weight: bold;
}



#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: left;
	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_panf2016 {
	width: 300px;
	height: auto;
	margin-bottom: 20px;
	background-color: #ffffff;
}
#panfdl {
	width: 300px;
	height: auto;
	margin-bottom: 20px;
	background-color: #ffffff;
}

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

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

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

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

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

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

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

#hpbe2015{
	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;
	/*height: 80px;*/
	background-color: #fff;
	margin-bottom:20px;
}
#common_bannerArea .banner_showroom a {
	display: block;
	height: auto;
	margin-bottom: 20px;
}

#common_bannerArea .hanbaiten a {
	display: block;
	height: auto;
	margin-bottom: 20px;
}
#common_bannerArea .facebook 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;
}

.price b {
	font-size:15px;
}

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

/*--------------------------------------
　製品一覧
---------------------------------------*/
#mf_banner {
	display:block;
	width:850px;
	height:200px;
	margin-bottom:20px;
}


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:10px;
	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 {
	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: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%;*/
	line-height:110%;
	
}
.product-other {
	color:#ee1212;
	font-size:24px;
	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 .orders {
		margin-top:20px;
		padding:15px;
		border:#afd5b6 solid 3px;
	}
	.product-contents .orders-stop {
		margin-top:20px;
		padding:15px;
		border:#ED7B7B solid 3px;
	}

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

/*--------------------------------------
　マルチフォーコ　(2016/09/30追加)
---------------------------------------*/

#multifuoco li {
	width:850px;
	height:1202px;
	background-repeat:no-repeat;
	margin-bottom:20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#multifuoco .guard_area {
	position:relative;
	width:850px;
	height:4888px;
}

#multifuoco .guard {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background:url(../goods_info/images/multifuoco/spacer.gif);
}

#multifuoco #img01 { background-image:url(../goods_info/images/multifuoco/img01.jpg); }
#multifuoco #img02 { background-image:url(../goods_info/images/multifuoco/img02.jpg); }
#multifuoco #img03 { background-image:url(../goods_info/images/multifuoco/img03.jpg); }
#multifuoco #img04 { background-image:url(../goods_info/images/multifuoco/img04.jpg); }
#multifuoco #img05 { background-image:url(../goods_info/images/multifuoco/img05.jpg); }
#multifuoco #img06 { background-image:url(../goods_info/images/multifuoco/img06.jpg); }
#multifuoco #img07 { background-image:url(../goods_info/images/multifuoco/img07.jpg); }
#multifuoco #img08 { background-image:url(../goods_info/images/multifuoco/img08.jpg); }
#multifuoco #img09 { background-image:url(../goods_info/images/multifuoco/img09.jpg); }


/******************** ストーブを焚いている販売店 *********************/
.shop_notes {
	color: #66a572;
}

#gmap {
	width: 840px;
	height: 460px;
	border: 5px solid #cde4d1;
	margin: 24px auto;
}

#infoWindow {
	width: 300px;
}

#infoWindow h2 {
	font-size: 18px;
	font-weight: bold;
}

#infoWindow dl {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 6px;
}

#infoWindow dt {
	display: block;
	font-weight: bold;
	padding-right: 1em;
}

#infoWindow dd {
	display: block;
}

#infoWindow .gmapinfobtn {
	width: 100%;
	overflow: hidden;
}

#infoWindow .gmapinfobtn a {
	display: inline-block;
	margin-right: 6px;
	transition: 0.5s
}

#infoWindow .gmapinfobtn a:hover {
	opacity: 0.7;
}


.shoplist_table h4 {
	color: #fff;
	width: 810px;
	padding: 6px 20px;
	font-size: 20px;
	font-weight: bold;
	background-color: #AFD5B6;
	margin-top: 24px;
}

.shoplist_table table {
	width: 850px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}

.shoplist_table th {
	font-size: 16px;
	padding-bottom: 6px;
}

.shoplist_table td {
	border-top: 1px solid #ccc;
	padding: 6px 0;
}

.shoplist_table .area {	width: 9%; }
.shoplist_table .shopname { width: 32%; }
.shoplist_table .cityname { width: 10%; }
.shoplist_table .item { width: 43%; }
.shoplist_table .hpbtn { width: 7%; }
.shoplist_table .fbbtn { width: 9%; }


/******************** 会社概要 *********************/
.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: 10px 0 10px 30px;
}



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

#showroomAdd {
	margin-bottom: 30px;
}

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



/******************** サテライトショップ *********************/
#satelliteBanner {
	margin-bottom: 30px;
}

.satelliteshoplist {
    margin-top: 50px;
}

.satelliteshoplist h4 {
	color: #fff;
	width: 810px;
	padding: 6px 20px;
	font-size: 20px;
	font-weight: bold;
	background-color: #AFD5B6;
	margin-top: 24px;
}

.satelliteshoplist .detailContents {
    padding-bottom: 30px;
}

.satelliteshoplist .detail-photo-box2 {
	width:100%;
}

.satelliteshoplist .detail-photo-box2 .main-photo {
    float: left;
    width: 290px;
}

.satelliteshoplist .detail-photo-box2 .main-photo img {
	width:290px;
	height:auto;
    object-fit: contain;
}

.satelliteshoplist .detail-photo-box2 ul {
    float: left;
	list-style:none;
    margin: 0 0 0 14px;
	padding: 0;
	width:500px;
}

.satelliteshoplist .detail-photo-box2 ul li img {
	width:94px;
	float:left;
	margin-left:6px;
	margin-bottom:6px;
}

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

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

.satelliteshoplist .mainphoto-display2 img {
	width:auto;
	height:auto;
	max-width:290px;
	max-height:290px;
}

.satelliteshoplist table {
    width: 100%;
	font-size: 12px;
	border-bottom: 1px solid #CCB68B;
}

.satelliteshoplist table th,
.satelliteshoplist table td {
	border-top: 1px solid #CCB68B;
	padding: 8px;
}
.satelliteshoplist table th {
    width: 104px;
    text-align: center;
    font-weight: bold;
}

.satelliteshoplist .btn {
  position: relative;
  display: inline-block;
  padding: .5rem;
  margin-right: .5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  background-color: #AFD5B6;
  border-bottom: 5px solid #7DBA88;
}
.satelliteshoplist .btn:hover {
  margin-top: 3px;
  background: #C6E4CC;
  border-bottom: 2px solid #97C7A0;
}
.satelliteshoplist .btn img {
    width: 36px;
    height: 36px;
}



/******************** プライバシーポリシー *********************/
.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;
}
