/*
�t�H�[���X�^�C��
-------------------------------------------------------------------*/
#toEmailForm p {
	margin-bottom: 15px;
}
#errorComment {
	color: #c00;
	font-weight: bold;
}

input {
	-webkit-appearance: none;
}
.center {
	text-align: center;
}
.input_raund {
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 97%;
	border: solid 1px #ccc;
}
.textarea_raund {
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 97%;
	height: 200px;
	border: solid 1px #ccc;
}
.submit {
	padding: 10px 0px;
	color: #fff;
	border: none;
	width: 200px;
	background-color: #800;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}