@charset "UTF-8";

/*----------------------------------------------------------------------

メールフォーム

-----------------------------------------------------------------------*/
h2 {
	font-size: 280%;
	font-family: Georgia, Century, serif;
	font-weight: normal;
	padding-bottom: 20px;
	text-shadow: 1px 1px 0px #fff;
}
.mail {
	padding: 0 0px 0px 0px;
}
.mail .read {
	margin-bottom: 30px;
}

.mail table {
}

.mail table th, .mail table td {
	padding: 15px 0;
	vertical-align: top;
}

.mail table th {
	padding-right: 1.5em;
	white-space: nowrap;
}

.mail table td input, .mail table td textarea {
	font-size: 91%;
	padding: 5px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.mail table td input {
	width: 250px;
}
.mail table td textarea {
	width: 500px;
	height: 150px;
}

.mail .ms {
	padding: 30px 50px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	margin: 30px auto;
}
.mail .ms th {
	color: #888;
	line-height: 1.7;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mail .ms td {
	line-height: 1.7;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mail .send {
	text-align: center;
	margin: 20px auto;
}
.mail .send input {
	margin: 10px 5px;
}
.mail .send button, .mail .send a {
	display: inline-block;
	text-decoration: none;
	border: none;
	background-color: #000;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	padding: 10px 20px;
	border-radius: 5px;
	min-width: 180px;
	margin: 0 5px;
	transition: 0.2s;
}
.mail .send button:hover {
	cursor: pointer;
	opacity: 0.7;
}
.mail .send button#submit-button {
	background: #ca0548;
}

.alert {
	margin-bottom: 20px;
}
.alert li {
	color: #c60046;
	margin-bottom: 5px;
	background: url(../images/alert.gif) no-repeat left center;
	padding: 0 0 0 20px;
	font-weight: bold;
}
