/* ///////////////////////////////
■1. 共通
/////////////////////////////// */

/* フロートの高さをクリアする */
.ClearFix:after,
.section:after,
#indexreport .eachreport:after,
#profile:after
{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.ClearFix,
.section,
#indexreport .eachreport,
#profile
{  
	display: inline-block;  
	zoom: 100%;  
}
.clear {
	clear: both;
}


/* 共通系 */
h1 {
	margin: 0 0 25px;
	padding: 0;
}
h2,
h3,
h4,
p {
	margin: 0;
	padding: 0;
}
a {
	overflow: hidden;
}

.section {
	margin: 0 0 15px 0;
	padding: 0;
	width: 550px;
	text-align: left;
	clear: both;
}
.section h2,
.section h3,
.section h4,
.section p {
	text-align: left;
}
.section h3 {
	margin: 0 0 5px;
	font-size:87.5%;
	line-height: 110%;
}
.section p,
.section li {
	font-size: 75%;
	line-height: 140%;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.section ul {
	margin: 0;
	padding: 0;
}
.section li {
	padding: 0;
	margin: 0 0 0.5em 25px;
}
.section ul.remark li {
	color: #666666;
}


/* ページ送りボタン */
.pager {
	margin: 0 0 15px;
	padding: 15px 0;
	width: 550px;
	border-top: 1px solid #EA5404;
	clear: both;
}

.pager .btnleft {
	float: left;
}	
.pager .btnright {
	float: right;
}

.pager .btnleft a,
.pager .btnright a {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
.pager .btnleft a:hover,
.pager .btnright a:hover {
	background-position: left bottom;
}


.pager .btnleft .goindex {
	width: 189px;
	height: 20px;
	background-image:url(img/btn_page_top_l.gif);
}

.pager .btnright .goindex {
	width: 189px;
	height: 20px;
	background-image:url(img/btn_page_top_r.gif);
}
.pager .gonextreport {
	width: 106px;
	height: 20px;
	background-image:url(img/btn_page_next_report.gif);
}

.pager .goprevreport {
	width: 110px;
	height: 20px;
	background-image:url(img/btn_page_prev_report.gif);
}



/* ///////////////////////////////
■2. index.html
/////////////////////////////// */

/* キャッシュバックキャンペーン枠 */
#indexcashback {
	border: 1px solid #C61217;
	width: 548px;
	margin: 0 auto 25px;
	text-align: center;
}
#indexcashback p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#indexcashback img {
	margin: 10px auto 0;
	display: block;
}

#indexcashback a.gocampaign {
	display: block;
	width: 515px;
	height:65px;
	text-indent: -9999px;
	margin: 10px auto 10px;
	background-image: url(img/btn_go_campaign.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#indexcashback a.gocampaign:hover {
	background-position: left bottom;
}

/* ユーザー事例枠 */
#indexreport {
	margin: 0 auto 25px;
	padding: 0;
	width: 550px;
	border-bottom: 1px solid #EA5404;
}
#indexreport h2 {
	text-align: left;
	padding: 0 0 0 15px;
	margin: 0 0 15px;
}
#indexreport h3,
#indexreport h4,
#indexreport h5,
#indexreport p {
	text-align: left;
	margin: 0;
	padding: 0;
}
#indexreport h4 {
	margin: 0 0 5px 0;
}
#indexreport p {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 140%;
}

#indexreport p.description {
	text-align: left;
	padding: 0 0 0 15px;
	margin: 0 0 15px;
}
#indexreport .eachreport {
	border-top: 1px solid #EA5404;

	margin: 10px 0;
	padding: 10px 15px 0;
}



#indexreport p.goreport {

}
#indexreport p.goreport a {
	float: right;
	width: 167px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	background-image: url(img/btn_go_report_orange.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#indexreport p.goreport a:hover {
	background-position: left bottom;
}

#indexreport div.photo {
	width: 110px;
	float: left;
	text-align: center;
	padding: 0 10px 0 0;
}

/* ///////////////////////////////
■2. aboutcampagin.html
/////////////////////////////// */

/* キャッシュバックキャンペーン枠 */
#aboutcashback {
	border: none;
	width: 550px;
	margin: 0 auto 25px;
	text-align: center;
}
#aboutcashback p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#aboutcashback img {
	margin: 15px auto 0;
	display: block;
}

a.dlpdf {
	display: block;
	width: 515px;
	height:65px;
	text-indent: -9999px;
	margin: 15px auto 15px;
	background-image: url(img/btn_about_dlpdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.dlpdf:hover {
	background-position: left bottom;
}


/* ///////////////////////////////
■2. report*.html
/////////////////////////////// */
#profile {
	width: 550px;
	text-align: left;
	margin: 0 auto 15px;
	padding: 0;
	border-bottom: 1px dotted #EA5404;
}
#profile h2 {
	margin: 0 0 5px;
}
#profile h3 {
	margin: 0 0 5px;
}
#profile p {
	font-size: 75%;
	line-height: 140%;
}
#profile .profphoto {
	float: right;
	padding: 0 0 0 10px;
}

.section.report h3 {
	font-size: 100%;
	margin: 0 0 10px 0;
	line-height: 120%;
}

.left {
	float: left;
	margin: 0;
	padding: 0 10px 10px 0;
}
.right {
	float: right;
	margin: 0;
	padding: 0 0 10px 10px;
}
.center {
	margin: 0 auto 10px;
	text-align: center;
}
.boxphoto {

}
.boxphoto img {
	border: 1px solid #999999;
	padding: 3px;
}
.boxphoto img.noborder {
	border: none;
	padding: 0;
}
.boxphoto .imgcaption {
	color: #FF6600;
	text-align: center;
	margin: 3px 0 0;
}


/* コメント系 */
.section.report.comment h3 {
	margin: 0;
}
.boxtext {
	margin: 0;
	padding: 10px 10px 5px;
	width: auto;
}
.boxtext ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.boxtext ul li {
	margin: 0 0 0.5em;
	padding: 0 0 0 20px;
	background-image:url(img/report_li_mh.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	font-size: 75%;
	line-height: 140%;
}

/* ３Ｄマイホームデザイナー活用のポイント */
.boxtext.mh {
	border: 1px solid #E61A24;
	border-top: none;
}
.boxtext.mh ul li {
	background-image:url(img/report_li_mh.gif);
}

/* いまが建てどきポイント */
.boxtext.point {
	border: 1px solid #00479D;
	border-top: none;
}
.boxtext.point ul li {
	background-image: url(img/report_li_point.gif);
}

/* これから建てる人へのワンポイントアドバイス */
.boxtext.advise {
	border: 1px solid #EA5404;
	border-top: none;
}
.boxtext.advise ul li {
	background-image: url(img/report_li_advise.gif);
}