* {
    font-family: aktiv-grotesk, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif !important;
}

.uk-container {
    max-width: 1460px !important;
}

.uk-tab a {
    text-transform: none !important;
}

.uk-background-secondary,
.uk-section-secondary {
    background-color: #293138;
}
.uk-background-primary,
.uk-section-primary {
    background-image: linear-gradient(136deg,#0073e7,#26c5bd);
}
.uk-button-primary:hover {
    opacity:0.7;
    box-shadow:0 0px 5px rgba(0,0,0,.3);
}
.nav {
	position: absolute;
	top: 15px;
	z-index: 99;
	left: 0;
	right: 0;
}

.submenu {
    padding:8px;
}
.uk-sticky-fixed .submenu {
    background-color: #ffffff;
}

.uk-sticky-fixed .submenu .uk-button-primary {
    color: #ffffff;
    background-color:#0f7ae5;
}

.uk-sticky-fixed .submenu .globallink {
    color: #666666;
}

.globallink {
    font-size: 0.9em;
}

.uk-logo img {
    width: 120px;
}

.uk-navbar-nav > li > a {
    line-height: 1.2em;
}

.uk-navbar-nav > li > a > div > span {
    font-weight: bold;
    color: #fff;
}

.uk-navbar-dropdown-nav > li > a {
    font-weight: bold;
    color: #fff;
}

.uk-navbar-nav > li > a:hover > div > div, 
.uk-navbar-nav > li.uk-open > a {
/*
	border-bottom: 2px solid #39f;
        padding-bottom: -2px;
        margin-bottom: -2px;
*/
}
/*
#header_nav {
    padding-top: 36px;
}
*/
#header_nav > li {
    position: relative;
}
#header_nav > li > a:after {
	content: '';
	width: 0;
        display: block;
        position: absolute;
        left: 15px;
        bottom: 20px;
        height: 1px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #0073e7;
}
#header_nav > li > a:hover:after {
	width: 100%;
	border-bottom: 1px solid #0073e7;
}

.uk-navbar-dropdown-nav > li > span {
    font-size:11px;
}

#header_nav > li > .uk-navbar-dropdown {
    width: 375px;
}

.uk-background-secondary .uk-navbar-dropdown:before {
    content: "";
    position: absolute;
    left: 40px;
    top: -16px;
    width: 0;
    height: 0;
    border-color: transparent transparent #293138;
    border-style: solid;
    border-width: 0 16px 16px;
    z-index: 100;
}

#header_nav > li:nth-child(n+6) > .uk-navbar-dropdown:before {
    left: auto;
    right: 40px;
}

.uk-background-secondary .uk-nav span {
    color: #fff;
}

.uk-background-secondary .uk-nav li a:hover ,
.uk-background-secondary .uk-nav li a:hover span {
    color: #00baff !important;
}


.uk-card-badge {
    top: 6px;
    right: 6px;
    font-size: .750rem
}

.uk-button {
    text-transform: none;
}

.uk-card-title {
    font-size: 1rem;
    font-weight: bold;
}

.uk-navbar-nav > li > a {
    text-transform: none !important;
}
#offcanvas-nav > div > ul > li > a {
    color: #fff;
    font-weight: bold;
}


footer .uk-navbar-nav li {
    border-left: 1px solid rgba(255,255,255,0.5);
}
footer .uk-navbar-nav li:first-child {
    border-left: none;
}
footer .uk-navbar-nav > li > a {
    min-height: auto;
}
@media screen and (max-width:960px) {
    footer .uk-navbar-nav li {
        border-top: 1px solid rgba(255,255,255,0.5);
        border-left:none;
        padding-top: 30px;
    }
    footer .uk-navbar-nav li:first-child {
        border-top: none;
    }
}

.uk-button-small {
    font-size:.750rem;
}


@media screen and (min-width:961px) { 
    .main {
        padding-top: 10%;
        padding-bottom: 5%;
    }
}
@media screen and (max-width:960px) { 
    .main {
        padding-top: 15%;
        padding-bottom: 10%;
    }
}
@media screen and (max-width:640px) { 
    .main {
        padding-top: 20%;
        padding-bottom: 15%;
    }
}

