@charset "UTF-8";

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.0rem;
	line-height:1.75em;
	font-weight:300;
	
	background-color:#fff;
	color:#000;
}

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

a:hover{
	text-decoration: underline;
}

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

.noto-sans-jp {
	font-family: 'Noto Sans JP', sans-serif;
}

.noto-serif-jp {
	font-family: 'Noto Serif JP', serif;
}

/*/////-----HEADER-----/////*/

#header{
	width:100%;
	
	background-color:#f80;
	color:#fff;
}

#header h1{
	text-align: center;
	
	box-sizing: border-box;
	padding:10px;
}

#header h1 a{
	display:block;
}

#header h1 a:hover{
	opacity: 0.8;
	text-decoration: none;
}

#header h1 img{
	width:100%;
	vertical-align: bottom;
	
	max-width: 180px;
}

/*/////-----FOOTER-----/////*/

#footer{
	width:100%;
	
	background-color:#f40;
	color:#fff;
}

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