@charset "shift_jis";

@import url("default.css");
@import url("common.css");

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+  question
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 タイトル
--------------------------------------------------------------------------------------- */

div#ctRight h1 {
	margin: 0 20px 20px 0;
	padding: 0 5px 2px;
	border-bottom: 3px solid #DAC744;
	color: #4E6827;
	font-size: 22px;
}

div#ctRight h2 {
	margin: 20px 20px 10px 0;
	padding: 0 3px;
	color: #4E6827;
	font-size: 18px;
	border-bottom: 1px solid #DAC744;
}


/* --------------------------------------------------------------------------------------
 question
--------------------------------------------------------------------------------------- */

div#ctRight ol {
	list-style-type:none;
}

.question_list li ol li {
	margin-top:2px;
}


/* --------------------------------------------------------------------------------------
 olBlock
--------------------------------------------------------------------------------------- */

.olBlock {
	margin: 0 20px;
}

/* --------------------------------------------------------------------------------------
 answer
--------------------------------------------------------------------------------------- */

.answer_list {
	margin-top:35px;
}
.answer {
	background:transparent url(../images/question_a_bg.jpg) repeat-y scroll 0%;
	width:674px;
	margin-top:5px;
}
.answer dt {
	background:transparent url(../images/question_a_bg_tp.jpg) repeat-y scroll 0%;
	height:17px;
	position:relative;
}
.answer dt span {
	position:absolute;
	top:12px;
	left:12px;
	color:#4E6827;
	font-size:16px;
	font-weight:bold;
}
.answer dd {
	background:transparent url(../images/question_a_bg_bt.jpg) no-repeat scroll left bottom;
	padding:0 22px 17px 42px;
}

/* よくある質問一覧へ -------------------- */

div#ctRight .to_question_list {
	margin: 10px 0 15px;
	text-align: right;
}

div#ctRight .to_question_list a {
	padding-left: 12px;
	background: url(../images/icon_to_question_list.gif) no-repeat left center;
}

div#ctRight .to_question_list a:link,
div#ctRight .to_question_list a:visited,
div#ctRight .to_question_list a:hover,
div#ctRight .to_question_list a:active {
	color: #4E6827;
}

div#ctRight .pagetop {
	margin-top:20px;
}