@charset "UTF-8";
#mv{
	background-image:url("mv-5.jpg") ;
}
.formHead{
	padding:50px 0;
}
.cautionTBL{
	border-collapse:collapse;
	width:100%;
	margin-bottom:60px;
}
.cautionTBL th{
	background:url("dotted_bg.png") repeat;
}
.cautionTBL td{
	background:#ededed;
}
.cautionTBL th , .cautionTBL td{
	padding:30px 15px;
}
.btnBox{
	text-align:center;
	margin-bottom:100px;
}
.btnBox input{
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btnBox input.conf , .btnBox input.submit{
  background-image: -moz-linear-gradient( -75deg, rgb(59,174,146) 0%, rgb(71,153,186) 100%);
  background-image: -webkit-linear-gradient( -75deg, rgb(59,174,146) 0%, rgb(71,153,186) 100%);
  background-image: -ms-linear-gradient( -75deg, rgb(59,174,146) 0%, rgb(71,153,186) 100%);
}
.btnBox input.reset{
  background-image: -moz-linear-gradient( -75deg, rgb(162,162,162) 0%, rgb(110,110,110) 100%);
  background-image: -webkit-linear-gradient( -75deg, rgb(162,162,162) 0%, rgb(110,110,110) 100%);
  background-image: -ms-linear-gradient( -75deg, rgb(162,162,162) 0%, rgb(110,110,110) 100%);
}
.btnBox input.conf:hover , .btnBox input.submit:hover{
  background-image: -moz-linear-gradient( -75deg, rgb(71,153,186) 0%, rgb(59,174,146) 100%);
  background-image: -webkit-linear-gradient( -75deg, rgb(71,153,186) 0%, rgb(59,174,146) 100%);
  background-image: -ms-linear-gradient( -75deg, rgb(71,153,186) 0%, rgb(59,174,146) 100%);
}
.btnBox input.reset:hover{
  background-image: -moz-linear-gradient( -75deg, rgb(110,110,110) 0%, rgb(162,162,162) 100%);
  background-image: -webkit-linear-gradient( -75deg, rgb(110,110,110) 0%, rgb(162,162,162) 100%);
  background-image: -ms-linear-gradient( -75deg, rgb(110,110,110) 0%, rgb(162,162,162) 100%);
}

.backBTN a{
	text-decoration:underline;
	color:#fff;
	background:#666;
	padding:15px 30px;
}
