@charset "utf-8";

#ttlBlock {
	background: url(/file/static/images/f-wsm_main.jpg) no-repeat left top;
	width: 390px;
	height: 160px;
	margin-bottom: 20px;
	padding: 10px 10px 0 560px;
}

#ttlBlock h2 {
	color: #D02828;
	font-size: 20px;
	font-weight: normal;
}

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

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

.contents .item .question h3 {
	font-size: 14px;
}

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

.contents .answer .text .calculation {
	border: 1px solid #F08300;
	margin-top: 10px;
	padding: 10px;
}

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