@charset "UTF-8";

html {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",Meiryo,sans-serif;
	font-feature-settings: "palt" 1;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

.fa:before {
	content: "\f0da";
	font-family: fontawesome;
	margin-right: 5px;
}
.cf {zoom:1;}
.cf:before,.cf:after {
	content: "";
	display: table;
}
.cf:after {clear: both;}



/*-------------------------
*MAIN STYLE
-------------------------*/
body {background: #045ebf;}

header {
	width: 100%;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	background:#02264c;
}
#contents {
	width: 100%;
	padding-top: 50px;
}
#contents h1 {
	width: 60%; max-width: 200px;
	margin: 0 auto 20px;
}
#contents h1 img {
	width: 100%; height: auto;
}
#contents h2 {
	font-size: 1.8rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#contents h2 span {font-size: 1.4rem;}

ul#mainMenu {
	width: 90%;
	margin: 0 auto 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
ul#mainMenu li {
	width: 200px; height: 200px;
	display: inline-block;
	text-align: center;
	margin: 0 5px 10px;
}

ul#mainMenu li a {
	font-size: 1.2rem;
	font-weight: bold;
	color: #045ebf;
	width: 100%; height: 100%;
	display: block;
	background: #FFF;
	border: solid 2px #217bdb;
	box-shadow: 0 0 8px rgba(0,0,0,0.45);
	padding: 20px 0px;
	transition: all 0.6s;
	position: relative;
}
ul#mainMenu li div {
	padding-top: 10px;
}
.siteName {
	font-size: 1.2rem;
	font-weight: bold;
	color: #045ebf;
	margin-bottom: 10px;
}

.nenrei {
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFF;
	width: 160px;
	border-radius: 2.0rem;
	background: #045ebf;
	padding: 5px 10px;
	position: absolute;
	left: 20px;	bottom: 20px;
}
#kaisan a:hover,#copyLink a:hover,#mainMenu li a:hover,.press a:hover {
	color: #FFF;
	background: #31beff;
	border: solid 2px #FFF;
}


#mgtEnter {
	width: 90%; max-width: 700px;
	margin: 0 auto 20px;
	background: #FFF;
}
#mgtEnter a img {
	width: 100%; height: auto;
	box-shadow: 0 0 8px rgba(0,0,0,0.45);
}
#mgtEnter a {transition: all 0.6s;}
#mgtEnter a:hover {opacity: 0.6;}


.press a {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 50px;
	color: #045ebf;
	width: 90%; max-width: 700px;
	height: 50px;
	text-align: center;
	display: block;
	background: #FFF;
	border: solid 2px #217bdb;
	box-shadow: 0 0 8px rgba(0,0,0,0.45);
	margin: 0 auto 5px;
	transition: all 0.6s;
}

ul#subSite {
	width: 90%; max-width: 700px;
	margin: 0 auto 20px;
	display: flex;
	flex-direction: column;
}
ul#subSite li {margin-bottom: 10px;}
ul#subSite li a {transition: all 0.7s;}
ul#subSite li a:hover {opacity: 0.5;}

ul#subSite li img {
	width: 100%; height: auto;
	box-shadow: 0 0 8px rgba(0,0,0,0.45);
}

footer {}
#count {
	width: 300px; height: 45px;
	margin: 0 auto 10px;
}
#enterAtt {
	text-align: center;
	width: 90%; max-width: 980px;
	margin: 0 auto 20px;
	padding: 8px;
	border-radius: 5px;
	background: rgba(255,255,255,1.0);
}
#enterAtt p {
	font-size: 1.4rem;
	line-height: 1.5;
}
#enterAtt p span {
	color: #48a0ff;
}

address {
	font-size: 1.4rem;
	line-height: 1.5;
	font-style: normal;
	color: #FFF;
	text-align: center;
	padding: 6px 0;
	background:#02264c;
}