@charset "utf-8";
/* CSS Document */


/* common setting */
header.nav-fixed > nav,
header.nav-fixed > nav:before,
body.nav > header > nav:before,
body.nav > header.nav-fixed > nav:before {
	box-shadow: none;
}
header.nav-fixed > nav:after {
	background: #424242;
}
header > h1 {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100vw;
	min-width: 1280px;
	height: 70px;
	text-align: center;
	padding-top: 15px;
	background: #fff;
	z-index: 10;
	border-bottom: 1px solid #c0c0c0;
	box-shadow: 0 4px 8px rgba(0,0,0,.2);
}
header > h1 > img {
	height: 40px;
	vertical-align: top;
}
header > div.contact-wrap {
	position: fixed;
	top: 74px;
	left: 0;
	width: 100vw;
	z-index: 10;
}
header > div.contact-wrap > div {
	width: 1280px;
	margin: 0 auto;
	text-align: right;
	padding: 0 40px;
}
header > div.contact-wrap > div > a.contact {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: rgb(234,234,234);
	font-size: 16px;
	color: rgb(89,89,89);
	white-space: nowrap;
	text-align: center;
	transition: all .4s;
	margin-right: 2px;
}
header > div.contact-wrap > div > a.contact:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 23px;
	background: url(../img/contact-icon.png) no-repeat;
	background-size: 30px 23px;
	vertical-align: middle;
	margin-left: 10px;
}
header > div.contact-wrap > div > a.contact:hover {
	opacity: .7;
}

main {	
	margin-top: 180px !important;
	position: relative;
}
header > #page-link {
	position: fixed;
	z-index: 10;
	top: 130px;
	left: 0;
	width: 100vw;
	min-width: 1280px;
	height: 60px;
	letter-spacing: -.4em;
	text-align: center;
}
header > #page-link > a {
	letter-spacing: normal;
	display: inline-block;
	width: 465px;
	height: 40px;
	line-height: 40px;
	background: rgba(255,255,255,1);
	border: 1px solid #c0c0c0;
	border-top: none;
	font-size: 18px;
	color: rgb(64,187,238);
	text-decoration: none;
	transition: all .4s;
	text-align: center;
	position: relative;
	cursor: pointer;
}
header > #page-link > a:first-child {
	box-shadow: -4px 4px 8px rgba(0,0,0,.2);
}
header > #page-link > a:last-child {
	box-shadow: 4px 4px 8px rgba(0,0,0,.2);
}
header > #page-link > a:first-child:before,
header > #page-link > a:last-child:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -1px;
	width: 100%;
	height: 1px;
	background: #fff;
	z-index: 10;
}
header > #page-link > a:first-child:before {
	left: 0;
}
header > #page-link > a:last-child:before {
	right: 0;
}
header > #page-link > a:hover {
	background: rgba(240,240,240,1);
}
article {
	border: none;
}
