@charset "UTF-8";
/*----------------------------------------
■基本・共通
----------------------------------------*/
body {
	text-align: center;
	background: #FFFFFF url(../img/bg.jpg) repeat-y center top;
	font-size: 12px;
	line-height: 170%;
	color: #000;
	margin: 0px;
	padding: 0px;
	/*通常*/
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";	/*フォント変更
	font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', san-serif;*/
}
a:link {
	color: #0080ff;
	text-decoration: underline;
}
a:visited {
	color: #0080ff;
	text-decoration: underline;
}
a:hover {
	color: #0080ff;
	text-decoration: none;
}
a:active {
	color: #0080ff;
	text-decoration: none;
}
img {
	border: 0px;
}

/*リンク時の画像透過設定*/
a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.6; /* Firefox */
	filter: alpha(opacity=60); /* IE6/7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}

/*----------------------------------------
■レイアウト
----------------------------------------*/
#header {
	width: 948px;
	text-align: left;
	margin: 0px auto;
}
#container {
	clear: both;
	width: 948px;
	text-align: left;
	margin: 0px auto;
	padding-top: 10px;
}
#main {
	float: left;
	width: 635px;
	text-align: left;
	margin-left: 24px;
	padding-top: 20px;
}
#sidebar {
	float: right;
	width: 230px;
	text-align: left;
	margin-right: 24px;
	padding-top: 20px;
}
#footer {
	clear: both;
	width: 948px;
	text-align: left;
	margin: 0px auto;
	padding-top: 31px;
	background: #f2f3f4 url(../img/fotter-bg.jpg) repeat-x left top;
}

/*----------------------------------------
■Ｈタグ
----------------------------------------*/
h1 {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #98a1a9;
	padding: 3px 23px 6px 0;
	background: #f2f3f4 url(../img/h1-bg.jpg) repeat-x left bottom;
	margin: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0 0 20px 0;
	padding: 0px;
}
h4 {
	font-size: 16px;
	color: #0062BB;
	background: #F2F3F4 url(../img/mark01.jpg) repeat-y left top;
	margin: 20px 0px;
	padding: 5px 15px;
}

/*----------------------------------------
■ヘッダ
----------------------------------------*/
/*グローバルナビゲーション*/
.globalNavi {
	clear: both;
	width: 948px;
	height: 47px;
	margin: 0 auto;
}
.globalNavi ul {
	margin: 0px;
	padding: 0px;
}
.globalNavi li {
	font-size: 0px;
	line-height: 0px;
	float: left;
	list-style-type: none;
}

/*サブナビゲーション*/
.subNavi {
	float: right;
	margin-right: 30px;
	margin-top: 28px;
}
.subNavi a:link {
	color: #000;
	text-decoration: none;
}
.subNavi a:visited {
	color: #000;
	text-decoration: none;
}
.subNavi a:hover {
	color: #000;
	text-decoration: underline;
}
.subNavi a:active {
	color: #000;
	text-decoration: underline;
}

/*----------------------------------------
■メイン
----------------------------------------*/
/*コンテンツ紹介*/
.subContents {
	width: 178px;
	height: 175px;
	background: url(../img/sub-bg.jpg) no-repeat left top;
	padding: 0 0 0 18px;
	margin: 30px 15px 0 0;
	float: left;
}

/*ページアップ*/
.pageup {
	clear: both;
	text-align: right;
	padding: 10px 29px 9px 0px;
	margin: 0px auto;
}

