@charset "utf-8";
/* CSS Document */

@import url("/common/css/reset.css");
@import url("/common/css/base.css");
@import url("/common/css/second.css");

@import url("/common/css/clearfix.css");

/* inquiry
---------------------------------------------------*/
div#inquiry {
	padding-bottom: 30px;
}

div#inquiry p {
	line-height: 1.5;
	font-size: 0.875em;
	margin: 10px auto;
	width: 630px;
}

/* access
---------------------------------------------------*/
div#access {

}

div#access p {
	font-size: 0.875em;
	margin: 15px 0px 0px 0px;
}

/* mailform
---------------------------------------------------*/
form#mailform table {
	width: 600px;
	margin: 10px auto;
}

form#mailform table th,
form#mailform table td {
	font-size: 0.9em;
	padding: 10px;
	border: 1px solid #FF9900;
}

form#mailform table th {
	font-weight: bold;
	vertical-align: top;
	line-height: 1.5;
	width: 25%;
	background-color: #FDE6BD;
}

form#mailform table td {
	background-color: #FFF4DF;
}

form#mailform table th span {
	color: #FF0000;
}

p#button{
	text-align: center;
}

button {
	margin: 5px;
}

