@charset "utf-8";
/* CSS Document */

#contents .bs_event_wrap{
	width:95%;
	max-width:1000px;
	margin: 0 auto;
	background-image: url("../img/about_bg.gif");	
}

#contents .bs_event_wrap_inner{
	width:90%;
	max-width:1000px;
	margin: 0 auto 40px auto;
	padding-top:3rem;
	background-color: white;
	background-color:rgba(255,255,255,0.8);
	padding-bottom:60px;

}

#contents .event_title{
	width:100%;
	z-index: 99;
	margin-bottom: -40px;
}
#contents .eventbox{
	
	margin:0 auto 50px auto;
	display: block;
	width:80%;
	max-width:1000px;
	min-height:10px;
	padding:40px;
	border-style: solid;
	border-width:1px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 1px rgba(104,104,104,0.6);
	border-color:#ffffff;
	z-index: 10;
	
}
	
#contents .eventbox p{

	font-weight:600;
	font-size:1.0rem;
	font-family: "Rounded Mplus 1c";
	line-height: 1.2em;
}
#contents .movie_wrap{
	text-align: center;

}

#contents  .eventbox .youtube{
 position: relative;
text-align: center;
  width: 100%;
  max-width:700px;
  height: 0;
  padding-bottom: 52.25%;
  overflow: hidden;
	margin:0 auto;
	border-style: solid;
	border-width: 3px;
	border-color:#C1C1C1;
	box-shadow: 6px 2px 11px 0px rgba(0,0,0,0.6);
}

#contents .eventbox .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
border:solid 2px #ffffff;
}

#contents .more_movie{
	margin: 30px auto ;
	width:100%;
	max-width:240px;
	
}
@media screen and (max-width:640px) { 

	#contents .event_title{
		margin-bottom:-30px;
	}
#contents .event_title img{
	width:100%;
}
#contents .eventbox{
	margin:0 auto 05px auto;
	display: block;
	width:75%;
	max-width:640px;
	min-height:10px;
	padding:40px;
	border-style: solid;
	border-width:1px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 1px rgba(104,104,104,0.6);
	border-color:#ffffff;
	z-index: 10;
	
}	
#contents .eventbox .youtube{
	max-width:640px;
		width:100%;
  padding-bottom: 52.25%;
	}
}