@charset "utf-8";

/**************/
/*   STOVES   */
/**************/
.siteheader{
	position:relative;
	top:0;
	margin:0;
	z-index:1002;
}
body.stove_top .siteheader{
	position:absolute;
	background-color:rgba(255,255,255,0.6);
	border-bottom:1px solid rgba(205,205,205,0.6);
}
#content{
	width:100%;
background-color: #fff;
	margin-top:0px;
	margin-bottom:0px;
}
@media only screen and (max-width:768px){
	body{
		padding-top:0;
	}
	#content{
		min-width:inherit;
		overflow:visible;
	}
	.section{
		padding-left:0;
		padding-right:0;
	}
	.txt_c{
		text-align:left;
	}
}



/*--------------------------------------------------
  #content.stove_content
--------------------------------------------------*/
.section{
	margin:0;
}
.stove_content h1{
	position:relative;
	width:100%;
	max-width:960px;
	margin:0 auto 10px;
	text-align:center;
}
	.stove_content.stove_vc_top h1,
	.stove_content.stove_dm_top h1,
	.stove_content.vc_stoves h1 span.product_name{
		display:block;
		margin-top:30px;
		border-top:1px solid #999;
		border-bottom:1px solid #999;
	}
	.stove_content.dm_stoves h1{
		padding-top:23px;
	}
	.stove_content.dm_stoves h1 span.brand_name{
		position:absolute;
		left:10px;
		top:0;
	}


h2{
	margin:0;
	text-align:center;
	font-size:18px;
}
#content h2.line_title{
	padding:0 0 30px;
	font-family:Georgia, "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
h3{
	margin-bottom:15px;
	font-size:24px;
	line-height:1.5;
}
h3 span.e_name{
	display:block;
	font-size:0.75em;
	font-family:Georgia, "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
h4{
	font-size:20px;
	line-height:1.5;
	margin-bottom:10px;
}
@media only screen and (max-width:768px){
	.stove_content h1{
		width:100%;
	}
	.vc_brand_logo{
		width:100%;
	max-width:200px !important;
	}
	.dm_brand_logo{
		width:100%;
	max-width:200px !important;
	}
	.stove_content.vc_stoves h1 span.product_name{
		margin-top:5px;
	}
	.stove_content.dm_stoves h1 span.brand_name{
		width:30%;
		height:auto;
		position:absolute;
		left:10px;
		top:5%;
	}

	#content h2.line_title{
		padding:0 0 15px;
	}
	h3{
		font-size:20px;
	}
}



/* #colors
----------------------------------------*/
#colors{
	position:relative;
	margin-bottom:20px;
}
#colors .inner{
	padding-bottom:0;
}
.color_variation{
	text-align:center;
}
.color_variation ul{
	display:inline-block;
	overflow:hidden;
}
.color_variation ul li.variation_item{
	float:left;
	margin-right:80px;
	line-height:1.6;
}
	.color_variation ul li.variation_item:last-child{
		margin-right:0;
	}
.color_variation ul li.variation_item .img{
	margin-bottom:5px;
}
.color_variation ul li.variation_item h3{
	font-size:18px;
	margin-bottom:0;
}
.color_variation ul li.variation_item p{
	font-size:12px;
}
.color_variation ul li.variation_item p span.price{
	font-size:18px;
}
@media only screen and (max-width:768px){
	.color_variation ul{
		width:100%;
	}
	.color_variation ul li.variation_item{
		float:none;
		width:100%;
		margin:0 0 20px;
		line-height:1.6;
		text-align:center;
	}
	.color_variation ul li.variation_item img{
		width:50% !important;
	}

}

