/* ドロップダウンメニュー */
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:active { color:#ff0000; text-decoration:none; background-color:#ffdddd; }
a:hover { color:#ff0080; text-decoration:none; background-color:#ffdddd; }
.menu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	list-style: none;
	color: #ffffff;	
}

.menu li {
	list-style: none;
	margin-left: -40px;
}

.menu li a {
        width: 180px;
	height: 26px;
	font-size: 15px;
	text-decoration: none;
	box-sizing: border-box;
	display: table-cell;
	text-indent:10px;
	vertical-align: middle;
        border-bottom-width:1px; border-bottom-color:maroon;
        border-bottom-style:dotted; padding: 2px 0px 0px 2px;
	background-image:url('img/bg_menu_m.png'); 
}

.menu > li:hover > a {
        color:#ff0080;	
        background-image:url('img/bt_on.png'); 
}

.menu li ul {
	display: none;
	margin-left: 0px;
	position: absolute;
}

.menu > li li:hover > a {
	color:#ff0080;
	background: #ffdddd;
}

.menu li ul li a {
	color: #0000ff;
	background: #7fffbb;
}
.menu li ul li:hover > a {
	color: #ff0080;
	background: #ffdddd;
}

video {
  position: relative;
  left: 0;
  bottom: 0;
  min-height: 100%;
  width: 960px;
  height: auto;
  z-index: 1;
}
.inner {
  position: relative;
  z-index: 10;
}
.iframe {
  position: relative;
  z-index: 10;
}


.title {
text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);}