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

.wrap{
	width:100%;
	max-width:920px;
	margin:0 auto;
	text-align: center;
}
.mb_30{margin-bottom:30px;}
table{
	width:100%;
	border-top:solid 2px #00A5E3;
	border-left:solid 2px #00A5E3;  
	font-size: 1.2em;
}
td,th{
	padding:5px;
	border-bottom:solid 2px #00A5E3;
	border-right:solid 2px #00A5E3;
}
th{
	background-color: #00A5E3;
	color: #FFFFFF;
	border-right:solid 2px #FFFFFF;  
	border-bottom:solid 2px #FFFFFF;  
}
.bg{
	background-color: #F6F9E4;
	
}
.green{
	color: #00913A;
}
.blue{
	color: #0089E1;
}
footer{
	text-align: center;
	background-color:#00A5E3;
	padding:10px 0px;
  position: sticky;
 bottom: 0;
}
button{
	margin:5px 0px;
}
.block_sp{
	text-align: center;
}
@media screen and (max-width: 580px) {
	.sp_hide{display: none;}
	.block_sp{
	text-align: left;
}
	
}
	</pre></body></html>