@charset "utf-8";
/* #PC ========================================================================================================== */
.contents {
	width: 100%;
	min-width: 1000px;
	float: left;
	padding-top: 100px;
}
.news {
	height: auto;
	width: 1000px;
	margin-bottom: 110px;
	margin-left: auto;
	margin-right: auto;
}

#news_box {
	width: 230px;
	height: 230px;
	float: left;
	position: relative;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#news_box:hover{
	cursor:pointer;
	color: #FFF;
}

#news_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
#news_box li  {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	position : relative;
	float: left;
	text-align: justify;
}
#news_box li.hn1 {
	position : absolute;
	top: 0px;
	left: 0px;
}
#news_box li.hn2 {
	width: 100%;
	height: 230px;
	position : absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#news_box li.hn2:hover, #news_box li.hn2 img:hover{
	background-color: rgba(1,133,204,0.6);
}
#news_box li.hn3 {
	width: 200px;
	height: 45px;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	margin-top: 145px;
}
/* overflow:hidden、heightは必ず指定する */
	.textoverflow {
	overflow: hidden;
	width: 200px;
	height: 45px;
}
#news_box li.hn4 {
	width: 200px;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	border-top: 1px solid #cccccc;
	padding-top: 8px;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {

.contents {
	width: 100%;
	min-width: 100%;
	float: left;
	padding-top: 0px;
}
.news {
	height: auto;
	width: 100%;
	z-index: 100;
	text-align: center;
	margin-bottom: 110px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
}
#news_box {
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 3;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#news_box:hover{
	cursor:pointer;
	color: #FFF;
}

#news_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
#news_box li  {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	position : relative;
	float: left;
	text-align: justify;
}
#news_box li.hn1 {
	position : absolute;
	top: 0px;
	left: 0px;
}
#news_box li.hn2 {
	width: 100%;
	height: 100%;
	position : absolute;
	top: 0px;
	left: 0px;
	padding: 100% 0 0;
}
#news_box li.hn2 img{
	position: absolute;
	top: 0;
}
#news_box li.hn2:hover{
	background-color: rgba(1,133,204,0.0);
}
#news_box li.hn3 {
	width: 80%;
	height: 60px;
	margin-left: 10%;
	margin-right: 10%;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 25px;
	margin-top: 60%;
	padding-bottom: 15px;
}
/* overflow:hidden、heightは必ず指定する */
	.textoverflow {
	overflow: hidden;
	width: 100%;
	height: 50px;
}
#news_box li.hn4 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10%;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 18px;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
}
	

}/* @media only screen and (max-width: 750px) */
