<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 */


.top_content p + p{
	margin-top: 20px;
}
.slider{
	margin: 20px 0;
}
section{
	margin-top: 40px;
}
section h3{
	text-align: center;
	background: #ffde00;
	padding: 7px 0 5px;
	border-bottom:none;
}
section h4{
	font-size: 26px;
	color: #1e4a8f;
	border: none;
	padding: 0;
}

section .btn_to_more{
	background: #f6ae00;
	color: #fff;
	font-size: 16px;
	padding: 8px;
    display: block;
    width: 200px;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 4px;
}
.sec1 ul li{
	padding: 20px 0 40px;
	border-bottom: solid 1px #e5e5e5;
}
.sec1 ul li img{
	margin-bottom: 20px;
}

.sec1 ul li:last-child{
	border-bottom: none;
	padding-bottom: 10px;
}

.sec2 .map img{
	float: left;
}
.sec2 .map{
	margin: 10px 0 10px;
}
.sec2 .map dl{
	float: left;
	width: 350px;
	margin-left:50px;
}
.sec2 .map dl dt{
	width: 90px;
	text-align:center;
	background: #7fb520;
	color: #fff;
	padding: 3px 0 2px;
	font-size: 15px;
}

.sec2 .map dl dd{
	padding: 2px 0 8px;
	color: #515151;
	font-size: 18px;
}

.sec2 dl.access dt{
	color: #515151;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 35px;
	background: url(../img/page/radio_fes/icon_train.png) no-repeat left 4px center;
}
.sec2 dl.access dt.car{
	background-image: url(../img/page/radio_fes/icon_car.png);
	background-position: left 0px center;
}
.sec2 dl.access dd{
	color: #515151;
	font-size: 18px;
	padding-left: 35px;
	margin-bottom:10px;
}


.slider .bx-wrapper{
	margin:auto;
	box-shadow: none;
	border: none;
}
.slider .bx-wrapper li{
	box-shadow: none;
	border: solid 2px #92d14f;
	box-sizing:border-box;
}

.slider .bx-wrapper .bx-prev {
	left: -38px;
	background: url(../img/page/radio_fes/prev.png) no-repeat center / cover !important;
}
.slider .bx-wrapper .bx-next {
	right: -38px;
	background: url(../img/page/radio_fes/next.png) no-repeat center / cover !important;
}


















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