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

#satitle {
	margin-bottom: 15px;
}


.tabmenu li {margin: 25px 0 30px 0;}

.tabmenu li {
	float: left;
	margin-right: 2px;
}

.tabmenu li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	text-decoration: none;
}

.q_txt {
	background-image: url(../../guide/images/icon_q.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 86%;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.95em;
	height: 24px;
}

.a_txt {
	background-image: url(../../guide/images/icon_a.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 84%;
	line-height: 1.6em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.a_txt2 {
	background-image: url(../../guide/images/icon_a.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 84%;
	line-height: 1.6em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

span a {
	color: #3a81df;
}

span a:hover {
	color: #79aef3;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.under {
  background: linear-gradient(transparent 0, #8effa1 0);
}

