@charset "UTF-8";

body{
	font-family: "M PLUS 1", sans-serif;
	font-size:1.0rem;
	line-height:1.75em;
	
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
	
	background-color:#fff;
	color:#000;
}

a{
	color:#f80;
	text-decoration: none;
}

a:hover{
	color:#f80;
	text-decoration: underline;
}

img{
	max-width: 100%;
	max-height: 100%;
}

address{
	font-size:0.6rem;
	line-height:80px;
	
	text-align: center;
}

/*----- GoogleFont M PLUS 1 -----*/

.gf-mplus{
	font-family: "M PLUS 1", sans-serif;
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
}

.gf-mplus-bold{
	font-family: "M PLUS 1", sans-serif;
	font-optical-sizing: auto;
	font-weight:700;
	font-style: normal;
}
