@CHARSET "UTF-8";

/*レイアウト*/
.topGroupName {
	max-width: 808px;
	margin: 0 auto;
}
@media screen and (max-width:848px){
	.topGroupName {
		max-width: 808px;
		margin: 0 20px;
	}
}
@media screen and (max-width:767px){
	.topGroupName {
		max-width: 808px;
		margin: 0 20px;
	}
}


@media screen and (max-width:768px){
	.topGroupName .category_title_h1 {
		position: relative;
		margin: 60px 0 48px;
		padding: 0 0 24px;
		font-size: 28px;
		text-align: center;
		font-weight: 300;
	}
}
@media screen and (max-width:600px){
	.topGroupName .category_title_h1 {
		position: relative;
		margin: 48px 0;
		padding: 0 0 24px;
		font-size: 24px;
		text-align: center;
		font-weight: 300;
	}
}


#results.table {
	margin-top: 80px;
	text-align: left;
	font-size: 16px;
}
@media screen and (max-width:1320px){
	#results.table {
		font-size: 14px;
	}
}
@media screen and (max-width:768px){
	#results.table {
		margin-top: 64px;
		text-align: left;
	}
}


#results.table,
#results.table tr td{
	border:0;
}
#results.table tr td.resultsCol{
	border-bottom:1px solid #ccc;
	padding: 10px 0;
	position: relative;
}
#results.table tr td.resultsCol:first-of-type{
	border-top:1px solid #ccc;
}
#results.table tr td.resultsCol .displayPeriodStart_itemLabel{
	position: absolute;
}
#results.table tr td.resultsCol .newsTitle{
	display: inline-block;
	margin-left: 20%;
}

@media screen and (max-width: 767px) {
	#results.table tr td.resultsCol .displayPeriodStart_itemLabel{
		z-index: -1;
	}
	#results.table tr td.resultsCol .newsTitle{
		margin-left: 0;
		padding: 2em 0 0 0;
		display: block;
	}
}