/*表01*/
.tb01 th {
	text-align: left;
	vertical-align: top;
	border-right: solid 2px #069;
	border-bottom: solid 1px #ccc;
}
.tb01 td {
	vertical-align: top;
	border-bottom: solid 1px #ccc;
}
/*表02*/
.tb02 table {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.tb02 th {
	text-align: left;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #eaeaea;
}
.tb02 td {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

/*表03*/
.tb03 table {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.tb03 th {
	text-align: center;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #eaeaea;
}
.tb03 td {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	vertical-align: top;
}

/*キャプション*/
.caption {
	color: #0062BB;
	text-align: center;
	background: #DAE9FC;
}

/*定義リスト（採用）*/
dt {
	font-size: 14px;
	font-weight: bold;
	color: #0062BB;
}
dd {
	padding-bottom: 20px;
}

/*フォーム関連*/
.formfield th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-right: 3px solid #069;
	border-bottom: 1px solid #ccc;
	background: #eaeaea;
}
.formfield td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

/*----------------------------------------
■サイドバー
----------------------------------------*/
/*採用情報ボタン背景指定
.recruitBtn{
	background: url(../img/sidebar-recruit-bg.jpg) no-repeat left top;
	padding: 22px 0 44px 0;
	text-align: center;
}*/
/*採用情報ボタン非表示時背景指定*/
.lastBtn{
	background: url(../img/sidebar-recruit-bg.jpg) no-repeat left top;
	padding: 0 0 20px 0;
	text-align: center;
}

/*----------------------------------------
■フッタ
----------------------------------------*/
/*テキストナビゲーション*/
.textNavi {
	clear: both;
	text-align: left;
	padding-left: 10px;
}
.textNavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.textNavi ul li {
	display: inline;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 12px;
	border-right: 1px solid #b0d4f8;
}
.textNavi a:link {
	color: #0080ff;
	text-decoration: none;
}
.textNavi a:visited {
	color: #0080ff;
	text-decoration: none;
}
.textNavi a:hover {
	color: #0080ff;
	text-decoration: underline;
}
.textNavi a:active {
	color: #0080ff;
	text-decoration: underline;
}

/*アドレス*/
address {
	clear: both;
	text-align: left;
	font-size: 16px;
	line-height: 170%;
	font-style: normal;
	margin: 0px auto;
	border-left: 7px solid #bdbdbe;
	margin: 26px 0px 45px 32px;
	padding-left: 12px;
}

/*コピーライト*/
#copy {
	clear: both;
	text-align: left;
	background: #bdbdbe;
	font-size: 12px;
	line-height: 100%;
	color: #7a7a7a;
	padding: 10px 0 13px 22px;
	margin: 0px auto;
}
#copy a:link {
	color: #7a7a7a;
	text-decoration: none;
}
#copy a:visited {
	color: #7a7a7a;
	text-decoration: none;
}
#copy a:hover {
	color: #7a7a7a;
	text-decoration: underline;
}
#copy a:active {
	color: #7a7a7a;
	text-decoration: underline;
}

/*----------------------------------------
■装飾
----------------------------------------*/
/*文字サイズ*/
.font16 {
	font-size: 16px;
	line-height: 170%;
}
.font14 {
	font-size: 14px;
	line-height: 170%;
}
.font12 {
	font-size: 12px;
	line-height: 170%;
}
.font10 {
	font-size: 10px;
	line-height: 170%;
}

/*文先頭１文字下げ（主に※印付きの文章等に使用）*/
.cap {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

/*中央寄せ、左寄せ、右寄せ*/
.algC {
	text-align: center;
}
.algL {
	text-align: left;
}
.algR {
	text-align: right;
}

/*回り込み（左、右）*/
.floatL {
	float: left;
}
.floatR {
	float: right;
}

/*写真の回り込み*/
/*（写真を左側に挿入する場合）*/
.ptFloatL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*（写真を右側に挿入する場合）*/
.ptFloatR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*回り込み解除*/
.clear {
	clear: both;
}

/*区切り線（主に回り込み解除に使用）*/
hr {
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	visibility: hidden;
}

/*余白の各種設定*/
/*（20px）*/
.pdgALL20 {
	padding: 20px;
}
.pdgLR20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pdgTB20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pdgL20 {
	padding-left: 20px;
}
.pdgR20 {
	padding-right: 20px;
}
.pdgT20 {
	padding-top: 20px;
}
.pdgB20 {
	padding-bottom: 20px;
}
/*（10px）*/
.pdgALL10 {
	padding: 10px;
}
.pdgLR10 {
	padding-left: 10px;
	padding-right: 10px;
}
.pdgTB10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pdgL10 {
	padding-left: 10px;
}
.pdgR10 {
	padding-right: 10px;
}
.pdgT10 {
	padding-top: 10px;
}
.pdgB10 {
	padding-bottom: 10px;
}

/*文字と画像を垂直方向中央に整列（画像にスタイルを適用）*/
/*（画像左に余白）*/
.midR {
	vertical-align: middle;
	margin-left: 5px;
}
/*（画像右に余白）*/
.midL{
	vertical-align: middle;
	margin-right: 5px;
}
/*（画像両横に余白）*/
.midLR {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

/*マーカー（文字装飾）*/
.marker {
	font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', san-serif;
}
.marker01 {
	color: #CC0000;
}
.marker02 {
	color: #0062BB;
}
.marker03 {
	background: #F1FCFB;
}

/*枠線（囲み線）*/
.enc01 {
	border: 1px solid #CCCCCC;
}

/*一切の装飾無し*/
.noneStyle {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	background: url(none);
	border: 0px;
}
