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

mainkcolor #008
subcolor #0e3da5
subColor #2E97D8 

reset 
default
link
コンテンツ（1カラム、2カラム）
カラムレイアウト
ヘッダー
グローバルナビ
パンくず
footer
----------------------------*/

/*---- reset----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
body{
	line-height:1.6;
}
html {
	overflow-y: scroll;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*, *:before, *:after {
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
 input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
 color: #888;
}
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
	appearance: none;
	-webkit-appearance: none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
caption, th {
	text-align: left;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:focus {
	outline: none;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
/*---- default ----*/
body {
	color: #000;
	-webkit-text-size-adjust: 100%;
}
p {
	margin: 0 0 1em 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
pre {
	margin: 1em 0;
	padding: 1em;
}
blockquote {
	background-color: #f3f3f3;
	padding: 1em 1em .5em 3em;
	margin-bottom: 1em;
	font-size: 1.000em;
	position: relative;
}
blockquote:before {
	content: "“";
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 500%;
	line-height: 1em;
	color: #999;
	position: absolute;
	left: 0;
	top: 0;
}
/*---- link ----*/
a:link, a:visited {
	color: #0e3da5;
	text-decoration: none;
}
a:hover, a:active {
	color: #2E97D8;
	text-decoration: none;
}

/*-----------------
カラムレイアウト
-------------------  */
div.columns {
	margin-top: 24px;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px 0;
	width: 100%;
}
div.columns >div {
	display: table-cell;
	position: relative;
	vertical-align: top;
	text-decoration: none;
	border: 4px solid #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns img {
	max-width: 100%;
	height: auto;
	padding: 0px 8px;
	float: none;
	margin: auto;
}
.columns >div img {
	display: block;
	margin: auto;
    margin-left: auto;
    margin-right: auto;
}
.columns p {
	padding: 8px;
}
div.columns >div h3 {
	position: relative;
	color: #fff;
	text-align: left;
	background-color: #aaa;
	margin: -4px -1px 1em 0px;
	padding: 8px 16px;
	border: none;
	font-size: 1.063em;
	z-index: 8;
}
.columns >div h3.maincolor {
	background-color: #008;
}
.columns >div h3.maincolor a:hover{
	color:#2e97d8;
}

/* 見出しを中央配置 */
div.columns >div h3.h3Cnt {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div.columns >div h3 a:link, div.columns >div h3 a:visited {
	color: #fff;
}
div.columns >div h3 a:hover, div.columns >div h3 a:active {
	color: #000;
}
/* リクルート */
div.columns >div h3.recframe {
	background-color: #2E97D8;
}
div.columns >div h3.recframe a:link, div.columns >div h3.recframe a:visited {
	color: #fff;
}
div.columns >div h3.recframe a:hover, div.columns >div h3.recframe a:active {
	color: #000;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: relative;
	width: 100%;
}
.header-inner {
	margin: 8px auto 16px;
	width: 980px;
}
.header-inner h1 {
	font-size: 0.688em;
	font-weight: 400;
}
.header-inner img {
	margin-top: 8px;
	left: 0px;
}

/*================================================
 *  グローバルナビ
 ================================================*/
nav {
	width: 100%;
	background-color: #008;
}
#gNav {
	width: 980px;
	height: 46px;
	margin: 0px auto;
}
#gNav a {
	line-height: 46px;
	vertical-align: baseline;
}
#gNav a:hover {
	text-decoration: none;
}
#gNav ul {
	margin: 0px;
	list-style: none;
}
#gNav li a {
	width: 180px;
	float: left;
	text-align: center;
	color: #fff;
	position: relative;
	transition: .3s;
}
#gNav li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 4px;
	background-color: #0000ff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#gNav li a:hover::after {
	width: 100%;
}
#gNav ul li a.homenav {
	width: 80px;
}
#gNav ul li a.homenav img {
	vertical-align: middle;
}

/*================================================
 *  スライダー
 ================================================*/
.flex-caption {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	text-shadow: #008 1px 1px 0px, #008 -1px 1px 0px,  #008 1px -1px 0px, #008 -1px -1px 0px;
	text-shadow: 0 -1px 6px rgba(0,0,136,1);
	width: 980px;
	padding: 10px;
	position: absolute;
	top: 140px;
	margin-left: 270px;
	text-align: center;
	color: #fff;
	/*background-color:rgba(0,0,136,.3);*/	
}

/*================================================
 *  コンテンツ
 ================================================*/
main {
	margin: 0px auto;
}
/*-----1カラム -----*/

.content {
	clear: both;
	margin: 16px auto;
	position: relative;
	width: 980px;
	text-align: left;
}
.content-inner {/*左右マージン32*/
	clear: both;
	margin-left: 32px;
	margin-right: 32px;
}
/*-----2カラム -----*/

.container {
	margin: 0px auto;
	width: 980px;
}
.container-toppage {
	margin: 60px auto 0px;
	padding: 0px 10px;
	width: 980px;
}
/* 会社情報 */
.side {
	float: left;
	width: 233px;
}
.contentColumn {
	float: right;
	width: 731px;
}
/* トップページ */
.sidebar {
	float: right;
	width: 220px;
	vertical-align: top;
	margin-top: 0px;
}
.newsArea {
	float: left;
	width: 730px;
	margin-bottom: 24px;
}
.container:after {
	content: "";
	clear: both;
}
#bnArea {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0px auto;
	height: 120px;
	background-color: #f3f3f3;
}
/*======= サイドメニュー ============*/
ul.sideNav {
	margin-top: 40px;
	list-style: none;
}
ul.sideNav li {
	position: relative;
	height: 52px;
	padding: 14px 16px;
	margin-bottom: 2px;
	width: 100%;
	border-bottom: 2px solid #ccc;
	box-sizing: border-box;
}
ul.sideNav li:first-child {
	border-top: 2px solid #ccc;
}
ul.sideNav li a {
	color: #000;
	display: block;
}
ul.sideNav li:hover {
	background-color: #f3f3f3;
}
/*================================================
 *  パンくず
 ================================================*/
#breadCrumbs {
	margin-bottom: 10px;
}
#breadCrumbs ul {
	list-style: none;
}
#breadCrumbs li {
	display: inline;
}
#breadCrumbs li a {
	height: 24px;
	text-align: center;
	padding: 4px 4px 0 8px;
	position: relative;
	margin: 0;
	font-size: 0.750em;
	text-decoration: none;
}
#breadCrumbs li:before {
	content: ">";
	font-size: 0.750em;
}
#breadCrumbs li:first-child:before {
	content: none;
}
/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	background-color: #f3f3f3;
}
.footNav {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.footNav ul {
	position: relative;
	float: left;
	left: 50%;
	margin: 0;
}
.footNav li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	padding: 0 20px;
	font-size: 0.813em;
	text-align: center;
}
.footNav li a {
	text-decoration: none;
	color: #008;
}
.footNav li a:hover {
	color: #2E97D8;
}
footer p {
	margin: 0;
}
.copyright {
	clear: both;
	padding: 0;
	margin-bottom: 0;
	font-size: 0.8rem;
	text-align: center;
}
