
#introduction {
	background: url(../images/title_01.jpg) top center no-repeat;
}

/*----------------------------------------------------
 faqmain
----------------------------------------------------*/


#wrap {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0px auto 60px auto;
	padding: 0px 0px 0px 0px;
}
#faqmain {
	width: 960px;
	overflow: hidden;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#faqmain h2 img {
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
}
#faqmain p {
	width: 960px;
	text-align: center;
	margin: 0px auto 45px auto;
	padding: 0px 0px 0px 0px;
}

/*質問リスト*/
#faqmain .list_wrapper{
    margin:0px 0px  80px 0px;
}

#faqmain .list_wrapper h3{
    height: 37px;
}

#faqmain .list{
    border: solid #D1CEC5 2px;
    margin: 0px 0px 0px 0px;
    padding: 30px 40px;
}
#faqmain .list ul:first-child{
    width:490px;
    float: left;
    text-align: left;
    margin: 0px 0px 0px 0px;
}
#faqmain .list ul li{
   	background: url(../images/arrow.gif) 0px 10px no-repeat;
    padding: 0 0 0 15px;
}

#faqmain .list ul:last-child{
    width:380px;
    float: left;
    text-align: left;
    margin: 0px 0px 0px 0px;
}

#faqmain .list_wrapper a{
    color: #53BBB9;
    font-weight: bold;
    text-decoration: none;
}
#faqmain .list_wrapper a:hover{
    opacity: 0.8;
}


/*回答部分*/
#faqmain dl {
	width: 960px;
	overflow: hidden;
	border-bottom: #A49F99 dotted 1px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}
#faqmain dl dt {
	width: 960px;
	font-size: 16px;
	background: url(../images/icon_q.gif) 0px 10px no-repeat;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 30px;
    color: #52BAB8;
    font-weight: bold;
}
#faqmain dl dd {
	width: 960px;
	text-align: left;
	background: url(../images/icon_a.gif) 0px 10px no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 30px;
}

#faqmain dl dt span {
	color: #8EC1F6;
	margin: 0px 10px 0px 0px;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;}

.clearfix {
	display: inline-block;
	position: relative; /* DW */}

/* Hides from IE-mac \*/
.clearfix {
	display: block; }
/* End hide from IE-mac */