/* .inspire_color_variation( only Inspire)
----------------------------------------*/
.inspire_color_variation{
}
.inspire_color_variation h3{
	margin:60px 0 20px;
	padding:3px 0;
	background-color:#000;
	color:#fff;
	font-size:18px;
	text-align:center;
}
.inspire_color_variation ul{
	overflow:hidden;
}
.inspire_color_variation ul li{
	float:left;
	font-size:14px;
}
.inspire_color_variation ul li .img{
	text-align:center;
}
.inspire_color_variation ul li .txt{
	text-align:left;
}
.inspire_color_variation ul li h4{
	margin:10px 0;
	padding-bottom:5px;
	border-bottom:1px solid #000;
	font-size:18px;
	text-align:center;
}
/* regular color */
.inspire_color_variation ul.regularcolor{}
.inspire_color_variation ul.regularcolor li{
	width:100%;
	max-width:210px;
	margin-left:40px;
}
.inspire_color_variation ul.regularcolor li:first-child{
	margin-left:0;
}
.inspire_color_variation ul.regularcolor li .txt{
	width:100%;
	max-width:210px;
	margin:0 auto;
}
/* order color */
.inspire_color_variation ul.ordercolor li{
	width:100%;
	max-width:140px;
	margin-left:24px;
}
.inspire_color_variation ul.ordercolor li:first-child{
	margin-left:0;
}
/* standard color */
.inspire_color_variation ul.standardcolor{
	width:100%;
	max-width:632px;
	margin:0 auto;
}
.inspire_color_variation ul.standardcolor li{
	display:table;
	padding-left:196px;
}
.inspire_color_variation ul.standardcolor li .img{
	display:table-cell;
	width:100%;
	max-width:240px;
	text-align:center;
	vertical-align:bottom;
}
.inspire_color_variation ul.standardcolor li .txt{
	display:table-cell;
	width:100%;
	max-width:196px;
	vertical-align:bottom;
}

.inspire_color_variation ul.standardcolor li:first-child{
	margin-left:0;
}
.inspire_color_variation_notes{
	margin-top:20px;
	padding:10px;
	background-color:#eeefef;
	font-size:16px;
	line-height:1.4;
	text-align:center;
}
@media only screen and (max-width:768px){
	.inspire_color_variation{
		padding-bottom:20px;
	}
	.inspire_color_variation h3{
		margin:30px 0 20px;
		padding:5px 0;
		background-color:#000;
		color:#fff;
		font-size:15px;
		text-align:center;
	}
	.inspire_color_variation ul{
		overflow:hidden;
	}
	.inspire_color_variation ul li{
		float:none;
		display:table;
		margin:0;
		padding:15px 0;
		font-size:14px;
		border-top:1px dotted #000;
	}
	.inspire_color_variation ul li:first-child{
		padding-top:0;
		border-top:none;
	}
	.inspire_color_variation ul li .img{
		display:table-cell;
		width:40%;
		margin:0;
		padding:0 5% 0 0;
		text-align:center;
		vertical-align:middle;
	}
	.inspire_color_variation ul li .txt{
		display:table-cell;
		width:55%;
		text-align:left;
		vertical-align:middle;
	}
	.inspire_color_variation ul li h4{
		margin:10px 0;
		padding-bottom:5px;
		border-bottom:1px solid #000;
		font-size:18px;
		text-align:left;
	}
	/* regular color */
	.inspire_color_variation ul.regularcolor{}
	.inspire_color_variation ul.regularcolor li{
		width:auto;
		margin-left:0;
	}
	.inspire_color_variation ul.regularcolor li .txt{
		width:auto;
	}
	/* order color */
	.inspire_color_variation ul.ordercolor li{
		width:auto;
		margin-left:0;
	}
	/* standard color */
	.inspire_color_variation ul.standardcolor{
		width:auto;
	}
	.inspire_color_variation ul.standardcolor li{
		display:block;
		padding:0;
	}
	.inspire_color_variation ul.standardcolor li .img{
		display:table-cell;
		width:40%;
		margin:0;
		padding:0 5% 0 0;
		text-align:center;
		vertical-align:middle;
	}
	.inspire_color_variation ul.standardcolor li .txt{
		display:table-cell;
		width:55%;
		text-align:left;
		vertical-align:middle;
	}
	.inspire_color_variation_notes{
		margin-top:15px;
		padding:10px;
		background-color:#eeefef;
		font-size:12px;
		line-height:1.4;
		text-align:left;
	}
}

