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

/* 既存記録編共通メニュー gmenu */

#gmenu_container {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #470008;
}
#gmenu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	/*--------*/
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	/*background-image: url(common/navtitle.png);
	background-repeat: no-repeat;*/
}

#gmenu .gmenuitem{
	height: 23px;
	margin-right: 15px;
	margin-bottom: 3px;
	flex: 0 1 auto;
}

#gmenu .gmenuitem_title{
	height: 26px;
	margin-right: 350px;
	margin-bottom: 2px;
	flex: 0 1 auto;
}

/* ドロップダウンメニュー（共通） */
.menu_single {
	position: relative;
	display: block;
	height: 30px;
	width: 210px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index: 1;
}
.menu_single a {
	text-decoration: none;
	color: #000;
}
.menu_single a:hover {
	text-decoration: none;
	color: #000;
}
.menu_second:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu_second {
	/*リセットcss対策*/
	margin: 0;
}
.menu_second dt {
	height: 22px;			/* glonav */
	padding-top: 6px;		/* glonav */
	border-bottom: 1px solid #DDD;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
.menu_second dt a:hover {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-left: 3px;
	border-radius: 3px;
	background-color: #FFD2D3;
}
.menu_single .menu_second {
	position: absolute;
	top: 0px;
	width: 100%;
	background: #FFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
    list-style-type:none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu_single .nolink{
	color: #FFF;
	background-color: #57151C;
}
.menu_single .end{
	border-bottom: 4px solid #57151C;
}
.menu_single .sep{
	padding-top: 8px;
	height: 26px;
	border-bottom: 0px;
	background-color: #57151C;
	font-size: 16px;
}
.sep a{
	text-decoration: none;
	color: #FFF;
}

/* ドロップダウンメニュー（固有） */

.menu_second dt {
	height: 20px;
	padding-top: 8px;
}
#blankAreaLeft {
    visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 775px;
	height: 100vh;
}
#blankAreaRight {
    visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 15px;
	height: 100vh;
}
#blankAreaBottom {
    visibility: hidden;
	position: fixed;
	bottom: 0;
	right: 15px;
	width: 210px;
	height: calc(100vh - 620px);
}