<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.page_title{	margin-bottom: 30px;}

.list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list .cbox{
	position: relative;
	width: calc(100% / 4 - 2px);
	margin: 0 1px 15px 1px;
}
.list .cbox:hover{
	text-decoration: none;
}

.list .cbox .img{
	position: relative;
	overflow: hidden;
}
.list .cbox .img &gt; a, .list .cbox .img &gt; span{	display: block;position: relative;}
.list .cbox .img &gt; a:after,
.list .cbox .img &gt; span:after{
	content: '';
	display: flex;
	width: 100%;
	height: 50%;
	color: #333333;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.95);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.list .cbox .img img{
	width: 100%;
	height: auto;
}

.list .cbox .img .area_icon{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.list .cbox .img .area_icon:after{	display: none;}
.list .cbox .img .area_icon img{
	width: 60px;
	height: 60px;
}

.list .cbox .txt{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 0 10px 10px 10px;
	position: absolute;
	background: none !important;
	z-index: 2;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .cbox .txt a{	color: #ff6026;}

.list .cbox .icon_bg{
	width: 100%;
	margin: 0 0 5px 0;
}

.list .cbox .icon{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 13px;
	text-shadow: none;
	padding: 0 3px;
	border-radius: 2px;
}

.list .cbox .i_area{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 13px;
	text-shadow: none;
	padding: 0 3px;
	border-radius: 2px;
	background: #aefee3;
}
.list .cbox .i_area+.icon_bg{	margin-top: 3px;}

.list .cbox .name{
	width: 100%;
	font-size: 17px;
	line-height: 1;
	margin: 0 0 0 0;
}
.list .cbox .name a{	color: #333;}
.list .cbox .name + p{	margin-top: 5px}
#wait .list .cbox .name + p,
#wait .list .cbox .name + p + p.size,
#sche_b .cbox .name + p,
#sche_b .cbox .name + p + p.size{	margin-bottom: 5px}

#newface .list .cbox .name,#rank .list .cbox .name{
	font-size: 16px;
}

.list .cbox .size{
	width: 100%;
	font-size: 11px;
	line-height: 1.2;
}

.list .cbox .rankno{
	width: 100%;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: rgba(194, 145, 24, 1) !important;
	text-shadow: 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff !important;
}

.list .cbox .rankno em{	font-size: 26px;}

.cbox_in{	position: relative;}

.list .cbox .thph{
	width: 100%;
	background: #fff;
}

.list .cbox .thph dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .cbox .thph .th{
	border-top: 1px solid #ddd;
}

.list .cbox .thph dt,
.list .cbox .thph dd{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.list .cbox .thph dt{
	width: 21px;
	border-right: 1px dotted #ddd;
}
.list .cbox .thph dd{
	white-space: normal !important;
	text-align: left;
	padding: 2px 1px 0 1px;
}

.list .cbox .thph dt span{
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 20px;
}

.list .cbox .thph .th_span{
	background: url(/img/icon/th.png) no-repeat center center;
	background-size: auto 10px;
}
.list .cbox .thph .ph_span{
	background: url(/img/icon/ph.png) no-repeat center center;
	background-size: auto 10px;
}

.list .cbox .thph dd img{
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 13px;
	margin: 0 1px 2px 1px;
}

#newface .cbox .thph dd img,
#rank .cbox .thph dd img{
	height: 11px;
}


/** wait **/

.list .s_on{
	position: relative;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.list .s_off,
.list .s_now,
.list .s_tel{
	position: relative;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #fff;
}

.list .s_on{}
.list .s_on span{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 2s ease-in-out infinite;
	transform-origin: 50% 50%;
}
.list .s_on span{
	text-shadow: none;
}
.list .s_on i{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin: 2px 0 0 0;
}

@keyframes anime {
	0% {opacity: 0; filter: alpha(opacity=0);}
	25% {opacity: 1; filter: alpha(opacity=100);}
	50% {opacity: 1; filter: alpha(opacity=100);}
	75% {opacity: 0; filter: alpha(opacity=0);}
	100% {opacity: 0; filter: alpha(opacity=0);}
}
.list .s_off{	background: #666; color: #333;}
.list .s_now{	background: #0066ff;}
.list .s_tel{	background: #cc9933;}

.list .s_on,
.list .s_off,
.list .s_now,
.list .s_tel{
	display: inline-block;
	width: 170px;
	margin: 0 auto 0 auto;
}

.list .obi{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% + 20px);
	height: 40px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: calc(50% - 20px);
	left: -10px;
	-webkit-animation:obi 1.5s ease-in-out infinite alternate;
	-moz-animation:obi 1.5s ease-in-out infinite alternate;
	animation:obi 1.5s ease-in-out infinite alternate;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		 -o-transform: rotate(-15deg);
			transform: rotate(-15deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .obi.yoman{
	-webkit-animation:inherit;
	-moz-animation:inherit;
	animation:inherit;
}

.list .yoman_bg &gt; img{
	filter: grayscale(100%);
}

.list .obi.tk{
	font-size: 16px;
}
.list .obi.tk i{
	font-size: 13px;
	font-style: normal;
}
.list .obi.tk em{
	font-size: 24px;
	font-style: normal;
}

.list .obi.tk2{
	-webkit-animation:kk3 6s ease-in-out infinite alternate;
	-moz-animation:kk3 6s ease-in-out infinite alternate;
	animation:kk3 6s ease-in-out infinite alternate;
}
.list .obi.tk2 p:nth-of-type(1){
	-webkit-animation:kk3_in1 6s ease-in-out infinite;
	-moz-animation:kk3_in1 6s ease-in-out infinite;
	animation:kk3_in1 6s ease-in-out infinite;
}
.list .obi.tk2 p:nth-of-type(2){
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:kk3_in3 6s ease-in-out infinite;
	-moz-animation:kk3_in3 6s ease-in-out infinite;
	animation:kk3_in3 6s ease-in-out infinite;
}
.list .obi.tk2 div{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:kk3_in2 6s ease-in-out infinite;
	-moz-animation:kk3_in2 6s ease-in-out infinite;
	animation:kk3_in2 6s ease-in-out infinite;
}

@keyframes obi{
    0% {opacity:0;}
    20% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:1;}
}

@keyframes kk3{
    0% {opacity:0;}
    25% {opacity:1;}
    50% {opacity:1;}
    75% {opacity:1;}
    100% {opacity:0;}
}
@keyframes kk3_in1{
    0% {opacity:0;}
    25% {opacity:1;}
    50% {opacity:0;}
    75% {opacity:0;}
    100% {opacity:0;}
}
@keyframes kk3_in2{
    0% {opacity:0;}
    25% {opacity:0;}
    50% {opacity:1;}
    75% {opacity:0;}
    100% {opacity:0;}
}
@keyframes kk3_in3{
    0% {opacity:0;}
    25% {opacity:0;}
    50% {opacity:0;}
    75% {opacity:1;}
    100% {opacity:0;}
}

#sche_a.list .obi{	font-size: 16px; line-height: 18px;}
#sche_a.list .obi.tk{	font-size: 13px;}
#sche_a.list .obi.tk i{	font-size: 10px;}
#sche_a.list .obi.tk em{	font-size: 20px;}
#sche_a.list .obi br{	display: none;}
#sche_a.list .obi.tk2 div{	font-size: 16px;}

#sche_b.list .obi br{	display: none;}


@media screen and (max-width: 520px) {
	#sche_a.list .obi{	font-size: 12px; line-height: 13px; height: 30px; top: calc(50% - 15px);}
	#sche_a.list .obi.tk{	font-size: 11px;}
	#sche_a.list .obi.tk i{	font-size: 10px;}
	#sche_a.list .obi.tk em{	font-size: 13px;}
	#sche_a.list .obi br{	display: inline;}
	#sche_a.list .obi.tk2 div{	font-size: 12px;}
}


/** area_select **/

.area_select{
	margin: 0 0 30px 0;
}

.area_select p{
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0 7px;
}
.area_select p em{
	display: inline-block;
	vertical-align: top;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #ff6026;
	border: 2px solid #ff6026;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.area_select div{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	padding: 0 6.5px;
	flex-wrap: wrap;
}
.area_select div a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 45px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	margin: 0 0.5px;
	background: rgb(113,227,201);
	background: linear-gradient(90deg, rgba(113,227,201,1) 0%, rgba(174,254,227,1) 50%, rgba(113,227,201,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(100% / 14 - 1px);
	margin-bottom: 1px;
	line-height: 1;
}

.area_select div a.on_as{ box-shadow: 0 -4px 0 rgba(27,133,113,0.8) inset;}
.area_select div a.pan.on_as{ box-shadow: 0 -4px 0 rgba(173,0,0,0.8) inset;}

.area_select div a.pan{
	color: #ad0000;
	background: #ffc408;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	.list .cbox{
		width: calc(100% / 3 - 2px);
	}
	.list .cbox .icon , .list .cbox .i_area{
		font-size: 2vw;
		line-height: 1.2;
	}
	.list .cbox .name{
		font-size: 3.4vw;
		line-height: 1.0;
	}
	.list .cbox .size{
		font-size: 2vw;
		line-height: 1.2;
	}
	.list .cbox .rankno{
		font-size: 2.8vw;
		line-height: 1.0;
	}
	.list .cbox .rankno em{	font-size: 5.8vw;}
	#newface .list .cbox .name,#rank .list .cbox .name{
		font-size: 3.2vw;
	}
	.list .obi{	font-size: 18px;}

	.area_select div{
		flex-wrap: wrap;
		padding: 0 0.5px;
	}
	.area_select div a{
		width: calc(100% / 7 - 1px);
		margin-bottom: 1px;
		line-height: 1;
	}
}


@media screen and (max-width: 460px) {
	.list .cbox{
		width: calc(100% / 2 - 2px);
	}
	.list .cbox .icon , .list .cbox .i_area{
		font-size: 3.4vw;
	}
	.list .cbox .name{
		font-size: 5.2vw;
	}
	.list .cbox .size{
		font-size: 3.4vw;
	}
	.list .cbox .rankno{
		font-size: 4.2vw;
	}
	.list .cbox .rankno em{	font-size: 8.6vw;}
	#newface .list .cbox .name,#rank .list .cbox .name{
		font-size: 4.8vw;
	}
	.list .obi{	font-size: 14px;}
}

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