﻿@charset "UTF-8";

body{
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
 	 background:#43defa;	
	background-image: url(../images/bg_head.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size:cover;
}


#container{
	width:100%;
	min-width:980px;
	overflow:hidden;
	margin:0 auto;
}

img{
	display: block;
	margin: 0 auto;
}

/*---------------------------------

  セクション背景

---------------------------------*/

#section1 {
  background:#ffe0e0;
}

#section2 {
    background: -webkit-repeating-linear-gradient(-90deg,#d9f9ff 0,#d9f9ff 80px,#f0fdff 80px,#f0fdff 160px);
    background: -o-repeating-linear-gradient(-90deg,#d9f9ff 0,#d9f9ff 80px,#f0fdff 80px,#f0fdff 160px);
background: repeating-linear-gradient(-90deg,#d9f9ff 0,#d9f9ff 80px,#f0fdff 80px,#f0fdff 160px);
}

#section3 {
    background: -webkit-repeating-linear-gradient(-45deg,#fef8a5 0,#fef8a5 20px,#fefbcd 20px,#fefbcd 40px);
    background: -o-repeating-linear-gradient(-45deg,#fef8a5 0,#fef8a5 20px,#fefbcd 20px,#fefbcd 40px);
    background: repeating-linear-gradient(-45deg,#fef8a5 0,#fef8a5 20px,#fefbcd 20px,#fefbcd 40px);
}


/*---------------------------------

ヘッダーエリア

---------------------------------*/
#header {
	width:100%;
	min-width:980px;
	height: 1420px;	
	background: url(../images/header.png) no-repeat scroll center 0;
}

/*---------------------------------

申し込みボタン

---------------------------------*/

.btn-apply{
	display:block;
	margin:-50px auto 0;
	padding-bottom:60px;
}
	
.btn-apply02{
	display:block;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:60px;	
}

.btn-apply03{
	display:block;
	margin:40px auto 0;
	text-align:center;
}

/*---------------------------------

画像

---------------------------------*/

.img09{
	width:100%;
	min-width:980px;
	height: 1420px;	
	background: url(../images/header.png) no-repeat scroll center 0;
}

	
/*---------------------------------

フッター

---------------------------------*/
footer{
	margin: 0 auto;
	min-width:980px;
	background: #ffffff;
	color: #0a7dff;
}

small{
	display:block;
	width: 100%;
	text-align:center;
	padding: 0;
}

.copy2{
	display:block;

	font-size:14px;
	line-height: 1.3;
	padding:15px 0 15px 0;
}


.foot_center{
	text-align: center;
	padding-top: 10px;
}

/*---------------------------------

SP

---------------------------------*/

@media screen and (max-width:480px){

	body{
 	 background:#03effe;	
	}
	
	body::before {
	    background:url(../images/) repeat center top;
	    -webkit-background-size: 100%;
	    background-size: 100%;
	    display: block;
	    position: fixed;  
	    top: 0;
	    left: 0;
	    width: 100%;  
	    height: 100%;       
	    padding-bottom: 0;
	    content: "";
	    z-index: -1;
	}
    
	#header {
		max-width:100%;
		height:1420px;
		background: url(../images/header_sp.jpg) no-repeat scroll center 0;
	}

	.img09 {
		max-width:100%;
		height:1420px;
		background: url(../images/header_sp.jpg) no-repeat scroll center 0;
	}
	

}