@charset "utf-8";

/**sds download index**/
/**/
.tableStyle1 thead th,
.tableStyle1 thead td{
	background-color: #06A3E0;
	color: #FFF;
}
.tableStyle1 th,
.tableStyle1 td,
.tableStyle4 th{
	padding: 10px;
}
.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;
}

/**sds download form**/
.tableStyle2,
.tableStyle4{
	min-width: 500px;
	margin: 0 auto 30px;
}
.tableStyle2 th,
.tableStyle2 td{
	padding-top: 10px;
	padding-bottom: 10px;
}

.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;
}
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;
}

.btnSet ul{
	text-align: center;
}
.btnSet ul li{
	margin: 0 15px;
	display: inline-block;
}
.btnSet ul li a{
	padding: 10px 15px;
	border: 1px solid #DEDEDE;
	color: #333
}
.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;
}

@media screen and (max-width: 555px) {
.tableStyle2,
.tableStyle4{
	min-width: auto;
	width: 100%;
}
}