@charset "UTF-8";

@import url("common.css");
@import url("style.css");
/* @import url("font-awesome.4.7.0.min.css"); */
@import url("colorbox.css");
/*==================================================================
	Login page setting
===================================================================*/
html,
body,
form {
	height: 100%;
}
form {
	display: flex;
	align-items: center;
	justify-content: center;
}
#main {
	width: 300px;
	line-height: 1.4;
}
#main h1 {
	text-align: center;
}
#main h1 strong {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}
.save { text-align: center; }

#note {
	padding: 10px;
	background: #F6F6F6;
}
#note p {
	margin-bottom: 10px;
	font-weight: bold;
}
.btnList { justify-content: center; }
@media only screen and (max-width:768px) {
	/*
	#main h1 img { height: 95px; }
	#main h1 strong { padding-top: 20px;  }
	*/
}

