@charset "utf-8";

/*------------------------------------------------------------------------------
	JAC Recruitment
	Date: 2008-10
	Date: 2009-06
	(C) JAC Recruitment Co., Ltd. All rights reserved.
------------------------------------------------------------------------------*/

/* =reset
--------------------------------------------------------- */
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,form,fieldset,legend,a,em,address,img {
	font-style: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	line-height: 1;
	list-style-type: none;
	}


/* =page structure
--------------------------------------------------------- */
body {
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 75%;
	text-align: center;
	color: #333;
	background: #fff;
	}

#skip {
	position: absolute;
	top: -10000px;
	}

#caution {
	width: 920px;
	padding: 10px 20px;
	margin: 20px auto;
	border: 1px solid #C00;
	text-align: left;
	color: #C00;
	background: #F6F6F6;
	}

#caution p {
	padding: 0;
	margin: 0 19px;
	}

#wrapper {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: #fff url(../../jac/imglib/bg_sub_01.png) 100% 0 repeat-y;
}
#index #wrapper {
	background: #FFF url("/jac/imglib/bg_masthead.gif") repeat-x 0 0;
}

#mainCol {
	clear: both;
	width: 690px;
	float: left;
	margin: 0;
	display: inline;
}

#subCol {
	width: 210px;
	float: right;
	margin: 0 0 20px;
	padding: 10px;
	display: inline;
	background: url(../../jac/imglib/bg_sub_02.png) 0 0 no-repeat;
}

#footer {
	clear: both;
	color: #FFF;
	background:#075e82;
	overflow: hidden;
	text-align:center;
}


/* =heading
--------------------------------------------------------- */
h1 {
	margin: 0 0 25px;
	}

h2 {
	font-weight: normal;
	margin: 0 0 20px;
	}

h3 {
 	font-size: 110%;
	line-height:1.5;
	}

h4 {
 	font-size: 110%;
	line-height: 1.5;
	}


/* =article
--------------------------------------------------------- */
p {
	line-height: 1.5;
	margin: 0 0 20px;
	}

address {
	float: right;
	margin: 10px 10px 10px 0;
	line-height: 1.5;
	font-family:Arial, Helvetica, sans-serif;
	}

dt,dd {
	line-height: 1.5;
	}

ol {
	margin: 0 0 0 25px;
	}

ol li {
	list-style-type: decimal;
	margin: 0 0 8px;
	line-height: 1.5;
	}

input {
	vertical-align: top;
	padding: 3px 5px;
	}

select {
	font-size: 93%;
	}

textarea {
	overflow: auto;
	}

strong,
em {
	line-height: 1.5;
	}

hr {
	display: none;
	}

img {
	vertical-align: top;
	}

a {
	line-height: 1.5;
	text-decoration: none;
	}

a:link {
	color: #026FD6;
	}

a:hover {
	color: #026FD6;
	text-decoration: underline;
	}

a:visited {
	color: #026FD6;
	}

table {
	width: 100%;
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
	margin: 0 0 20px;
	font-size: 100%;
	}

th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	font-size: 110%;
	}

td {
	vertical-align: top;
	line-height: 1.5;
	font-size: 110%;
	}


/* =#header
--------------------------------------------------------- */

div#header {
	padding: 13px 0 1px;
	background-color: #fff;
}
#index div#header {
	margin: 0 0 20px;
}

div#header #siteID {
	float: left;
	width: 160px;
	margin-bottom: 0;
}

div#header p#description {
	display: inline;
	float: left;
	width: 500px;
	margin: 0 0 0 20px;
	padding-top: 23px;
	overflow: hidden;
	line-height: 1.4;
	font-size: 100%;
	color:#618794;
	zoom: 1;
}
h1#description {
	width: 420px;
	line-height: 1.4;
	font-size: 100%;
	color:#618794;
	font-weight:normal;
	position:absolute;
	top:36px;
	left:180px;
}

div#header div#headerGroup01 {
	float: right;
	width: 370px;
}

div#headerGroup01 ul#headerNav,
div#headerGroup01 ul#headerBnr {
	text-align: right;
}

div#headerGroup01 ul#headerBnr {
	padding-top: 0;
}

div#headerGroup01 ul#headerNav li,
div#headerGroup01 ul#headerBnr li {
	display: inline;
}

div#headerGroup01 ul#headerNav {
	padding-top: 10px;
}
div#headerGroup01 ul#headerNav li {
	margin-left: 10px;
}

div#header div#headerGroup02 {
	float: right;
	width: 270px;
}

div#headerGroup02 ul#headerNav,
div#headerGroup02 ul#headerBnr {
	text-align: right;
}

div#headerGroup02 ul#headerBnr {
	padding-top: 0;
}

div#headerGroup02 ul#headerNav li,
div#headerGroup02 ul#headerBnr li {
	display: inline;
}

