@charset "utf-8";
@import "normalize.css";
@import "common.css";
/*=================================
	FAQ
==================================*/
#faq_list {
	padding:60px;
}

#contents h2 {
	width:99px;
	height:0px;
	padding-top:50px;
	margin-bottom:40px;
	overflow:hidden;
	background-image:url(../images/faq/pagetitle.png);
	background-repeat:no-repeat;
}

#faq_list h3 {
	margin-top:40px;
}

#faq_list ul {
	margin:10px 0px 20px 0px;
	border-bottom:solid 1px #555555;
}

#faq_list ul li {
	padding:0.5em 20px;
	border-top:solid 1px #555555;
	border-bottom:solid 1px #222222;
}

#faq_list ul li:first-child {
	border-top:none;
}

/*=================================
	answer
==================================*/
#faq_entry {
	padding:60px 60px 0px 60px;
}

#answer {
	padding:20px 20px 0px 20px;
}

#answer p {
	margin-bottom:1.0em;
}

#pagenavi {
	border-top:dotted 1px #666666;
	width:780px;
	margin:30px auto -60px auto;
	padding:30px 20px 0px 20px;
}

#pagenavi li {
	width:240px;
	height:50px;
	margin-right:30px;
	text-align:center;
	float:left;
}

#pagenavi li:last-child {
	margin-right:0px;
}

#pagenavi li a {
	display:block;
	width:240px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#pagenavi li a:hover {
	background-position:0px -50px;
	background-repeat:no-repeat;
}

#prev a {		background-image:url(../images/faq/faq_prev.gif);	}
#back a {	background-image:url(../images/faq/faq_back.gif);}
#next a {		background-image:url(../images/faq/faq_next.gif);	}
