/* CSS Document */

#topNewsWrap h2{
			text-align: center;
			color: #5e362b;
			letter-spacing: 0.2em;
			font-size: 18px;
			font-weight: 800;
		}


		#topNews dl dt{
			font-size: 12px;
		}
		#topNews dl dd{
			font-size: 12px;
		}

@media screen and (max-width:575px){
	#topNews{
		padding-top:20px;
		padding-bottom:20px;
		border-top:2px solid #5e362b;
		border-bottom:1px solid #5e362b;
		margin-left:auto;
		margin-right:auto;
		max-width: 990px;
		margin-bottom: 40px;
	}
	
	#topNews dl dt{
		font-size: 14px;
		padding-bottom: 8px;
	}
	#topNews dl dd{
		font-size: 18px;
		color: #5e362b;
	}
	#topNews dl dd a{
		color: #5e362b;
		text-decoration: underline;
	}
	
	#topNews .oldnews{
		text-align: center;
		margin-left:auto;
		margin-right:auto;
	}
}

@media screen and (min-width:576px){
	
	.pageContent{
		max-width: 991px!important;
	}
	
	#topNewsWrap h2{
		margin-top: 100px;
		margin-bottom: 100px;
		font-size: 34px;
	}
	#topNews{
		border-left:1px solid #5e362b;
		border-right:1px solid #5e362b;
		margin-left:auto;
		margin-right:auto;
		max-width: 990px;
		margin-bottom: 100px;
	}
	#topNews dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#topNews dl dt{
		width: 33%;
		padding-left:80px;
		font-size: 16px;
	}
	#topNews dl dd{
		width: 67%;
		font-size: 20px;
		color: #5e362b;
		padding-right:80px;
	}
	#topNews dl dd a{
		color: #5e362b;
		text-decoration: underline;
	}
	
	#topNews .oldnews{
		margin-top:40px;
		text-align: center;
		margin-left:auto;
		margin-right:auto;
	}
	#topNews .oldnews a{
		padding-left:40px;
		padding-right:40px;
		font-size: 20px;
		letter-spacing: 0.1em;
	}
	#topNews .oldnews a:hover{
		background: #5e362b;
		color:white;
	}
}
