@charset "UTF-8";

.top-header-wrap{background:#11244c;}
.top-header-box{margin:0 auto;padding:12px 0 12px 40px;max-width:1920px;width:100%;height:40px;box-sizing:border-box;}
.top-header-box:after{content:'';display:block;clear:both;}
.top-header-box p{float:left;font-size:0.875rem;line-height:1rem;color:rgba(255,255,255,0.5);font-weight:300;}
.top-header-box .top-link-box{float:right;overflow:visible;font-size:0;}
.top-header-box .top-link-box li{display:inline-block;position:relative;margin:0 11px 0 0;padding:0 16px 0 0;vertical-align:top;}
.top-header-box .top-link-box li:last-of-type{margin:0;padding:0;width:90px;}
.top-header-box .top-link-box li:after{content:'';position:absolute;top:3px;right:0;width:1px;height:11px;background-color:#fff;}
.top-header-box .top-link-box li:last-of-type:after{display:none;}
.top-header-box .top-link-box li a{display:block;font-size:0.875rem;line-height:1rem;color:#fff;font-weight:300;}
.top-header-box .top-link-box li .btn-banner{display:block;position:absolute;top:-12px;width:90px;height:22px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:#f3f3f3 url(../img/common/ico-top-banner-open.png) no-repeat center center/10px;}
.top-header-box .top-link-box li.open .btn-banner{background:#f3f3f3 url(../img/common/ico-top-banner-close.png) no-repeat center center/10px;}


@media screen and (max-width:1024px) {
	.top-header-wrap{display:none;}
}