@charset "utf-8";
/* CSS Document */

/*===========================================
form
===========================================*/
#contact {
	position: relative;
}

#contact h1 {
    background: url(/common/images/shadow01.png) repeat-x 0% 100% #fff;
    border-top: 8px solid #ee7f90;
    color: #e05d71;
    font-size: 24px;
    font-weight: bold;
    padding: 0.4em 0.5em 0.5em;
    margin-bottom: 15px;
    line-height: 1.3;
}

#contact .txt01 {
	margin-top: 30px;
	line-height: 1.5;
	font-size: 14px;
}

#contact .txt01 a {
	text-decoration: underline;
}

#contact table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 25px;
}

#contact table th,
#contact table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
}

#contact table th {
	background: #faf2ec;
	width: 20%;
	font-size: 14px;
}

#contact table th div {
	position: relative;
}

#contact table th .required {
	position: absolute;
	top: 0;
	right: 0;
	background: #ff8a5b;
	color: #fff;
	padding: 2px 7px;
}

#contact table th .option {
	position: absolute;
	top: 0;
	right: 0;
	background: #999;
	color: #fff;
	padding: 2px 7px;
}

#contact table td {
	font-size: 14px;
}

#contact table td input {
	font-size: 14px;
	padding: 4px;
}

#contact table td textarea {
	width: 96%;
	font-size: 14px;
	padding: 4px;
	height: 10em;
}

#contact table td .txtForm01 {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

#contact .formBtn01,
#contact .formBtn02 {
	margin: 25px auto 0;
	text-align: center;
	letter-spacing: -.4em;
}

#contact .formBtn01 li,
#contact .formBtn02 li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 25%;
}

#contact .formBtn01 li input,
#contact .formBtn02 li input {
	width: 100%;
	border: none;
	background: none;
}

#contact .formBtn01 a,
#contact .formBtn02 a {
	display: block;
}

#contact .formBtn01 img,
#contact .formBtn02 img {
	width: 100%;
	vertical-align: top;
}

#contact .formBtn02 li:first-child {
	width: 14%;
	margin-right: 15px;
	opacity: 0.8;
}

#contact .formBtn02 li:last-child {
	width: 25%;
}

/*===========================================
finsh
===========================================*/
#finish {
	margin: 80px 0 120px;
	text-align: center;
}

#finish section h1 {
    color: #e05d71;
    font-size: 28px;
	margin-bottom: 20px;
}

#finish section p {
	font-size: 15px;
	line-height: 1.5;
}

/*===========================================
footer
===========================================*/
footer {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	padding: 35px 0 200px;
}

footer p {
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

footer small {
	display: inline-block;
	margin-left: 1.5em;
}

footer p a {
	color: #ffc3cc;
	text-decoration: underline;
}

footer p a:hover {
	text-decoration: none;
}

footer p a img {
	width: 24px;
	vertical-align: middle;
	margin-left: 4px;
}

/*===========================================
IE
===========================================*/
@media all and (-ms-high-contrast: none){
	#contact h4 {
		padding-top: 0.3em;
	}
	#contact h3 {
			padding: 13px 10px 4px;
	}
	#contact table th .required,
	#contact table th .option {
		padding: 4px 7px 0;
	}
}





















