@charset "utf-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

/*
---- pageTitle ------------------------------*/
h3.a1317348079296 {
	background: url("images/subTitle01.png") no-repeat 0 0;
}
h3.a1317344468626 {
	background: url("images/subTitle02.png") no-repeat 0 0;
}
/*
---- entry ----------------------------------*/
.leftBox {
	float: left;
	width: 480px;
}
.rightBox {
	float: right;
	margin: 0px 0px 20px 20px;
}
.hrLine {
	border-bottom: 1px dotted #333;
	margin-bottom: 1.5em;
}
.voiceImg {
	float: left;
	width: 180px;
}
.comments {
	float: right;
	width: 470px;
	margin: 0px 0px 20px 20px;
}
h3.custemerName{
	background: url(images/subTitleBg.png) no-repeat 0 0;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
	height: 65px;
	padding: 10px 0 5px 40px;
	color: #55669e;
	text-indent: 0;
}
.comments dl{
	letter-spacing: 0;
}
.comments dl dt{
	font-weight: bold;;
}
.comments dl dt span{
	color: #e6083a;
}
.comments dl dt{
	margin-bottom: 10px;
}
.comments dl dd{
	margin:10px 0 20px 10px;
}