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

#contact header{
	background-image: url(../image/contact_head_line.png);
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
    height: 130px;
}

#contact article{
	margin: 50px 0;
}
article #intro{
	text-align: center;
}
article #intro h1{
	font-size: 180%;
}
article #intro h2{
	margin: 40px 0;
}
article #intro p{
	font-size: 110%;
}

article #wrap_form{
	width: 1200px;
	background-color: #ededed;
	margin: 0 auto;
    box-sizing: border-box;
    padding: 50px;
    text-align: left;
}
form{
	padding: 0 0 20px 0;
	background-color: #fff;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	background-color: #fff;
	box-sizing:border-box;
	padding: 20px 50px;
    display: block;
}
table.formTable td,table.formTable th{
	border:none;
	padding: 20px 0;
}
table.formTable tr{
	border-bottom: 1px solid #ededed;
}
table.formTable th{
	width:20%;
	font-weight:normal;
}
table.formTable td{
	width:70%;
}
table.formTable td input{
	border: 1px solid #00b4a5;
    height: 30px;
	vertical-align: middle;
}
.text{
	width: 400px;
}

table.formTable td textarea{
	border: 1px solid #00b4a5;
}
table.formTable td .wrap_select{
	position: relative;
    display: block;
    width: 200px;
	height: 30px;
    border: 1px solid #00b4a5;
    background: #fff;
}
table.formTable td .wrap_select:before{
	content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #00b4a5;
    height: 100%;
    width: 30px;
}
table.formTable td .wrap_select:after{
	content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}
table.formTable td .wrap_select select{
	cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 200px;
    padding: 0.5em 1em;
    color: #00b4a5;
    border: none;
    background: transparent;
}
::-ms-expand {
 display: none;
}
table.formTable .required{
	width:10%;
	text-align: center;
}
table.formTable .required > .red{
	background-color: #ff0014;
	color: #fff;
	padding: 5px 10px;
}
table.formTable td .error{
	color: #ff0014;
	display: block;
}
table.formTable td .input_error{
	border: 1px solid #ff0014;
	background-color: #ffd9dc;
}

.wrap_button{
	width: 800px;
    clear: both;
    overflow: hidden;
    margin: 20px auto;
}
.button_conf{
	cursor:pointer;
    border: none;
    color: #fff;
    font-size: 120%;
    padding: 15px 50px;
    background-color: #00b4a5;
    display:block;
    background-image: url(../image/icon_contact_arrowWH.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.button_conf:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}
.button_submit{
	cursor:pointer;
    width: 380px;
    float: right;
    box-sizing: border-box;
    border: 2px solid #00b4a5;
    color: #fff;
    font-size: 120%;
    padding: 15px 50px;
    background-color: #00b4a5;
    display:block;
    background-image: url(../image/icon_contact_arrowWH.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.button_submit:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}
.button_revision{
	cursor:pointer;
    width: 380px;
    float: left;
    box-sizing: border-box;
    border: 2px solid #00b4a5;
    color: #00b4a5;
    font-size: 120%;
    padding: 15px 50px;
    background-color: #ededed;
    display:block;
    background-image: url(../image/icon_contact_arrowGR.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
.button_revision:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}


/*--thanks--*/
.button_back{
	cursor:pointer;
	color: #fff;
    font-size: 120%;
    padding: 15px 50px;
    background-color: #00b4a5;
    width: 200px;
    margin: 50px auto;
    display:block;
    background-image: url(../image/icon_contact_arrowWH.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.button_back:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}

.thanks footer{
	position: fixed;
	bottom: 0;
	width: 100%;
}
