@charset "utf-8";

/*------------------------------------------------------------------------------
JAC Recruitment Co., Ltd. - CSS Modules Import
Date: 2010-03-31
Copyright (C) JAC Recruitment Co., Ltd. All Rights Reserved.
------------------------------------------------------------------------------*/



/* ----------------------------------------

POP UP COMMON

---------------------------------------- */

/* ----------------------------------------

Redefine

---------------------------------------- */

html {
	background: url(../image/bg_body_01.png) 0 0 repeat;
}

body {
	line-height: 1.5;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
}

a:link {
	text-decoration: none;
	color: #808080;
}

a:visited {
	text-decoration: none;
	color: #808080;
}

a:hover,
a:visited:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color: #808080;
}

/* -- 必要な箇所だけに指定する場合は削除 -- */

img {
	vertical-align: bottom;
}

/* ----------------------------------------

IE6,7 で font-size 11px を使用する場合は日本語フォントを明示的に指定する
使用しない場合は削除

---------------------------------------- */

* html body,
* html body input,
* html body select {
    font-family: 'ＭＳ Ｐゴシック', Arial, Helvetica, Sans-Serif;
}

*:first-child+html body,
*:first-child+html body input,
*:first-child+html body select {
    font-family: 'メイリオ','ＭＳ Ｐゴシック', Arial, Helvetica, Sans-Serif;
}


div#Container {
	width: 500px;
	margin: 0 auto;
	padding: 0 50px 20px 50px;
	background-color: #fff;
	font-size: 92.4%; /* fontsize 12px */
} 

div#Main {
	padding: 35px 0;
}

/* ----------------------------------------

MAP

---------------------------------------- */

ul#MapSubNav {
	_zoom: 1;
	text-align: right;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 83.4%;
}

ul#MapSubNav li {
	background: url(../image/line_stripe_01.png) 100% 0 repeat-y;
	padding: 10px;
	display: inline;
	margin-right: -2px;
	text-transform: uppercase;
} 


/* BtnZoom */

ul#BtnZoom {
	text-align: right;
	margin-top: 5px;
}

ul#BtnZoom li {
	display: inline;
	background: url(../image/icon_zoom_01.png) 0 50% no-repeat;
	padding: 5px 0 5px 20px;
	color: #808080;
}

ul#BtnZoom li.ZoomOut {
	background-image: url(../image/icon_zoom_02.png);
}

/* Address */

div#Address {
	margin-top: 20px;
}

div#Address h1 {
	color: #0088ce;
	font-size: 150%;
	font-weight: 700;
}

div#Address dl dt {
	width: 5em;
	clear: left;
	float: left;
}

div#Address dl dd {
	padding: 0 0 0 6em;
	_text-indent: -3px; /* IE6 */
}


div#Address dl dd p span {
	margin-left: 5px;
}

div#Address dl dd p span.Tel {
	margin-left: 0;
}

/* ----------------------------------------

recruiting/entry

---------------------------------------- */

div.TxtAria{
	width: 470px;
	height: 565px;
	margin-bottom:20px;
	padding: 15px;
	border: 1px solid #080808;
	background: #fff;
	overflow-y:scroll;
}

/* -- TitStyle -- */

.TitStyleEntry {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 116.7%;  /* 14px */
	color: #0088ce; /* blue text */
}

.m_Bottom{
	margin-bottom: 18px;
}

/* ----- privacy ------- */

div.PrivacyBox{
	margin-bottom: 15px;
}

div.LftBox{
	float: left;
	width: 265px;
	font-size: 87.5%;
}

div.LftBox img{
	float: left;
}

div.LftBox p{
	float: right;
	width: 175px;
	padding-top: 25px;
}

p.RigBox{
	float: right;
	width: 165px;
}

dl.PrivacyList{
}

dl.PrivacyList dt{
	margin-bottom: 5px;
	font-weight: 700;
	color: #808080;
}

dl.PrivacyList dd{
	margin-bottom: 20px;
}

dl.PrivacyList dd ul{
	margin: 0 0 20px;
	padding: 0 0 0 30px;
}

dl.PrivacyList dd ul li{
	list-style-type: decimal;
}

div.Prof{
	font-size: 92.4%;
}

p.EntryBtn{
	text-align: center;
}

p.EntryBtn input{
	padding: 5px 15px;
	border: 1px solid #fff;
	background: #808080;
	color: #fff;
	font-size: 116.7%; /* 14px */
	font-weight: bold;
}


/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div.Foothold div#Main dl.FootholdSec:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div.Foothold div#Main dl.FootholdSec {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div.Foothold div#Main dl.FootholdSec {
	zoom: 1;
}


/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div.Foothold div#Main dl.FootholdSec:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div.Foothold div#Main dl.FootholdSec {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div.Foothold div#Main dl.FootholdSec {
	zoom: 1;
}