@charset "UTF-8";

#navArea ul li a {
    text-indent: 0;
}
#navArea ul .nearBox {
    position: relative;
    width: 58px;
    background: url(/img/fppc/navArea.png?imgopt=y) 0 6px no-repeat;
}
#navArea ul .nearBox.lion {
    width: 110px;
    background: url(/img/fppc/navAreaOn.png?imgopt=y) 0 0 no-repeat #ffc3d9;
}
#navArea ul .otherBox {
    position: relative;
    width: 140px;
    background: url(/img/fppc/navAreaOther.png?imgopt=y) 0 6px no-repeat;
}
#navArea ul .nearBox:not(.lion):hover > a,
#navArea ul .otherBox:hover > a {
    opacity: 0.8;
}
#navArea ul .nearBox > a,
#navArea ul .otherBox > a {
    padding-top: 15px;
    height: 23px;
    text-align: center;
    color: #555;
    font-weight: normal;
    text-decoration: none;
}
#navArea ul .nearBox.lion a {
    padding-top: 7px;
    height: auto;
    color: #333;
    font-size: 20px;
}
#navArea .popbox {
    display: none;
    text-align: left;
    position: absolute;
    top: auto;
    background-color: white;
    z-index: 103;
    border-radius: 0 5px 5px;
    border: 4px solid #b41f63;
    padding: 15px;
    left: 0;
    font-size: 12px;
    line-height: 1rem;
    min-width: 500px;
    max-width: 600px;
}
#navArea .otherBox:hover .popbox {
    display: block;
    z-index: 105;
}
#navArea .popbox .popzenkoku_list {
    margin-bottom: 10px;
}
#navArea .popbox .popzenkoku_list:last-child {
    margin-bottom: 0;
}
#navArea .popbox ul.site_menu.mb10::after, #navArea .popbox .popzenkoku_list::after {
    content: "";
    display: block;
    clear: both;
}
#navArea .popbox .popzenkoku_list dt {
    display: none;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}
#navArea .otherBox:hover .popbox .popzenkoku_list dt {
    display: block;
}
#navArea .popbox .popbox dl > dd {
    margin-bottom: 15px;
}
#navArea .popbox .gsc-option, ul {
    list-style: none;
}
#navArea .popbox .popzenkoku_list dd ul li:not(:last-of-type) {
    border-right: 1px solid #aaa;
}
#navArea .popbox .popzenkoku_list dd ul li:first-of-type {
    display: inline-block;
    padding: 0 10px 0 0;
}
#navArea .popbox li {
    float: left;
    width: auto;
    height: auto;
}
#navArea .popbox .popzenkoku_list dd ul li {
    display: inline-block;
    padding: 0 10px;
}
#navArea .popbox .popzenkoku_list dd ul li a {
    color: #1d3994;
    font-size: 12px;
}
.logo .logoarea {
    display: inline-block;
    padding-top: 25px;
    color: #333;
    text-indent: -1px;
}
.logo .logoarea3 {
    padding-top: 30px;
}
#headerMid .logo a:hover img {
    opacity: 1 !important;
    transition-duration: 0s;
    transition-timing-function: ease;
}
#headerMid .logo a:hover {
    opacity: 0.7;
}
.logo .logoarea span {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}
.logo .logoarea3 span {
    font-size: 17px;
}
