@charset "utf-8";
/* CSS Document */

/*=============================================================

	reset CSS

============================================================= */  
html {
	background: #ffffff;
	color: #333;
	font-size: 16px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
 *font-size:small;
 *font:x-small;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
	min-width: 1135px;
}
img {
	border: 0px;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
	font-size: 100%;
}
div, p, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 1.6;
}
ul, dl, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Verdana, Helvetica, sans-serif;
}
* html input, * html textarea, * html select {
	font-size: 100%;
	font-family: "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Verdana, Helvetica, sans-serif;
} /* IE6 */
*+html input, *+html textarea, *+html select {
	font-size: 100%;
	font-family: "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Verdana, Helvetica, sans-serif;
} /* IE7 */
table {
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: inherit;
	font: 100%;
	margin: 0;
	padding: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
caption {
	text-align: left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
*html pre, *html code, *html kbd, samp, *html tt {
	font-size: 108%;
	line-height: 100%;
} /* IE6 */
*+html pre, *+html code, *+html kbd, samp, *+html tt {
	font-size: 108%;
	line-height: 100%;
} /* IE7 */
.none {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clearfixSec {
	overflow: hidden;
}
* html .clearfixSec {
	height: 1%;
}
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #3098ff;
	text-decoration: none;
}
a:hover {
	color: #3098ff;
	text-decoration: underline;
}
a:active {
	color: #3098ff;
	text-decoration: underline;
}
/*=============================================================

	ヘッダ CSS

============================================================= */
#header {
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
#header #header_inner {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 12px;
	text-align: left;
}
#header #header_inner p {
	color: #666666;
	font-size: 75%;
	line-height: 18px;
}
#header #header_inner p img {
	vertical-align: baseline;
}
/*=============================================================

	フッタ CSS

============================================================= */
#footer {
	width: 100%;
	border-top: 1px solid #cccccc;
}
#footer #footer_inner {
	width: 980px;
	margin: 0 auto;
	padding: 25px 0 30px;
	text-align: left;
}
#footer #footer_inner ul li {
	display: inline;
	margin: 0 20px 0 0;
}
#footer #footer_inner ul li.recruit-logo {
	float: left;
}
#footer #footer_inner ul li.business-logo {
	float: right;
}


/* 戻る */
#page-top {
	width: 51px;
	height: 249px;
	position: fixed;
	right: 0;
	bottom: 247px;
}
#page-top a {
	display: block;
	width: 51px;
	height: 249px;
	background-image: url(../img/sprite/button.png);
	background-position: -330px 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#page-top a:hover {
	background-position: -381px 0;
}
/*=============================================================

	コンテンツ CSS

============================================================= */
div.section {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}