@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


/* CSS Document */

#inquiry-table{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #FF9900;
}

#inquiry-table th,
#inquiry-table td{
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	padding: 10px;
	line-height: 1.5em;
	vertical-align: top;
}

#inquiry-table th{
	background-color: #FDE8C4;
	color: #000000;
	width: 130px;
}

.submit-button{
	text-align: center;
}

