@charset "utf-8";
/* news---------------------------------------------------------------------- */
#news {
}
/* topnews---------------------------------------------------------------------- */
.topnews {
}
.newsinner {
	background-image: url("../../../../../img/news/horse.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #d6ede2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
@media screen and (max-width: 767px) {
	.newsinner {
		background-position: right 0px;
	}
}
.newsinner ul {
	list-style-type: none;
}
.newsinner li {
}
.newsbox {
}
.newsbox a {
	display: block;
	line-height: 1em;
	text-decoration: none;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	background-image: url("../../../../../img/parts/arrow4.png");
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 10px 20px;
}
.newsbox dt {
	width: 100px;
	text-align: center;
	color: #04a561;
	font-weight: bold;
}
.newsbox dd {
}
.newsbox dd strong {
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
.newslist {
}
.newslistbox {
	background-color: #d6ede2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 30px;
	padding: 10px;
}
.newslistboxinner {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
.newslistbox {
}
/* ---------------------------------------------------------------------- */
.newsdet {
}
/* ---------------------------------------------------------------------- */