@charset "UTF-8";
.HybLtHdr h1 {
	position: absolute;
	margin: 0px;
	z-index: 1;
}
.HybLtHdr #main {
	padding: 0px;
	margin: 0px;
	background: #000000 url(../top_img/bg_index.webp) no-repeat;
	background-size: cover;
	background-position: center;
	width: 984px;
	min-height: 640px;
	position: relative;
	z-index: 100;
}
.HybLtHdr #main h1 {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 280px;
	height: auto;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .9);
}
#gmenu {
	position: absolute;
	right: 20px;
	top: 50px;
}
#gmenu ul#rootmenu {
	text-align: right;
}
#gmenu ul#rootmenu li {
	list-style: none;
	margin-bottom: 1em;
}
#gmenu ul#rootmenu li a {
	text-decoration: none;
	text-shadow: 1px 1px #000;
}
#gmenu ul#rootmenu li a:hover {
	color: #fbb938;
}
#seles {
	position: absolute;
	left: 10px;
	top: 420px;
}
#bnr {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	background: #000;
}
#bnr img {
	width: 460px;
	height: auto;
}
#bnr a:hover {
	opacity: 0.8;
}
.childmenu {
	background: #000;
	border: 1px solid #ccc;
	border-bottom: none;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	right: 100px;
	top: 80px;
}
.childmenu a {
	display: block;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	color: #fff;
	padding: 5px 10px;
}
.childmenu a:hover {
	color: #fff;
	background: #333;
}
.HybLtHdr #whatsnew {
	margin: 20px 20px 0;
	border-bottom: 1px solid #454545;
	padding-bottom: 10px;
	font-size: 1.2em;
}
.HybLtHdr #news {
	font-weight: normal;
	height: 150px;
	overflow: auto;
	padding: 20px;
	margin-bottom: 20px;
}
.HybLtHdr #news p {
	margin: 0px;
	line-height: 2;
	color: #fff;
	font-size: 14px;
}
.HybLtHdr #news p a {
	color: #fff;
}
.HybLtHdr #news p::before {
	content: "・";
	margin-right: 0.5em;
}
.HybLtHdr #news p a:hover {
	text-decoration: none;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #e4007f;
	text-decoration: underline;
}