/* #top
================================================== */
#header {
	margin-bottom: 0 !important;
	height: 150px;
	background-color: #BA1FB5;
	width: 100%;
	overflow: hidden;
}
.headbox {
	margin: 0 auto;
	width: 1280px;
	text-align: center;
	height: 150px;
}
.rb {
  position: absolute; /* 絶対位置で指定(親ボックス基準) */ 
  right: 0px;       /* 右から0px */ 
  top: 0px;      /* 上から0px */ 
}

.box {
	margin: 0 auto;
	width: 960px;
}

.cloud {
	position: absolute; /* 絶対位置で指定(親ボックス基準) */
	text-align: center;     /* 右から0px */
	top: 500px;      /* 上から0px */
}

.text {
  position: absolute; /* 絶対位置で指定(親ボックス基準) */ 
  right: 100px;       /* 右から0px */ 
  top: 650px;      /* 上から0px */ 
  z-index:-100;
}
.plane {
	position: absolute; /* 絶対位置で指定(親ボックス基準) */
	right: 200px;       /* 右から0px */
	top: 1350px;      /* 上から0px */
	z-index: -100;
}

.cloud2 {
	position: absolute; /* 絶対位置で指定(親ボックス基準) */
	right: 0px;       /* 右から0px */
	top: 850px;      /* 上から0px */
	z-index: -200;
}
.cloud3 {
	position: absolute; /* 絶対位置で指定(親ボックス基準) */
	left: 0px;       /* 右から0px */
	top: 1700px;      /* 上から0px */
	z-index: 200;
}
.text2 {
	position: absolute; /* 絶対位置で指定(親ボックス基準) */
	left: 0px;       /* 右から0px */
	top: 950px;      /* 上から0px */
	z-index: -100;
}
.box2 {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	padding-top: 300px;
	font-size: 16px;
}

.box3 {
	margin: 0 auto;
	width: 95%;
	text-align: center;
	line-height: 0;
	padding-top: 50px;
}
.box3 li {
	width: 290px;
	text-align: center;
	list-style: none;
	float: left;
	margin: 20px 10px;
}
	




/* #form
================================================== */

.oubobox {
	margin: 0 auto;
	width: 100%;
}
.kinyubox {
	margin: 0 auto;
	width: 450px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.ouboform {
	position: absolute; /* 絶対位置で指定(親ボックス基準) */
	/* 右から0px */ 
	top: 170px;      /* 上から0px */
	margin-bottom: 0px;
	left: 50px;
	text-align: center;
}
.oubocloud {
	position: fixed; /* 絶対位置で指定(親ボックス基準) */
	bottom: 0px;
	right: 0px;
	z-index: -100;
}

#submit {
	border: 0px;
	width: 350px;
	height: 140px;
	background: url(../img/btn_oubo.gif) left top no-repeat;
}

#submit:hover {
	opacity: 0.5;
	}

/* #fin
================================================== */


.finbox {
	margin: 0 auto;
	width: 450px;
	padding-top: 100px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.fincloud {
	position: absolute; /* 絶対位置で指定(親ボックス基準) */
	bottom: 0px;      /* 右から0px */
	left: 0px;      /* 上から0px */
	z-index: -100;
}
.finplane {
  position: absolute; /* 絶対位置で指定(親ボックス基準) */ 
  top: 200px;      /* 右から0px */ 
  right: 300px;      /* 上から0px */ 
}

.kiyaku {
	margin: 0 auto;
	width: 800px;
	padding-top: 150px;
	/* [disabled]text-align: center; */
	font-size: 12px;
}
