@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/


/*------------Title---------------------------------------------------------------*/
div#Title {
	position: relative;
  width: 100%;
	height: auto;
	margin-bottom: 35px;
  padding-top: 56.25%;
	background-color: transparent;
	overflow: hidden;
	z-index: -1;
}
#VideoBg {
	position: absolute;
	top: 0; 
	left: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
}

/*#VideoBg { z-index: -2; }*/

div#Title h2 { display: none; }
div#Title p { display: none; }


/*------------TopTxt---------------------------------------------------------------*/
div#TopTxt {
	padding-bottom: 75px;
	background: url(../../img/top/icon.png) no-repeat center bottom;
	text-align: center;
	font-weight: bolder;
}
div#TopTxt h3 {
	font-size: 1.5em;
	font-weight: bolder;
}
div#TopTxt p {
	margin-top: 40px;
	font-size: 1.12em;
	font-weight: bolder;
}


/*------------movie---------------------------------------------------------------*/
div#movie {
	width: 560px;
	margin: 70px auto 0;
}
div#movie div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
div#movie div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*------------news------------------------*/
div#news {
	width: 800px;
	margin: -120px auto 120px;
	padding-top: 160px;
	overflow: hidden;
}
div#news h3 {
	width: auto;
	float: left;
	font-size: 1.68em;
	font-weight: bolder;
}
div#news div#newsTxt {
	width: 640px;
	height: 350px;
	float: right;
	-webkit-overflow-scrolling: touch;
}
div#news div#newsTxt iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
}

/*------------BtnTxt------------------------*/
div.BtnTxt {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
div.BtnTxt dl { margin-top: 20px; }
div.BtnTxt dl dt { font-size: 1.25em; }
div.BtnTxt div.Btn {
	width: 320px;
	margin: 45px auto 0;
}
div.BtnTxt div.Btn a {
	display: block;
	padding: 0.25em 1em 0.55em;
	border-bottom: 3px solid #d1801e;
	font-size: 1.25em;
	font-weight: bolder;
}
div.BtnTxt div.Btn a:hover {
	text-decoration: none;
	color: #d1801e;
}