@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;
	}
}

#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;
	}
}


.level_h2.newsTitle {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
@media screen and (max-width:767px){
	.level_h2.newsTitle {
		font-size: 20px;
		line-height: 1.75;
	}
}

#topGroupName #inputGroup {
	position: relative;
	margin-top: 0;
}
.displayPeriodStartItemWrap .displayPeriodStart {
	position: static;
	display: block;
	text-align: right;
	margin-top: 24px;
}
.newsContentItemWrap {
	margin: 48px 0 60px;
}

@media screen and (max-width: 641px) {
	#topGroupName #inputGroup {
		width: 100%;
	}
}
