/*-------------------------*/
.desc-type1 {
	display: block;
}
.desc-type1 img {
	margin-right: 1em;
}
.desc-type1 .img-product {
	height: 400px;
	float: left;
	background: #FFFFFF;
}
.desc-type1 dt, .desc-type1 dd {
	font-size: 70%;
	color: #3B494A;
}
.desc-type1 dt {
	font-weight: bold;
	background: #F2F2EE;
	text-indent: 0.5em;
	margin-bottom: 0.4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	color: #4B5050;
}
.desc-type1 dd {
	margin-bottom: 0.4em;
	text-indent: 0.8em;
}
.desc-type1 em strong {
	font-style: normal;
	font-weight: normal;
	color: #973232;
}
.desc-type1 dd em {
	font-style: normal;
}
.desc-type1 dd strong {
	font-weight: normal;
}

