/* #PC ========================================================================================================== */
.news_box {
	margin: 40px 0 30px;
	border-top: 1px solid #ccc;
}
.news {
	width: 100%;
	height: auto;
	position : relative;
    transition: 0.4s;
}
.news a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
    transition: 0.4s;
}
.news:hover {
	zoom: 1;/*IE*/
    color: #c30d23;
}
.new2:hover {
	zoom: 1;/*IE*/
    color: #182987;
}
.news ul {
	list-style-type: none;
	position : relative;
	margin: 0px;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.news li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	width: 100%;
	position : relative;
}
.news li.hn1 {
	display: inline-block;
	width: 95px;
	font-size: 0.9em;
	color: #999;
}
.news li.hn2 {
	display: inline-block;
	width: 65px;
	background-color: #c30d23;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	color: #fff;
    padding: 4px 0 4px 0;
}
.news li.hn2b {
	background-color: #182987;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
	.news {
		font-size: 26px;
		line-height: 36px;
	}
	.news ul{
		padding: 20px 0;
	}
	.news li.hn1,.news li.hn2{
		font-size: 24px;
		width: auto;
	}
	.news li.hn2{
		padding: 10px;
		margin-left: 15px;
	}
	.news li.hn3{
		margin-top: 10px;
	}
}/* @media only screen and (max-width: 750px) */
