@charset "UTF-8";

/* 各デバイス共通
------------------------------------------------------------*/


.support-table {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.support-table tr{

	vertical-align: middle;
	background: #EDE7DA;
}
.support-table th{
	padding: 10px;
	width: 20%;
	vertical-align: middle;
	background: #EDE7DA;
	border-bottom: 1px solid #FFF;
	color: #441F0D;
	font-weight: bold;
}
.support-table td{
	padding: 10px;
	vertical-align: middle;
	background: #F9F6F1;
	border-bottom: 1px solid #FFF;
	width: 70%;
}


.support-title01 {
	font-size: 16px;
	color: #683C19;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #938E44;
	font-weight: bold;
}

.support-img {
	float: left;
	width: 200px;
	margin-right: 10px;
}

.support-content-inner {
	margin-bottom: 20px;
}



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

}
.accordion dt {
	width: 100%;
	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;
	background-repeat: no-repeat;
	background-position: left center;
}

.accordion dd {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.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;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6A63;
	margin-bottom: 10px;
	padding-bottom: 5px;
}






/*PC用
------------------------------------------------------------*/

@media only screen and (min-width: 960px){
	
	


}


/* ここから959px以下 
------------------------------------------------------------*/

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







}

#comment ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #D6D6D6;
	padding-left: 36px;
	text-indent: -16px;
}

