@charset "utf-8";

/*ページタイトル*/

h2.h2PageTitle {
	background-image: url(../img/faq/h2PageTitle.jpg);
}

/*コンテンツ*/

div.faqBox {
	height: auto;
	width: 700px;
	margin: 0px auto;
}

ul.pageNaviList {
	height: 60px;
	width: 696px;
	margin: 0px auto;
}

ul.pageNaviList li {
	float: left;
	height: 60px;
	width: 166px;
	margin: 0px 4px;
}

ul.pageNaviList li a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

div.faqListBox {
	height: auto;
	width: 700px;
	padding-top: 60px;
	margin: 0px auto;
}

div.faqListBox h3 {
	height: 100px;
	width: 700px;
	padding-bottom: 30px;
	text-indent: -9999px;
	overfaq: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

h3.faqTitle01 {
	background-image: url(../img/faq/faqTitle01.jpg);
}

h3.faqTitle02 {
	background-image: url(../img/faq/faqTitle02.jpg);
}

h3.faqTitle03 {
	background-image: url(../img/faq/faqTitle03.jpg);
}

h3.faqTitle04 {
	background-image: url(../img/faq/faqTitle04.jpg);
}

dl.faqListText {
	padding: 30px 20px 20px 20px;
	border-bottom: 1px dashed #999;
	text-align: left;
}

dl.faqListText dt {
	padding-top: 3px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	background-image: url(../img/faq/mark01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #339900;
}

dl.faqListText dd {
	margin-top: 20px;
	padding-top: 3px;
	padding-left: 40px;
	margin-left: 20px;
	font-size: 13px;
	line-height: 25px;
	background-image: url(../img/faq/mark02.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #333;
}

dl.faqListText dd a {
	text-decoration: none;
	color: #F90;
}

dl.faqListText dd a:hover {
	font-family:
	color: #666;
}

p.faqText01 {
	padding-top: 40px;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #F00;
}


/*-------------640以下ここから-------------*/

@media screen and (max-width: 640px){

div.faqBox {
	height: auto;
	width: 100%;
	margin: 0px auto;
}

ul.pageNaviList {
	height: auto;
	width: 100%;
	margin: 0px auto;
}

ul.pageNaviList li {
	float: left;
	height: auto;
	width: 50%;
	margin: 5px 0px;
}

ul.pageNaviList li a img {
	height: auto;
	width: 100%;
	display: block;
	margin: 0px;
}

div.faqListBox {
	height: auto;
	width: 100%;
	padding-top: 30px;
	margin: 0px auto;
}

div.faqListBox h3 {
	height: auto;
	width: 95%;
	margin: 0px auto;
	padding: 1em 0 0.8em 0.75em;
	border-left: 6px solid #009143;
	border-bottom: 1px solid #009143;
	background-image: none;
	background-color: #F5FBF9;
	text-indent: inherit;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-color: #F5FBF9;
}

dl.faqListText {
	padding: 30px 5px 20px 5px;
	border-bottom: 1px dashed #999;
	text-align: left;
}

dl.faqListText dd {
	margin-left: 0px;
}

}