@charset "Shift_JIS";


div#errorMessage {
	background: #ffffff;
	color: #ff0000;
	border: 1px solid #ff0000;
	padding:10px;
	margin: 10px 15px;
}

div.button {
	text-align:center;
	padding: 30px 0;
}

div.button input {
	font-weight: bold;
	font-size: 150%;
	text-transform: uppercase;
	margin: 0 10px;
	width: 150px;
}

.textbox-ss {
	width:40px;
}

.textbox-s {
	width:150px;
}

.textbox {
	width:250px;
}

.textbox-l {
	width:450px;
}

.textarea {
	width:450px;
	height:200px;
}

em {
	color:#ff0000;
	text-decoration: underline;
	font-style: normal;
}

li .image {
	text-align: center;
}

p.note {
	border:solid 1px #000;
}