@charset "utf-8";
/* CSS Document */

.news-latest-container{
}
.news-latest-item {
	background-color: #E8CE97;
	padding: 5px;
	margin-bottom: 20px;
}
.news-latest-item a img{
	float: right;
}
.news-latest-morelink{
	text-align: right;
}


.news-list-container{
}
.news-list-item{
	margin-bottom: 10px;
}
.news-list-item a img{
	float: right;
}
.news-list-morelink{
	text-align: right;
}



.news-single-item{
}
.news-single-item a img{
	float: right;
}
.news-single-backlink{
	text-align: right;
}

.news-single-img{
	float: right;
}


.news-latest-item-sp {
	background-color: #E8CE97;
	padding: 5px;
	margin-bottom: 20px;
}
.news-latest-item-sp a img{
}
.news-latest-morelink-sp{
	text-align: right;
}

.news-list-container-sp{
}
.news-list-item-sp{
	width: 220px;
	//width: 226px;
	margin: 10px;
	padding: 5px;
	float:left;
	border: solid 1px #cea528;
}
.news-list-item-sp h2{
	background: #cea528;
	text-align: center;
	height: 40px;
}
.news-list-item-sp p{
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.news-sub{
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news-list-item-sp a img{
}
.news-list-morelink-sp{
	text-align: center;
	background: #cea528;
}