/* #function( only Inspire)
----------------------------------------*/
#function .function_read{
	margin-bottom:30px;
	color:#000;
	font-size:34px;
	line-height:1.6;
	text-align:center;
}
#function .movie{
	margin-bottom:30px;
	padding:50px 0;
	background-color:#e2e4e3;
}
#function .movie .movie_mask{
	position:relative;
	width:100%;
	max-width:800px;
	height:560px;
	margin:0 auto;
	border-radius:10px;
	overflow:hidden;
}
#function .movie .movie_mask iframe{
	position:absolute;
	left:-325px;
	top:-120px;
}
@media only screen and (max-width:768px){
	#function .function_read{
		margin-bottom:15px;
		font-size:20px;
		line-height:1.6;
		text-align:center;
	}
	#function .movie{
		margin-bottom:30px;
		padding:20px 0;
		background-color:#e2e4e3;
	}
	#function .movie .movie_mask{
		position:relative;
		width:90%;
		height:220px;
		margin:0 auto;
		border-radius:10px;
		overflow:hidden;
	}
	#function .movie .movie_mask iframe{
		position:absolute;
		left:-50%;
		top:-50%;
		width:200%;
		height:200%;
	}
}

/* #design
----------------------------------------*/
#design{
	position:relative;
	margin-bottom:20px;
}

.cooking_img{
	width:100%;
	overflow:hidden;
}
.cooking_img ul{
	width:3000%;
	overflow:hidden;
}
.cooking_img ul li{
	float:left;
}
.cooking_link{
	display:inline-block;
	margin-top:20px;
}
.cooking_link li{
	float:left;
	margin:0 5px;
}
.cooking_link li a{
	display:inline-block;
	padding:0px 10px;
	border:1px solid #bbb5ae;
	color:inherit;
	font-size:14px;
	line-height:32px;
	text-decoration:none;
}

@media only screen and (max-width:768px){
	.cooking_img{
		width:100%;
		overflow:hidden;
	}
	.cooking_img ul{
		width:3000%;
		overflow:hidden;
	}
	.cooking_img .slick-slide{
		height:150px;
	}
	.cooking_img .slick-slide img{
		height:150px !important;
		width:auto !important;
	}
	.cooking_link{
		display:block;
		margin-top:10px;
	}
	.cooking_link li{
		float:none;
		margin:10px 0 0;
	}
	.cooking_link li a{
		display:block;
		width:100%;
		padding:10px 5px;
		border:1px solid #bbb5ae;
		color:inherit;
		font-size:14px;
		line-height:18px;
		text-decoration:none;
	}
}

/* #option
----------------------------------------*/
#option{
	position:relative;
	margin-bottom:20px;
}
#option .option_txt{
	position:absolute;
	right:0;
	bottom:0;
	width:100%;
	max-width:450px;
}
#option .option_txt h3{
	margin-bottom:5px;
}
#option .option_txt p{
	margin-bottom:30px;
}
@media only screen and (max-width:768px){
	#option{
		position:relative;
		margin-bottom:0;
	}
	#option .option_txt{
		position:static;
		right:inherit;
		bottom:inherit;
		width:100%;
	}
	#option .option_txt h3{
		margin-top:15px;
		margin-bottom:5px;
		font-size:20px;
	}
	#option .option_txt p{
		margin-bottom:0px;
	}
}

/* #standard
----------------------------------------*/
#standard{
	margin-bottom:20px;
}
#standard dl{
	float:left;
	width:100%;
	max-width:280px;
	margin-right:60px;
	margin-bottom:30px;
}
#standard dl:nth-of-type(3n){
	margin-right:0;
}
#standard dl dt{
	font-size:20px;
}
#standard dl dd{
	font-size:14px;
}
#standard dl dd.img{
	margin-top:10px;
}
@media only screen and (max-width:768px){
	#standard dl{
		float:none;
		width:100%;
		margin-right:0;
		margin-bottom:20px;
		padding-top:10px;
		border-top:1px dotted #999;
	}
		#standard dl:fiest-child{
			border-top:none;
		}
	#standard dl dt{
		font-size:18px;
	}
	#standard dl dd{
		font-size:14px;
	}
	#standard dl dd.img{
		margin-top:10px;
	}
}


