﻿@charset "utf-8";

section dl {
	border-bottom:#CCC 1px dotted;
	padding-bottom:30px;
	margin-bottom:10px;
}

section dt  {
	background:url(../images/faq/icon_question.png) no-repeat left top;
	padding: 0 0 0 55px;
	margin-bottom:22px;
	min-height:55px;
	font-weight:bold;
	font-size:112%;
	line-height:1.4;
	width: auto;
}
section dt div.text {
	font-weight:bold;
	font-size:112%;
	line-height:1.4;
	width: 505px;
	float:  left;
}
section dt div.mark {
	font-weight:bold;
	font-size:112%;
	line-height:1.4;
	width: 120px;
	float:  right;
}

section dd {
	background:url(../images/faq/icon_answer.png) no-repeat left top;
	padding-left:55px;
	min-height: 53px;
}

section .btn {
	margin-bottom: 20px;
}

a.anchor{
  display: block;
  padding-top: 215px;
  margin-top: -215px;
}