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


#wrap {
	width: 720px;
	margin: 0 auto;
	position: relative;
	float: right;
}
	
.navi-btn {
	display: block;
	width: 25px;
	height: 56px;
	position: absolute;
	z-index: 100;
}

#feed-prev-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background-color: #2f7d44;
}
#feed-next-btn {
	position: absolute;
	right:0;
	top: 0;
	width: 50px;
	height: 100%;
	background-color: #2f7d44;
}
#feed-prev-btn i,
#feed-next-btn i {
	margin-left: 20px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	color: #fff;
}
.bx-wrapper{
	margin: 0 0 0 0 !important;
	box-shadow: none;
	border: none;
}

.bx-prev,.bx-next {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}

.bnr{
  text-align: center;
  margin-top: 50px !important;
}





#yohouInfoBox {
	overflow: hidden;
	margin-bottom: 15px;
}
#point {
	width: 38%;
	margin-right: 20px;
	float: left;
}
#point table {
	width: 100%;
    border: 1px #a99677 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
#point table th,
#point table td {
	border: 1px solid #ccc;
	padding: 4px 10px;
}
#point table th {
	width: 50%;

    border: #a99677 solid;
    border-width: 0 0 1px 1px;
    background: #ede9dd;
    font-weight: bold;
    text-align: center;
}
#point table th.title {
	width: auto;
}
#point table td {
    border: 1px #a99677 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
#timeset {
	width: 28%;
	margin-right: 20px;
	float: left;
}
#timeset h3 {
	margin-top: 0;
}
#timeset .btn {

}
#timeset .btn a {
	color: #fff;
	display: block;
	padding: 7px 10px;
	margin: 3px;
	text-align: center;
	background-color: #2f7d44;
	text-decoration: none;
}
.iconBox {
    background: #ede9dd;
}
#icon {
	width: 28%;
	float: left;
}
#icon h3 {
	margin-top: 0;
}
#icon ul {
	overflow: hidden;
	margin: 10px 10px;
	padding: 3px 0;
}
#icon ul li {
	display: block;
	float: left;
	width: 46%;
	list-style: none;
	background-color: #fff;
	padding: 2px;
	margin: 2px;
}
#icon ul li div {
	width: 50px;
	float: left;
}
#icon ul li img {
	max-width: 50px;
	height: auto;
	vertical-align: middle;
}
#icon ul li p {
	margin: 0;
	padding: 0;
	float: left;
	width: 50px;
	text-align: center;
	line-height: 35px;
}


.item1,
.item2,
.item3,
.item4,
.item5,
.item6,
.item7,
.item8,
.item9 {
	text-align: center;
	padding: 3px;
	border-bottom: 1px dotted #ccc;
}
.item1,.item2 {
    background: #ede9dd;
}
.yohoItem {
	border: 1px solid #a99677
}


#slideBox {
	overflow: hidden;
	margin-bottom: 15px;
}
#slideBox ul.yohouIndex {
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
	border: 1px solid #a99677
}
#slideBox ul.yohouIndex li {
	display: block;
	list-style: none;
	margin: 0;
	text-align: center;
}
#slideBox ul.yohouIndex li.item3 {
	height: 43px;
}

.nowdate,
.nowtime {
	margin: 3px 0;
	padding: 0;
	text-align: center;
    background: #ede9dd;
}


.button {
	float: right;
}

.button a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #2f7d44;
	padding: 4px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.button a:hover {
	background-color: #2f7d44;
}



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