@charset "UTF-8";
@import url("common.css");
@import url("sub.css");

.news-all td {
	padding-bottom: 10px;
	padding-right: 10px;
}
.news-all .category {
}
.news-all .category span {
	display: block;
	width: 90px;
	text-align: center;
	background-color: #CCC;
	font-size: 10px;
	color: #333;
}
.news-all .info span {
	background-color: #FFBC81;
}
.news-all .campaign span {
	background-color: #FDDFFF;
}
.news-all .event span {
	background-color: #A2DFA0;
}
.news-all .importance span {
	background-color: #FF7B61;
}
.news-all .voice span {
	background-color: #CAEDB8;
}

.news-all .date {
	font-size: 83%;
	padding-top: 2px;
}
.news-all .title {
}

.news-category td {
	padding-bottom: 10px;
}
.news-category .date {
	font-size: 83%;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 2px;
}
.news-info .date {
	background-image: url(/img_news/arrow02.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.news-event .date {
	background-image: url(/img_news/arrow03.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.news-campaign .date {
	background-image: url(/img_news/arrow04.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.news-importance .date {
	background-image: url(/img_news/arrow05.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.news-voice .date {
	background-image: url(/img_news/arrow06.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.news-category .title {
}
.entry-body {
	float: left;
}
.entry-image {
	float: right;
}
.entry-image img {
	width: 200px;
	padding-left: 20px;
}

#btn-area {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	clear: both;
	margin-top: 30px;
	text-align: center;
}
#btn-top {
	width: 210px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
#btn-cat-top {
	width: 210px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
