/* #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: #A4001F;
}
.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: #A4001F;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	color: #fff;
    padding: 4px 0 4px 0;
}
.page_area{
	padding-top: 50px;
}
.page_area .pager{
	margin-right: 5px;
	padding: 4px 8px;
	border: 1px solid #A4001F;
	color: #A4001F;
	font-size: 14px;
	cursor: pointer;
	transition: 0.4s;
}
.page_area .pager:hover{
	background-color: #A4001F;
	color: #fff;
}
.page_area .active{
	background-color: #A4001F;
	color: #fff;
}
.post_detail{
	padding: 30px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.post_detail .news ul{
	border-bottom: 0;
}
.post_detail .news ul li.hn3{
	font-size: 20px;
	margin-top: 10px;
}
.news_detail{
	margin-top: 20px;
}
.news_detail a{
	color: #A4001F;
}


/* #スマートフォン ========================================================================================================== */
@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;
	}
	.page_area .pager{
		font-size: 22px;
		margin-right: 10px;
		padding: 6px 12px;
	}
	.post_detail .news ul li.hn3{
		font-size: 30px;
		line-height: 42px;
	}
}/* @media only screen and (max-width: 750px) */
