@charset "Shift_JIS";

#nav-contact a{
	color: #000;
	background-color: rgba(168,157,172,0.5);
}

p span, th span {
	color: red;
}

.form-content{
	width: 80%;
	min-width: 260px;
	max-width: 500px;
	margin: auto;
}

input[type="text"] {
	height: inherit;
	width: 98.5%;
	font-size: 15px;
}

textarea {
	height: inherit;
	height: 200px;
	width: 98.5%;
	font-size: 15px;
}


.form_button {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}

.form_button input[type="submit"],
.form_button button,
.form_button input[type="reset"] {
	font-size: 20px;
	margin: auto;
	width: 125px;
	cursor: pointer;
	background-color: rgba(225,225,225,1);
}

.form_button input[type="submit"].confirm-button {
	width: 180px;
}

.form_button input[type="submit"]:hover,
.form_button button:hover,
.form_button input[type="reset"]:hover,
.form_button input[type="submit"]:focus,
.form_button button:focus,
.form_button input[type="reset"]:focus {
	background-color: rgba(168,157,172,0.5);
}

.form_button input[type="submit"]:active,
.form_button button:active,
.form_button input[type="reset"]:active {
	background-color: rgba(168,157,172,0.9);
}


div.finish-comment h1,
div.finish-comment p {
	text-align: center;
}

a.back-to-home {
	display: block;
	text-align: center;
	margin-top: 80px;
}


.error {
	color: red;
}

.input-content {
	border: solid 1px #fff;
}
