.section{
	padding: 0 0 45px;
}
.section#section02{
	padding: 0 0 15px;
}
.section .titleMame {
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;	
}
.section .inner_wrap{
	padding: 0 30px 20px;
}
	
/* question_wrap
-----------------------*/
.question_wrap{
	width:232px;
	float:left;
}
.question_balloon{
	position:relative;
	background:#F5EAE1 url(../img/voice/ico_q.png) no-repeat center 16px;
	border:2px solid #FFCD9A;
	border-radius:5px;
	padding:90px 20px 30px;
}
.question_arrow{
	position:absolute;
	left:90px;
	bottom:-29px;
}
.question_img{
	position:absolute;
	left:0px;
	bottom:-113px;
}
.question_img.last{
	bottom:-116px;
}
.question_txt{
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
}
	
/* answer_wrap
-----------------------*/
.answer_wrap{
	width:520px;
	float:right;
}
.answer_box{
	background:#FFFAE9 url(../img/voice/bg_note.gif) repeat-x 10px top;
	border:2px solid #FFCD9A;
	border-radius:5px;
	padding:35px 10px 20px;
}
.answer_box dt{
	position:relative;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	background:url(../img/voice/ico_a.png) no-repeat 35px top;
	min-height:46px;
	padding:0 0 5px 105px;
	border-bottom:2px solid #FFCD9A;
	margin-bottom:30px;
}
.answer_box dt img{
	position:absolute;
	right:-10px;
	bottom:-22px;
}
.answer_box dd{
	font-size:14px;
	line-height:1.5;
	padding:0 15px;
}


p.voiceFootTxt{
	font-size:16px;
	font-weight:bold;
	color:#000;
}

/* voiceMenu
-----------------------*/
.voiceMenu {
	margin: 0 50px 40px 50px;
	border-radius: 5px;
	border: 2px solid #f6c783;
	background-color: #fafafa;
	padding: 10px 20px;
}
.voiceMenu ul li i {
	margin-right: 0.8em;
	color: #ffbb5a;
	font-size: 16px;
}
.voiceMenu ul li {
	padding: 0.5em 0;
	font-size: 13px;
}
.voiceMenu ul li a {
	text-decoration: underline;
	font-weight: 600;
}
.voiceMenu ul li.active a,
.voiceMenu ul li a:hover {
	color: #ff9600;
}
.voiceCatTitle {
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #ffefbe;
	padding: 0.5em 1em;
	line-height: 1.1;
	font-size: 18px;
	font-weight: 600;
}