﻿@charset "utf-8";

/*******************************************************

　共通

*******************************************************/

/* 見出し
----------------------------------------------------*/

h2.pagetitle {
	font-size: 40px;
	margin: 0px;
	padding: 40px 0px 40px 110px;
	background: url(../images/common/h2.jpg) no-repeat center left;
	font-weight: normal;
}
h3 {
	font-size: 28px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 15px 0px;
	border-top: 5px solid #1991D1;
	border-bottom: 1px solid #CCC;
	clear: both;
}
h2.pagetitle:first-letter, h3.pagetitle:first-letter {
	color: #1991D1;
}
h4 {
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/common/h4.png) repeat-y center left;
	font-weight: normal;
	clear: both;
}
h5 {
	font-size: 20px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #1991D1;
	font-weight: normal;
}
h6 {
	font-size: 17px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-weight: normal;
}


/*******************************************************

　よくある質問

*******************************************************/

.faq_list {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.faq_list dt {
	font-size: 15px;
    margin: 0px;
    padding: 2px 0px 10px 35px;
    background: url(../images/faq/q.png) 0px 0px no-repeat;
	min-height: 25px;
	font-weight: bold;
	color: #1991D1;
}
.faq_list dd {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 20px 35px;
    min-height: 25px;
    background: url(../images/faq/a.png) 0px 0px no-repeat;
	min-height: 25px;
    border-bottom: 1px dashed #CCCCCC;
}
.faq_list p, .faq_list ul, .faq_list ol {
	margin-bottom: 0px;
	padding-bottom: 10px;
}
