@charset "UTF-8";

/* ================================================================
				reason/voice/index.html 用設定
	================================================================	*/

h2 {
	margin:0 0 10px;
}

p.pastVoice {
	width: 650px;
	padding: 5px 0 3px;
	line-height: 1.4;
	text-align: right;
}
p.pastVoice img {
	margin: 0 3px 0 0;
}

#voiceTop {
	width: 653px;
	border-bottom: 2px solid #f2f2d6;
	margin-bottom: 3px;
}

#voiceTop .title {
	background: #e8a126;
	font-weight: bold;
	font-size: 108%;
}
#voiceTop .title dt {
	float: left;
	clear: left;
	width: 5em;
	color: #ffffff;
	padding: 7px;
	text-align: center;
}
#voiceTop .title dd {
	margin-left: 5.5em;
	background: #f2f2d6;
	padding: 7px 10px;
}

#voiceTop .volCont {
	padding: 10px;
}
#voiceTop .volCont p.voiceTitle {
	float: left;
	text-indent: -15px;
	padding-top: 15px;
	padding-left: 15px;
	width: 400px;
}
#voiceTop .volCont p.voiceTitle img {
	margin: 0 3px 3px 0;
}
#voiceTop .volCont p.voiceTitle span {
	font-size: 153.9%;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1.2;
}

#voiceTop .volCont p.photoImg {
	float: right;
	width: 200px;
	text-align: right;
}



/* ================================================================
				詳細 用設定
	================================================================	*/
#voiceDetail {
	width: 653px;
}

#voiceDetail .title {
	background: #e8a126;
	font-weight: bold;
	font-size: 108%;
}
#voiceDetail .title dt {
	float: left;
	clear: left;
	width: 5em;
	color: #ffffff;
	padding: 7px;
	text-align: center;
}
#voiceDetail .title dd {
	margin-left: 5.5em;
	background: #f2f2d6;
	padding: 7px 10px;
}

#voiceDetail .volCont {
	padding: 10px;
	border-bottom: 2px solid #f2f2d6;
	margin: 0 0 20px;
}
#voiceDetail .volCont p.voiceTitle {
	float: left;
	padding-top: 15px;
	width: 400px;
}
#voiceDetail .volCont p.voiceTitle img {
	margin: 0 3px 3px 0;
}
#voiceDetail .volCont p.voiceTitle span {
	font-size: 153.9%;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1.2;
}

#voiceDetail .volCont p.photoImg {
	float: right;
	width: 200px;
	text-align: right;
}


#voiceDetail #probrem {
	width: 573px;
	margin: 0 0 10px 40px;
}
#voiceDetail #probrem #probremIcon {
	float: left;
	width: 93px;
}
#voiceDetail #probrem #probremCont {
	float: right;
	width: 480px;
	background: url(/reason/voice/img/bg_probrem.gif) left bottom no-repeat;
}
#voiceDetail #probrem #probremCont ul {
	background: url(/reason/voice/img/bg_probrem_top.gif) no-repeat;
	padding: 20px 15px 15px 30px;
	min-height: 90px;
	_height: 90px;
}
#voiceDetail #probrem #probremCont ul li {
	text-indent: -15px;
	padding-left: 15px;
	margin-bottom: 3px;
}
#voiceDetail #probrem #probremCont ul li img {
	margin-right: 4px;
}



#voiceDetail #proposal {
	width: 573px;
	margin: 0 0 20px 40px;
}
#voiceDetail #proposal #proposalIcon {
	float: right;
	width: 93px;
}
#voiceDetail #proposal #proposalCont {
	float: left;
	width: 480px;
	background: url(/reason/voice/img/bg_proposal.gif) left bottom no-repeat;
}
#voiceDetail #proposal #proposalCont ul {
	background: url(/reason/voice/img/bg_proposal_top.gif) no-repeat;
	padding: 20px 30px 15px 15px;
	min-height: 90px;
	_height: 90px;
}
#voiceDetail #proposal #proposalCont ul li {
	text-indent: -15px;
	padding-left: 15px;
	margin-bottom: 3px;
}
#voiceDetail #proposal #proposalCont ul li img {
	margin-right: 4px;
}



#voiceDetail #construction {
	margin: 0 0 20px;
}

#voiceDetail #constCont {
	margin: 20px 15px 0 20px;
}


#voiceDetail #construction ul {
	float: left;
	width: 135px;
	text-align: center;
}
#voiceDetail #construction li {
	margin: 0 0 5px;
}


#voiceDetail #construction dl {
	float: right;
	width: 465px;
}
#voiceDetail #construction  dl dt {
	font-weight: bold;
	text-indent: -15px;
	padding-left: 15px;
	font-size: 120%;
}
#voiceDetail #construction  dl dt img {
	margin: 0 3px 0 0;
}
#voiceDetail #construction  dl dd {
	margin: 5px 0 15px;
}


#comment {
	background: url(/reason/voice/img/bg_comment.gif) repeat-y;
}
#comment dl {
	background: url(/reason/voice/img/bg_comment_bottom.gif) left bottom no-repeat;
	padding: 20px;
}
#comment dl dt {
	float: right;
	width: 140px;
	text-align: right;
}
#comment dl dd {
	float: left;
	width: 460px;
}
