@charset "utf-8";

/* お問い合わせ */
h1.title {
	margin-bottom: 10px;
	}
.required {
	text-align: right;
	margin-bottom: 10px;
	overflow: hidden;
	}
.kome {
	color: #CC9900;
	font-weight: bold;
	}
h2.subtitle {
	background: url(img/bg_subtitle.gif) repeat-x left top;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 14px;
	}
	h2.subtitle .select {
		margin-left: 30px;
		font-size: 12px;
		}
ul.kind {
	margin-bottom: 40px;
	overflow: hidden;
	}
	ul.kind li {
		float: left;
		width: 220px;
		margin-bottom: 10px;
		}
		ul.kind li input {
			margin-right: 3px;
			}
table.contact {
	width: 680px;
	margin-bottom: 30px;
	}
	table.contact th {
		width: 150px;
		border-top: 1px dotted #CCCCCC;
		font-weight: normal;
		}
	table.contact td {
		padding: 15px 0;
		border-top: 1px dotted #CCCCCC;
		}
		table.contact td input,
		table.contact td textarea {
			width: 524px;
			padding: 3px;
			}
ul.btn {
	width: 160px;
	margin: 0 auto 50px;
	overflow: hidden;
	}
	ul.btn li {
		float: left;
		margin-right: 10px;
		}