@charset "UTF-8";
/*+-----+
/+ ADD RESET ★
/*+-------------------------------------------*/
ul, li {
    list-style: none;
}

img {
    vertical-align: top;
}

/*+-----+
/+ ALL
/*+-------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
}

a:link {
    text-decoration: none;
    color: #1247b2;
}

a:visited {
    color: #7014cc;
}

a:hover {
    text-decoration: underline;
}

/*+-----+
/+ STRUCTURE
/*+-------------------------------------------*/
/* global-header
/*+---------------------------------*/
.global-header {
    padding: 2px 0;
    border-bottom: 1px solid #e1e3e6;
    text-align: right;
}

.global-header .global-header__inner {
    display: table;
    width: 980px;
    margin: 0 auto;
}

.global-header .global-header__logo-image {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 5px 0;
}

.global-header .global-header__logo-image img {
    width: 150px;
    height: 32px;
}

.global-header .global-header__navigation {
    display: table-cell;
    vertical-align: middle;
}

.global-header .global-header__navigation li {
    display: inline-block;
    padding: 0 21px 0 20px;
    border-left: 1px solid #e1e3e6;
    text-align: right;
}

.global-header .global-header__navigation li:last-child {
    border-right: 1px solid #e1e3e6;
}

.global-header .global-header__navigation li a {
    display: block;
    padding-right: 26px;
    background-image: url(../png/arrow01-1.0.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
}

.global-header .global-header__navigation li a.blank {
    padding-right: 23px;
    background-image: url(../png/icon_blank-1.0.png);
}

.header-ad-long {
    margin: 10px 0;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* local-header
/*+---------------------------------*/
.local-header {
    margin: 0 auto;
    width: 980px;
}

.local-header__inner {
    display: table;
    margin: 20px 0;
}

.local-header__logo {
    display: table-cell;
    padding-right: 37px;
    width: 215px;
    vertical-align: middle;
}

.local-header__logo-description {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}

.local-header__ad {
    display: table-cell;
    vertical-align: middle;
    width: 728px;
}

/* global-nav
/*+---------------------------------*/
.global-nav-container {
    margin-bottom: 15px;
    background-color: #1f2933;
    position: relative;
}

.global-nav-container:before, .global-nav-container:after {
    content: " ";
    display: table;
}

.global-nav-container:after {
    clear: both;
}

.global-nav-container {
    *zoom: 1;
}

.global-nav {
    float: left;
    width: 750px;
}

.global-nav ul:before, .global-nav ul:after {
    content: " ";
    display: table;
}

.global-nav ul:after {
    clear: both;
}

.global-nav ul {
    *zoom: 1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.global-nav ul li {
    flex: 1 0 auto;
}

.global-nav ul li a {
    display: block;
    padding: 11px 0;
    border-right: 1px solid #36414d;
    position: relative;
    text-align: center;
    color: #fff;
}

.global-nav ul li a:hover, .global-nav ul li a.is-current {
    border-right-color: #4c6699;
    background-color: #4c6699;
    text-decoration: none;
}

.global-nav ul li a.is-current {
    font-weight: bold;
}

.global-nav ul li a:not(.notDefaultNavi4th)::before  {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    top: 2px;
}

.global-nav ul li:nth-of-type(1) a::before {
    background-image: url(../png/icon_home_white.png);
}

.global-nav ul li:nth-of-type(2) a::before {
    background-image: url(../png/icon_topics_white.png);
}

.global-nav ul li:nth-of-type(3) a::before {
    background-image: url(../png/icon_news_white.png);
}

.global-nav ul li:nth-of-type(4) a::before {
    background-image: url(../png/icon_photo_white.png);
}

.global-nav ul li:nth-of-type(5) a::before {
    background-image: url(../png/icon_ranking_white.png);
}

.global-nav ul li:nth-of-type(6) a::before {
    background-image: url(../png/icon_money-point.png);
}

.site-search {
    position: relative;
    float: left;
    margin: 8px 0 0 30px;
    width: 236px;
    height: 30px;
}

.site-search__category-wrap {
    float: left;
    background-color: #fff;
    height: 30px;
    width: 200px;
    border-radius: 5px 0 0 5px;
}

.site-search__category {
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
}

.site-search__category-current {
    border-right: 1px solid #333;
    position: absolute;
    top: 7px;
    left: 11px;
    width: 54px;
    height: 15px;
    background-image: url(../png/arrow_bottom-1.0.png);
    background-repeat: no-repeat;
    background-position: 33px 4px;
    line-height: 1.2;
}

.site-search__category-list {
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 100;
    padding: 5px 0;
    width: 66px;
    background-color: #fff;
    border: 1px solid #e1e3e6;
    border-radius: 5px;
    text-align: center;
}

.site-search__category-list:after {
    position: absolute;
    width: 9px;
    height: 7px;
    content: '';
    top: -7px;
    left: 27px;
    background-image: url(../png/search_select_arrow-1.0.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.site-search__category-list li {
    padding: 5px 0;
}

.site-search__keyword {
    width: 200px;
    height: 30px;
}

.site-search__keyword-input {
    padding: 0 0 0 80px;
    width: 120px;
    height: 30px;
    border: none;
    border-radius: 5px 0 0 5px;
    line-height: 30px;
    font-size: 14px;
}

.site-search__submit {
    float: right;
    background-color: #395673;
    background-image: url(../svg/icon_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    width: 36px;
    height: 30px;
    border-radius: 0 5px 5px 0;
    border: none;
    cursor: pointer;
    background-size: 18px 18px;
}

.site-search__submit:hover {
    background-color: #294766;
}

.global-nav-container .notification {
    width: 48px;
    height: 48px;
    padding: 7px;
    border-radius: 10px;
    align-content: center;
    text-align: center;
    position: absolute;
    z-index: 1000;
    top: auto;
    left: 1060px;
    background-color: #002896;
    color: #fff !important;
    font-size: 12px;
    text-decoration: none;
    box-shadow: rgba(100, 100, 100, 0.7) 3px 3px 7px 1px;
}

.global-nav-container .notification:hover {
    text-decoration: none;
}

.global-nav-container .notification img {
    display: block;
    margin: 2px auto 3px;
}

/* content
/*+---------------------------------*/
.container {
    margin: 0 auto;
    width: 1040px;
    background-color: #fff;
}

.content {
    margin: 0 auto;
    width: 980px;
}

.content:before, .content:after {
    content: " ";
    display: table;
}

.content:after {
    clear: both;
}

.content {
    *zoom: 1;
}

.main {
    float: left;
    width: 650px;
}

.side {
    float: right;
    width: 300px;
}

/* footer
/*+---------------------------------*/
.footer-container {
    margin: 0 auto;
    width: 980px;
}

.pagetop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 350px;
}

.footer-copyright {
    padding-bottom: 15px;
    font-size: 14px;
}

.footer-link {
    border-top: 3px solid #1f2933;
    background-color: #566473;
    color: #c2c7cc;
    font-size: 14px;
}

.footer-link a {
    color: #fff;
}

.footer-link__group1 {
    padding: 13px 0;
    text-align: center;
}

.footer-link__group1 ul li {
    display: inline-block;
    padding: 0 20px;
    border-left: 1px solid #434e59;
}

.footer-link__group1 ul li:last-child {
    border-right: 1px solid #434e59;
}

.footer-link__group2 {
    padding: 22px 35px;
    border-top: 1px solid #434e59;
}

.footer-link__group2 dl {
    margin-bottom: 10px;
}

.footer-link__group2 dl:last-child {
    margin-bottom: 0;
}

.footer-link__group2 dl dt {
    display: inline-block;
    width: 120px;
}

.footer-link__group2 dl dd {
    display: inline-block;
    margin-right: 22px;
}

/*- footer-search ---------*/
.footer-search {
    margin: 0 auto;
    padding: 30px 0;
    width: 670px;
    overflow: hidden;
}

.footer-search__logo {
    float: left;
    width: 93px;
}

.footer-search__controls {
    float: right;
    width: 575px;
}

.footer-search__controls-keyword {
    float: left;
    width: 440px;
    height: 40px;
    padding: 0 5px;
    border: 1px solid #c8cacc;
    border-radius: 5px 0 0 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 40px;
}

.footer-search__controls-submit {
    float: right;
    width: 135px;
    height: 40px;
    padding-left: 24px;
    background-color: #395673;
    background-image: url(../png/icon_search-1.0.png);
    background-repeat: no-repeat;
    background-position: 25px 13px;
    border-radius: 0 5px 5px 0;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.footer-search__controls-submit:hover {
    background-color: #294766;
}

/* footer-group
/*+---------------------------------*/
.footer-group {
    margin: 0 auto;
    width: 980px;
}
