#container {font-family: “ＭＳ Ｐ明朝”,”Hiragino Mincho Pro W6″,serif ;}


.notice{
	width:90%;
	border-radius: 10px;
	border: 5px double green;
	padding: 1em;
	margin:0 auto 1.5em auto;
	font-size:140%;
	text-align:center;
}
.n_tel{
	color:#f96;
	font-weight:bold;
	font-size:120%;
}



@media only screen and (max-width: 750px) {
	.notice{
		font-size:110%;
	}
	.n_tel{
		font-size:100%;
	}
}