@charset "Shift_JIS";

/********************************/
/* お客様の声                   */
/********************************/
h2{
	background: url(../images/inner_h2_bg_alsent.jpg) no-repeat left top;	
	width:658px;
	height:30px;
	_height:43px;
	margin:10px auto 20px auto;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-top:13px;
	text-indent:30px;
	
}
/* サイトナビ */
	div#sideLeft #site_navi{
		position:relative;
		top:0px;
		left:0px;
		width:691px;
		height:39px;	
		background: url(../images/user_voice/site_navi_bg.jpg) no-repeat left top;			
		overflow:hidden;
	}



/*-- 本文 -----------*/
div.block {
	width:630px;
	margin:0px auto;
	text-align:left;
}
div.block p{
	padding-bottom:15px;
}

/* VOICEブロック */
div.voice_outer {
	width:630px;
	padding:10px 10px 30px 20px;
	margin:0px 0px 10px 0px;
}
	div.voice_com {
		float:left;
		width:270px;
		_width:240px;
		text-align:left;

	}
		div.voice_com h3{
			padding-bottom:10px;
			font-size:14px;
			font-weight:bold;
		}
		div.voice_com p{
			padding:0px 0px 10px 0px;
		}
		div.voice_com p.detail_btn{
			padding:0px 10px 10px 0px;
			text-align:right;
		}


	div.voice_img {
		float:right;
		width:355px;
		text-align:right;
	}



