<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
/*** MENU ***/
#menu{
	position: fixed;
	height:100%;
	top:-100%;
  width: 100%;
	transition: top .3s;
	-webkit-transition: top .3s;
	z-index:1000;
	max-width: 640px;
	margin: 0 auto;
	background: rgba(9, 9, 9, 0.9);
}
#header_back img{
	vertical-align: top;
}
.fixed{ position:fixed; display:block;}

nav.close{
	display: none;
}
#menu a{
	text-decoration:none;
	color: #fff;
}
#menu_list{
	width:100%;
	height:100%;
	margin-right:auto;
	overflow-y:auto;
	-webkit-overflow-scrolling : touch;
}
.m_li_txt{
	margin: 0 auto;
	padding: 6px 0;
	box-sizing: border-box;
	font-size: 1.2rem;
	padding-left: 20px;
  border-left: solid 4px #f0d436;
}
.sub_tit{
	font-size: 1.2rem;
	border-bottom: solid 1px #333333;
}
.sub_tit:last-child{
	border-bottom: 0;
}
.sub_tit a{
	display: block;
	width: 100%;
	padding: 6px 0;
	padding-left: 30px;
	box-sizing: border-box;
}
.head_img img{
 vertical-align: top;
}
#h_menu_list1{
	display:none;
}
#menu_li_data{
	padding-bottom: 20px;
	box-sizing: border-box;
}
.m_li_deco{
	display: block;
	background: -moz-linear-gradient(top,rgba(38, 38, 38, 0.9) 0%,rgba(0, 0, 0, 0.9) 100%);
	background: -webkit-linear-gradient(top,rgba(38, 38, 38, 0.9) 0%,rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(38, 38, 38, 0.9) 0%,rgba(0, 0, 0, 0.9) 100%);
	padding: 4px 0;
	padding-left: 12px;
	box-sizing: border-box;
}
.m_li_deco2{
	width: 100%;
	display: table;
	background: -moz-linear-gradient(top,rgba(38, 38, 38, 0.9) 0%,rgba(0, 0, 0, 0.9) 100%);
	background: -webkit-linear-gradient(top,rgba(38, 38, 38, 0.9) 0%,rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(38, 38, 38, 0.9) 0%,rgba(0, 0, 0, 0.9) 100%);
	padding: 4px 0;
	padding-left: 12px;
	box-sizing: border-box;
}
.m_li_txt2{
	display: table-cell;
	margin: 0 auto;
	padding: 6px 0;
	box-sizing: border-box;
	font-size: 1.2rem;
	padding-left: 20px;
  border-left: solid 4px #f0d436;
}
.m_li_img{
	width: 10%;
	display: table-cell;
	vertical-align: middle;
}
.m_li_img img{
	vertical-align: top;
}
</pre></body></html>