@charset "utf-8";

@import "../../../files/css/layout.css";


#sec01 img,
#sec02 img,
#sec03 img,
#sec04 img,
#sec05 img {
	width:100%;
	height:auto;
}
	
/*-------------------------------------------------------------------------
	sec01
/*-----------------------------------------------------------------------*/	

#sec01 {
	background:url(../img/index/sec01/img.jpg) 0 0 no-repeat;
	padding:5% 0 7% 0;
	background-size:cover;
}

	#sec01 dl {
	}
	
		#sec01 dl img {
			width:75%;
			height:auto;
		}
		
		#sec01 dl dt {
			margin:0 0 1% 3%;
		}
		
		#sec01 dl dd {
			margin:0 0 0 1%;
		}

	#sec01 .movie {
		background:url(../../../files/img/common/bg_movie.png) 0 0 no-repeat;
		position: relative;
  		padding-top: 56.25%;
		background-size: contain;
		margin:3% 0 0 0;
	}
	
	#sec01 .movie iframe {
		position: absolute;
  		top: 4.5%;
		left:11%;
  		width: 75% !important;
  		height: 75% !important;
	}

/*-------------------------------------------------------------------------
	sec02
/*-----------------------------------------------------------------------*/	

#sec02 {
	background:url(../img/index/sec02/img.jpg) 0 0 no-repeat;
	padding:7% 0 7% 0;
	background-size:cover;
}

	#sec02 dl {
	}
	
		#sec02 dl img {
			width:95%;
			height:auto;
		}
		
		#sec02 dl dt {
			margin:0 0 1% 3%;
		}
		
		#sec02 dl dd {
			margin:0 0 0 3%;
		}

	#sec02 .movie {
		background:url(../../../files/img/common/bg_movie.png) 0 0 no-repeat;
		position: relative;
  		padding-top: 56.25%;
		background-size: contain;
		margin:20px 0 0 0;
	}
	
	#sec02 .movie iframe {
		position: absolute;
  		top: 4.5%;
		left:11%;
  		width: 75% !important;
  		height: 75% !important;
}

/*-------------------------------------------------------------------------
	sec04
/*-----------------------------------------------------------------------*/	

#sec04 {
	background:url(../img/index/sec04/img.jpg) 0 0 no-repeat;
	padding:6% 0 7% 0;
	background-size:cover;
}

	#sec04 dl {
	}
	
		#sec04 dl img {
			
		}
		
		#sec04 dl dt {
			margin:0 0 1% 3%;
		}
		
			#sec04 dl dt img {
				width:73%;
				height:auto;
			}
		
		#sec04 dl dd {
			margin:0 0 0 3%;
		}
		
			#sec04 dl dd img {
				width:95%;
				height:auto;
			}

	#sec04 .movie {
		background:url(../../../files/img/common/bg_movie.png) 0 0 no-repeat;
		position: relative;
  		padding-top: 56.25%;
		background-size: contain;
		margin:8% 0 0 0;
	}
	
	#sec04 .movie iframe {
		position: absolute;
  		top: 4.5%;
		left:11%;
  		width: 75% !important;
  		height: 75% !important;
}
	






/*-------------------------------------------------------------------------
	footer
/*-----------------------------------------------------------------------*/




