@charset "utf-8";

/* =======================================

	faq.php

========================================== */



/* ===== faq ===== */
#faq{
	margin-bottom: 10px;
}

.fmenu,
.fmenu ul li{
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 12px;
}
.fmenu ul{
	border-bottom: 1px solid #C6C7C8;
}
.fmenu ul li a{
	padding: 10px 10px 10px 26px;
	font-weight: bold;
	color: #526AB3;
	border-top: 1px solid #C6C7C8;
	border-right: 1px solid #C6C7C8;
	border-left: 1px solid #C6C7C8;
	background:	/* Firefox */
		url(../images/common/aicon_off.png) left no-repeat, -moz-gradient(bottom, from(#FBFBFB),to(#E9E9EB));
	background:	/* Safari、Chrome */
		url(../images/common/aicon_off.png) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FBFBFB),to(#E9E9EB));
	background-size: 26px 15px,100% 100%;
	-webkit-background-size: 26px 15px,100% 100%;	/* Safari、Chrome */
}
.fmenu ul li.st-open a{
	background:	/* Firefox */
		url(../images/common/aicon_on.png) left no-repeat, -moz-gradient(bottom, from(#FBFBFB),to(#E9E9EB));
	background:	/* Safari、Chrome */
		url(../images/common/aicon_on.png) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FBFBFB),to(#E9E9EB));
	background-size: 26px 15px,100% 100%;
	-webkit-background-size: 26px 15px,100% 100%;	/* Safari、Chrome */
}
.fmenu ul li a span{
	margin-right: 5px;
	padding: 2px 5px;
	font-weight: bold;
	color: #FFF;
	background-color: #8FA1DB;
	border-radius: 2px;
	-webkit-border-radius: 2px;	/* Safari、Chrome */
	-moz-border-radius: 2px;	/* Firefox */
}

.fboxin{
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 1px;
	padding: 5px 10px 20px 10px;
	font-size: 12px;
	text-align: left;
	color: #444444;
}
.fmenu ul li .st-content .fboxin a{
	display: inline;
	padding: 0;
	font-weight: normal;
	background: none;
	border: none;
}

span.gre{
	color: #0F650F;
}
span.yel{
	color: #DDA81B;
}
span.red{
	color: #A61839;
}



