@charset "utf-8";

/*===============================================================================*/
/*faq*/
/*===============================================================================*/



/* FAQ */

.contents dl {
	display: block;
	width: auto;
	height: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
	margin: 0;
}

.contents dt {
	background-image: url(../img/q.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 39px;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

.contents dd {
	display: block;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 39px;
	background-image: url(../img/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: 1.1em;
	line-height: 150%;
}

.contents dd#dd_bottom {
	padding-bottom: 0;
}

.contents dd span {
	border: 3px double #DDD;
	color: #000;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	background-image: url(../../common/img/list_mark01.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	width: auto;
	height: auto;
}

.contents dd span strong {
	font-weight: normal;
}

.contents dd ol {
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	display: block;
	padding: 0;
}

.contents dd ol li {
	color: #FF0000;
	line-height: 160%;
}

.contents .attention {
	color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-image: none;
	line-height: 150%;
	display: inline;
}

/* FAQ end */
