@charset "UTF-8";

/* タグ全般 */
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	background: url("/images/bg.png") no-repeat;
	background-color:rgba(255, 255, 255, 0.5);
	background-blend-mode: lighten;
	background-size: cover;
	background-attachment: fixed;
	font-family: "Noto Sans", sans-serif;
	margin: 0;
}
header {
	background: #BBFFBB;
	width: 100%;
}
a {
	color: #0088FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
input {
    font-size: 1em;
}
input[type="text"], input[type="email"], input[type="password"] {
    width: 97%;
	padding: 0px;
}

/* クラス固有 */
.infoimg {
	width: 100%;
	max-width: 750px;
	text-align: center;
}