/* #fun
----------------------------------------*/
#fun{
	position:relative;
	overflow:visible;
}
#fun .fun_bg{
	position:absolute;
	top:-100px;
	left:50%;
	width:50%;
	text-align:right;
	overflow:hidden;
	z-index:0;
}
#fun .inner{
	z-index:1;
}
#fun .inner h2{
	margin-bottom:100px;
}
@media only screen and (max-width:768px){
	#fun .fun_bg{
		display:none;
	}
	#fun .inner h2{
		margin-bottom:10px;
	}
}


/* #burningsystem
----------------------------------------*/
#burningsystem{
	margin-bottom:20px;
}
	.heta_stoves #burningsystem{
		margin-bottom:0;
	}
ul.bs_mode_img{
	margin-top:20px;
}
ul.bs_mode_img li{
	float:left;
	margin:0 10px;
}
.autotemp_g{
	margin:30px auto 50px;
}
	.autotemp_g .txt{
		text-align:left;
	}
.tertiary_combustion{
	clear:both;
	margin:20px;
}

@media only screen and (max-width:768px){
}

/* #dimensions
----------------------------------------*/
#dimensions, div.dimensions{
	text-align:center;
}
div.dimensions ul, ul.dimensions{
	display:inline-block;
	overflow:hidden;
}
div.dimensions ul li, ul.dimensions li{
	float:left;
	margin:0 10px;
}
.dimensions_link{
	display:inline-block;
	margin-top:20px;
}
.dimensions_link li{
	float:left;
	margin:0 5px;
}
.dimensions_link li a{
	display:inline-block;
	padding:0px 10px;
	border:1px solid #bbb5ae;
	color:inherit;
	font-size:14px;
	line-height:32px;
	text-decoration:none;
}

.inspire_spec{
	margin:30px 0 40px;
	overflow:hidden;
	text-align:center;
}
.inspire_spec ul{
	display:inline-block;
	padding-left:3em;
	text-align:left;
	vertical-align:top;
}
.inspire_spec ul:first-child{
	padding-left:0;
}
.inspire_spec_notes{
	clear:both;
	padding-top:30px;
	font-size:14px;
	line-height:1.6;
}
.inspire_spec_notes span{
	display:inline-block;
	padding-right:0.25em;
	color:#838f97;
}

@media only screen and (max-width:768px){
	.dimensions li{
		float:none;
		display: inline-block;
		margin:0 10px;
	}
	.dimensions li img{
		width:auto !important;
		height:130px !important;
	}
	div.dimensions ul li, ul.dimensions li{
		float:none;
		display: inline-block;
		margin:0;
	}
	.dimensions_link{
		display:block;
		margin-top:10px;
	}
	.dimensions_link li{
		float:none;
		margin:0 0 10px;
	}
	.dimensions_link li a{
		display:block;
		padding:0px 5px;
		border:1px solid #bbb5ae;
		color:inherit;
		font-size:13px;
		line-height:32px;
		text-decoration:none;
	}

	.inspire_spec{
		margin:15px 3.125% 20px;
		overflow:hidden;
		text-align:center;
	}
	.inspire_spec ul{
		display:block;
		padding-left:0;
		font-size:14px;
	}
	.inspire_spec_notes{
		padding-top:15px;
		padding-left:1.25em;
		font-size:13px;
		line-height:1.4;
		text-align:left;
	}
	.inspire_spec_notes span{
		display:inline-block;
		margin-left:-1.25em;
		padding-right:0.25em;
		color:#838f97;
	}
}

/* 
----------------------------------------*/
.btn_brand_top{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.btn_brand_top a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:70px;
	font-weight:bold;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:center;
}
.btn_brand_top a img{
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;
}
/* VC */
.btn_brand_top a.btn_vc{
	background-color:#946134;
}
/* DM */
.btn_brand_top a.btn_dm{
	background-color:#000;
}
/* HETA */
.btn_brand_top a.btn_heta{
	background-color:#b5b5b6;
}
.btn_brand_top a.btn_heta_bn{
	background-color:#231815;
}

