@charset "utf-8";
/* result.css */

/*　納入実績ページ 共通設定
////////////////////////////////////////////////////*/
#wrapper_center{
	background:url(../../common/img/bg_main_vis.jpg) left top repeat-x;
}

#main_visual,#main{
	width:900px;
	margin: 0 auto;
}
#main_visual img{
	margin-top:25px;
}

/********************/
/* 		del_reult	*/
/********************/
#del_result{
	overflow:hidden;
	width:900px;
	padding:12px 0 0 12px;
}
#pic_area{
	float:left;
	margin-top:12px 
}
#char_area{
	width:430px;
	margin:12px 0 0 30px;
	float:left;
	font-size:116%;
}

#result{
	overflow:hidden;
	width:900px;
}

/********************/
/* 		#voice		*/
/********************/
#voice{
	clear:both;
	overflow:hidden;
	float:left;
	width:440px;
	margin:40px 0 0;	
}

#voice_main{
	border:1px dotted #d7e3fc;	
}
#voice ul{
	padding: 15px 0 0 5px;
}
#voice li{
	padding: 0 0 15px;
}

/********************/
/* 		#qanda		*/
/********************/
#qanda{
	margin:40px 0 0 20px;
	float:left;
	width:440px;
	font-size:116%;	
}
#qanda dt{
	line-height:1;
	background:url(../img/indent_q.gif) no-repeat left center;
	padding: 5px 0 5px 25px;
}
#qanda dd{
	margin-top:10px;
	background:url(../img/indent_a.gif) no-repeat left 7%;
	padding-left:25px;
	color:#ec6941;
}
#qanda dd{
	line-height:1.5;
}
.white_box{
	padding:15px 0 15px 10px;
	border-bottom:1px dotted #d7e3fc;
	border-left:1px dotted #d7e3fc;
	border-right:1px dotted #d7e3fc;
}
.white_box dt{
	margin-right:5px;
}
.blue_box{
	padding:15px 0 15px 10px;
	background-color:#f6f8fa;
	border-bottom:1px dotted #d7e3fc;
	border-left:1px dotted #d7e3fc;
	border-right:1px dotted #d7e3fc;
}
.blue dt{
	margin-right:5px;
}

