@charset "UTF-8";
body {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#EPre {
	position: relative;
	height: 700px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 960px;
}
#bgArea,
#movieBox, 
#shortD,
#relatedLink,
#menuBoxWrapper,
#menuBox,
#menuBox ul,
#btnBack,
#btnNext,
#slideBox {
	position: absolute;
}
ul,
ul li {
	list-style-type: none;
}
#btnBack,
#btnNext {
	display: none;
	line-height: 1;
	opacity: 0;
}

#bgArea {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	left: 0px;
	top: 0px;
}

#movieBox {
	left: 0px;
	top: 0px;
}
#shortD {
	word-wrap:break-word;
	overflow: auto;
}
#title {
	font-weight: bold;
}
#menuBoxWrapper {
	border: 1px solid #CCC;
}
#menuBox {
	overflow: hidden;
	background-color: #FFF;
}
#menuBox.pc {
	overflow-y: auto;
}
#menuBox .note {
	color: #333 !important;
	font-size: 12px !important;
	line-height: 14px !important;
	text-align: center !important;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -7px;
}
#menuBox a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
}
#menuBox a.current {
	background-color: #A8C6EE;
}
#menuBox a:hover {
/*	text-decoration: underline;*/
}
#menuBox ul {
	left: 0px;
	top: 0px;
	width: 100%;
	list-style-type: none;
}
#menuBox li {
	list-style-type: none;
}
#slideBox {
	overflow: hidden;
}
#slideBox img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
}

#menuBox ul,li{
	padding: 4px;
}

#relatedLink {
	overflow: hidden;
}