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

body{
	font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight:normal;
	font-size:100%;
	color:#000;
}

body,html,p,ul,ol,li,form,h1,h2,h3,h4,dd,dl,dt,iframe,span,figure,figcaption,article,section{
	margin: 0;
	padding: 0;
}

.mov{
	width: 100%;
  padding-top: 56.25%;
	position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.mov video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

