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



/* pageTitle
------------------------------------------------------------ */
#pageTitle #pageTitleBody h2{
	background:url(../images/contact_ttl_01.png) left top no-repeat;
}
.eng #pageTitle #pageTitleBody h2{
	background:url(../images/contact_ttl_01-e.png) left top no-repeat;
}




/* table
------------------------------------------------------------ */
table{
	width:100%;
	margin-bottom:25px;
	border-collapse:collapse;
	border:1px solid #ccc;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table th{
	width:30%;
	padding:20px 15px;
	background-color:#f5f5f5;
	border-bottom:1px solid #ccc;
}
table td{
	padding:20px 15px;
	background-color:#FFF;
	border-bottom:1px solid #ccc;
}


p#entryBtn{
	text-align:center;
}
p#entryBtn input{
	margin:0 auto;
}