@charset "utf-8";

.detailBox{
	border: 1px solid #CCC;
	padding: 10px 10px 0 30px;
	margin-bottom: 25px;
}
.detailBox li{
	padding-bottom: 15px;
	/*float: left;*/
	padding-right: 25px;
}
.detailBox a{
	color: #BD4A18;
}
#contents a{
	color: #BD4A18;
}
h2{
	margin-bottom: 15px;
}
h3{
	margin-bottom: 15px;
}
.answer{
	background: url(../img/index/icon01.gif) no-repeat;
	padding-left: 45px;
	border-bottom: 1px dashed #999999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.answerEdge{
	background: url(../img/index/icon01.gif) no-repeat;
	padding-left: 45px;
	margin-bottom: 20px;
}

.answer dt , .answerEdge dt{
	color: #BD4A18;
	font-weight: bold;
}
.answer dd , .answerEdge dd{
	margin-bottom: 10px;
}
.pagetop{
	text-align: right;
	margin-bottom: 20px;
}
em{
	color: #BD4A18;
	font-weight: bold;
}
.btn01{
	margin-top: 40px;
	margin-left: 5px;
	text-align: right;
	margin-bottom: 10px;
}

/* clearfix
---------------------------------------------------- */
.detailBox:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.detailBox{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .detailBox{
	height: 1%;
}
.detailBox{
	display: block;
}
/* End hide from IE-mac */