/*
.inspire_stoves .btn_brand_top a.btn_heta{
	padding:15px 0 45px;
	background:url(../img/inspire/btn_heta_arrow.png) no-repeat center bottom #000;
	color:#ebe3bd;
	font-size:24px;
	line-height:1.5;
}
.inspire_stoves .btn_brand_top a.btn_heta img{
	display:inline-block;
	margin:0 0 10px;
}
*/
.inspire_stoves .btn_brand_top a.btn_heta span{
	color:#cccccc;
	font-size:0.7em;
	line-height:1;
}
@media only screen and (min-width:769px){
	.btn_brand_top a:hover{
		opacity:0.7;
	}
}
@media only screen and (max-width:768px){
	.btn_brand_top{
		width:auto;
		margin:0 10px;
	}
	.btn_brand_top a{
		display:block;
		width:100%;
		padding:5px;
		color:#fff;
		text-decoration:none;
		font-size:16px;
		line-height:22px;
		font-weight:bold;
		font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		text-align:center;
	}
	.btn_brand_top a img{
		display:block;
		width:50px !important;
		margin:0 auto 5px;
	}
	.btn_brand_top a.btn_heta_bn img{
		display:block;
		width:90% !important;
		margin:0 auto;
	}
	/* HETA */
	/*
	.inspire_stoves .btn_brand_top{
		padding-bottom:35%;
		background:url(../img/inspire/btn_brand_heta_bg.jpg) no-repeat center bottom #eeefef;
		background-size:100% auto;
	}
	.inspire_stoves .btn_brand_top a.btn_heta{
		padding:10px 10px 25px;
		background:url(../img/inspire/btn_heta_arrow.png) no-repeat center bottom #000;
		background-size:16px auto;
		color:#ebe3bd;
		font-size:18px;
		line-height:1.5;
	}
	.inspire_stoves .btn_brand_top a.btn_heta img{
		display:inline-block;
		margin:0 0 10px;
	}
	.inspire_stoves .btn_heta span{
		color:#cccccc;
		font-size:0.7em;
		line-height:1;
	}
	*/
}


.supple{
	margin-top:20px;
	display:table;
	table-layout:fixed;
}
.supple.align_c{
	margin-left:auto;
	margin-right:auto;
}
.supple .img, .supple .cap{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	font-size:0.95em;
}
.supple div.img{
	float:none;
	width:auto;
	padding-right:20px;
}

#vc_stoves, #dm_stoves, #heta_stoves{
	width:1000px;
	margin:0 auto;
}
#vc_stoves, #dm_stoves, #hoxter_stoves{
	margin-top: 80px;
}
.stove_top h2{
	margin-bottom:30px;
	text-align:center;
}
.stove_top .stove_block{
	position:relative;
	display:table;
	table-layout:fixed;
	width:100%;
	margin-bottom:40px;
}
.stove_top .stove_block h3{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.stove_top .item_visual{
	display:table-cell;
	width:100%;
	max-width:480px;
	padding-right:20px;
	vertical-align:top;
}
.stove_top .item_summary{
	position:relative;
	display:table-cell;
	width:100%;
	max-width:520px;
	padding-top:99px;
	border-bottom:1px solid #000;
	vertical-align:top;
}
.stove_top .item_summary div.item_img{
	position:absolute;
	left:0;
	bottom:0px;
}
.stove_top .item_summary h3{
	margin-bottom:15px;
}
.stove_top .item_summary h4{
	margin-left:250px;
	margin-bottom:15px;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
}
.stove_top .item_summary p.item_various{
	margin-left:250px;
	padding:10px 0 10px 10px;
	background-color:#eeeedd;
	font-size:14px;
	line-height:24px;
}
.stove_top .btn_brand_top{
	margin-bottom:30px;
}
@media only screen and (max-width:768px){
	#vc_stoves, #dm_stoves, #heta_stoves{
		width:100%;
		margin:0 auto;
	}
	#vc_stoves, #heta_stoves{
		margin-bottom: 60px;
	}
	#content.stove_top h2{
		margin-bottom:20px;
		text-align:center;
	}
	
	.stove_top .stove_block{
		display:block;
		table-layout:inherit;
		width:100%;
		margin-bottom:30px;
		padding:0 10px;
	}
	.stove_top .stove_block h3{
		position:static;
		right:inherit;
		top:inherit;
		margin-bottom:10px;
	}
	.stove_top .item_visual{
		display:block;
		width:100%;
		margin-bottom:10px;
		padding-right:0;
	}
	.stove_top .item_summary{
		position:relative;
		display:block;
		width:100%;
		padding-top:0;
		border-bottom:none;
	}
	.stove_top .item_summary div.item_img{
		position: static;
		text-align:center;
	}
		.stove_top .item_summary div.item_img img{
			max-width:250px;
			margin:0 auto;
		}
	.stove_top .item_summary h3{
		margin-bottom:15px;
	}
	.stove_top .item_summary h4{
		margin-left:0;
		margin-bottom:15px;
		font-size:18px;
		line-height:26px;
		font-weight:bold;
	}
	.stove_top .item_summary p.item_various{
		width:100%;
		margin-left:0;
		padding:10px 0 10px 10px;
		background-color:#eeeedd;
		font-size:14px;
		line-height:24px;
	}
	.stove_top .btn_brand_top{
		margin-bottom:20px;
	}
}


