/***** CSS for event *****/
nav#nav_local_s ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

nav#nav_local_s ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 40px 5px 10px;
    background: #ededed;
    overflow: hidden;
    text-decoration: none;
}

nav#nav_local_s ul li a:after {
    content: "";
    width: 30px;
    height: 90px;
    background: #f7f7f7;
    position: absolute;
    right: 0;
    top: 0;
}

nav#nav_local_s ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 12px;
    z-index: 10
}

nav#nav_local_s ul li a:hover,
nav#nav_local_s ul li.selected a {
    background: #0e3a86;
    color: #fff;
}

nav#nav_local_s ul li a:hover:after,
nav#nav_local_s ul li.selected a:after {
    content: "";
    width: 30px;
    height: 90px;
    background: #5b88ca;
    position: absolute;
    right: 0;
    top: 0;
}

nav#nav_local_s ul li a:hover:before,
nav#nav_local_s ul li.selected a:before {
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
}

/*--- infoList ---*/
section.infoList .item .item_category{
  display: inline-block;
    border-radius: 4px;
    color: #0e3a86;
    border: 1px #0e3a86 solid;
    padding: 1px 12px 2px;
    text-decoration: none;
}


/*--- D03 class ---*/
@media screen and (min-width: 412px) {
    .flexWrap {
        display: -webkit-flex;
        display: flex;
    }

    .flexWrap img {
        margin: 10px;
    }
}

@media screen and (max-width: 412px) {
    .flexWrap {
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: center;
    }
}
