@CHARSET "UTF-8";
.contents {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.form {
	font-size: 13px;
	border-bottom: 1px dashed #888888;
}
.title {
	width: 150px;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
	float: left;
}
.input {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 160px;
	display: block;
}
.form01 {
	font-size: 13px;
}
.title01 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.title02 {
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
	height: 40px;
	float: left;
}
.textarea {
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.textarea textarea {
	width: 100%;
	height: 150px;
	resize: none;
}
.send-button {
	width: 200px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
.send-button input[type=submit] {
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #bbbbbb;
	border-radius: 5px ;
	background: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),color-stop(0.50,#aaaaaa),to(#cccccc));
	background: -webkit-linear-gradient(#eeeeee,#aaaaaa 50%,#cccccc);
	background: -moz-linear-gradient(top,#eeeeee,#aaaaaa 50%,#cccccc);
	background: -ms-linear-gradient(top,#eeeeee,#aaaaaa 50%,#cccccc);
	background: -o-linear-gradient(#eeeeee,#aaaaaa 50%,#cccccc);
	background: linear-gradient(#eeeeee,#aaaaaa 50%,#cccccc);
	-pie-background: linear-gradient(#eeeeee,#aaaaaa 50%,#cccccc);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#cccccc')";
	cursor: pointer;
	behavior: url(PIE.htc);
}
.err {
	color: #ff0000;
	font-size: 12px;
	margin-bottom: 4px;
	display: block;
}
.default {
	color: #333333;
	font-size: 12px;
	display: block;
}

/*
====================================
送信完了
====================================
*/
.send-ok {
	position: relative;
	top: 50%;
	width: 500px;
	height: 200px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	box-shadow: 0px 0px 5px #aaaaaa;
	border: 2px solid #ffffff;
	background-color: #dddddd;
}
.send-ok h1 {
	color: #444444;
	font-size: 18px;
	text-align: center;
	margin-top: -3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}
.send-ok p {
	color: #444444;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
/*
====================================
送信完了
====================================
*/
.send-ng {
	width: 500px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	box-shadow: 0px 0px 5px #aaaaaa;
	border: 2px solid #ffffff;
	background-color: #66bbcc;
}
.send-ng h1 {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin-top: -3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}
.send-ng p {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
}