/*=================================
*
*	footer
*
=================================*/
.footer_copy{
	width: 1100px;
	margin: 15px auto 5px;
	font-size: 12px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
}
.abj_block{
	width: 595px;
}
.abj_block ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.abj_block ul li{
	width: 500px;
}
.abj_block ul li:first-child{
	width: 80px;
}
.c-text-copyright{
	width: 340px;
	line-height: 1.6;
}
/*=================================
*
*	single pages
*
=================================*/
.c-text-date__strong_serialization a{
	color: #000;
	text-decoration: underline;
}
.c-text-date__strong_serialization a:hover{
	text-decoration: none;
}
.c-text-date__strong{
	margin-right: 5px;
}
.c-text-date__strong_serialization{
	margin-right: 5px;
	padding-right: 10px;
	border-right: solid 1px #ddd;
	font-weight: normal;
	color: #0000a2;
}
.c-text-date__strong_pr{
	background: url(../images/tag_pr.png) no-repeat;
	width: 28px;
	display: inline-block;
    font-size: 13px;
    letter-spacing: 0.075em;
    line-height: 20px;
    margin: -2px 5px 0 -5px;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
}
.c-text-date__strong::after{
	/*content: url(../images/icon_arrow_gray.png);*/
	content: ' ';
	width: 6px;
	height: 10px;
	margin: 0 0 0 10px;
	background-image: url(../images/icon_arrow_black.png);
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}
.c-text-date__strong:last-child::after{
	content: ' ';
	background: none;
	width: 0;
	height: 0;
}
/*=================================
*
*	連載一覧
*
=================================*/
.spe_list_title_box{
	margin:0 0 13px;
	padding:4px 0;
	/*border-bottom: solid 1px #E0E0E0;*/
}
/*.spe_list_title_box_inner{
	padding:0 0 0 18px;
	border-left: solid 6px #CECECE;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}*/
.spe_list_title_box_inner h2{
	padding: 16px 0 0;
	border-top: solid 1px #efefef;
	font-size: 24px;
}
.spe_list_title_box_inner p{
	width: 569px;
	font-size:13px;
}
.spe_list_contents_inner{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spe_list_area{
	width: 50%;
	margin: 0 0 21px;
	padding: 0 0 21px;
	border-bottom: solid 1px #efefef;
	text-align: center;;
}
.spe_list_area dl{
	width:345px;
	margin: 0 auto 14px;
	box-sizing: border-box;
}
.spe_list_area:nth-child(odd) dl{
	margin-right: 12px;
}
.spe_list_area:nth-child(even) dl{
	margin-left: 12px;
}
.spe_list_area dl dt{
	/*height: 222px;*/
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	line-height: 0;
	border: solid 1px #efefef;
}
.spe_list_area dl dt p.images{
	width: 100%;
	height: 222px;
	background: #ddd;
	margin:0 0 7px;
	position: absolute;
	top: 0;
	left: 0;
	/*overflow: hidden;*/
	line-height: 0;
	z-index: 888;
}
.spe_list_area dl dt p.article_title{
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding: 5px;
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	z-index: 999;
	text-align: left;
}
.spe_list_area dl dt a{
	margin: 0 0 5px;
	font-size:14px;
	font-weight:bold;
	color: #fff;
	line-height: 1.3;
}
/*.spe_list_area dl dt a img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}*/
.spe_list_area dl dt a:hover{
	color: #ff2800;
}
.spe_list_area dl dt a:hover img{
	opacity: 0.65;
}
.spe_list_area dl dd p{
	margin:0 0 5px;
	font-size: 16px;
	line-height:1.3;
	color: #707070;
	text-align: left;
}
.spe_list_area dl dd p a{
	color: #333;
}
.spe_list_area dl dd p a:hover{
	font-size: 16px;
	color: #ff2800;
}
.spe_list_area dl dd p.date{
	margin: 0;
	font-size: 14px;
	color: #9FA0A0;
	text-align: left;
}
.spe_list_area p.spe_more_button{
	width: 345px;
	box-sizing: border-box;
}
.spe_list_area:nth-child(even) p.spe_more_button{
	margin-left: 12px;

}
.spe_list_area:nth-child(odd) p.spe_more_button{
	margin-right: 12px;
}
.spe_list_area p.spe_more_button a{
	width: 100%;
	margin:  0 auto;
	padding: 13px 0;
	background: #F5F5F5;
	display: block;
	box-sizing: border-box;
	border: solid 1px #efefef;
	line-height: 1.0;
	font-size: 16px;
	text-align: center;
	color: #333;
}
/*.spe_list_area p.spe_more_button a::before {
	content: '';
    background: url(../images/icon_arrow_gray.png) no-repeat;
    height: 10px;
    margin: -2px 10px 0 0;
    width: 7px;
	display: inline-block;
}*/
.spe_list_area p.spe_more_button a:hover{
	/*border: solid 1px #ff2800;*/
	color: #ff2800;
}