@charset "UTF-8";
@import "common.css";
@import "base.css";

/*問い合せ（仕組みページと同じ）--------------------*/

.sien_ask_block {
	clear: both;
	width: 777px;
	margin: 50px auto;
}

.inq_form {
	width: 807px;
	margin:0 auto;
}

th {
	background: url(../common/line03.gif) bottom left no-repeat;
}

td {
	padding: 20px 0;
	background: url(../common/line03.gif) bottom left no-repeat;
}

.inq_btn {
	text-align: center;
}


