@charset "UTF-8";

/*--------------------------------------------------------------------
color.html
color.css
--------------------------------------------------------------------*/

/*------------TopImg------------------------------------------------------------*/
div#TopImg {
	width: 96%;
	margin: 0 auto 50px;
	text-align: center;
}

/*------------TopTxt------------------------------------------------------------*/
div#TopTxt {
	margin-bottom: 70px;
	color: #736357;
}
div#TopTxt h3 {
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
	font-family: "Sawarabi Mincho";
	font-size: 176.9230769230769%;
	font-weight: bold;
}
div#TopTxt p {
	line-height: 1.2;
	text-align: center;
	font-family: "Sawarabi Mincho";
	font-size: 115.3846153846154%;
	color: #656565;
}
div#TopTxt ol {
	margin: 1.5em 0;
	padding-left: 2em;
	font-family: "Sawarabi Mincho";
	color: #656565;
}
div#TopTxt ol li {
	margin: 0.4em 0;
	line-height: 1.3;
	font-family: "Sawarabi Mincho";
	font-size: 115.3846153846154%;
}

/*------------ColorList------------------------------------------------------------*/
div#ColorList h2 {
	height: 19px;
	margin-bottom: 10px;
	background: url(../../img/door_color.png) no-repeat left top;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

/*------------Main------------------------------------------------------------*/
div#Main ul {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#Main ul li {
	width: 274px;
	margin: 0 auto;
	margin-bottom: 35px;
}
div#Main ul li dl dt {
	padding: 2px 7px 12px;
	background: url(../../img/pc/top_shadow.png) no-repeat center top;
}
div#Main ul li dl dd {
	width: 230px;
	margin: 10px auto 0;
	background: url(../../img/pc/arrow.png) no-repeat right center;
}
div#Main ul li dl dd span {
	display: block;
	height: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
div#Main ul li#Btn01 dl dd span { background-image: url(../../img/pc/txt01.png); }
div#Main ul li#Btn02 dl dd span { background-image: url(../../img/pc/txt02.png); }
div#Main ul li#Btn03 dl dd span { background-image: url(../../img/pc/txt03.png); }
div#Main ul li#Btn04 dl dd span { background-image: url(../../img/pc/txt04.png); }
div#Main ul li#Btn05 dl dd span { background-image: url(../../img/pc/txt05.png); }
div#Main ul li#Btn06 dl dd span { background-image: url(../../img/pc/txt06.png); }
div#Main ul li#Btn07 dl dd span { background-image: url(../../img/pc/txt07.png); }

/*------------Tape------------------------------------------------------------*/
div#Tape {
	width: 224px;
	margin: 50px auto;
	background: #fff;
}
div#Tape a {
	display: block;
	height: 60px;
	background: url(../../img/pc/tape.gif) no-repeat left top;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	transition: opacity .3s;
}
div#Tape a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/*------------Flow------------------------------------------------------------*/
div#Main div#Flow { margin-top: 60px; }
div#Main div#Flow h2 {
	height: 20px;
	margin-bottom: 20px;
	background: url(../../img/pc/flow_t.png) no-repeat center top;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
div#Main div#Flow ol {
	height: 181px;
	background: url(../../img/sp/flow_txt.png) no-repeat center top;
}
div#Main div#Flow ol * { display: none; }


/*------------Product------------------------------------------------------------*/
div#Main div#Product { margin-top: 60px; }
div#Main div#Product h2 {
	height: 20px;
	margin-bottom: 20px;
	background: url(../../img/pc/product_t.png) no-repeat center top;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
div#Main div#Product ul {
	height: 108px;
	background: url(../../img/pc/product_txt.png) no-repeat center top;
}
div#Main div#Product ul *,
div#Main div#Product p { display: none; }