
/* Simple Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* body */
body {
	background: ##E9E9E9;
	font-size: 12pt;
	font-family:"メイリオ", "Meiryo, Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3em;
	color: #444444;
}

/* Form Layout */
.form-wrapper {
	background: #fafafa;
	margin: 3em auto 1em auto;
	padding: 0 1em;
	max-width: 400px;
	border:1px solid #666666;
	border-radius:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,dddddd+51,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #dddddd 51%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#dddddd 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#dddddd 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

h1 {
	text-align: center;
	padding: 1em 0;
	font-size:22px;
	line-height: 1.5em;
	color:#555555;
	border-bottom:solid 3px #8FBC8F;
}

p.usertype {
	margin:8px 0;
	text-align:right;
	font-weight:bold;
}

p.inputline {
	margin:8px 0;
	font-weight:bold;
}

p.menu_back {
	font-size:1em;
	text-align: center;
}

form {
	padding: 0 1.5em;
}

.form-item {
	margin-bottom: 0.75em;
	width: 100%;
}

.form-item input {
	background: #fafafa;
	border-bottom: 2px solid #e9e9e9;
	color: #666;
	font-size: 1em;
	padding:4px 6px;
	width: 100%;
}

.form-item input:focus {
	border-top: 2px solid #ffac0d;
	border-left: 2px solid #ffac0d;
	border-bottom: 1px solid #ffac0d;
	border-right: 1px solid #ffac0d;
}

.button-panel {
	margin: 2em 0 0;
	width: 100%;
}

.button-panel .button {
	background: #319C32;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 100%;
}

.button:hover {
	background:#45D155;
}

.form-footer {
	font-size: 1em;
	padding: 2em 0;
	text-align: center;
	font-size:0.9em;
}
