@charset "utf-8";
.bnr {
    margin-bottom: 20px;
}
.pref_link {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}
.pref_link > a {
    display: inline-block;
    margin: 0 5px;
    padding-bottom: 8px;
}
.pref_link > a:hover {
    color: #c90037;
    text-decoration: underline;
}
.pref_link > span {
    font-weight: bold;
    position: relative;
    color: #c90037;
}
.pref_link > span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    width: 105%;
    height: 3px;
    background: #c90037;
}
a.year.add {
    font-weight: bold;
    position: relative;
    color: #c90037;
    padding-bottom: 0;
}
a.year.add:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    width: 105%;
    height: 3px;
    background: #c90037;
}
.date {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 20px;
}
li.flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
li.flex_box:last-child {
    margin-bottom: 0;
}
.flex_box > figure {
    width: 20%;
    margin-left: 1%;
}
.flex_box > .detail {
    width: 75%;
}
.flex_box .detail > .title {
    font-size: 18px;
    font-weight: bold;
    color: #0015DD;
    padding-bottom: 6px;
}
.flex_box .detail > .title a {
    color: #0015DD;
}
.flex_box .detail > .text {
    height: 115px;
    overflow: hidden;
}
.flex_box .detail > .link {
    text-align: right;
    margin-top: 8px;
}
.flex_box .detail > .link a::after, .tab_content-more a::after, .ranking_list-more a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(https://img.undernavi.com/front/pc/area/pref/re_top_icon_more.png) no-repeat center;
    width: 16px;
    height: 16px;
    background-size: 100%;
    margin-left: 3px;
}
.flex_box .detail > .link a:hover {
    text-decoration: underline;
}

.year_link {
    color: #c90037 !important;
    font-weight: bold;
    position: relative;
}
.year_link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translate(-50%,0%);
    width: 105%;
    height: 3px;
    background: #c90037;
}

/*========================ページャー用=======================*/

.ajax_pager{
	margin:20px 0;
}

ul.pager01{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

ul.pager01 li{
	margin:3px;
}

ul.pager01 li a{
	display:block;
	padding:10px;
	border:1px solid #999;
	border-radius:3px;
	color:#333;
}

ul.pager01 li span{
	display:block;
	padding:10px;
	background:#eee;
	border:1px solid #999;
	border-radius:3px;
}

ul.pager01 li.current a{
	background:#e1e1e1;
}

ul.pager01 li a:hover{
	color:#c90037;
}

.ajax_pager .now{
	margin:10px 0;
	font-size:16px;
}

.ajax_pager .now span{
	font-weight:bold;
}

.ajax_pager .now span.big{
	font-size:1.4em;
	color:#c90037;
}