@charset "utf-8";
/* ===================================================================
CSS information

 file name  :review.css
 author     :Ability Consultant
style info  :お客様の声　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */

/* h2  画像タイトル */
#review #header h2 {
	background:url(../review/images/title.jpg) center top no-repeat;
}

/*----------------------------------------------------
	
	#main	メイン	
	
----------------------------------------------------*/

/* 	.cnt_intro　見出し		
-------------------------------------------------*/
#review #main .cnt_main .cnt_intro {
	overflow: hidden;
}

#review #main .cnt_main .cnt_intro h2 {
	float: right;
}

#review #main .cnt_main .cnt_intro p {
	float: right;
	margin: 0 0 30px;
}

/* 	.cnt_review　お客様の声
-------------------------------------------------*/
#review #main .cnt_main .cnt_review {
	width: 702x;
	border: solid 1px #D9D9D9;
	background: url(../review/images/bg_review.jpg) repeat-y;
	padding: 25px 0 0 30px;
}

#review #main .cnt_main .cnt_review .cnt_review_box {
	overflow: hidden;
	margin: 0 0 30px;
}

#review #main .cnt_main .cnt_review .cnt_review_box dl {
	float: left;
	width: 196px;
	margin: 0 30px 0 0;
}

#review #main .cnt_main .cnt_review .cnt_review_box dl dt {
	font-size: 85%;
	margin: 0 0 5px 5px;
}

#review #main .cnt_main .cnt_review .cnt_review_box dl dd {
	margin: 0 0 3px;
}

#review #main .cnt_main .cnt_review .review_line {
	width: 650px;
	border-top: dotted 1px #5E5E5E;
	margin: 0 0 30px ;
}


/* ページナンバー */
#review #main .cnt_main .page_num {
	margin: 15px 0 0;
}

#review #main .cnt_main .page_num p {
	text-align: center;
	clear: both;
}


/*----------------------------------------------------
	.cnt_paper	お客様の声　別ウインドウ設定	
----------------------------------------------------*/
#review .cnt_paper {
	background: url(../review/images/bg_re_paper.gif) no-repeat;
	width: 679px;
}

#review .cnt_paper h3 {
	padding: 193px 0 0 177px;
}

#review .cnt_paper p {
	padding: 400px 0 5px 300px;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*//* IE6で背景画像を表示する */
#review #main .cnt_main .cnt_review { zoom: 1; }
