﻿@charset "UTF-8";

/*=========================== よくあるご質問のみ ===========================*/

#faqlead{
	text-align: left;
	width: 540px;
	padding: 20px 0 10px 0;
}

h4.question{
	text-align: left;
	font-weight: bold;
	width: 520px;
	padding: 15px 0 10px 20px;
	background-image: url("../faq/image/question.gif");
	background-repeat: no-repeat;
	background-position: 0 18px;
	color: #369;
}

p.answer{
	text-align: left;
	width: 540px;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #ddd;
}

