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



/* ユニバーサルセレクタでmargin/paddingなどを初期化する */

*
{
	margin: 0;
	padding: 0;
	border: none;
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.0;
	list-style: none;
	vertical-align: baseline;
}


/* ブラウザのスクロールバーの表示の違いを解決する */

html
{
	overflow: scroll;
	overflow: -moz-scrollabars-vertical;
	overflow-x: scroll;
	height: 100%;
	margin: 0;
}

/* MacとWindows系のフォント指定 */

body
{
	font-size: 76%;
	font-family: 
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	margin: 0;
	background: #000
	
}

#wrap {
	margin: 0;
	padding: 0;
min-height: 100%;
		margin-bottom: -40px;
}

#container {
	position: relative;
}

img.ttl{
	width: 100%;
	display: block;
}
.linkhov img:{cursor: pointer;}
.linkhov img:hover {
	opacity: 0.45
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin: 0 auto 30px auto;
  display: block;
  overflow: hidden;
  width: 80%;
  height: auto
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.footer,
.push {
  height: 40px;
}