@charset "utf-8";

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	min-width: 800px;
	font-family: Meiryo, 'MS UI Gothic', 'MS PGothic', HiraKakuProN-W3, HiraKakuProN-W6, arial, sans-serif;
}

p {
	margin: 0.5em 0;
	text-indent: 1em;
}

input[type="submit"]
, input[type="reset"]
, input[type="button"]
, button
{
	cursor: pointer;
}

.notice {
	color: #3333FF;
}
.warning {
	color: #FF3333;
}
.error {
	color: #FF0000;
}
