@charset "utf-8";


/*▼SP*/

.gnav {
	border-bottom: 2px solid #D36985;
	border-top: 1px solid #FFFFFF;
	display: table;
	height: 44px;
	width: 100%;
}
.gnav li {
	background-color: #EEEEEE;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	height: inherit;
	vertical-align: middle;
	width: 20%;
}
.gnav li + li {
	border-left: 1px solid #FFFFFF;
}
.gnavLink {
	display: table;
	height: inherit;
	text-decoration: none;
	width: 100%;
}
.gnavLink:hover {
	text-decoration: none;
}
.gnavTxt {
	color: #555555;
	display: table-cell;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}
.gnavCurrent .gnavTxt {
	background-color: #D36985;
	color: #FFFFFF;
}



/*▼PC*/

.move {
    position: absolute;
    bottom: -2px;
    right: 20px;
    z-index: 3;
}
.cFix {
    min-height: 1px;
/*    _height: 1px;*/
}
.fl {
    float: left;
}
.globalNavi > li > a {
	background-image: linear-gradient(#fff 0, #fff 10px, #d8d8d8 100%);
	border: solid #CDCDCD;
	border-radius: 4px 4px 0 0;
	border-width: 1px 1px 0;
	box-sizing: border-box;
	color: #666666;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 115px;
}
.globalNavi > li + li {
	margin-left: 2px;
}
.globalNavi > li > a::before,
.globalNavi > li > a::after {
	content: "";
	left: -1px;
	position: absolute;
}
.globalNavi > li > a::before {
	background-color: #998A8A;
	bottom: 0;
	height: 2px;
	width: calc(100% + 2px);
}
.globalNavi > li > a::after {
	border: solid #998A8A;
	border-radius: 4px 4px 0 0;
	border-width: 2px 2px 0;
	display: none;
	height: calc(100% - 1px);
	top: -1px;
	width: calc(100% - 2px);
}
.globalNavi > li > a:hover {
	text-decoration: none;
}
.globalNavi > li > a:hover::after {
	display: block;
}
.globalNavi .kerning {
	letter-spacing: -1.2px;
}
.globalNavi > li > .globalNaviCurrent {
	background: #FFFFFF;
}
.globalNavi > li > .globalNaviCurrent::before {
	display: none;
}
.globalNavi > li > .globalNaviCurrent::after {
	display: block;
}