@charset "utf-8";
/* CSS Document */


/*
-----------------------------------------------
main
-----------------------------------------------*/


#h2Sammary{
	margin-top:10px;
	background:url(../img/whitebord.gif) no-repeat;
	padding:10px;
	height:210px;
}

#h2Sammary ul{
	padding-top:13px;
	padding-left:33px;
}

#h2Sammary li{
	padding-left:22px;
	background:url(../img/check-box.gif) no-repeat;
	font-weight:bold;
	line-height:2;
	font-size:12px;
}

#h2Sammary li strong{
	font-weight:bold;
}

/*
----------------
promise
-----------------------------*/

.promise{
	margin-bottom:1em;

}

.promise h3{
	padding-top:5px;
	padding-bottom:20px;
}

.promise p{
	padding-left:6px;
	padding-top:0.8em;
	padding-bottom:2em;
	line-height:1.8;
	font-size:1.1em;
	color:#333;
}


/*
----------------
お客様の声
-----------------------------*/

.voiceBox{
	padding-top:13px;
	line-height:1.8em;

}
.voiceBox img{
	float:left;
	margin-right:13px;
	margin-bottom:5px;

}

.voiceTtl{
	font-weight:bold;
	background:url(../img/voice-icon.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	margin-left:136px;
	margin-bottom:12px;
	color:#ad2122;
	font-size:1.2em;
}


.customerInfo{
	clear:both;
	border-bottom:#333333 dashed 1px;
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.1em;
}

.next{	
text-align:right;

}

