@charset "utf-8";
/* CSS Document */



/* -------------------------------------------------------
				Contact
------------------------------------------------------- */

table.contact-tbl-00 {
	border-collapse: separate;
	border-spacing: 1px;
	
	border: solid 1px #EBE8E0;
	
	margin-bottom: 10px;
	
	width: 100%;
}

table.contact-tbl-00 caption {
	font-weight: bold;
	color: #33631A;
	
	margin-bottom: 5px;
	
	padding-top: 30px;
}


table.contact-tbl-00 tbody tr th,
table.contact-tbl-00 tbody tr td {
	border-style: solid;
	border-width: 1px;
	
	padding: 5px 15px;
}

table.contact-tbl-00 tbody tr th {
	border-color: #87AA35;
	background-color: #87AA35;
	
	/*font-weight: bold;*/
	color: #FFFFFF;
	
	white-space: nowrap;
	width: 160px;
}

table.contact-tbl-00 tbody tr td {
	border-color: #EBE8E0;
}

select#pref {
	margin-bottom: 5px;
}

table.contact-tbl-00 tbody tr td strong {
	font-size: 1.2em;
	color: #CC6600;
}

table.contact-tbl-00 tbody tr td small {
	color: #666666;
}



/* -------------------------------------------------------
				Form
------------------------------------------------------- */

div#contact-box {
	padding-top: 30px;
}

div#contact-box table {
}

div#contact-box table {
	border-collapse: separate;
	border-spacing: 1px;
	
	border: solid 1px #E8D7A9;
	
	margin-bottom: 20px;
	
	width: 100%;
}

div#contact-box table caption {
	font-size: 1.2em;
	font-weight: bold;
	
	margin-bottom: 5px;
}
table.contact-tbl-01 caption {
	color: #CC6600;
}
table.contact-tbl-02 caption,
table.contact-tbl-03 caption {
	color: #B17902;
}

div#contact-box table thead tr th,
div#contact-box table tbody tr th,
div#contact-box table tbody tr td {
	border-style: solid;
	border-width: 1px;
}
table.contact-tbl-01 tbody tr th,
table.contact-tbl-01 tbody tr td,
table.contact-tbl-02 tbody tr th,
table.contact-tbl-02 tbody tr td {
	padding: 5px 15px;
}
table.contact-tbl-03 tbody tr th,
table.contact-tbl-03 tbody tr td {
	padding: 5px;
}

div#contact-box table thead tr th,
div#contact-box table tbody tr th {
	/*border-color: #87AA35;
	background-color: #87AA35;*/
	
	/*font-weight: bold;*/
	color: #FFFFFF;
	
	white-space: nowrap;
}
table.contact-tbl-01 tbody tr th,
table.contact-tbl-02 tbody tr th {
	width: 160px;
}
table.contact-tbl-01 tbody tr th {
	border-color: #CC6600;
	background-color: #CC6600;
}
table.contact-tbl-02 tbody tr th,
table.contact-tbl-03 thead tr th {
	border-color: #CC8B00;
	background-color: #CC8B00;
}
table.contact-tbl-03 thead tr th {
	text-align: center;
}

div#contact-box table tbody tr td,
table.contact-tbl-03 tbody tr th {
	border-color: #E8D7A9;
}
table.contact-tbl-01 tbody tr td,
table.contact-tbl-02 tbody tr td {
	/*width: 400px;*/
}
table.contact-tbl-03 tbody tr th,
table.contact-tbl-03 tbody tr td {
	text-align: center;
}
table.contact-tbl-03 tbody tr th {
	color: #000000 !important;
}
table.contact-tbl-03 tbody tr.even th,
table.contact-tbl-03 tbody tr.even td {
	background-color: #F9F3E3;
}

div#contact-box table tbody tr td label {
	display: block;
}

div#contact-box table tbody tr td span {
	font-size: 0.8em;
	color: #333333;
}

span.require {
	font-weight: bold;
	color: #FFFF00;
}

div.submit {
	text-align: center;
	
	padding-top: 40px;
	margin-bottom: 80px;
}
div.submit input {
	font-size: 1.2em;
	padding-left: 30px;
	padding-right: 30px;
}



/* ------------------------------------------- Confirm -------------------- */

body#contact-confirm div#contents,
body#contact-confirm div#footer-wrapper {
	background-image: none;
}

body#contact-confirm div#main {
	float: none;
	width: 960px;
	
	margin-left: auto;
	margin-right: auto;
}

h3.confirm-title {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 1.2em;
	font-weight: bold;
	color: #326E12;
	letter-spacing: 0.05em;
	
	padding-left: 10px;
	padding-right: 10px;
	
	padding-bottom: 5px;
	border-bottom: solid 1px #D5CEBB;
	margin-bottom: 15px;
}