@charset "utf-8";

.news-all {
	padding-bottom: 20px;
}


.news-all ul {
	width: auto;
    height: 400px;
    position: static;
    overflow-y: scroll;
    margin: 10px 0 10px 0;
}
.content-top1-label ul li:nth-child(1) a {
	background-color: #bf423e;
	color: #fff;
	border: 1px solid #bf423e;
}
.content-top1-label ul li:nth-child(1) a:hover {
	background-color: #ff8380;
}
.content-top1-label ul li:nth-child(1) {

}


@media (max-width: 767px) {

.news-all ul {
	margin: 0 0 5px 0;
	height: 273px;
    overflow-y: scroll;
}

}
.news-1 ul,
.news-1-2 ul,
.news-2 ul,
.news-3 ul,
.news-4 ul,
.news-5 ul {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}

.news-1 .news-ichiran,
.news-1-2 .news-ichiran,
.news-2 .news-ichiran,
.news-3 .news-ichiran,
.news-4 .news-ichiran,
.news-5 .news-ichiran {
	display: none;
}