@charset "utf-8";

/*---------------
header
------------------*/
#headerArea {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: none;
	background: url(/apply/entry/cmn/images/border.gif) 0 bottom repeat-x;
}

#headerArea::before {
	height: 9px;
}

#headerArea .inner {
	display: flex;
	align-items: center;
	width: 970px;
	height: 52px;
	margin: 0 auto;
	padding: 0 75px;
}

#headerArea .headerTopLeft {
	padding-right: 12px;
}

#headerArea .logo {
	float: left;
}

#headerArea .page-name {
	margin-top: 0;
	font-size: 17px;
}

/*---------------
footer
------------------*/
#footerArea {
	margin-top: 60px;
}

#footerArea .inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 80px 40px;
}

#footerArea .inner .in {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#footerArea .logo {
	width: 198px;
}

#footerArea .link-list {
	display: flex;
}

#footerArea .link-list li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #333;
	font-size: 0.7858rem/*11px*/;
}

#footerArea .link-list li.first-child {
	border: none;
}

#footerArea .link-list a {
	color: #039;
}

#footerArea .copyright {
	margin-top: 6px;
	font-size: 0.7858rem/*11px*/;
	text-align: right;
}
