/*sp*/
.submit_right{
	float:right;
	position: absolute;
	margin-left: 168px;
	margin-top: -22px;
}

#ditail01{
	color: #3D3D3D;
	}
	
#ditail01 p{
	margin-left: 5px;
	margin-right: 5px;
	line-height: 180%;
	}


#d1{
	margin-bottom: 50px;
	margin-top: 10px;
}

#d2{
	margin-top: 10px;
	margin-bottom: 50px;
}

#d3{
	margin-top: 10px;
	margin-bottom: 50px;
}


.center{
	text-align: center;
	
}

.float{
	z-index: 99;
	position: absolute;
	margin-top: -120px;
	margin-left: 300px;
}

#ok{
	margin-top: 200px;
}

#ok p{
	font-size: 2em;
	text-align: center;
	line-height: 80%;
}

.left_P{
text-align: left;
}

.left{
	float: left;
}


.mt_10{
	margin-top: 10px;
}

.mt_20{
	margin-top: 20px;
}


.mt_50{
	margin-top: 50px;
}


.mt_100{
	margin-top: 100px;
}


.mb_10{
	margin-bottom: 10px;
}

.mb_20{
	margin-bottom: 20px;
}


.mb_50{
	margin-bottom: 50px;
}


.mb_100{
	margin-bottom: 100px;
}

#form{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.form_p{
	text-align: left;
	font-size: 0.8em;
	line-height: 120%;
}

.formLayout{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

.formLayout th,.formLayout td{
	
	display: block;
	width: 160%;	
	font-size: 0.8em;
}

.formLayout th{
	text-align:left;
	background-color:#f4f0e9;
	font-size: 0.8em;
	width: 160%
}

.formLayout td{
	text-align:left;
	background-color:#f4f0e9;
	font-size: 0.8em;
	width: 160%
}



.display_input{
	font-size: 0.7em;
	width: 100%;
}

-------------------------*/
.notice {
	color:#f05f5f;
	}

/* エラーメッセージ
-------------------------------------------------*/
.formLayout .errmsg {
	width:80%;
	background:#FFF;
	border:3px solid #f00;
	padding:20px;
	margin:0 auto 10px auto;
	text-align: left;
	font-size:0.7em;
	
}
.formLayout .errmsg,
.formLayout .errmsg a,
.formLayout .errmsg a:link,
.formLayout .errmsg a:visited,
.formLayout .errmsg a:hover,
.formLayout .errmsg a:active {
	color:#F00;
	font-size:0.7em;
}

.formLayout.input_now .display_check,
.formLayout.check_now .display_input{
	display:none;
}

#gotop_sp{
	width: 100%;
	height:100px;
	background-color: blue;	
	  display: none;
	  position: fixed;
	  bottom: 65px;
	  right: 30px;
	

}



.list{
	margin: 0 2px;
	list-style: none;
}


dl,dt,dd{
	margin: 0;
	padding: 0;
}

dl{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 70px;
}


dt{
	background-color: #5fb42b;
	color: white;
	height:30px;
	vertical-align: middle;
}


dd{
	padding: 5px;
}


