@charset "UTF-8";

/*************************************************

ハウスインテリア Styles

*************************************************/

@import "../../common/css/reset.css";
@import "../../common/css/common.css";
h1 {
	font-size: x-small;
	color: #ffffff;
	font-weight:normal;
	margin:0px;
	padding:25px 15px 0px 0px;
	line-height: 1.2;
	text-align: right;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
*html h1 {
	font-size: 10px;
}

/* // パンくず部分 */
#topicpath {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	color: #666666;
	text-align: left;
}
#topicpath a {
	text-decoration: none;
	color: #666666;
}
#topicpath a:hover {
	text-decoration: underline;
	color: #B3424A;
}

.bold {
	font-weight: bold;
}
#main_visual {
	margin: 0;
	padding: 0;
}

.content_first {
	display: block;
	overflow: hidden;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 696px;
}

.content_first h2 {
	width: 600px;
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.4em;
	float: left;
}
.content_first div.detail {
	width: 60px;
	margin-top: 0;
	margin-bottom: 2em;
	text-align: right;
	float: right;
}
.content_first p.lead {
	width: 100%;
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.4em;
}
.content p {
	margin-bottom: 1em;
}
.content p.lead {
	margin-bottom: 2em;
}

.content .leftw330 {
	float: left;
	display: inline;
	margin: 0;
	width: 330px;
}
.content .rightw330 {
	float: right;
	display: inline;
	margin: 0;
	width: 330px;
}
.content .leftw200 {
	float: left;
	display: inline;
	margin: 0 30px 0 0;
	width: 200px;
}
.content .rightw220 {
	float: right;
	display: inline;
	margin: 0;
	width: 220px;
}
.content h2 {
	width: 260px;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.4em;
	float: left;
}

.content div.detail {
	width: 60px;
	margin-top: 10px;
	margin-bottom: 2em;
	text-align: right;
	float: right;
}
.content .leftw190 p.cap {
	padding: 5px 0 20px 0;
	font-size: 0.7em;
	line-height: 1.3em;
}
.content p.data_ttl {
	margin: 0;
	padding: 0;
	line-height: 1.8em; 
}
.content div.data {
	width: 220px;
	border-top: solid 1px #BBB;
	border-bottom: solid 1px #BBB;
	padding: 0;
	margin: 0 0 30px 0;
}
.content div.data li {
	font-size: 70%;
	line-height: 1.3em;
	margin: 1em 0 1em 2em;
	list-style: decimal;
}
.content div.btn{
	width: 220px;
	height: 60px;
	margin-top: 20px;
	position: relative;
}

.content div.btn_prev {
	width: 40px;
	position: absolute;
	right: 100px;
}
.content div.btn_up {
	width: 40px;
	position: absolute;
	right: 50px;
}
.content div.btn_next {
	width: 40px;
	position: absolute;
	right: 0;
}
