@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
   voice
---------------------------------------------------------------------------------------------------- */
#voice dl	{
	margin-bottom: 10px;
	border-top: 1px solid #666666;
}

#voice dl dt	{
	width: 515px;
	padding: 10px 10px 5px;
	background: url(../common/contents_line001.gif) no-repeat;
	background-position: left bottom;
}

.voice_title	{
	color:#660000;
	font-size: 1.1em;
	font-weight: bold;
}

#voice dl dd	{
	width: 515px;
	padding: 10px 10px 0;
}

#voice dl dd p	{
	padding-bottom: 15px;
}


/* ----------------------------------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------------------------------- */
.voice dd:after	{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}

.voice dd	{
	display: block;
	#display: inline-block;
}


