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


header{
	width: 90%;
	margin: 30% auto 30%;
    border: solid 2px #009944 ;/*線*/
    border-radius: 15px;/*角の丸み*/
}

h1{ 
	padding: 5% 5%;
	text-align: center;
	font-size: 16px;
	font-family: 'BIZ UDGothic', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
}

h1 .link_nasu{
	margin: 0 0.2em;
	text-decoration: none;
	color: #009944;
}

h1 .link_nasu:hover {
  	color: #f39700;
}


@media (min-width: 980px){
	header{
	width: 80%;
	margin: 10% auto 5%;
    border: solid 3px #009944 ;/*線*/
    border-radius: 10px;/*角の丸み*/
}
	
	h1{
		padding: 5% 1%;
		font-size: 26px;
	}
}


