@charset "utf-8";

div.contact{
	text-align: left;
	border-top: 1px solid #dedede;
}
div.contact div.inputarea {
	width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	div.contact div.inputarea {
		width: 100%;
		margin: 0;
	}
}
#contactform {
	width: 960px;
	margin-top: 60px;
	margin-left: 100px;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#contactform {
		width: 100%;
		margin-left: 0;
	}
}
div.contact div.inputarea table {
	margin: 10px;
}
div.contact div.inputarea table th {
	font-weight: bold;
	padding: 5px;
	width: 175px;
	background-color: #EEEEEE;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	div.contact div.inputarea table {
		margin: 0;
	}
	div.contact div.inputarea table th {
		width: auto;
	}
}
div.contact div.inputarea table td {
	width: 420px;
	padding: 5px;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	div.contact div.inputarea table td {
		width: auto;
	}
}
div.contact div.inputarea table td pre {
	/* Mozilla */
	white-space: -moz-pre-wrap;
	/* Opera 4-6 */
	white-space: -pre-wrap;
	/* Opera 7 */
	white-space: -o-pre-wrap;
	/* CSS3 */
	white-space: pre-wrap;
	/* IE 5.5+ */
	word-wrap: break-word;
}
div.contact div.inputarea table #addr {
	width: 200px;
}
div.contact div.inputarea table #addr2 {
	width: 200px;
}
div.contact div.inputarea table #tel {
	width: 200px;
}
div.contact div.inputarea table #message {
	width: 400px;
	height: 300px;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	div.contact div.inputarea table #addr {
		width: 96%;
	}
	div.contact div.inputarea table #addr2 {
		width: 96%;
	}
	div.contact div.inputarea table #tel {
		width: 96%;
	}
	div.contact div.inputarea table #message {
		width: 96%;
	}
}
div.contact div.inputarea table td.submit {
	text-align: center;
}
div.contact input.button {
	width: 75px;
	margin: 5px;
}
div.contact div.inputarea div.thanks {
	margin-top: 60px;
	text-align: center;
}
div.contact div.inputarea div.thanks p {
	font-weight: bold;
	margin-bottom: 15px;
}
div.selectform {
	text-align: center;
}
div.selectform dl {
	width: 75%;
	margin: 30px auto 30px auto;
	border-collapse: collapse;
}
div.selectform dl dt {
	border-style: solid;
	border-width: 1px;
	border-color: #606060;
	background-color: #DDDDDD;
	padding: 5px;
}
div.selectform dl dd {
	border-style: solid;
	border-width: 1px;
	border-top-width: 0;
	border-color: #606060;
	padding: 5px;
	margin:0;
}
.errinfo {
	color: red;
	font-weight: bold;
	line-height: 1.5;
}
.errinfo ul {
	margin: 0px;
	padding: 3px;
}
.errinfo ul li {
	list-style:inside square;
}
.input_alert {
	border-style: solid;
	border-width: 2px;
	border-color: red;
	background-color : #FFDF00;
}
input.input_alert + label {
	color:red;
}
