@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
.newsContents h1{
	font-size:130%;
	font-weight:bold;
	border-bottom:1px dotted #424040;
	}
.newsContents{
	width:90%;
	margin:26px auto;
	border:1px solid #999;
	padding:10% 5% 160px 5%;
	background-color:#fff;
	}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


.newsContents{
	width:80%;
	margin:16px auto;
	}




}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.newsContents h1{
	font-size:120%;
	font-weight:bold;
	}
.newsContents{
	width:60%;
	margin:36px auto 76px;
	border:1px solid #999;
	padding:8%;
	}


}