@charset "UTF-8";

#contents .q-and-a-01 {
	margin-bottom: 15px;
}

#contents .q-and-a-01 li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(../images/faq/a-and-a-icon01.png);
	background-repeat: no-repeat;
	background-position: 10px 0.4em;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contents .q-and-a-02 {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}

#contents .q-and-a-02 dt {
	margin-left: 15px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/faq/a-and-a-icon01.png);
	background-repeat: no-repeat;
	background-position: 0px 0.3em;
	font-weight: bold;
	padding-right: 15px;
	line-height: 1.5;
}

#contents .q-and-a-02 dd {
	margin-left: 15px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/faq/a-and-a-icon02.png);
	background-repeat: no-repeat;
	background-position: 0px 0.3em;
	padding-right: 15px;
	line-height: 1.5;
}