@charset "utf-8";

/*----------------------------------------------------------------------------
p-voice.html
----------------------------------------------------------------------------*/

div#voice-wrap {
	width: 690px;
	margin-left: 20px;
}

div#voice-wrap h4{
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	padding-left: 36px;
	background: #e5e5e5 url(../images/common/bg_h4.gif) left top no-repeat;
	border-bottom: 2px solid #D7DAD9;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}

div.voiceimgbox {
	float: left;
	width: 230px;
}
div.voiceimgbox img {
	margin-bottom: 16px;
}

#contents dl.voicetextbox {
	float: right;
	margin: 0;
	color: #333;
	width: 444px;
}

#contents dl.voicetextbox dt {
	margin: 0;
	margin-bottom: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-bottom: #066 dotted 1px;
	border-left: #066 solid 8px;
	font-weight: bold;
}
#contents dl.voicetextbox dd {
	margin: 0;
	margin-bottom: 16px;
	font-size: 100%;
	line-height: 120%;
}

div#progress-wrap {
	clear: both;
	width: 690px;
	margin-left: 20px;
	text-align: center;
}
div#progress-wrap h5 {
	margin: 0 auto;
}
div#progress-wrap table {
	width: 642px;
	margin: 24px auto;
}
div#progress-wrap table th {
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
div#progress-wrap table td {
	padding-bottom: 12px;
	text-align: left;
	vertical-align: top;
}

table#progress-table {
}


