@charset "UTF-8";

@import url("advanced.css");
@import url("base2.css");

.news_inner {
	padding: 9px;
}

.news_title h4 {
	width: 80%;
	word-break: break-all;
}

.news_title p {
	width: 20%;
	text-align: right;
}
.news_title {
	color: #fff;
}

.news_title.vip {
	background-image: -moz-linear-gradient(top, #eb0102, #dc0000);
	background-image: -ms-linear-gradient(top, #eb0102, #dc0000);
	background-image: -o-linear-gradient(top, #eb0102, #dc0000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eb0102), to(#dc0000));
	background-image: -webkit-linear-gradient(top, #eb0102, #dc0000);
	background-image: linear-gradient(top, #eb0102, #dc0000);
	border: 1px solid #dc0000;
}

.news_title.sp {
	background-image: -moz-linear-gradient(top, #ffb500, #fd9b02);
	background-image: -ms-linear-gradient(top, #ffb500, #fd9b02);
	background-image: -o-linear-gradient(top, #ffb500, #fd9b02);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffb500), to(#fd9b02));
	background-image: -webkit-linear-gradient(top, #ffb500, #fd9b02);
	background-image: linear-gradient(top, #ffb500, #fd9b02);
	border: 1px solid #fd9b02;
}

.news_frame {
	/*
	height: 1000px;
	overflow-y: auto;*/
}