@charset "UTF-8";


/****************/
/*-- タイトル --*/
/****************/
/*
 * @FAQ用タイトル
 */
#contents_common_l h3{
	background		:	url("../faq/img/title.gif") no-repeat;
}


#contents_common_l h4{
	width			:	620px;
	height			:	20px;
	border-bottom	:	1px solid #666;
	clear			:	both;
	color			:	#fff;
	margin			:	25px 0 15px 0;
	padding			:	2px 0 0 5px;
	background		:	#416EA6;
}


#contents_common_l a{
	color			:	#333;
}


#contents_common_l p img{
	border			:	none;
}


/****************/
/*-- 質問一覧 --*/
/****************/
/*
 * @質問一覧用
 */
#faq_list{
	margin			:	0 0 0 10px;
	letter-spacing	:	0;
	width			:	100%;
}


#faq_list dl{
	list-style		:	none;
	margin			:	0;
	padding			:	0;
	width			:	620px;
}


#faq_list dt{
	background		:	url("../faq/img/faq_q.gif") no-repeat;
	width			:	30px;
	height			:	20px;
	float			:	left;
}


#faq_list dd{
	width			:	570px;
	margin-left		:	30px;
	padding			:	0 0 10px 0;
}


#faq_list dd a{
	text-decoration	:	none;
	color			:	#333;
}


#faq_list dd a:hover{
	border-bottom	:	1px solid #000;
}


#answer_list{
	margin-top		:	100px;
	letter-spacing	:	0px;
}


#answer_list dl{
	margin			:	20px 0 0 10px;
	clear			:	both;
}


#answer_list dt{
	clear			:	both;
	width			:	30px;
	height			:	30px;
	margin			:	0;
	padding			:	5px 0 0 0;
	float			:	left;
}


#answer_list dd{
	width			:	590px;
	float			:	left;
}


#answer_list dt.question{
	background		:	url("../faq/img/faq_q.gif") no-repeat 0px 10px;
}


#answer_list dd.question_dd{
	margin			:	0;
	padding			:	11px 0 5px 0;
	color			:	#333;
	font-weight		:	bold;
	border-bottom	:	2px solid #416EA6;
}


#answer_list dt.answer{
	background		:	url("../faq/img/faq_a.gif") no-repeat 0px 10px;
}


#answer_list dd.answer_dd{
	margin			:	0 0 50px 0;
	color			:	#333;
	padding			:	11px 0 5px 0;
	border-bottom	:	1px solid #DB5D7A;
}


dd.answer_dd ul{
	list-style-type	:	decimal;
	margin			:	0 0 0 25px;
	padding			:	0;
}


dd.answer_dd p{
	margin-bottom	:	0;
}


.w250{	width		:	250px;}


.w350{	width		:	350px;}


.w440{	width		:	440px;}
