@charset "UTF-8";

img {
	width: 100%;
	transition: 0.2s;
}
a img:hover {
	opacity: 0.8;
	transition: 0.2s;
}

body {
	min-width: 1305px;
}

header {
	width: 100%;
	background: #fff;
	padding: 15px 0;
	border-bottom: 3px solid #000;
}
header > div {
	width: 980px;
	margin: 0 auto;
	display: flex;
}
header > div h1 {
	width: 210px;
	margin-right: 25px;
	padding-top: 28px;
}

header .navInfoLeft {
	display: flex;
	padding-top: 30px;
}
header .navInfoLeft li:first-child {
	width: 40px;
	margin-right: 12px;
}
header .navInfoLeft li:last-child {
	width: 60px;
}

header .navInfoRight {
	width: 110px;
	padding-top: 16px;
	margin-left: auto;
	margin-right: 15px;
}
header .navInfoRight > li:first-child {
	margin-top: 22px;
	width: 100%;
}
header .navInfoRight > li:first-child a {
	display: block;
	border: 1px solid #000;
	height: 40px;
	box-sizing: border-box;
	font-size: 15px;
	font-family: Myriad Pro;
	text-align: center;
	padding-top: 7px;
	transition: 0.2s;
}
header .navInfoRight > li:first-child a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
	transition: 0.2s;
}

header .navSponsor {
	display: flex;
}
header .navSponsor li:first-child {
	width: 100px;
	margin-right: 15px;
}
header .navSponsor li:first-child dl dt {
	margin-bottom: 8px;
}
header .navSponsor li:first-child dl dt img {
	width: 80px;
	margin: 0 auto;
	display: block;
}
header .navSponsor li:last-child {
	width: 100px;
}
header .navSponsor li:last-child dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
header .navSponsor li:last-child dl dt {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
header .navSponsor li:last-child dl dt img {
	width: 95px;
	margin: 0 auto;
	display: block;
}
header .navSponsor li:last-child dl dd {
	width: 100px;
}
header .navSponsor li:last-child dl dd:nth-child(n+3) {
	padding-top: 6px;
}



main {
	background: #f3eff8;
	padding-bottom: 100px;
}

.mvCont {
	width: 100%;
	height: 500px;
	background: url(../img/bg_mv.gif) no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 75px;
	z-index: 10;
}
.mvCont.detail {
	margin-bottom: 30px;
}
.mvCont h2 {
	width: 758px;
	position: absolute;
	top: 0;
	left: calc(50% - 104px);
}
.mvCont p {
	width: 477px;
	position: absolute;
	top: 0;
	left: calc(50% - 590px);
}


.entryCont {
	width: 980px;
	padding: 60px 0 0 0;
	margin: 0 auto 15px auto;
	background: #fff;
	border-top: 3px solid #000;
	box-sizing: border-box;
	position: relative;
}
.entryCont h2 {
	width: 519px;
	margin: 0 0 40px 0;
	padding-left: 310px;
}
.entryCont .entryList {
	padding: 0 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.entryCont .entryList li {
	width: 100%;
}
.entryCont .caution {
	margin-bottom: 30px;
	padding: 0 30px;
	box-sizing: border-box;
}
.entryCont .caution li {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.entryCont .caution li span {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #d6000f;
	padding: 1px 5px;
	margin-left: 5px;
}
.entryCont .notice {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin: 0 30px 10px 30px;
	background: #231815;
}
.entryCont .recruitment {
	width: 200px;
	position: absolute;
	top: -30px;
	left: 12px;
	z-index: 9999;
}

.bnrCont {
	width: 980px;
	margin: 0 auto 50px auto;
}

.dlCont {
	width: 980px;
	padding: 60px 0;
	margin: 0 auto;
	background: #fff;
	border-top: 3px solid #000;
	box-sizing: border-box;
}
.dlCont h2 {
	width: 558px;
	margin: 0 auto 40px auto;
}
.dlCont p {
	width: 776px;
	margin: 0 auto;
}

footer {
	background: #222;
}
.footTop {
	background: #000;
	padding: 50px 0;
}
.footTop ul {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
}
.footTop ul li {
	font-size: 18px;
	color: #fff;
	margin: 0 0 10px 0;
}
.footTop ul li:last-child {
	margin-bottom: 0;
}
.footBottom {
	padding: 20px 0;
}
.footBottom div {
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footBottom div ul {
	display: flex;
}
.footBottom div ul li:nth-child(-n+3) {
	width: 35px;
	margin-right: 20px;
}
.footBottom div ul li:nth-child(4) {
	width: 50px;
}
.footBottom div p small {
	color: #fff;
	font-size: 14px;
}






