@charset "UTF-8";

/* ================================================================= */
/*                                                                   */
/* ■よくある質問ページ　スタイル */
/*                                                                   */
/*================================================================== */



/* =================================================================
■サイドメニュー関連
================================================================= */

/* 第二階層タイトル指定 */
#faq #s-menu h3.lv2-t {
	background: url(/share/images/static/faq/h3-sm.gif) 0 0 no-repeat;
}

/* メニューの高さ */
#faq #s-menu .menu li a {
	height: 36px;
}

/* メニュー */
#faq #s-menu .menu ul {
	background: url(/share/images/static/faq/fa-menu.gif) 0 0 no-repeat;
}


/* よくある質問　共通 メニュー アクティブ */
#faq.fa_01 #s-menu .menu ul li.sm01 a {
	background: url(/share/images/static/faq/fa-menu-current.gif) 0 0 no-repeat;
}

#faq.fa_02 #s-menu .menu ul li.sm02 a {
	background: url(/share/images/static/faq/fa-menu-current.gif) 0 -37px no-repeat;
}

#faq.fa_03 #s-menu .menu ul li.sm03 a {
	background: url(/share/images/static/faq/fa-menu-current.gif) 0 -74px no-repeat;
}

#faq.fa_04 #s-menu .menu ul li.sm04 a {
	background: url(/share/images/static/faq/fa-menu-current.gif) 0 -111px no-repeat;
}

#faq.fa_05 #s-menu .menu ul li.sm05 a {
	background: url(/share/images/static/faq/fa-menu-current.gif) 0 -148px no-repeat;
}

#faq.fa_06 #s-menu .menu ul li.sm06 a {
	background: url(/share/images/static/faq/fa-menu-current.gif) 0 -185px no-repeat;
}

#faq.fa_07 #s-menu .menu ul li.sm07 a {
	background: url(/share/images/static/faq/fa-menu-current.gif) 0 -222px no-repeat;
}


/* よくある質問 メニュー マウスオーバー */
#faq #s-menu .menu ul li.sm01 a:hover {
	background: url(/share/images/static/faq/fa-menu-on.gif) 0 0 no-repeat;
}

#faq #s-menu .menu ul li.sm02 a:hover {
	background: url(/share/images/static/faq/fa-menu-on.gif) 0 -37px no-repeat;
}

#faq #s-menu .menu ul li.sm03 a:hover {
	background: url(/share/images/static/faq/fa-menu-on.gif) 0 -74px no-repeat;
}

#faq #s-menu .menu ul li.sm04 a:hover {
	background: url(/share/images/static/faq/fa-menu-on.gif) 0 -111px no-repeat;
}

#faq #s-menu .menu ul li.sm05 a:hover {
	background: url(/share/images/static/faq/fa-menu-on.gif) 0 -148px no-repeat;
}

#faq #s-menu .menu ul li.sm06 a:hover {
	background: url(/share/images/static/faq/fa-menu-on.gif) 0 -185px no-repeat;
}

#faq #s-menu .menu ul li.sm07 a:hover {
	background: url(/share/images/static/faq/fa-menu-on.gif) 0 -222px no-repeat;
}


/* =================================================================
■見出し
================================================================= */

h1.faq {
	background: url(/share/images/static/faq/h1.gif) 0 0 no-repeat;
}

h2.fa_01 {
    background: url(/share/images/static/faq/fa_01/h2.gif) 0 0 no-repeat; /* ツクステのご利用にあたって */
	}
	
h2.fa_02 {
    background: url(/share/images/static/faq/fa_02/h2.gif) 0 0 no-repeat; /* 会員登録・ログインについて */
	}
	
h2.fa_03 {
    background: url(/share/images/static/faq/fa_03/h2.gif) 0 0 no-repeat; /* 退会について */
	}
	
h2.fa_04 {
    background: url(/share/images/static/faq/fa_04/h2.gif) 0 0 no-repeat; /* 求人情報の検索について */
	}

h2.fa_05 {
    background: url(/share/images/static/faq/fa_05/h2.gif) 0 0 no-repeat; /* スカウト機能のご利用について */
	}

h2.fa_06 {
    background: url(/share/images/static/faq/fa_06/h2.gif) 0 0 no-repeat; /* 企業への応募について */
	}
	
h2.fa_07 {
    background: url(/share/images/static/faq/fa_07/h2.gif) 0 0 no-repeat; /* その他について */
	}
	
h3.h3-txt {
		color: #595959;
		font-weight: bold;
}

/* =================================================================
■ボックス他
================================================================= */

.sBox {
	width: 630px;
	padding: 20px 12px 0 13px;
	float: left;
}

/* ページトップへ */
.pt-faq {
	width: 0 auto;
	padding: 0 10px 5px 11px;
	float: right;
	background: url(/share/images/static/common/ico-g-arrowU.gif) 0 8px no-repeat ;
}

/* =================================================================
■リスト ('09.05.29追加)
================================================================= */
/*番号付リスト*/
/*リスト*/
.sBox ol,.sBox ul{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.sBox ol{
	list-style: decimal;
}

.sBox ul{
	list-style: disc;
}

.sBox li,.sBox li{
	padding: 3px;
	margin: 0px 0px 0px 25px;
}