/* OVEN */
.oven_supple{
	clear:both;
	padding-top:20px;
	overflow:hidden;
}
.oven_supple .supple{
	float:left;
	width:100%;
	max-width:460px;
}
	.oven_supple .supple:first-child{
		margin-right:40px;
	}
.oven_supple .supple .img{
	width:100%;
	max-width:190px;
}
@media only screen and (max-width:768px){
	.oven_supple .supple{
		float:none;
		width:100%;
		line-height:1.5;
	}
		.oven_supple .supple:first-child{
			margin-right:0;
		}
	.oven_supple .supple .img{
		width:35%;
		max-width:120px;
	}
}

/* burningsystem ECO PLUS CLEANBURN */
.bs_ecoplus h3{
	position:relative;
}
.bs_ecoplus h3 span.mark_ecoplus{
	position:absolute;
	top:-20px;
	right:0;
}
.bs_supple{
	clear:both;
	width:100%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	overflow:hidden;
}
.bs_supple dl{
	float:left;
	width:100%;
	max-width:250px;
	margin:0 25px;
}
.bs_supple dl dt{
	font-size:1.2em;
	font-weight:bold;
}
.bs_supple dl dd{
	font-size:0.95em;
}
@media only screen and (max-width:768px){
	.bs_ecoplus h3 span.mark_ecoplus{
		position: static;
		display:block;
		width:100%;
	max-width:100px !important;
		margin-bottom:5px;
	}
	.bs_supple{
		clear:both;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		padding-top:10px;
		overflow:hidden;
	}
	.bs_supple dl{
		float:none;
		width:100%;
		margin:10px 0 0;
	}
	.bs_supple dl dt{
		font-size:1.2em;
		font-weight:bold;
	}
	.bs_supple dl dd{
		font-size:0.95em;
	}
}


/*--------------------------------------------------
  Manual
--------------------------------------------------*/
body.manual #content{
	margin-top:65px;
}
body.manual .siteheader{
	position:fixed;
}

	body.manual_download h1#manual_title{ display:none; }
body.manual #content{
	margin-top:65px;
}
body.manual h2{
	margin-bottom:25px;
	font-size:24px;
	line-height:1.5;
}
body.manual #read{
	text-align:center;
}
body.manual #read h2{
	margin-bottom:15px;
	font-size:34px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#333;
}
body.manual #content h3{
	padding:0 10px;
	background-color:#efefef;
	font-size:16px;
	line-height:30px;
}
.manual_list{
	margin:0 10px 50px;
	overflow:hidden;
}
.manual_list li{
	float:left;
	width:50%;
}
.manual_list.one_line li{
	float:none;
	width:100%;
}
.manual_list li a{
	display: inline-block;
	text-decoration:none;
	color:#0099FF;
	padding: .2em 0 .2em 15px;
	text-indent: -15px;
	line-height: 1.4;
}
.manual_list li a:hover,
.manual_list li a:hover span{
	text-decoration:underline;
}

