@charset "utf-8";

.contentsContact {
	width:700px;
	margin:0 auto;
}

.contentsContact h2 {
	background: url(../images/contact/title_line02.png) no-repeat bottom left;
	padding:0 0 10px 0;
}

.contentsContact .completeTtl {
	margin:30px auto;
	font-size: 17px;
}


.formMain table {
	width: 100%;
	margin-top: 45px;
	border-top: 1px solid #c4c4c4;
}
.formMain table tr {
	border-bottom: 1px solid #c4c4c4;
}

.formMain table th {
	font-weight: bold;
	vertical-align: top;
	padding:20px 0 20px 15px;
	width: 160px;
	background:#eeeeee;
	border-right: 1px solid #c4c4c4;

}
.formMain table th .txt01 {
	padding-left: 5px;
	color: #e60012;
	font-size:10px;
}
.formMain table th .txt02 {
	font-size: 10px;
}
.formMain table td {
	color: #8C8C8C;
	vertical-align:middle;
	padding: 10px 20px;
}

.formMain table td select.w312 {
	width: 312px;
	padding: 5px 0;
	border: 1px solid #bcbcbc;
	outline: none;
}
.formMain table td select option span {
	line-height: 30px;
}
.formMain table td input.w481 {
	width: 481px;
	height: 40px;
	vertical-align: middle;
	border: none;
	outline: none;
	border: 1px solid #bcbcbc;
	text-indent: 5px;
}
input[type=text] {
	line-height: 2;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.formMain table td input.w210 {
	width: 210px;
	height: 40px;
	vertical-align: middle;
	border: none;
	outline: none;
	text-indent: 5px;
	border: 1px solid #bcbcbc;
}
.formMain table td .textarea01 {
	width: 471px;
	height: 245px;
	outline: none;
	overflow: auto;
	/*resize: none;*/
	border: 1px solid #bcbcbc;
	padding: 5px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.formMain table td .inputWrap01 {
	float: left;
	margin-right: 20px;
}
.formMain table td .inputWrap02 {
	float: left;
}
.formMain table td .selectWrapper01 {
	float: left;
	margin-right: 20px;
}
.formMain table td .selectWrapper02 {
	float: left;
}

.pr12 {
	padding-right:8px;
	font-size:12px;
}

.btnWrap01 {
	text-align:center;
	margin:30px auto;
}

.inputBtn {
    display: inline-block;
    margin: 0 20px;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}
.inputBtn, .inputBtn img {
    vertical-align: top;
}

.inputBtn:hover {
	opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
}

.contactMessageList01 {
    color: #fe0226;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
}