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

@media screen and (max-width: 640px) {
/*--------------------------------------------------------------------------------*/
/* overlay Menu */
/*--------------------------------------------------------------------------------*/

#OverlayBox{
        display: none;
        width: 100%;
		max-width:640px;
		height:100%;
		position: absolute;
		overflow:auto;
        top: 0%;
        z-index: 1000;
        background: rgba(0,0,0,0.85);
    }
	
#OverlayBox .OverlayInnerBox{
	padding:70px 3% 20px;
	}
	
#OverlayBox p.Title{
         background: #ffffff;
		 width:94%;
		 padding:5px 3%;
    }
	
#OverlayBox a{
	display:block;
	color:#FFF;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	padding:0 0px;
	border-bottom:1px solid #888888;
}


#OverlayBox .CloseBox{
	position:fixed;
    top: 0%;
	left:0%;
	right:0%;
	z-index: 10000;
	background: rgba(0,0,0,0.85);
	}

#OverlayBox p#CloseBtn{
	float:right;
	background:#4dc141;
	color: #ffffff;
	width:30%;
	font-size:17px;
	margin:10px 2% 10px 0px;
	text-align:center;
	padding:5px 0;
	border-radius: 5px;
	cursor: pointer;
}

 

/*--------------------------------------------------------------------------------*/
/* Facebook Menu */
/*--------------------------------------------------------------------------------*/

#LeftMenu{
	position:absolute;
	left:-180px;/* メニューの横幅 smart.jsの20、21行目の数値も合わせる */
	width:180px;/* メニューの横幅 smart.jsの20、21行目の数値も合わせる */
	background-color:#32394a;
	top:0px;
	bottom:0px;
	z-index: 100;
}

#LeftMenu a{
	display:block;
	color:#FFF;
	height:44px;
	line-height:44px;
	vertical-align:middle;
	padding:0 10px;
	background: -moz-linear-gradient(bottom, #32394a, #394052);
	background: -webkit-gradient(linear, center bottom, center top, from(#32394a), to(#394052));
	border-top:1px solid #3e4555;
	border-bottom:1px solid #242a37;
	text-shadow: 0px 1px 0px #212631;  
}

/*--------------------------------------------------------------------------------*/
/* tab menu */
/*--------------------------------------------------------------------------------*/

.TabBox{width:100%; margin:0 auto;}

.tabNav li {
    float:left;
	width:33.3%;
	border-top:1px solid #888888;
	border-left:1px solid #888888;
}

.tabNav li.Last{border-right:1px solid #888888;}

.tabNav li a{
    display:block;
	color:#333333;
	padding:10px 3%;
	border-radius:5px;
	-webkit-border-radius:8px 8px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadada));
}

.tabNav li a.active{background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#4dc141)); color:#FFFFFF;}

.TabBox div.TabInnerBox{
    border:1px solid #888888;
	padding:15px 0px;
	width:99.8%;
}

/*--------------------------------------------------------------------------------*/
/* togmenu */
/*--------------------------------------------------------------------------------*/

.togmenu {display:none;}

.FBmenuBtn,
.menubtn{cursor:pointer; cursor:hand; width:80%; vertical-align:bottom;}

#menu ul {
width:95%;
margin: 0 auto;
	padding: 0;
	background:#4dc141;
}
#menu li {
	list-style: none;
	border-top: 1px dotted #fff;
}
#menu li a {
	padding: 10px 3%;
	display:block;
	text-decoration:none;
border:1px solid #4dc141;
box-sizing:border-box;
	color: #fff;
}


#menu li a:hover{background-color:#4dc141; opacity: 0.8;}


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