﻿@charset "UTF-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■form
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.form_max {
	width: 100%;
}

.table_inquiry {
	width: 630px;
	margin: 0 auto 20px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.td_inquiry_gray {
	width: 170px;
	line-height: 180%;
	padding: 10px;
	font-size: 12px;
	background: #f6f6f6;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.td_inquiry_white {
	width: 400px;
	font-size: 12px;
	line-height: 180%;
	padding: 10px;
	background: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
}

.td_inquiry_gray_center {
	padding: 15px 0;
	background: #fff;
	border-top: solid 1px #fff;
	text-align: center;
}