@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_faq.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2010-01-25
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

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

	anchorLink

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

/* anchorLink -------------*/
.anchorLink {
	margin-bottom: 20px;
}
.anchorLink ul {}
.anchorLink ul li {
	float: left;
}
.anchorLink ul li.ank1,
.anchorLink ul li.ank2,
.anchorLink ul li.ank3,
.anchorLink ul li.ank4,
.anchorLink ul li.ank5,
.anchorLink ul li.ank6 {
	margin-bottom: 10px;
}
.anchorLink ul li.ank1,
.anchorLink ul li.ank2,
.anchorLink ul li.ank4,
.anchorLink ul li.ank5 {
	margin-right: 10px;
}
.anchorLink ul li a {
	display: block;
	height: 33px;
	width: 202px;
	line-height: 35px;
	text-decoration: none;
	padding-left: 5px;
	border: 1px solid #CCE699;
	font-size: 12px;
	font-weight: bold;
}
.anchorLink ul li a:hover {
	background-color: #FFFFCC;
}

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

	Q and A

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

/* h4 -------------*/
h4 {
	background-image: url(../_img/faq/icon_q.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
/* .miniSec p -------------*/
.miniSec p {
	background-image: url(../_img/faq/icon_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}


/* clearfix
---------------------------------------------------------------------------------------------*/
.anchorLink ul:after,
.miniSec:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.anchorLink ul,
.miniSec
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html .anchorLink ul,
* html .miniSec
	{ height: 1%; }
.anchorLink ul,
.miniSec
	{ display: block; }
/* End hide from IE-mac */

