@charset "utf-8";

/*---------- title ----------*/
h2.faq {
	height: 70px;
	width: 590px;
	margin-bottom: 25px;
}

/*---------- フォトブックとは ----------*/
#box001 {
	width: 570px;
	margin-left: 10px;
	margin-bottom: 25px;
	margin-top: 15px;
	background-color: #99FFCC;
}

.table02 {
	line-height: 2em;
	width: 570px;
	background-color: #FFFFFF;
}

.table .td03 {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

h3.t_kizi {
	font-size: 1em;
	background-image: url(../../faq/images/f_subtitle.gif);
	width: 590px;
	line-height: 2.2em;
	text-indent: 13px;
	color: #25A862;
	font-weight: bold;
	margin-bottom: 20px;
	height: 28px;
}

.box01 {
	height: auto;
	width: 570px;
	margin-left: 10px;
	margin-bottom: 45px;
}

h4.f_title {
	font-size: 1em;
	color: #666666;
	margin-bottom: 8px;
	background-image: url(../../faq/images/q.gif);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	text-indent: 50px;
}

h4.f_title p {
	line-height: 1.4em;
	width: 520px;
	margin-left: 50px;
	text-indent: 0px;
}

.f_text02 {
	font-size: 1em;
	background-image: url(../../faq/images/a.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	text-justify:distribute;
	text-align: justify;
	font-weight: normal;
}

.f_text02 p {
	line-height: 2em;
	width: 520px;
	padding-left: 50px;
}

p.p001 {
	margin-bottom:15px;
}

.table {
	line-height: 2em;
	width: 520px;
	margin-left: 50px;
	background-color: #DCDCDC;
}

* html .table {
	display: inline;
}

.table .td01 {
	text-align: center;
	background-color: #F7F7F7;
	padding-top: 2px;
	padding-bottom: 2px;
}

.table .td02 {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#box02 {
	height: auto;
	width: 570px;
	margin-bottom: 30px;
	margin-left: 10px;
}

h4.f_title02 {
	font-size: 1em;
	color: #666666;
	margin-bottom: 10px;
	margin-left: 10px;
}

.faq_img {
	height: auto;
	width: 456px;
	margin-top: 20px;
	margin-left: 50px;
}

/*---------- FAQリスト ----------*/
ul.faqlist {
	height: auto;
	width: 570px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.faqlist li {
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 28px;
	background-image: url(../../faq/images/q_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-indent: 24px;
}

.faqlist li.double {
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 18px;
	background-image: url(../../faq/images/q_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	text-indent: 0px;
}

