@charset "utf-8";
/* CSS Document */

.main-contents{
	color:#646464;
	margin:0px 0px 20px;
}
.main-contents:after{
	content:" ";
	display:block;
	clear:both;
}
.main-contents h3{
	color:#34c4c9;
	font-size:18px;
	line-height:1em;
	clear:both;
	margin-top:10px;
	margin-bottom:-10px;
	text-indent:10px;
}
.main-contents h4{
	color:#474747;
	font-size:16px;
	line-height:2em;
	border-bottom:1px solid #b1b1b1;
	clear:both;
	margin:10px 10px 0px;
	text-indent:10px;
}
dl.qanda,dl.qanda2{
	display:block;
	margin:15px 10px;
	font-family:Arial, Helvetica, sans-serif;
}
dl.qanda dt,dl.qanda2 dt{
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	color:#454545;
	text-indent:12px;
	background-color:#efefef;
	border-left:6px solid #34c4c9;
	display:block;
}
dl.qanda dd,dl.qanda2 dd{
	font-size:13px;
	line-height:1.8em;
	margin:5px 0px 10px 40px;
}
dl.qanda dd span,dl.qanda2 dd span{
	display:block;
	float:left;
	text-indent:-21px;
	font-size:16px;
}
dl.qanda dd a.syousai,dl.qanda2 dd a.syousai{
	display:inline-block;
	background-color:#34c4c9;
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	padding:0px 0.8em;
	text-decoration:none;
}
dl.qanda2 dt{
	border-left:6px solid #f08d1c;
}
dl.qanda2 dd a.syousai,dl.qanda2 dd a.syousai{
	background-color:#f08d1c;
}
#move-page-top{
	margin:0px 0px 20px 0px;
}