@charset "utf-8";
/* CSS Document */


.hide {
	display: none;
}

.center {
	text-align: center;
	margin: 10px 0 30px;
}

.button{
height:40px;
width:100px;
}

h2 {
	color:#009A8D;
	font-size: 15px;
	padding-bottom: 5px;
}

.cp_header {
	position: relative;
	height: 400px;
	width: 800px;
}

.cp_title {
	position: absolute;
	bottom: -10px;
	left:120px;
	z-index: 9999;
}

.form_back01 {
	background: url(form_images/form_back01.jpg) no-repeat;
	width: 800px;
	height: 160px;
	margin: 0px auto;
}


.form_back02 {
	background: url(form_images/form_back02.jpg) no-repeat;
	width: 800px;
	height: 240px;
	margin: 0px auto;
}


.form_back03 {
	background: url(form_images/form_back03.jpg) no-repeat;
	width: 753px;
	height:250px;
	margin: 20px auto;
	position: relative;
}

.form_back04 {
	background: url(form_images/form_back04.png) no-repeat;
	width: 772px;
	height:125px;
	margin: 20px auto;
}

.form_back05 {
	background: url(form_images/form_back05.jpg) no-repeat;
	width: 800px;
	height:400px;
	margin: 0px auto;
	position:relative;
}

.form_back05_a1 {
	position: absolute;
	bottom:30px;
	left:40px;
}

.form_back05_a2 {
	position: absolute;
	top:0px;
	left:40px;
}

.form_back06 {
	background: url(form_images/form_back06.jpg) no-repeat;
	width: 800px;
	height:400px;
	margin: 0px auto;
	position:relative;
}

.form_back06_a1 {
	position: absolute;
	bottom:30px;
	right:40px;
}

.form_back06_a2 {
	position: absolute;
	top:40px;
	right:150px;
}

.form_back06_a3 {
	position: absolute;
	top:40px;
	right:80px;
}

.form_back07 {
	background: url(form_images/form_back07.jpg) no-repeat;
	width: 800px;
	height:400px;
	margin: 0px auto;
	position:relative;
}

.form_back07_a1 {
	position: absolute;
	bottom:40px;
	left:40px;
}

.form_back07_a2 {
	position: absolute;
	top:60px;
	left:40px;
}

.form_back08 {
	background-color: #CCFFFF;
	width: 800px;
	margin: 0px auto;
	padding: 20px 0 20px 0;
}


.form_back03_txt {
	width: 690px;
	margin: 0 auto;
	padding-top: 110px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 20px;
}


.form_box {
	width: 690px;
	margin: 10px auto 0px auto;
}

.form_txt {
	font-size: 14px;
	padding-bottom: 10px;
}

.form_box table {
	font-size: 14px;
	background: #FFC;
	width: 700px;
	margin-bottom: 15px;
	border: 1px #009A8D solid;
	line-height: 1.4;
}

.red {
	color:red;
	font-weight: bold;
}

.form_box th {
	text-align: right;
	width: 180px;
	background: #009A8D;
	color: #FFF;
	padding-right: 10px;
	border: 1px #fff solid;
}

.kotae {
	color: #EB4769;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}


.form_box td {
	padding: 10px;
	border: 1px #009A8D solid;
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 335px;
    overflow: hidden;
    position: absolute;
}

.loopSlider {
    margin: 0 auto;
    width: 800px;
    height: 335px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.loopSlider ul {
    height: 335px;
    float: left;
    overflow: hidden;
}

.loopSlider ul li {
    width: 238px;
    height: 335px;
    float: left;
    display: inline;
    overflow: hidden;
		margin: 0 23px;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}


.form_send {
	width: 700px;
	text-align: center;
	padding-bottom: 15px;
}
