@charset "UTF-8";
/* CSS Document */

body{
	font-family: 'Libre Baskerville', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #525252;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
html,
body {
	min-width: 1200px;
}
html * {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #525252;
}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #000000;
}
.inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
#wrapper {
	width: 100%;
	position: relative;
}

/* header */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 1200px;
	padding: 12px 0;
	background-color: rgba(255,255,255,.9);
	z-index: 9999;
	box-shadow: 0 4px 6px rgba(0,0,0,.1);
}
#header h1 {
	float: left;
	width: 76px;
	margin-left: 15px;
}
#header ul {
	float: left;
	overflow: hidden;
}
#header ul li {
	float: left;
}
#header .gNav {
	margin-left: 40px;
	padding-top: 25px;
	overflow: visible;
}
#header .gNav li {
	margin-left: 50px;
}
#header .gNav li a {
	padding: 5px 10px;
	text-align: center;
	position: relative;
}
#header .gNav li a:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: calc(50% - 15px);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	width: 30px;
	height: 4px;
	background-color: #E04332;
	display: block;
	transition: all .2s ease;
}
#header .gNav li a:hover:after {
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#header .snsLink {
	margin-left: 240px;
	padding-top: 20px;
}
#header .snsLink li {
	margin-left: 20px;
}
#header .snsLink li a {
	padding: 5px;
	color: #aaa;
	text-align: center;
	font-size: 24px;
}
#header .snsLink li a:hover {
	color: #000;
}

/* main */
#main {
	padding-bottom: 60px;
}
.blRed {
	font-size: 34px;
	margin-bottom: 30px;
	padding-left: 25px;
	line-height: 50px;
	border-left: 6px solid #E04332;
}

/* footer */
#footer {
	border-bottom: 2px solid #252A2B;
}
#footer .inFooter {
	padding: 40px 0;
	text-align: center;
	background-color: #252A2B;
	position: relative;
}
#footer .inFooter .fNav {
	margin-bottom: 40px;
}
#footer .inFooter .fNav li {
	display: inline-block;
	position: relative;
}
#footer .inFooter .fNav li + li {
	margin-left: 40px;
}
#footer .inFooter .fNav li + li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: 17px;
	background-color: #999;
}
#footer .inFooter .fNav li a {
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
}
#footer .inFooter .fNav li a:hover {
	color: #999;
}
#footer .inFooter .flogo {
	margin-bottom: 30px;
}
#footer .inFooter .infoBox p {
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
}
#footer .inFooter .pagetop {
	position: absolute;
	bottom: 20px;
	right: 50px;
	border-radius: 8px;
	overflow: hidden;
}
#footer .inFooter .pagetop a {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background-color: #E04332;
	cursor: pointer;
}
#footer .inFooter .pagetop a:hover {
	color: #333;
	background-color: #fff;
}
#footer .copyright {
	padding: 20px 0;
	background-color: #fff;
}
#footer .copyright p {
	font-size: 13px;
	text-align: center;
	line-height: 16px;
}










