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


/*ここでは
	newsrelease
	などを記述します
*/

.newsrelease{
	padding-bottom: 40px;
	}
.newsrelease a{
	text-decoration: underline;
	}

table.res_gray{
	margin-bottom: 0;
	display: none;
	font-size: 1.6rem;
	}
table.res_gray th{
	width: 14em;
}
table.res_gray th,
table.res_gray td {
  border-color: #d8d8d8;
}

/*
table.res_gray th{
	font-weight: normal;
	padding: 15px 2%;
	letter-spacing: 0;
	}
table.res_gray td{
	padding: 15px 2%;
	}*/

@media screen and (max-width: 990px) {

}


@media screen and (max-width: 768px) {
	table.res_gray{
		font-size: 1.25rem;
	}
	table.res_gray th{
		width: auto;
		font-size: 1.1rem;
	}
	
}


.year_box table{
	}
.year{
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	background: #d8d8d8 url(../img/open.png) no-repeat right 1em center / auto 2.3em;
	padding: 1em 1em 0.8em;
	cursor: pointer;
	margin-bottom: 0;
	}
.year.open{
	background: #d8d8d8 url(../img/close.png) no-repeat right 1em center / auto 2.3em;
	}

@media screen and (max-width: 990px) {
}
@media screen and (max-width: 768px) {
}


.bet{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.bet .bnr{
	flex-basis: 24rem;
}

@media screen and (max-width: 990px) {

}
@media screen and (max-width: 768px) {
	.bet{
		flex-wrap: wrap;
	}
}



@media screen and (max-width: 990px) {
}
@media screen and (max-width: 768px) {
}



@media screen and (max-width: 990px) {
}
@media screen and (max-width: 768px) {
}
</pre></body></html>