@charset "UTF-8";

/* よくあるご質問 */
ul#faq_navi{
	list-style:none;
	margin:0 0 20px -20px;
}
ul#faq_navi li{
	list-style:none;
	float:left;
	margin:0 0 0 20px;
}



.faq_dl{
	margin:10px 10px 20px;
}
	.faq_dl dt{
		font-size:16px;
		background: #5a83c1; /* Old browsers */
		background: -moz-linear-gradient(top,  #5a83c1 0%, #3b6ab0 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a83c1), color-stop(100%,#3b6ab0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #5a83c1 0%,#3b6ab0 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #5a83c1 0%,#3b6ab0 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #5a83c1 0%,#3b6ab0 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #5a83c1 0%,#3b6ab0 100%); /* W3C */
		border:1px solid #507cbe;
		color:#FFF;
		text-shadow:-1px 1px 1px #1f4086;
		padding:8px 10px;
		line-height:22px;
	}
	.faq_dl dt img{
		vertical-align:bottom;
		margin:0 10px 0 0;
	}
	.faq_dl dd{
		padding:10px;
		line-height:1.4em;
		margin:0 0 10px;
	}
