@charset "utf-8";


#header {
	width: 100%;
	text-align: left;
	color: #;
	background-color: #fbfaf5;
}

.underHeader {
	text-align: right;
	color: #BEC270 ;
	border-top: 1px solid #999;
	border-bottom: 3px solid #999;
	padding: 3px ;
	font-size: 100%;
	background-color: #f8f4e6;
}

.underHeader a:link {color: #d32f2f; text-decoration: none;}
.underHeader a:visited {color: #d32f2f; text-decoration: none;}
.underHeader a:hover {color: #827717; text-decoration: none;}
.underHeader a:active {color: #d32f2f; text-decoration: none;}

h1 {
	font-size: 40px;
	margin: 0 auto;
	padding: 20px 0 ;
	text-align: center;
/*	background-color: #D6E3DD;	*/
	background-color: #;
	color: #;

}

#login img {
	padding: ;
}

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


h1 a:link {color: #; text-decoration: none;}
h1 a:visited {color: #; text-decoration: none;}
h1 a:hover {color: yellow; text-decoration: none;}
h1 a:active {color: #; text-decoration: none;}


/*415px 〜 959px iPhone等スマホ*/
/* @media (min-width: 415px) {*/
@media only screen and (max-device-width: 480px) {
	.underHeader {
		padding: 1px ;
		font-size: 100%;
	}
	h1 {
		font-size: 34px;
		padding: 20px 0 ;
	}

}
