﻿@charset "utf-8";

/* inquiry
---------------------------------------------------- */

table {
	width: 908px;
	margin: 0px auto;
	border-collapse: collapse;
	border: 1px #FF7D06 solid;

}

table td { 
	border: 1px #FF7D06 solid;
	background: #FFFFFF;
}  


table th {
	border: 1px #FF7D06 solid;
	font-size: 16px;
	width: 290px;
	font-weight:normal;
	text-align: right;
	background: #FFE4B9;
	color:#000000;
}

#btn_submit{
	margin: 10px 0px 0px 340px;
	background:url('../../common/images/button.png');
	width:269px;
	height:34px;
	border:0px solid;
	cursor:pointer;
}

#btn_submit2{
	margin: 10px 0px 0px 190px;
	background:url('../../common/images/button3.png');
	width:269px;
	height:34px;
	border:0px solid;
	cursor:pointer;
}

#btn_submit3{
	margin: 10px 0px 0px 10px;
	background:url('../../common/images/button2.png');
	width:269px;
	height:34px;
	border:0px solid;
	cursor:pointer;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.reds {
	color:red;
}

p.tex {
	font-size: 15px;
}