* {
	margin: 0;
	padding: 0;
	border: 0;
}

html,body{
	width:100%;
}

img {
	vertical-align: bottom;
}

a:hover{
  filter: alpha(opacity=70);
  opacity:0.7;
}

body{
	background-color:#000000;
	font-size:;
	overflow-x:hidden;
	min-width:1000px;
}

.wrap{
	overflow:hidden;
	width: 100%;
}

.fv img {
	position: relative;
    left: 50%; /* 画像の左端が画面中央にくる */
    margin-left: -1250px; /* 画像幅1600pxの半分だけ左に移動する */
}

.block {
	width:100%;
	text-align:center;
	width:1000px;
	min-width:1000px;
 	margin:0 auto 90px auto;
 	z-index: 1;
 	position:relative;
}

.map {
    width: 895px;
    height: 430px;
    margin: 0 auto 20px auto;
    border: solid 9px #ff473b;
}

.title {
	background-image: url(../img/bg_01.jpg) ;
	width: 100%;
	height: 213px;
	position:relative;
	z-index: 2;
	margin-bottom: 50px;
}

p {
	width: 1000px;
	margin: 0 auto;
	text-align:center;

}

.title02 {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 45%;
	-webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}

.option {
	background-image: url(../img/bg_02.jpg);
	width: 100%;
	height: ;
	margin-bottom: 80px;
}

.block_non {
	width:100%;
	text-align:center;
	width:1000px;
	min-width:1000px;
 	margin:0 auto;
 	z-index: 1;
 	position:relative;
}

.cv {
	width:100%;
	text-align:center;
	width:1000px;
	min-width:1000px;
 	margin:0 auto 90px auto;
}

.cv img {
	margin-bottom: 40px;
}




#form_bg{
	width:100%;
	padding:30px 0;
	background:url(../img/bg_cart.gif);
}

table{
	width:900px;
	padding:0 13px;
	border:solid 7px #e83a18;
	background-color: #ffffff;
	border-collapse:collapse;
	margin:0 auto 30px auto;
}

th,td{
	padding-top:18px;
	padding-bottom:18px;
	border-bottom:solid 1px #ebbeb5;
}

th{
	padding-left:23px;
	padding-right:23px;
	width:170px;
	text-align:left;
	font-weight:normal;
}

#course_lh{
	line-height:2em;
}

.form_p{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#course_lh{
	line-height:1.5em;
}

.red{
	color:red;
}

.txt{
	border:solid 1px #b5b5b5;
	border-radius:4px;
	width:25em;
	height:2em;
	margin-bottom:10px;
}

.txt2{
	border:solid 1px #b5b5b5;
	border-radius:4px;
	width:4em;
	height:2em;
	margin-bottom:10px;
}

.example{
	color:#7d7d7d;
}

#btn_check{
	display:block;
	width:250px;
	height:50px;
	margin:0 auto;
	border:none;
	background:#e83a18;
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
	cursor:pointer;
}

#btn_check:hover{
	opacity:0.7;
	transition:0.3s;
}

#err{
	width:637px;
	margin:0 auto 20px auto;
	border:solid 1px #e83a18;
	padding:20px;
	background:#ffc9c9;
}

#err p{
	width:100%;
}
#err_title{
	font-size:18px;
	font-weight:bold;
	color:red;
}

.mgnb10{
	margin-bottom:10px;
}
