@charset "utf-8";

.contents .text_20 {
	font-size: 20px;
}

.contents .red {
	color: #D02828;
}

.contents .text_navi_oneline {
	margin-top: 30px;
}

.contents .item {
	margin-top: 15px;
}

.contents .item .question {
	background: url(../images/cmn_question_icon.gif) no-repeat left top;
	padding: 3px 0 15px 30px;
}

.contents .item .answer {
	background: url(../images/cmn_answer_icon.gif) no-repeat left top;
	padding: 3px 0 15px 30px;
}

.contents .item.line {
	background: url(../images/cmn_dotline.gif) repeat-x left bottom;
}

