@charset "utf-8";

/* お問い合わせ専用
---------------------------------------*/
label {cursor:pointer;}

table.mailform {
	width:630px;
	margin:0 auto;
	border-collapse:collapse;
	/*border:1px solid #999999;*/
	background-color:#FFFFFF;
}

table.mailform th,
table.mailform td {
	padding:10px;
	border:1px solid #CCCCCC;
}

table.mailform th {
	width:150px;
	text-align: center;
	font-weight: bold;
	background-color: #F6F6F6;
}

table.mailform td {
	width:436px;
}

