@charset "UTF-8";

#contents_blk {
	width: auto;
	float: none;
}
#base_blk h1 {
	line-height: 1;
	color: #e17b34;
	padding: 0 0 20px 20px;
}
#news_blk2 {
	background-color: #FBD8B5;
	padding: 30px 20px;
	border-radius: 20px;
}
#news_blk2 dl {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px dotted #000;
}
#news_blk2 dl:first-child {
	padding-top: 0;
}
#news_blk2 dl:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#news_blk2 dt {
	font-weight: bold;
	line-height: 1.8;
	float: left;
}
#news_blk2 dd {
	line-height: 1.8;
	width: 835px;
	float: right;
}
#news_blk2 dd a {
	text-decoration: underline;
	color: #000;
}


@media screen and (max-width: 767px) {
	#contents_blk {
		padding: 0;
	}
	#base_blk h1 {
		background-color: #e17b34;
		color: #FFF;
		font-size: 16px;
		line-height: 40px;
		padding: 0 20px;
	}
	#news_blk2 {
		border-radius: 0;
		padding: 10px;
	}
	#news_blk2 dt {
		width: auto;
		font-size: 14px;
		float: none;
	}
	#news_blk2 dd {
		width: auto;
		font-size: 14px;
		float: none;
	}
}
