@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content .section {
	border: solid 1px #D3D39D;
	border-radius: 8px;
	margin-bottom: 30px;
}
#content .section .box {
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box h4{
	overflow: hidden;
	border-bottom: dashed 1px #C3BCB6;
	background: none;
	padding: 5px 0 0 40px;
	color: #615D5E;
	font-weight: bold;
	margin-bottom: 10px;
	background: url(../image/voiceicon.png) left bottom 3px no-repeat;
}
#content .section .box .text{
	overflow: hidden;
}
#content .section .box.imgleft {
	margin-bottom: 0;
}
.section .box.imgleft .text{
	overflow: hidden;
}
p.text{
	line-height: 1.75;
}
#content table.tbl01 th,
#content table.tbl01 td{
		padding: 13px 15px 11px;
}
#content .imgleft .image {
    margin-right: 15px;
    width: 160px;
}
#content table th{
	width: 420px;
}