@charset "UTF-8";

.info {
	padding-bottom: 80px;
}

.info_tab {
	overflow: hidden;
	border-bottom: 4px solid #0087C3;
}

.info_tab_wrap {
	margin: 0px -8px;
}

.info_tab_list {
	display: table;
	width: 100%;
	border-spacing: 8px 0;
	table-layout: fixed;
}

.info_tab_list > a {
	display: table-cell;
	padding: 15px 0;
	border: 1px solid #ccc;
	background: #eee;
	font-size: 14px;
	text-align: center;
	border-bottom: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	line-height: 1;
}

.info_tab_list > a.-current {
	color: #FFF;
	font-weight: bold;
	border: 0;
	background: #0087C3;
}

.info_filter {
	text-align: right;
	margin-top: 30px;
}

.info_select {
	font-size: 16px;
	width: 200px;
	outline: none;
}

.info_list {
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

.info_list > li {
	border-bottom: 1px solid #ccc;
}

.info_list > li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 20px 0;
	color: #0087C3;
}

.info_list > li a:hover {
	background: #F3F9FC;
}

.info_cat {
	line-height: 25px;
	width: 105px;
	text-align: center;
	font-size: 13px;
	background: #ccc;
	display: inline-block;
	margin-right: 5px;
	color: #FFF;
}

.info_date {
	display: inline;
	margin-right: 5px;
	color: #777;
}

.info_ttl {
	display: inline;
}

.pager {
	margin-top: 20px;
}

.pager_prev {
	float: left;
}

.pager_next {
	float: right;
}

.pager a {
	color: #0088C3;
	display: inline-block;
}

.pager a:hover {
	text-decoration: underline;
}

.pager_prev a:before {
	font-family: icomoon;
	color: #333;
	content: "\e90b";
	display: inline-block;
	font-size: 18px;
	margin-right: 8px;
	vertical-align: -3px;
	line-height: 1;
}

.pager_next a:after {
	font-family: icomoon;
	color: #333;
	content: "\e90c";
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
	margin-left: 8px;
}

/* All SP & Tablet */
@media screen and (max-width:1020px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.info {
		padding-bottom: 30px;
	}

	.info_tab_wrap {
		margin: 0 -4px;
	}

	.info_tab_list {
		border-spacing: 4px 0;
	}

	.info_tab_list > a {
		line-height: 1.3;
		padding: 10px 0px;
	}

	.info_filter {
		margin-top: 20px;
		text-align: center;
	}

	.info_list {
		margin-top: 20px;
	}

	.info_list > li a {
		padding: 15px 0px;
	}

	.info_cat {
		line-height: 20px;
	}

	.info_ttl {
		display: block;
		margin-top: 5px;
		text-overflow: ellipsis;
		overflow: hidden;
	}

}