@charset "utf-8";

/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ul {list-style: none;}
a {text-decoration: none;}

/*==================================
contents
====================================*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #323232;
	font-size: 14px;
	line-height: 1.5;
}

#container {
	width: 100%;
	padding: 0;
}

/*------------------
contents
-------------------*/

.header_top{
	display: flex;
	justify-content: center;
	height: 100px;
	background-color: #000099;
}
.relative{
	position: relative;
	width: 1350px;
	margin: auto;
}
.mo_apply{
	position: absolute;
	top: 380px;
	left: 200px;
}
.cv_box{
	position: relative;
	width: 950px;
	margin: 75px auto;
	text-align: center;
}
.cv_box ul{
	position: absolute;
	bottom: 38px;
	left: 40px;
	display: flex;
	justify-content: space-between;
	width: 875px;
}
.contents{
	width: 100%;
	text-align: center;
}

/*--------------------------------
footer
---------------------------------*/

footer {
	background-color: #000099;
	margin-bottom: 150px;
	height: 42px;
}
footer p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
}

/*追記 動的な動き*/

a img {transition: 0.3s ease-in-out;}
a:hover img {opacity: 0.6;}

/*-------------------------
固定フッター
--------------------------*/

#footerArea {
	position: fixed !important;
	bottom: 0px;
	width: 100%;
	height: 95px;
	background-color: #28BEFF;
	z-index: 10000;
}
.footerbanner ul {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 14px auto 0 auto;
}
.footerbanner ul li:first-child {
	padding-right: 15px;
}
.footerbanner ul li:nth-child(2),.footerbanner ul li:nth-child(3),.footerbanner ul li:last-child{
	padding-top: 4px;
}
#pageTop{
	position: fixed;
	bottom: 98px;
	right: 100px;
}
#pageTop a{
	display: block;
	opacity: 0.7;
}
