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




/*
FAQ
-------------------------------------------*/

.content dl.faq {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content dl.faq dt {
	font-size: 20px;
	line-height: 25px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #F6F6F6;
	color: #111;
}
.content dl.faq dt span {
	font-size: 20px;
	font-weight: bold;
	color: #0085B2;
	padding-top: 10px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 10;
}
.content dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
