@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
	reset
--------------------------------------------------*/

body, div, span, ol, ul, li, table, tr, th, td, dd, dt, dd, img, a, p, h1, h2, h3, h4, h5, h6, nav, header, footer, section, article {
  font-family: "Verdana", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ;
  padding: 0;
  margin: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

html, body {
  font-size: 13px;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #555;
}

html {
  overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

address,em,strong {
	font-style: normal;
	font-weight: bold;
}
img {
	border: 0;
	vertical-align: bottom;
}

/* clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a:link {
  color: #1D83D9;
  text-decoration: none;
}

a:visited {
  color: #1D83D9;
  text-decoration: none;
}

a:hover,
a:active {
  color: #1D83D9;
  text-decoration: underline;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}



/*------------------------------------------------
	header
--------------------------------------------------*/
#header {
	border-top: 6px solid #1eb9f0;
}
#header .inner {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	*zoom: 1;
}
#header .inner:after {
	content:".";display:block;height:0;clear: both;visibility:hidden;font-size:0;line-height:0;
}
#header #sitelogo,
#header .navi {
	float: left;
	margin-right: 5px;
}
#header #sitelogo {
	width: 109px;
}
#header .navi {
	padding-top: 9px;
	width: 130px;
}

/*------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	border-top: 3px solid #1eb9f0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footer .inner,
#footer #fnavi ul {
	overflow: hidden;
	*zoom: 1;
}
#footer .inner:after,
#footer #fnavi ul:after {
	content:".";display:block;height:0;clear: both;visibility:hidden;font-size:0;line-height:0;
}
#footer .inner {
	margin: 1px auto 0;
	padding-top: 13px;
	width: 970px;
}
#footer #fnavi {
	float: left;
	width: 300px;
}
#footer #fnavi ul li {
	float: left;
}
#footer .copyright {
	float: right;
	width: 246px;
}

/*------------------------------------------------
	contents
--------------------------------------------------*/
#contents {
	background-image: url(../img/bg_sky.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	padding: 49px 0 50px;
}
#contents .inner {
	width: 980px;
	clear: both;
	margin: 0 auto 30px;
}

/*------------------------------------------------
	layout
--------------------------------------------------*/

h1 {
  text-align: left;
  margin: 0 0 15px 0;
}

#cntbox {
  background: url(../img/career_boxbg.png) repeat-y;
}

.cntbox_top {
  height: 10px;
  background: url(../img/career_boxtop.png) no-repeat;
  line-height: 0;
  font-size: 0;
}

.cntbox_bottom {
  height: 10px;
  background: url(../img/career_boxbottom.png) no-repeat;
  line-height: 0;
  font-size: 0;
}

.cnt {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0;
}

h2 {
  display: block;
  background: url(../img/career_h2bg.png) repeat-y;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 6px 11px 20px;
  line-height: 1;
  margin: 0 0 10px 0;
  color: #0065CC;
}

.careerTable {
  width: 800px;
  line-height: 1.8;
}

.careerTable th {
  width: 160px;
  padding: 15px 15px 15px 24px;
  border-bottom: 1px solid #D3D9DD;
  background: url(../img/career_tablebg.png) no-repeat;
  vertical-align: top;
}

.careerTable td {
  padding: 15px;
  border-bottom: 1px solid #D3D9DD;
  vertical-align: top;
}

.mb40 {
  margin-bottom: 40px;
}





























