@charset "UTF-8";
@import url("default.css");
@import url("template.css");
@import url("entry.css");

.arrow07 {
	background: url(../img/list/arrow07.gif) left 0.4em no-repeat;
	padding: 0 0 0 10px;
}

ul.faq_category_list { /* カテゴリのリスト */
	margin: 20px 0;
}

ul.faq_category_list li {
	font-size: 105%;
	background: url(../img/list/arrow03.gif) left 0.5em no-repeat;
	padding: 5px 0 5px 20px;
}

ul.faq_new_en {
	list-style: disc;
	padding: 0 0 15px 0;
	margin: 0 0 5px 18px;
	border-bottom: dotted 1px #ccc;
}

dl.faq_cat_list {
	width: 498px;
	margin: 20px 0;
	border: solid 1px #CCC;
}


dl.faq_cat_list dt { /* 質問部分 */
	/*
	border-bottom: dotted 1px #ccc;
	background: #fdf0f0 url(../img/list/q.gif) no-repeat 10px 0.5em;
	padding: 5px 10px 5px 35px;
	*/
	border-bottom: dotted 1px #ccc;
	background: #ecfaf9 url(../img/list/q.gif) no-repeat 10px 0.5em;
	padding: 5px 10px 5px 35px;
}

dl.faq_cat_list dt a {
	font-size: 105%;
	color: #324c4b;
	font-weight: bold;
	text-decoration: none;
}

dl.faq_cat_list dd.answer { /* 返答部分 */
	background: url(../img/list/a.gif) no-repeat 10px 0.5em;
	padding: 5px 10px 5px 35px;
}

dl.faq_cat_list dd.category {
	color: #999999;
	padding: 5px 10px 5px 30px;
}

dl.faq_cat_list dd.category a {
	color: #999999;
}

.faq_related_entries {
	margin: 20px 0;
}






.faq_h2 {
	width: 485px;
	height: 21px;
	padding: 4px 0 0 15px;
	margin: 0;
	background: url(../img/common/common_h2_back.gif) no-repeat 0 -125px;
	font-size: 15px;
	clear: both;
}

.faq_box {
	width: 480px;
	padding: 0 10px 10px 10px;
	margin: 0 0 15px 0;
	background: url(../img/common/faq_box.gif) no-repeat center bottom;
}

.faq_box .q_box {
	padding: 0 0 10px 0;
	margin: 10px 0 10px 0;
	border-bottom: dotted 1px #999;
}

.faq_box .a_box {
	padding: 10px 0 10px 0;
	margin: 10px 0 15px 0;
}

.faq_box .eq_cat_title {
	padding: 0 0 3px 5px;
	margin: 0 0 5px 0;
	font-size: 14px;
	border-bottom: solid 1px #CCC;
}

.faq_box ul.now_cat_en {
	list-style: disc;
	margin: 0 0 10px 20px;
}

.faq_box ul.now_cat_en li {
	margin: 0 0 2px 0;
}

dl.eq_cat_blogpage dt {
	background: url(../img/list/q.gif) no-repeat left 0.5em;
	padding: 5px 0 5px 25px;
}

dl.eq_cat_blogpage dd {
	color: #999999;
	margin: 0 0 0 20px;
}

dl.eq_cat_blogpage dd a {
	color: #999999;
}

/* エントリー（返答部分）
-------------------------------------------*/
dl.faq_cat_list dd.answer p {
}

dl.faq_cat_list dd.answer ul {
	margin: 5px;
}

dl.faq_cat_list dd.answer ul li {
	list-style: circle;
	margin: 0 0 0 20px;
}

dl.faq_cat_list dd.answer h3 {
	font-weight: bold;
	border-bottom: #ccc dotted 1px;
	margin: 5px 0;
}

dl.faq_cat_list dd.answer h4 {
	font-weight: bold;
	margin: 5px 0 0 0;
}

