@charset "UTF-8";
/* CSS Document */

#accordion {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
.accordion {
	width: 99%;

}
.accordion dt {
	width: 90%;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #6A3B19;
	border-bottom: 1px solid #E8E8E8;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(images/question.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.accordion dd {
	overflow: hidden;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}
.accordion span {
	display:block;
	width:99%px;
	border-bottom: 1px solid #CCC;
	background: url(../images/arrow01.gif) no-repeat 10px center;
	padding-bottom: 20px;
	padding-top: 5px;
}

#accordion2 {width:259px; margin:50px auto; border:1px solid #333; border-top:none}
.accordion2 {width:259px; font:12px Verdana,Arial; color:#333}
.accordion2 dt {width:247px; padding:4px 6px; font-weight:bold; cursor:pointer; background-color:#666; background-image:url(images/arrow_down.gif); background-position:right center; background-repeat:no-repeat; color:#fff; border-top:1px solid #333}
.accordion2 dt:hover {background-color:#555}
.accordion2 .open {background-color:#444; background-image:url(images/arrow_up.gif)}
.accordion2 dd {overflow:hidden; background:#fff}
.accordion2 span {
	display:block;
	width:210px;
	border-top:none
}
.acbox .fa {
	padding-left: 10px;
	font-size:15px;
}

.acboxTitle {
	color: #FF6A63;
	font-size: 15px;
	margin-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6A63;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
