
@charset "utf-8";
/* CSS Document */
.newsContents h1{
	font-size:130%;
	font-weight:bold;
	border-bottom:1px dotted #CCC;

	}
.newsContents{
	width:90%;
	margin:16px auto;
	border:1px solid #999;
	padding:3%;
	background-color:#fff;
	}
.newsContents h1{
	margin-bottom:16px
    }
.con_heading{
	font-size:110%;
	font-weight:bold;
	margin-top:16px;
	}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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


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




}
/* 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:46px auto;
	border:1px solid #999;
	padding:8%;
	}


}