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

#contact {
	padding: 0 0 30px 0;
	}

#contact h3 {
	margin: 0 0 22px 0;
	}


/*--------------------------------------------------------------------
連絡先一覧
--------------------------------------------------------------------*/
#contact #various {
	margin: 0 auto 35px auto;
	width: 952px;
	}

#contact .column {
	width: 304px;
	}

#contact .column_l {
	width: 628px;
	}

#contact #various .left {
	float: left;
	}

#contact #various .right {
	float: right;
	}

#contact #various .list {
	margin: 0 0 22px 0;
	}

#contact #various table {
	width: 100%;
	}

#contact #various table th,
#contact #various table td {
	padding: 10px;
	border: 1px solid #ddd;
	border-left: none;
	text-align: left;
	line-height: 1.2;
	}

#contact #various table .none {
	border-right: none;
	}

#contact #various table .link {
	text-align: center;
	}

#contact #various table th {
	background: #f5f5f5;
	}

#contact #various table td a {
	padding: 0 0 0 7px;
	background: url(../../../../en/images/linkmarker_01.gif) no-repeat 0 5px;
	color: #f16e73;
	text-decoration: none;
	}


/*--------------------------------------------------------------------
フォーム
--------------------------------------------------------------------*/
#contact #form {
	clear: both;
	margin: 0 auto;
	width: 952px;
	}

#contact #form h4 {
	margin: 0 0 15px 0;
	}

#contact #form .lead {
	margin: 0 0 15px 0;
	color: #f06e78;
	font-weight: bold;
	}

#contact #form table {
	margin: 0 0 20px 0;
	width: 100%;
	}

#contact #form table th,
#contact #form table td {
	padding: 8px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#contact #form table th {
	background: #f5f5f5;
	width: 13%;
	}

#contact #form table th span {
	color: #f06e78;
	font-size: 85%;
	font-weight: bold;
	}

#contact #form table th.conf {
	width: auto;
	}

#contact #form table input,
#contact #form table select {
	margin: 2px 0;
	}

#contact #form table ul {
	clear: both;
	}

#contact #form table ul li {
	margin: 3px 15px 3px 0;
	float: left;
	white-space: nowrap;
	}

#contact #form table ul li input {
	width: 1em;
	height: 1em;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}

.f-privacy {
	margin-bottom: 40px;
}

.f-privacy__caution {
	margin-bottom: 10px;
}

.f-privacy__link {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding-right: 16px;
	margin-right: 5px;
	vertical-align: top;
	color: #000000;
}

.f-privacy__link::before {
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	right: -1px;
	z-index: 11;
	content: "";
	width: 9px;
	height: 9px;
	border: 2px solid #666666;
}

.f-privacy__link::after {
	box-sizing: border-box;
	position: absolute;
	top: 7px;
	right: 5px;
	z-index: 12;
	content: "";
	width: 7px;
	height: 8px;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

/* 送信・リセット */
#contact #form .submit button {
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
	background: #fff;
	width: 141px;
	height: 34px;
	cursor: pointer;
	}


#contact #form .submit input {
	margin: 0 10px 0 0;
	width: 141px;
	height: 34px;
	border: none;
	cursor: pointer;
	}

#contact #form .submit input:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

#contact #form .submit input#submit {
	background: url(../../images/contact/confirm.jpg) no-repeat 0 0;
	}

#contact #form .submit input#reset {
	background: url(../../images/contact/reset.jpg) no-repeat 0 0;
	clear: both;
	}

#contact #form .submit input#finish {
	background: url(../../images/contact/btn_finish.gif) no-repeat 0 0;
	float: left;
	}

/* 送信完了 */
#contact #contact_thx {
	padding: 120px 0;
	text-align: center;
	}

.attention {
	margin-top: 4px;
	color: red;
}