@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. コンテンツ

******************************************************************************* */
/* ==

　00. コンテンツ

=============================================================================== */
#main .voiceList dt {
	display: inline-block;
	line-height: 1.8;
	margin: 0 0 16px;
	padding: 5px 10px 4px;
	border: none;
	color: #fff;
	font-weight: bold;
}
*:first-child+html #main .voiceList dt {
 *display: inline;
 *zoom: 1;
} /* ie7 */
* html #main .voiceList dt {
 *display: inline;
 *zoom: 1;
} /* ie6 */
#main .voiceList dd {
	margin: 0 0 20px;
	padding: 0 1px 13px 70px;
	border-bottom: 1px dotted #ccc;
	min-height:50px;
}
#main .manTit {
	background: #369;
}
#main .womanTit {
	background: #de5d46;
}
#main .manTxt {
	background:url(../images/voice_bg01.gif) no-repeat 13px top;
}
#main .womanTxt {
	background:url(../images/voice_bg02.gif) no-repeat 13px top;
}



#main .voiceList li {
	margin: 0 0 20px;
	padding: 0 1px 13px 70px;
	border-bottom: 1px dotted #ccc;
	min-height:50px;
	background:url(../images/voice_bg01.gif) no-repeat 13px top;
}


