@charset "utf-8";
/* contact.css Document */

.contact-box {
	width: 640px;
    margin: 50px auto;
}

.acms-grid, .acms-grid-r {
	margin: 0;
}

.entry-column h2 {
	font-size: 24px !important;
	text-align: center !important;
	color: #627A86;
}

ol.mail-step {
	margin: 20px 20px 50px;
}

ol.mail-step li {
	list-style-type: inherit;
	list-style-position: inside;
}

table.contact-form {
	width: 100%;
}				

table.contact-form th,
table.contact-form td {
	padding: 10px 15px;
}

table.contact-form th {
	background-color: #d0d7db;
	border-top: 1px solid #ffffff;
/*	border-right: 1px solid #ffffff;*/
}

table.contact-form td {
	background-color: #fff;
	border-top: 1px solid #d0d7db;
	border-right: 1px solid #d0d7db;
}

label {
	background: transparent !important;
}

.form-btn-box {
	text-align: center;
}

#btnConfirm {
	background-color: #92a2ab;
	height: 40px;
	width: 30%;
	padding: 10px 15px inherit;
	margin: 20px auto;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 100%;
	border: 0;
}

@media screen and (max-width: 736px) {
	.acms-grid, .acms-grid-r {
		margin: 0;
	}
	.contact-box,
	table.contact-form {
	width: 100%;
    }
}

