@charset "utf-8";
/* CSS Document */
#title_image {
	background-image:url(../images/news/blocks/title_news.jpg);
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#title_image .word {
	width:100%;
	padding:1em;
	text-shadow:0 0 0.6em #333;
	text-align:center;
	color:#FFF;
	display:inline-block;
}
#title_image .word .ch {
	font-size:2.4em;
	letter-spacing:0.2em;
	text-shadow:0 0 8px #999,0 0 8px #999,0 0 8px #999;
}
#title_image .word .en {
	text-shadow:0 0 6px #666,0 0 6px #666,0 0 6px #666;
}
#filter {
	font-size:0.8em;
	color:#333;
	width:100%;
	background-color:#EEE;
	padding:15px 10px 0;
}
#filter .block {
	width:50%;
	padding-left:5px;
	padding-right:10px;
	float:left;
}
#filter .block select {
	width:100%;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-repeat:no-repeat;
	background-position:94%;
	background-size:1.2em;
	border:1px solid #666;
	font-size:0.8em;
	color:#0052a5;
	background-color:#EEE;
	background-image:url(../images/common/icon_select01.png);
	padding:0.4em;
}
#newsList {
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
#newsList ul li {
	width:100%;
}
@media screen and (min-width: 810px) {
	#newsList ul li {
		width:50%;
		float:left;
	}
}
#newsList ul li .img {
	text-align:center;
	width:100%;
	border:1px solid #FFF;
}
#newsList ul li .img img {
	width:100%;
	max-width:495px;
	max-height:325px;
}
#newsList ul li .title {
	margin-top:5px;
	font-size:1.2em;
	text-align:center;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
#newsList ul li .title a {
	color:#333;
}
#newsList ul li .title a:hover {
	color:#03C;
}
#newsList ul li .date {
	margin-bottom:10px;
	text-align:center;
	color:#0052A5;
}
#newsImg {text-align:center;}
@media screen and (max-device-width:480px) {
	#newsImg img {max-width:300px;}
}
#detail {
	color:#333;
	margin-right:20px;
	margin-left:20px;
}
#detail .from {
	color:#0052A5;
	font-size:0.8em;
}