@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


/* ---------- globalNav ---------- */
#globalNav ul li#navi-faq a{
	width: 135px;
	background: url(../../images/common/globalNav.jpg) no-repeat -612px -47px;
}

/* ---------- service ---------- */
#main-pho h1{
	background-image: url(../../images/faq/main_pho_s.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 155px;
	text-indent: -9999px;
}

h2{
	font-size: 20px;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 6px;
}

/* IE7以下のみ適用 */
*+html h2{
	padding-top: 2px;
}

/* IE6以下のみ適用 */
* html h2{
	padding-top: 2px;
}

.faq-box{
	margin-bottom: 30px;
	border: 1px solid #CED6C2;
	background-color: #FAFBF9;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -20px;
}