.js-filter li .uk-card {
    height: 100%;
}

.js-filter li .uk-card .uk-card-body {
    position:relative;
    height: 88%;
    padding-top: 12%
}

.js-filter li .uk-card .uk-card-body .uk-card-title {
    
}

.js-filter li .uk-card .uk-card-body .labelwrap {
    position: absolute;
    top: 10px;
    right: 15px;
    text-align:right;
    line-height:1;
}
.js-filter li .uk-card .uk-card-body .labelwrap .uk-label {
    font-size:11px;
    background-color: #f2f2f2;
    color: #666666;
    margin-left:3px;
}
.js-filter li .uk-card .uk-card-body .linklist {
    list-style-type: disc;
    padding-left: 18px;
}
.js-filter li .uk-card .uk-card-body .linklist li {
    line-height:1;
}
.js-filter li .uk-card .uk-card-body .linklist li a {
    font-size:12px;
}

.filterlist {

}

.filterlist:after {
  content: "";
  clear: both;
  display: block;
}
.filterlist li {
  list-style-type: none;
  display: block;
  float: left;
  width:100%;
}



.js-filter .uk-button {
    font-size:12px;
    text-align:left;
}


.top-section {
    margin-bottom: 30px !important;
    padding-top: 150px !important;
}

body.news #individual-main,
body.news #index-main {
    width:100% !important; 
}

#search-results,
#search-results-main,
#index-main,
#individual-main,
#category-main,
#datebased-main {
    padding-top: 0px !important;
}

.homepage-hero .hero-container .content-container {
    top: 30px;
    z-index: 20 !important;
}


body.news .entry-title ,
body.blog .entry-title {
    font-size: 1.4em;
}

body.page_id_8_167 .js-filter .uk-button {
    text-align: center;
}

.global_link {
    padding:10px;
    position: absolute;
    right: 0;
    top: 80px;
    width: 30%;
    height: 100px;
    background: rgb(0,115,231);
    filter:alpha(opacity=60); 
    background: rgba(0,115,231,0.6);
    opacity: 0.8;
}

@media screen and (max-width:1260px) {
    .global_link {
        height: 150px;
    }
}

.global_link a ,
.global_link a:hover {
    font-size:14px;
    color:#fff;
    float:left;
    margin-left:10px;
}
.global_link img {
    float:left;
    width:180px;
    margin-left:10px;
}


@media screen and (min-width:960px) and (max-width:1200px) {
    .homepage-hero .hero-container .content-container {
        top: 140px !important;;
    }
}


body.page_id_8_151 .global_link {
    background: rgb(255,255,551);
    filter:alpha(opacity=60); 
    background: rgba(255,255,255,0.6);
}

body.page_id_8_151 .global_link2 {
    background: rgb(0,115,231);
    filter:alpha(opacity=60); 
    background: rgba(0,115,231,0.6);
}

.newicon {
    display: inline-block !important;
    animation: flash 2s linear infinite;
    font-size:9px;
    background:#FF0000;
    margin:0px 0px 0px 10px;
    color: #fff;
    padding:2px 4px;
    vertical-align: top;
    text-align:center;
    width:30px;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

@media (max-width: 767px) {
    .hero-overview .action .uk-button,
    .view-all .uk-button {
        display:block !important;
        margin: 0 auto 20px auto !important;
        padding:0 !important;
        line-height: 44px !important;
    }
}

body.news div#individual-main .asset-header {
    text-align:center;
}
body.news div#individual-main footer.asset-meta {
    display:none;
}

.submenu .uk-button-primary {
    color: #ffffff;
    background-color: #0f7ae5;
}

.sd_logo_black {
    height: 23px;
}
@media (min-width: 960px) {
    .submenu {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.nav {
    top: 0px;
    position:relative;
    background-color:#000000;
}


footer li:nth-child(n+2) a {
    padding-left: 26px;
}

.uk-open {
    display: block !important;
}
.uk-navbar .uk-open:before {
    content: "";
    position: absolute;
    left: 40px;
    top: -16px;
    width: 0;
    height: 0;
    border-color: transparent transparent #293138;
    border-style: solid;
    border-width: 0 16px 16px;
    z-index: 100;
}