div#headerGroup02 ul#headerNav {
	padding-top: 10px;
}
div#headerGroup02 ul#headerNav li {
	margin-left: 10px;
}

div#header ul#globalNav {
	clear: both;
	padding-top: 10px;
}

div#header ul#globalNav li {
	display: inline;
	line-height: 1.0;
}

div#header img {
	vertical-align: bottom;
}


/* =common class
--------------------------------------------------------- */

.list01 li {
	padding-left: 13px;
	background: url(../../jac/imglib/icon_arrow_01.png) 0 0.2em no-repeat;
}

/* =#loginBox
--------------------------------------------------------- */
#loginBox {
	clear: both;
	width: 920px;
	margin: -20px 20px 18px;
	background: #F5F5F5;
	border-bottom: 1px solid #CECECE;
	overflow: hidden;
	min-height: 100%;
	font-size: 90%;
	}

#loginBox form h2 {
	width: auto;
	padding: 0 23px 0 7px;
	margin: 0;
	line-height: 23px;
	background: #DFDFDF url("../../jac/imglib/bg_mymenu.gif") no-repeat 100% 50%;
	float: left;
	}

#loginBox form #myMenu {
	margin: 3px 0 1px;
	width: auto;
	float: left;
	display: inline;
	}

#loginBox form dl,
#loginBox form dt,
#loginBox form dd,
#loginBox form p {
	width: auto;
	float: left;
	margin: 0;
	display: inline;
	}

#loginBox form dt {
	line-height: 17px;
	margin: 0 5px 0 10px;
	}

#loginBox form p {
	margin: 0 0 0 13px;
	}

#loginBox form input {
	border: 1px solid #CCC;
	width: 95px;
	padding: 0 !important;
	min-height: 15px;
	line-height: 1.1;
	}

#loginBox form input#memberID {
	min-height: 15px;
	height: 17px;
}

#loginBox form input#memberId {
	min-height: 15px;
	height: 17px;
}

#loginBox form input#password {
	min-height: 15px;
	height: 17px;
}

#loginBox form input#loginBtn {
	width: 75px;
	height: 16px;
	background: url("../../jac/imglib/btn_login.gif") no-repeat 0 0;
	display: block;
	border: none;
}

/* =#logoutBox
--------------------------------------------------------- */
#logoutBox {
	clear: both;
	width: 920px;
	min-height: 17px;
	margin: -20px 20px 0;
	border-top: 5px solid #F1F1F1;
	font-size: 90%;
	}

#logoutBox p {
	margin: 0;
/*	line-height: 1;*/
	}

#logoutBox p strong {
	display: block;
	width: 14.5em;
	background: #F1F1F1;
/*	line-height: 1;*/
	font-weight: normal;
	padding: 0 0 3px;
	float: right;
	text-align: right;
	}

#logoutBox p a {
	margin: 0 5px 0;
	padding: 0 0 0 15px;
	background: url("../../jac/imglib/arrow_square.gif") no-repeat 0 50%;
/*	line-height: 1;*/
	color: #333;
}


/* =#footer
--------------------------------------------------------- */
#footer div.innerFooter{
	width: 960px;
	margin:0 auto;
	text-align: left;
}

#footer ul {
	padding: 10px 0 0;
	margin: 0 0 5px;
	overflow: hidden;
	/* float: left; */
	}

#footer ul li {
	float: left;
	font-size: 92%;
	margin: 0 15px 0 0;
	padding: 0 0 0 10px;
	display:inline;
	background: url("/jac/imglib/arrow_white.gif") no-repeat 0 50%;
	}

#footer ul li a {
	color: #cccccc;
	}

#footer .copy {
	clear: both;
	font-size: 92%;
	color: #cccccc;
	margin:0 0 0;
	padding:0 0 5px;
	}
#footer .copy span {
	margin:0 10px 0 0;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	}

/* =#pop
--------------------------------------------------------- */
.pop #wrapper {
	width: 600px;
	padding: 20px 0;
	}

.pop .pkg{
	width: 500px;
	margin: 0 50px;
	}

.pop h1 {
	text-align: center;
	}

.pop h2 {
	font-size: 140%;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 6px 0 4px 15px;
	background: #F2F2F2 url("../../jac/imglib/bg_type_stripe3.gif") repeat-y 0 0;
	border: none;
	}

.pop h3 {
	color: #026FD6;
	}

.pop ol {
	margin: 0 0 20px 25px;
	font-size: 110%;
	}

.pop p {
	font-size: 110%;
	}

.pop p.caution {
	font-size: 90%;
	margin: 50px 0 20px;
	}


/* ----------------------------------------

clearfix (必要なければ消す)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

div#header:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* IE7
------------------------------- */

*:first-child+html div#header {
	zoom: 1;
}

/* Legacy IE
------------------------------- */

* html div#header {
	zoom: 1;
}


/* =EOF
--------------------------------------------------------- */
