@charset "utf-8";

.contactUS{
	background: #0066a8;
	background: -moz-linear-gradient(left, #0066a8 0%, #00a3df 25%, #71bce9 50%, #aed7f3 75%, #d3edfb 100%);
	background: -webkit-linear-gradient(left, #0066a8 0%,#00a3df 25%,#71bce9 50%,#aed7f3 75%,#d3edfb 100%);
	background: linear-gradient(to right, #0066a8 0%,#00a3df 25%,#71bce9 50%,#aed7f3 75%,#d3edfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066a8', endColorstr='#d3edfb',GradientType=1 );
}

/*index*/
.inquiryMenuColumnSet img{
	display: block;
	width: auto;
	margin: auto;
}
.inquiryMenuColumnSet .btnSet ul li a{
	background-color: #FFF;
	border: 1px solid #AAA;
	color: #666;
	line-height: 2em;
	padding: 30px 80px 10px;
	font-size: 20px;
}
.inquiryMenuColumnSet .btnSet ul li a::after{
	color: #06a3e0;
}
.inquiryMenuColumnSet .btnSet ul li a:hover::after{
	color: #FFF;
}

/*division note*/
.divnote li{
	border-bottom:1px dashed #C8C8C8;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	color: #008CC2;
}
.divnote li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

/**inquiry form**/
.tableStyle1 thead th,
.tableStyle1 thead td{
	background-color: #06A3E0;
	color: #FFF;
}
.tableStyle1 th,
.tableStyle1 td,
.tableStyle4 th{
	padding: 10px;
	vertical-align: top;
}
.tableStyle1 th{
	min-width: 200px;
}
.btnApply{
	text-align: center;
	background-color: #FFC300;
	padding: 10px;
	cursor: pointer;
}
.btnApply:hover{
	background-color: #FF8000;
}
.btnApply:hover a{
	color: #FFF;
	text-decoration: none;
}

.btnSet{
	text-align: center;
}
.btnSet li{
	display: inline-block;
}

/**form**/
/*.tableStyle2,
.tableStyle4{
	min-width: 500px;
	margin: 0 auto 30px;
}*/
.tableStyle2 th,
.tableStyle2 td{
	padding: 10px 20px;
}

.AcceptPrivacyPolicy .confirmationText{
	margin: 15px auto 30px;
	padding: 10px;
	overflow-y: scroll;
	width: 80%;
	height: 250px;
	background-color: #FFF;
}
.AcceptPrivacyPolicy .confirmationText h4{
	font-size: 15px;
	line-height: 1.4em;
	border-left: none;
	padding-left: 0;
	margin-bottom: 0.5em;
}
.AcceptPrivacyPolicy .confirmationText .textStyle1{
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.AcceptPrivacyPolicy{
	background-color: #DDD;
	padding: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}
.AcceptPrivacyPolicy input[type="checkbox"]{
	margin-right: 10px;
}
.AcceptPrivacyPolicy a:link,
.AcceptPrivacyPolicy a:visited,
a.link:link,
a.link:visited{
	color: #06A3E0;
}

input[type="text"],
input[type="email"]{
	font-size: 16px;
	padding: 5px;
	width: 100%;
}
input[type="text"]#tel1{
	font-size: 16px;
	padding: 5px;
	/*width: 3.5em;*/
	width: 100%;
}
/*input[type="text"]#tel2,
input[type="text"]#tel3{
	font-size: 16px;
	padding: 5px;
	width: 14em;
}*/
input[type="text"]#tel1.tel1e {
	width: 100% !important;
}
.tableStyle4 th{
	width: 40%;
}
.tableStyle4 td{
	width: 60%;
}

input[type="checkbox"] {
	height: 1.6em;
	width: 1.6em;
}
input[type="checkbox"]:checked+label{
	font-weight: bold;
}
input[type="checkbox"]+label{
	vertical-align: middle;
}

input[type="button"],
input[type="submit"]{
	background-color: #06A3E0;
	padding: 15px 25px;
	border: none;
	letter-spacing: 0.1em;
	color: #FFF;
	font-size: 14px;
}
input[type="button"]:hover,
input[type="submit"]:hover{
	background-color: #3FB7E6;
}
input[type="button"]:active,
input[type="submit"]:active{
	background-color: #008CC2;
}
input[type="button"]:disabled,
input[type="submit"]:disabled{
	background-color: #DDD;
	color: #999;
}

select{
	font-size: 16px;
	padding: 5px;
	color: #333;
}

textarea{
	width: 100%;
	min-height: 10em;
	padding: 5px;
	font-size: 16px;
	font-family:"Montserrat", "Helvetica Neue", arial, sans-serif;
}

.btnSet ul{
	text-align: center;
}
.btnSet ul li{
	margin: 0 15px;
	display: inline-block;
}
.btnSet ul li a:link,
.btnSet ul li a:visited{
	text-decoration: none;
	cursor: pointer;
}
.btnSet ul li a:hover{
	background-color: #06A3E0;
	border-color: #06A3E0;
	color: #FFF;
}

.errorBox{
	text-align: center;
}
.errorBox .inner{
	margin: 0 auto 80px;
	padding: 40px 30px;
	border: 1px solid #DEDEDE;
	display: inline-block;
}
.required{
	padding: 2px 4px;
	font-size: 12px;
	display: inline-block;
	color: #D00;
}

@media screen and (max-width: 770px) {
select,
select option{
	width: 100%;
}
input[type="text"]#tel1{
	width: 100%;
}
.AcceptPrivacyPolicy{
	padding: 20px 5px 10px;
}
.AcceptPrivacyPolicy .confirmationText{
	width: 95%;
}
input[type="submit"]{
	margin-bottom: 20px;
}
}

@media screen and (max-width: 555px) {
.tableStyle2,
.tableStyle4{
	min-width: auto;
	width: 100%;
}
.columnHalf {
	margin-bottom: 30px;
	border-bottom: 1px solid #AAA;
	padding-bottom: 20px;
}
.columnHalf:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
}