.manual_list li a span{
	display: inline-block;
	padding-left: 15px;
}
.download_conditions{
	width:820px;
	margin:0 auto
}
.download_confirmation{
	margin-top:30px;
	text-align:center;
}
.download_confirmation a{
	display:inline-block;
	padding:10px 30px;
	margin:0 5px;
	color:#333;
	text-align:center;
	text-decoration:none;
}
.confirmation a:hover{
	opacity:0.8;
}
.download_consent{ background-color:#f7bba1; }
.download_disagree{ background-color:#dcdddd; }

@media only screen and (max-width:768px){
	body.manual #content{
		margin-top:50px;
	}
	h1#manual_title{
		height:150px;
		font-size:32px;
		line-height:150px;
	}
	body.manual #read{
		text-align:left;
	}
	body.manual #read h2{
		margin-bottom:15px;
		font-size:28px;
	}
	.manual_list li{
		float:none;
		width:100%;
	}
	.download_conditions{
		width:100%;
		margin:0 auto
	}
	.download_confirmation a{
		margin-top:10px;
		line-height:1.4;
	}
}

.end_of_sales {
	position: relative;
}

.end_of_sales::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 10;
}

.end_of_sales_comment {
	position: absolute;
	left: 50%;
	top: 250px;
	background: #ae061d;
	color: #fff;
	padding: 30px 80px;
	transform: translateX(-50%);
	font-size: 20px;
	list-style: 1.5;
	white-space: nowrap;
	z-index: 15;
	text-align: center;
}

.end_of_sales_comment p {
	text-align: center;
}

.end_of_sales_comment p + a {
	display: inline-block;
	margin-top: .75em;
	color: #fff;
	font-size: 16px;
}
@media only screen and (max-width:768px){
	.end_of_sales_comment {
		top: 20vw;
		width: 95%;
		font-size: 12px;
		padding: 1em;
	}
	.end_of_sales_comment p + a {
		font-size: 1em;
	}
}
@media only screen and (max-width:375px){
	.end_of_sales_comment {
		font-size: 3.2vw;
	}
}

/* SKULD */
.skuld .function_img {
	background-color: #000;
}
.exteriortype {
	display: inline-flex;
	justify-content: space-between;
	width:100%;
	max-width: 1000px;
	margin-top: 34px;
}
.exteriortype li {
	width:100%;
	max-width: 314px;
	text-align: left
}
.exteriortype li h4 {
	margin: 10px 0 5px;
	padding: 0 6px;
	font-size: 26px;
	line-height: 1.4;
}
.exteriortype li h4 span {
	font-family: Arial, Helvetica, "sans-serif";
}
.exteriortype li p {
	padding: 0 6px;
}
@media only screen and (min-width:769px){
	ul.skuld_color_variation {
		width:100%;
	max-width: 600px;
	}
	ul.skuld_color_variation li.variation_item {
		width:100%;
	max-width: 160px;
		margin-right: 60px;
	}
	ul.skuld_color_variation li.variation_item:nth-child(4n-1) {
		margin-right: 0;
	}
	ul.skuld_color_variation li.variation_item:nth-child(n+4) {
		margin-top: 40px;
	}
	.inner.inner1000 {
		width:100%;
	max-width: 1000px;
	}
	.inner.inner980 {
		width:100%;
	max-width: 980px;
	}
	.inner.inner980 .block_l,
	.inner.inner980 .block_r {
		width:100%;
	max-width: 480px;
	}
	.inner.inner980 .block_l {
		margin-right: 20px;
	}
	.inner.inner980 .block_l:nth-of-type(n+3),
	.inner.inner980 .block_r:nth-of-type(n+3) {
		margin-top: 40px;
	}
	#option .inner .block_l:nth-of-type(n+3),
	#option .inner .block_r:nth-of-type(n+3) {
		margin-top: 40px;
	}
}
@media only screen and (max-width:768px){
	.sp_none {
		display: none;
	}
	.exteriortype {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.exteriortype li {
		width: 100%;
	}
	.exteriortype li + li {
		margin-top: 30px;
	}
	.exteriortype li h4 {
		margin: 10px 0 5px;
		padding: 0;
		font-size: 20px;
		line-height: 1.4;
	}
	.exteriortype li p {
		padding: 0;
	}
	.block_l + .block_r,
	.block_r + .block_l{
		margin-top: 30px;
	}
}
