<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{
	color: #000;
	font-size: 13px;
	line-height: 1.3;
}

#container{
	width: 100%;
	margin: 0;
	color: #FFF;
	background-color: #2e4942;
}

header{
	width: 100%;
	background-color: #ABCD03;
}

nav {
	width: 100%;
	background-color: #ABCD03;
	padding-top: 5px;
}

nav ul {
	text-align: center;
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}
nav ul li {
	width: 158px;
	padding-top: 2px;
	background-color: #FFF;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	float: left;
}
nav #top {
	background-color: #2e4942;
	border-bottom: 1px solid #2e4942;
}

nav ul img {
	width: 93%;
}

#contents {
	width: 100%;
	overflow: hidden;
}

h1 {
	margin: 5px 5px 0;
}
h1 img {
	width: 100%;
}


#friday_main {
	width: 100%;
	line-height: 0;
}

#friday_main ul {
	overflow: hidden;
}

#friday_main ul li img {
	width: 30%;
	margin: 0 5px;
	float: left;
}

#friday_main p img {
	width: 100%;
	margin-top: 5px;
}

#bbs {
	font-size: 12px;
	line-height: 1.4;
	padding: 5px;
	overflow: hidden;
}

#bbs h2 img {
	width: 100%;
}

#aco_ex {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.4;
	padding: 2px 8px;
}

#aco_ex2 {
	color: #FFFF00;
	font-size: 14px;
	line-height: 1.4;
	padding: 2px 8px;
}


#appi_body {
	width: 96%;
	margin: 10px auto 5px;
	overflow: hidden;
	line-height: 0;
}

#appi_body .appi_image {
	width: 41%;
	float: left;
	margin: 0;
}

#appi_body .appi_image img {
	width: 100%;
}

#appi_body .appi_contents {
	width: 56%;
	float: right;
	margin: 0 0 5px;
}
#appi_body .appi_contents img {
	width: 100%;
}

#button {
	clear: both;
	width:90%;
	margin: 0 auto;
	text-align:center;
	padding: 8px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;
	font-weight:bold;
	background: #FF0000 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#B30000)); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	display: block;
}

#button a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}


footer{
	clear: both;
	width: 100%;
}

footer address {
	background-color: #001901;
	color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	padding: 10px 0;
	width: 100%;
}

#footerImage {
	width: 96%;
	margin: 30px auto 0;
	overflow: hidden;
}

#footerImage #link_sitetop img {
	width: 35%;
	float: left;
}
#footerImage #link_pagetop img {
	width: 30%;
	float: right;
}


/*===== box =====*/

.box { overflow: hidden; }


/*===== clearfix =====*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* for IE 5.5-7 */
.clearfix {
	zoom:100%;
}

</pre></body></html>