@charset 'utf-8';

/* 問い合わせフォーム 用css */

div#reserve {
	width: 44em;
	margin: 0 auto 30px auto;
	text-align: left;
	font-size: 12pt;
	line-height: 1.2em;
}

div#reserve a {
	line-height: 1.3em;
	border-bottom: 1px dotted #F86B00;
	font-weight: bold;
	color: #F86B00;
}

div#reserve a:hover {
	border-bottom: 1px dotted #F63602;
	color: #F63602;
}

form {
	width: 540px;
	margin: 10px auto 30px auto;
	padding: 10px;
	border: 1px dashed #F96;
	text-align: left;
}

input.txt {
	width: 265px;
}

input.btn {
	margin-right: 10px;
}

textarea {
	width: 530px;
	font-family: monospace;
}

dt {
	margin-bottom: 2px;
	padding-left: 8px;
	border-left: 8px solid #F96;
}

dd {
	margin-bottom: 10px;
}

div#maddcontainer {
	font-size: 12pt;
	margin-bottom: 30px;
}

p#madd {
	margin-top: 10px;
	margin-bottom: 10px;
}

p#annotation {
	font-size: 11pt;
}
