body{
	background-color: #ededed;
	font-family: 'Arial', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	overflow: hidden;
}
p,h3,h4,li,a,select{
	color: #2b363e;
}
li,p{
	font-size: 13px;
}
a{
	text-decoration: none;
	cursor: pointer;
}

.gray{
	color: #abadb0;
}

.red{
	color: #930000;
}

.blue{
	color: #00A0E9;
}

#wrapper{
	width: 100%;
}

h2{
	border-bottom: 2px solid #e5e5e5;
	background-color: #f7f7f7;
	color: #92959a;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
	padding: 0 15px;
}



/*-------------------------------
中項目
-------------------------------*/
.faq_list li{
	background-color: #ffffff;
	margin-bottom: 2px;
}
.faq_list li a{
	font-weight: bold;
	display: block;
	padding: 20px 15px;
	position: relative;
}
.faq_list li .right_arrow{
	background-image: url(../img/icon_right.png);
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 15px;
	top: 0;
	width: 15px;
}


/*-------------------------------
小項目
-------------------------------*/
.faq_detail_list li{
	background-color: #ffffff;
	margin-bottom: 2px;
}
.faq_detail_list li .faq_detail_title{
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 20px 40px 15px 20px;
	position: relative;
}
.faq_detail_list li .right_arrow{
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 15px;
	top: 0;
	width: 18px;
}
.faq_detail_list li .right_arrow--down{
	background-image: url(../img/icon_down.png);
}
.faq_detail_list li .right_arrow--up{
	background-image: url(../img/icon_up.png);
}
.faq_detail_list li .faq_detail_text{
	border-top: 1px solid #d9d8d4;
	display: none;
	margin: 0 15px;
}
.faq_detail_list li p{
	padding: 20px 0;
}
.faq_detail_list li p a{
	font-weight: bold;
	text-decoration: underline;
}
.faq_detail_list li .button{
	background-color: #6aa55c;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	margin: 20px auto 0;
	width: 100%;
	height: 40px;
}

.faq_detail_list li .telbutton{
	background-color: #6aa55c;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	margin: 20px auto 0;
	width: 100%;
	height: 60px;
}

.faq_detail_list li .telbutton span{
	font-size: 80%;
    margin-top: -15px;
    display: block;    	
}


