@charset "utf-8";
/**
 * 初期処理
 */
*{
  margin:0;
  padding:0;
}
ul,ol{list-style-type:none;}
a{
  color:#089ac4;
  text-decoration:none;
  outline:0;
}
a:hover{
}
#contents a:hover{text-decoration:underline;}
img{border:0;}
/**
 * 文字サイズ可変
 */
body{
  color:#47606d;
  width:100%;
  font-size:10px;
  _font-size:62.5%; /* for IE6 */
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,'ＭＳ Ｐゴシック',sans-serif;
  overflow-x:hidden;
  background:#fff url(../images/recruit/body_background.jpg) repeat-x center top;
}
*html h1,
*html h2,
*html #footer p{
  font-family:Verdana,'ＭＳ Ｐゴシック';
}
/**
 * レイアウト
 */
#inbox{
  width:710px;
  margin:0 auto;
  background:url(../images/recruit/inbox_background.png) repeat-y center top;
}
* html #inbox{
behavior: expression(IEPNGFIX.fix(this));
}
#header{
  position:relative;
  height:314px;
  background:url(../images/recruit/header_background.gif) no-repeat center top;
}
#contents{
  position:relative;
  width:700px;
  margin:0 auto;
  padding:20px 0;
  /*
  background:#d7e2e6 url(../images/recruit/contents_background.gif) repeat-x center top;
  */
  background:#d7e2e6;
}
#footer{
  width:700px;
  margin:0 auto;
  padding:0 0 20px;
  background:#d7e2e6;
  text-align:center;
}
/**
 * デフォルトフォントサイズ
 */
caption,th,td,input,textarea,select,dl,p{
  font-size:1.2em;
  line-height:1.5em;
}
/**
 * 汎用パーツ
 */
h1{
  width:100%;
  font-size:1em;
  text-align:center;
  position:absolute;
  left:0;
}

h2{
  font-size:1em;
  position:absolute;
  left:6px;
  z-index:5;
}
#prdSiteId{
  position:absolute;
  top:35px;
  left:55px;
}
#entryLink{
  display:block;
  width:150px;
  height:36px;
  position:absolute;
  right:40px;
  top:62px;
  z-index:25;
  text-indent:-9999px;
  background:url(NULL);
}
#topVisual{
  position:absolute;
  left:5px;
  bottom:0;
  z-index:20;
}
#contactBnr{
  position:absolute;
  right:32px;
  top:54px;
  z-index:20;
}
h3{
  position:absolute;
  top:-110px;
  left:30px;
  z-index:10;
}
p#cap{
  position:absolute;
  top:-80px;
  left:30px;
  z-index:10;
}
.error-message{
  font-weight:bold;
  background:#faf8df;
}
/**
 * グローバルナビ
 */
#gNav{
  position:absolute;
  left:35px;
  bottom:182px;
}
#gNav li{
  float:left;
  text-indent:-9999px;
}
#gNav li.nav{
  width:112px;
  height:38px;
}
#gNav li.nava{
  width:8px;
  height:38px;
}
#gNav li.nav a{
  display:block;
  width:112px;
  height:38px;
}
#gNavLeft{ background:url(../images/recruit/gnav_left_current.gif) no-repeat left top; }
#gNavRecruit{ background:url(../images/recruit/gnav_recruit_current.gif) no-repeat left top; }
#gNavEntry{ background:url(../images/recruit/gnav_entry_shadow.gif) no-repeat left top; }
#gNavRight{ background:url(../images/recruit/gnav_right_shadow.gif) no-repeat left top; }
/**
 * グローバルナビ
 */
h4{
  height:28px;
}
#list01{ background:url(../images/recruit/list01.jpg) no-repeat left top; }
#list02{ background:url(../images/recruit/list02.jpg) no-repeat left top; }
#list03{ background:url(../images/recruit/list03.jpg) no-repeat left top; }
#list04{ background:url(../images/recruit/list04.jpg) no-repeat left top; }
#list05{ background:url(../images/recruit/list05.jpg) no-repeat left top; }
#list06{ background:url(../images/recruit/list06.jpg) no-repeat left top; }
ul.list{
}
ul.list li.h4{
  width:632px;
  height:28px;
  margin:0 auto 20px;
  text-indent:-9999px;
  background:url(../images/recruit/h4_background.gif) no-repeat right top;
}
ul.list li.pr{
  width:632px;
  margin:0 auto 20px;
}
ul.list li.pr p{
  font-size:1.4em;
  margin:0 20px;
  padding:0 0 0 20px;
  background:url(../images/recruit/icon01.gif) no-repeat left 2px;
}
/**
 * wrapper
 */
#wrapper{
  margin:0 35px;
  padding:10px;
  background:#eef4f6;
}
#wrapper table{
  width:100%;
  border-collapse:collapse;
}
#wrapper th{
  width:15em;
  text-align:left;
  background:#d3e2ea;
}
#wrapper .ex{
  display:block;
}
#wrapper td{
  background:#d3e2ea;
}
#wrapper .ev{
  background:#eef4f6;	
}
p.check01{
  margin:0 35px 20px;
  padding:0 0 0 1.5em;
  background:url(../images/recruit/icon01.gif) no-repeat left 2px;
}
p#button{
  margin:20px;
  text-align:center;
}
p#button input{
  width:8em;
}
/**
 * clear
 */
.clear{
  text-indent:-9999px;
  height:0;
  font-size:0;
  line-height:0;
  clear:both;
}