@CHARSET "UTF-8";

/*タイトル*/
#title_innerId {
	font-size: 1.875rem;
	line-height: 1;
	text-align: center;
	border-bottom: none;
	margin-bottom: 45px;
	padding: 0;
}

/*レイアウト*/
#results.table,
#results.table tr td{
	border:0;
	font-size: 14px;
}
@media only screen and (max-width: 979px) {
	#results.table {
		display: block;
		padding: 0 2.13%;
	}
}

/*各ニュース*/
td.resultsDisplayPeriodStartCol {
	display: flex;
	padding: 17px 0;
}
.DATE {
	flex: 0 0 150px;
}
.newsTitlePreLabel {
	flex: 0 0 80px;
}
.newsTitlePreLabel img {
	width: 62px;
	margin-right: 11px;
	vertical-align: middle;
}
#results a.newsTitle {
	flex: 1 1 auto;
	color: #644c1f;
	font-size: 0.875rem;
	font-weight: 500;
	transition: all 0.8s;
}
@media only screen and (max-width: 768px) {
	#results.table,
	#results.table > tbody,
	#results.table > tbody > tr,
	#results.table > tfoot,
	#results.table > tfoot > tr,
	#results.table > tfoot > tr > td {
		display: block;
	}
	#results.table td.resultsDisplayPeriodStartCol {
		flex-wrap: wrap;
		border-top: 1px solid #eae8e7;
	}
	#results.table tr:last-of-type td.resultsDisplayPeriodStartCol {
		border-bottom: 1px solid #eae8e7;
	}
	.DATE {
		flex-basis: 100%;
		padding-bottom: 10px;
	}
	.newsTitlePreLabel {
		flex-basis: 20%;
	}
	#results a.newsTitle {
		flex: 0 0 auto;
		width: 80%;
		font-weight: normal;
	}
}
@media screen and (max-width: 641px) {
	#results.table {
		padding: 0;
	}
	.newsTitlePreLabel {
		flex-basis: 90px;
	}
	#results a.newsTitle {
		width: calc(100% - 90px);
	}


}

/*件数*/
tr.PAGING_DETAILS_ROW td {
	padding-top: 40px;
}
.resultsPagingResultsShow {
	text-align: center;
}

/*トップに戻る*/
.contents .buttonArea {
	margin: 20px auto 0px;
}