@charset "UTF-8";
/* CSS Document */
h2{
	text-align:center;
	font-size:17px;
	color:#030303;
	margin-bottom:10px;
}

section{
	overflow:hidden;
	clear:both;
	padding:20px 0;
	border-bottom:1px dotted #ccc;
}

.photo{
	float:left;
	width:380px;
	text-align:right;
	margin-right:20px;
}

.boxTxt {
	float:left;
	margin-left:20px;
	width:380px;
}

.boxTxt p{
	font-size:14px;
	color:#030303;
	font-weight:bold;
	margin-bottom:7px;
}

.boxTxt h3{
	font-size:14px;
	color:#030303;
	line-height:1.4;
	margin-bottom:8px;
}

.boxTxt  ul.detail{
	margin-bottom:10px;
}

.boxTxt  ul.detail span{
	display:inline-block;
	font-size: 12px;
    width: 6.5em;
}

.boxTxt  ul.detail li{
	font-size:12px;
	line-height:1.2;
}

.boxTxt  dl{
	margin-bottom:13px;
}

.boxTxt  dt,
.boxTxt  dd,
.boxTxt  dl li{
	font-size:12px;
	color:#030303;
	line-height:1.2;
}