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


#modal-content {
	width: 100% ;
	margin: 0 0 0 0;
	padding: 0 0 10px ;
	background: #C7E5F0 ;
	position: fixed ;
	display: none ;
	z-index: 9999 ;
}
  
#modal-overlay {
	z-index: 9998 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: #C7E5F0;
	/*rgba( 0,0,0, 0.75 ); */
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}


/* プルダウンメニュー中身*/

.closemenu a {
	width:100%;
	display:block;
	height:40px;
	background:url(../img/btn_spclose.png) no-repeat 30px center;
	background-size:5%;
	text-indent:-9999px;
	padding:0 5%;
}
.spnav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index:100;
}
.spnav ul.mainnav { margin:0 40px;}
.spnav li {
	padding:0;
	margin:0;
	line-height:1;
	float:left;
}
li.mainnav01 { width:30%; margin-right:4.4%; margin-bottom:4.5%; }
li.mainnav02 { width:30%; margin-bottom:4.5%; }
li.mainnav03 { width:48%; margin-right:3%; margin-bottom:3%; }
li.mainnav04 { width:48%; margin-bottom:3%; }
li.mainnav05 { width:100%; margin-bottom:3%; margin-bottom:7.5%; }
	
.spnav ul.blognav {
	background:#47ADDF;
	padding:5% 40px 0;
	z-index: 9999 ;
}
.spnav ul.blognav li {
	float:left;
	width:50%;
	display:block;
	margin-bottom:5%;
}
.spnav ul.blognav li a {
	background:url(../img/icon_arrow_sp.png) no-repeat left center;
	background-size:3%;
	padding-left:6%;
	width:100%;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:120%;
	font-size: 14px;
}
	













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