@charset 'UTF-8';
/* div */
div.openingBox {
	width:900px;
	margin:0 0 20px 0;
}
div.contactBox {
	overflow:hidden;
	width:900px;
	margin:0 0 20px 0;
}
div.button {
	margin:20px 0 25px;
	padding:0;
	text-align:center;
}
/* h */
div.openingBox h3 {
	width:700px;
	margin:0 0 15px 0;
}
/* table */
div.contactBox table {
	width:700px;
	font-size:13px;
	line-height:150%;
}
div.contactBox table caption {
	width:700px;
	font-size:11px;
	text-align:right;
}
div.contactBox table th {
	width:1%;
	padding:15px 30px;
	border:1px solid #ccc;
	background:#EDEEF2;
	color:#333366;
	white-space:nowrap;
}
div.contactBox table td {
	width:auto;
	padding:15px 30px;
	border:1px solid #ccc;
}
/* ul */

/* dl */

/* p */
div.openingBox p {
	width:700px;
	font-size:13px;
	line-height:150%;
}
div.contactBox p {
	line-height:150%;
}
/* span */
span.attention {
	font-size:80%;
	color:#900;
}


input.ime-disabled {
	ime-mode: disabled;
}