p {
	margin: 0;
	padding: 0;
}

/* 一覧ページ */
table.news_list_table {
	width: 100%;
}
table.news_list_table tr {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
table.news_list_table tr td {
	padding: 15px 0;
	-webkit-transition: 0.12s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.12s ease-out;
}
table.news_list_table tr td.date {
	padding-left: 20px;
	width: 150px;
}
table.news_list_table tr:hover td {
    background: #f0f0f0;
}
@media only screen and (max-width: 767px) {
	table.news_list_table tr td {
		padding: 0;
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 1.5em;
	}
	table.news_list_table tr td.date {
		padding: 15px 0 0 0;
		width: 100%;
	}
	table.news_list_table tr td.title {
		padding-bottom: 15px;
	}
}





/* ページ送り */
.page-sent {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.page-sent li {
	float: left;
	list-style-type: none;
	padding: 0 2px 4px 2px;
}
.page-sent li a {
	color: #666 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 75%;
	text-decoration: none;
	background-color: #f0f0f0;
}
.page-sent li strong {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 75%;
	font-weight: bold;
	color: #fff !important;
	background: var(--main-color) !important;
}
.page-sent li a:hover {
	background: #ccc;
}
.page-sent li.prev a ,.page-sent li.next a {
	border: 0;
	width: 84px;
	background: none !important;
}
.page-sent li.prev a:hover {
	color: #666;
}
.page-sent li.next a {
	border: 0;
	background: none !important;
}
.page-sent li.next a:hover {
	color: #666;
}

.wrap {
	width: 600px;
	border: 1px solid #ccc;
	padding: 20px;
}
.wrap .date {
	text-align: right;
}
.topwrap {
	width: 250px;
	border: 1px solid #ccc;
	padding: 5px;
}

.wrap div.top {
	text-align: right;width: 90%;
}
.wrap div.top a {
	border: 0;
	font-size: 80%;
	padding: 0 10px 0 25px;
}
.wrap div.top a:hover { background-color: #fff; }
