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

body,html {
	width: 100%;
}

img {
	max-width: 100%;
	height:	auto;
}

.w1080 {
	width: 95%;
	margin: auto;
	position: relative;
}

.gmenu {
	display: none !important;
}


.footer {
	padding: 60px 0;
	text-align: center;
	background: #111111;
}


.flex {
}



.footer .left .footer_logo {
	margin-bottom: 20px;
}

.footer .left p {
	text-align: left;
	color: #FFF;
}

.footer .left {
	width: 95%;
	margin: 0 auto;
}

.footer .right {
	width: 95%;
	margin: 0 auto;
}

.footer .right ul li {
	margin: 20px auto;
}

.footer ul.footer_link {
	display: none !important;
}

.footer .copyright {
	font-size: 12px;
	text-align: center;
	color: #FFF;
}

#pageup {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#pageup img {
	width: 44px;
}

.pc {
	display: none !important;
}

aside {
	margin-bottom:10px;
}

aside nav {
	background: #24885a;
}
aside nav ul {
	margin: 0;
	list-style-type: none;
	width:100%;
}
aside nav ul li {
	width:25%;
	margin: 0;
	text-align: center;
}
aside nav ul li a{
	display: block;
	background:#dedede;
	margin:0;
	padding:10px 20px;
	border-right:1px solid #666;
	border-left: 1px solid #fff;
 	box-sizing:border-box;
	text-decoration: none;
}
aside nav ul li a:hover {
	background:#60d7a0;
}
aside nav ul li ul {
	display: none !important;
}

aside a, a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

article {
	width: 100%;
	margin:0px auto;
	background:#FFF;
	text-align:center;
	font-size:80%;
}

#logo2 {
	position:absolute;
	top:5px;
	left:5px;
}

