@charset "utf-8";
/* CSS Document */



#voice{background:#FFFFFF;}


#voice .go_index{margin:0 0 0 260px;}
#voice .go_index02{margin:0 0 0 215px;}
#voice .go_index03{margin:0 0 0 250px;}

 /* プロフィール部分 */
/*-----------------------------------------------------------*/

#voice #profile{padding:20px;}

#voice #profile img{
	float:left;
	padding:0 0 0 35px;
}

#voice #profile dl{
	margin:5px 0 0 30px;
	
	text-align:center;
	float:left;
}

#voice #profile dl dt{
	background:url(../img/voice_dtback.gif) no-repeat;
	color:#FFFFFF;
	width:87px;
	height:25px;
	padding:3px 0 0 0;
	float:left;
	clear:both;
	font-weight:bold;
}


#voice #profile dl dd{
	background:url(../img/voice_ddback.gif) no-repeat;
	width:167px;
	height:25px;
	padding:3px 0 0 0;
	margin:0 0 5px 88px;
}


 /* インタビュー部分 */
/*-----------------------------------------------------------*/


#voice #interview dl dt{
	width:600px;
	height:40px;
	background:url(../img/bg_01.gif) repeat;
	background-color:#dbdbdb;
}

#voice #interview dl dt em{
display:block;
height:40px;
	background:url(../img/voice_q.gif) left top no-repeat;
	background-position:10pt 2pt;
	font-style:normal;
padding:12px 15px 0px 63px;

}


#voice #interview dl dd{
	background:url(../img/voice_a.gif) left top no-repeat;
	background-position:10pt 5pt;
	background-color:#ffffff;
	padding:13px 10px 10px 63px;
	margin:0 0 10px 0;
}

.img_left,
.img_right{padding:0 0px 10px 10px; }
.img_sp{ padding:10px 0 0 20px;}

 /* クリアフィックス */
/*-----------------------------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	clear:both; 
	height:0;
	visibility:hidden;
}
.clearfix {	display:inline-block;}

/* exlude MacIE5 \*/
* html .clearfix { height:1%;}
.clearfix { display:block; }
/* end MacIE5 */ 

.clear{clear:both;}
