
.contents h2{
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 5px 10px;
	background: #ffcc66;
	color: #fff;
	font-weight: bold;
}

.contents{
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0;
	background: #eee;
	text-align: center;
}

.asset_content{
	width: 420px;
	
}

.contents div p strong{
	color: red;
}

.inquiry-table{
	width: auto;
	height: auto;
	margin: 10px auto;
	text-align: left;
	color: #333;
	text-align: center;
}

.inquiry-table th{
	width: auto;
	height: auto;
	padding: 10px 10px;
	border: 1px solid #999;
	background: #ddd;
}

.inquiry-table th strong{
	color: red;
}

.inquiry-table td{
	width: auto;
	height: auto;
	padding: 10px 10px;
	border: 1px solid #999;
	background: #fff;
	text-align: left;
	}

#finish p{
	text-align: left;
	padding: 0 20px 10px 20px;
}


input#sender-name,
input#sender-mail,
input#sender-tel,
textarea#sender-message {
	width:280px;
	margin: 0;
	padding: 0;
}

div.form-submit {
	text-align: center;
	margin: 0;
}

div.form-submit input{
	width: auto;
	margin: 0 5px;
	padding: 3px 10px 0 10px;
}


.inquiry-content-inner{
	padding: 20px 0 20px 30px;
}