@charset "utf-8";

ul#newsList{
	margin:0 0 15px;
	padding:0;
font-size:0;
	margin:0 -1.515% 0 0;
}
ul#newsList li{
	display: inline-block;
	width:31.8182%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0em;
	margin:0 1.515% 0 0;
	padding:0;
	list-style-type:none;
}
.thumbNailWrap {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	behavior: url(./css/PIE.htc);
	position: relative;
	width:100%;
	height:212px;
	color:#fff;
	background-color:#f00;
	border:1px solid #ccc;
	box-sizing: border-box
}
.thumbNailWrap a {
	color:#fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.thumbNailWrap a:hover {
	color:#f00;
	text-decoration:underline;
}
.thumbNailWrap a:hover > .dailyTitle {
	background-color: rgba( 255, 255, 255, 0.7 );
}
.dailyImage img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	behavior: url(./css/PIE.htc);
	width: 100%;
	height:210px;
	margin:0;
	padding:0;
	vertical-align: bottom;
}
.dailyTitle {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding: 1em 0;
	background-color: rgba( 75, 0, 130, 0.6 );
}
.ofi {
	object-fit:cover;
	font-family:'object-fit:cover;'
}

.dailyTitle .up_ymd {
	font-weight:bold;
	padding: 0 1em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0em;
}
.dailyTitle .title {
	font-weight:bold;
	padding: 0.5em 1em 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2em;
	text-align: justify;
}
