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

/*h2 {
	margin: 50px 0 45px;
}*/

.list_title {
	margin: 0 0 13px 23px;
}


.news_list {
	margin: 0 0 50px;
	border-top: 1px solid #dfe0c0;
	position: relative;
}
.news_list a {
	color: #000;
	text-decoration: none;
}
.news_list a:hover {
	text-decoration: none;
}
.news_list dl {
	padding: 9px 37px 9px 60px;
	border-bottom: 1px solid #dfe0c0;
	background-position: 23px 1px;
	background-repeat: no-repeat;
}
#news_list_m dl {
	background-image: url(../news/img/icon_magi.png);
}
#news_list_s dl {
	background-image: url(../img/common/icon_sinbad.png);
}
.news_list dl:hover {
	background-image: url(../img/common/icon_arrow_on.gif);
}
.news_list dt {
	float: left;
	background-image: url(../img/common/icon_line_off.gif);
	background-position: 72px center;
	background-repeat: no-repeat;
	width: 85px;
}
.news_list dl:hover dt {
	background-image: url(../img/common/icon_line_on.gif);
}
.news_list dd {
	padding-left: 85px;
}
/* #news_list dl:hover {
	background-color: #0b3364;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70%);
} */

.news_wrap {
	width: 100%;
	position: relative;
	cursor: pointer;
}
.news_bg {
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.cssgradients .news_bg {
	background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,229,60,0.9)),color-stop(0.5, rgba(255,229,60,0.33)),to(rgba(255,229,60,0.9)));
	
	background: -ms-linear-gradient(top,rgba(255,229,60,0.9),rgba(255,229,60,0.33) 50%,rgba(255,229,60,0.9));
	background: -moz-linear-gradient(top,rgba(255,229,60,0.9),rgba(255,229,60,0.33) 50%,rgba(255,229,608,0.9));
}
.no-cssgradients .news_bg {
	background-color: #ffe43c;
	opacity: 0.5;
	filter: alpha(opacity=50);
}


#news_navi_wrap {
	margin: 28px 0 0 0;
	
	text-align: center;
}
#news_navi {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
}
#news_navi img {
	vertical-align: middle;
}
#news_navi li {
	position: relative;
	cursor: pointer;
}
#news_navi li a {
	color: #000;
}
#news_navi li a:hover {
	text-decoration: none;
}
#news_navi li.active a {
	color: #fff;
}
.news_page_no:hover {
	border: none;
	padding: 8px 8px 7px;
}
.news_navi_bg {
	width: 100%;
	height: 100%;
	background-color: #ffe43c;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: none;
}
#news_navi li:hover .news_navi_bg {
	display: block;
}
.news_page_no {
	float: left;
	margin: 0 3px;
	padding: 7px 7px 6px;
	border: 1px solid rgba(0,0,0,0.3);
}
.news_page_no.active {
	background-color: #ffe43c;
	border-color: #ffe43c;
	color: #fff;
}
#news_prev {
	float: left;
	margin: 0 3px 0 0;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 1px 10px 1px 2px;
}

#news_next {
	float: left;
	margin: 0 0 0 3px;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 1px 2px 1px 10px;
	
}
#news_prev:hover {
	border: none;
	padding: 2px 11px 2px 3px;
}
#news_next:hover {
	border: none;
	padding: 2px 3px 2px 11px;
}



#news_detail_box {
	margin: 0 0 0 35px;
	padding: 0 65px 45px 33px;
	background: url(../img/common/icon_sinbad.png) left -4px no-repeat;
}
h3 {
	font-size: 18px;
	color: #705d10;
}
#news_detail_date {
	font-size: 10px;
	line-height: 1;
	margin-bottom: 15px;
}

h4 {
	font-size: 14px;
	line-height: 1;
	padding: 0 0 12px 23px;
}

#back_wrap {
	text-align: center;
	margin: 13px 0 0;
	font-size: 11px;
}
#back_btn {
	border: 1px solid rgba(0,0,0,0.25);
	padding: 2px 10px 0px 2px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0 0 30px;
}
#back_btn img {
	vertical-align: middle;
}
#back_btn a {
	color: #000;
	text-decoration: none;
}
#back_btn a:hover {
	text-decoration: none;
}

#news_navi #back_btn {
	display: block;
	float: left;
	margin: 0 8px;
}

#back_btn:hover {
	border: none;
	padding: 3px 11px 1px 3px;
}
#back_btn:hover .news_navi_bg {
	display: block;
}



.news_more {
	position: absolute;
	top: -30px;
	right: 28px;
}</pre></body></html>