@charset "UTF-8";
/*==========================
	contact
============================*/
.textBlock {
	margin: 0 auto 60px;
	text-align: center;
}
#formTable {
	margin: 0 auto;
	max-width: 1100px;
}
#formTable table {
	width: 100%;
}
.tHBg {
	background: #0b3658;
	height: 60px;
	line-height: 60px;
	position: relative;
	padding: 0 0 0 20px;
}
#formTable table th {
	text-align: left;
	vertical-align: top;
	padding: 0 0 3% 0;
	width: 15%;
}
#formTable table .verticalMiddle {
	vertical-align: middle;
}
#formTable table th .tHBg:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 10px;
	border-color: transparent transparent transparent #0b3758;
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#formTable.noTriangle table th .tHBg:after {
	display: none;
}
#formTable table td {
	padding: 0 0 3% 5%;
	vertical-align: middle;
	width: 83%;
}
#formTable.noTriangle table td {
	padding: 0 0 3% 0;
}
#formTable.noTriangle table td .borderLine {
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 5%;
	border-bottom: 1px solid #0b3658;
}
#formTable input[type="text"], #formTable input[type="email"], #formTable textarea, #formTable select {
	border: 1px solid #0b3658;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
#formTable input[type="text"], #formTable input[type="email"] {
	font-size: 16px;
	background: #ffffff;
	height: 60px;
	padding: 5px 5px 5px 15px;
	width: 100%;
}
#formTable input[type="text"].short {
	max-width: 170px;
	margin: 0 10px;
}
#formTable textarea {
	font-size: 16px;
	background: #ffffff;
	height: 200px;
	padding: 15px 5px 15px 15px;
	width: 100%;
}
select {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	cursor: pointer;
	font-size: 16px;
	background: url(../img/contact/icon_select.png) no-repeat 96% center #ffffff;
	background-size:7px auto;
	-webkit-background-size:7px auto;
	-moz-background-size:7px auto;
	-o-background-size:7px auto;
	height: 70px;
	padding: 0 0 0 15px;
	margin: 20px 0 0;
	position: relative;
	width: 380px;
}
#address2 {
	display: block;
	margin: 20px 0 0;
}
#address3 {
	display: block;
	margin: 20px 0 0;
}
#wrapper .formError {z-index: 1;}

#formTable input[type="submit"] {
	cursor: pointer;
	font-size: 24px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#formTable input[type="submit"]:hover {
	opacity: 0.8;
}
#formTable .formError .formErrorContent::after {
	position: relative;
	right: -5px;
}
.inputBox {
	text-align: center;
}
.yellowStripe, .grayStripe {
	display: inline-block;
	margin: 0 25px;
}
.textComplete {
	text-align: center;
	padding: 0 0 100px;
}
.textComplete strong,.textComplete span {
	display: block;
}
.innercomplete {
	margin: 0 auto;
	max-width: 1100px;
}
.textComplete strong {
	padding: 0 0 50px;
}
.textComplete .spSmall {
	padding: 0 0 20px;
}
.innercomplete .compLink {
	display: block;
	margin: 0 auto;
}
/*-----------------
	placeholder
------------------*/
:placeholder-shown {color: #aaaaaa; font-size:14px;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {color: #aaaaaa;}
/* Firefox 18- */
:-moz-placeholder {color: #aaaaaa;}
/* Firefox 19+ */
::-moz-placeholder {color: #aaaaaa;}
/* IE 10+ */
:-ms-input-placeholder {color: #aaaaaa;}
/*media queries--------------------------------------css*/
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 786px) {
	/*==========================
		contact
	============================*/
	.textBlock {
		margin: 0 auto 10%;
		text-align: center;
		width: 90%;
	}
	#formTable {
		margin: 0 auto;
		max-width: 100%;
		width: 90%;
	}
	#formTable table {
		width: 100%;
	}
	.tHBg {
		background: #0b3658;
		height: 35px;
		line-height: 35px;
		position: relative;
		padding: 0 0 0 15px;
	}
	#formTable.noTriangle .tHBg {
		width: 46%;
	}
	#formTable table th {
		display: block;
		text-align: left;
		vertical-align: top;
		padding: 0 0 6% 0;
		width: 100%;
	}
	#formTable table .verticalMiddle {
		vertical-align: middle;
	}
	#formTable table th .tHBg:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 12px 0 12px;
		border-color: #0b3758 transparent transparent transparent;
		position: absolute;
		right: 0;
		left: 0;
		top: auto;
		bottom: -10px;
		margin: auto;
	}
	#formTable table td {
		display: block;
		padding: 0 0 8% 0;
		vertical-align: middle;
		width: 100%;
	}
	#formTable.noTriangle table td {
		padding: 0 0 8% 0;
	}
	#formTable.noTriangle table td .borderLine {
		height: unset;
		line-height: unset;
		padding: 0 0 5% 0;
		border-bottom: 1px solid #0b3658;
	}
	#formTable input[type="text"], #formTable input[type="email"], #formTable textarea, #formTable select {
		border: 1px solid #0b3658;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
	#formTable input[type="text"], #formTable input[type="email"] {
		font-size: unset;
		background: #ffffff;
		height: 40px;
		padding: 5px 5px 5px 15px;
		width: 100%;
	}
	#formTable input[type="text"].short {
		max-width: 100%;
		margin: 0 2%;
		width: 40%;
	}
	#formTable input[type="text"].short:last-child {
		margin: 0 0 0 2%;
	}
	#formTable textarea {
		font-size: unset;
		background: #ffffff;
		height: 150px;
		padding: 15px 5px 15px 15px;
		width: 100%;
	}
	select {
		-moz-appearance:none;
		-webkit-appearance:none;
		appearance:none;
		cursor: pointer;
		font-size: unset;
		background: url(../img/contact/icon_select.png) no-repeat 96% center #ffffff;
		background-size:7px auto;
		-webkit-background-size:7px auto;
		-moz-background-size:7px auto;
		-o-background-size:7px auto;
		height: 40px;
		padding: 0 0 0 15px;
		margin: 3% 0 0;
		position: relative;
		width: 100%;
	}
	#address2 {
		display: block;
		margin: 3% 0;
	}
	#address3 {
		display: block;
		margin: 0;
	}
	#wrapper .formError {z-index: 1;}

	#formTable input[type="submit"] {
		cursor: pointer;
		font-size: unset;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	#formTable input[type="submit"]:hover {
		opacity: 1;
	}
	.inputBox {
		text-align: center;
	}
	.yellowStripe, .grayStripe {
		line-height: 2.5;
	}
	#formTable.noTriangle .yellowStripe, .grayStripe {
		display: block;
		margin: 0;
		width: 48%;
	}
	#formTable.noTriangle .grayStripe {float: left;}
	#formTable.noTriangle .yellowStripe{float: right;}
	.innercomplete {
		margin: 0 auto;
		max-width: 100%;
		width: 90%;
	}
	.textComplete {
		text-align: center;
		padding: 0 0 15%;
	}
	.textComplete strong {
		padding: 0 0 12%;
	}
	.textComplete .spSmall {
		font-size: 10px;
		padding: 0 0 5%;
	}
	.innercomplete .compLink {
		line-height: unset;
	}
}

/* Media Queries ================================================== */


