@charset "utf-8";
/* CSS Document */

#mainTitle {
    background-image: url("../img/bg_title_news.jpg");
}

section.news {
     margin-top: 0px !important; 
}

section.news h3 {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Lora', 'Hiragino Mincho Pro', 'MS PMincho', serif;
    color: #2e739c;
    margin-bottom: 30px;
    font-weight: normal;
}

section.news ul.news_box {
    width: 960px;
    border: 2px solid #4cc3f0;
    margin: 0 auto;
    padding: 15px 40px;
    background: #f2fbfe;
}

section.news ul.news_box li  {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 0;
}

section.news ul.news_box li:last-child  {
    border-bottom: 0px solid #ddd;
}

section.news ul.news_box li a {
    display: table;
    width: 100%;
}

section.news ul.news_box .date {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    padding: 0% 2% 0% 0%;
}

section.news ul.news_box span {
    
    color: #FFF;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 0.8em;
    text-align: center;
}

section.news ul.news_box span.news::before {
    content: "NEWS";
    background: #ffb4af;
    padding: 5px 13px;
}

section.news ul.news_box span.event::before {
    content: "EVENT";
    background: #ffcd86;
    padding: 5px 12px;
}

section.news ul.news_box .desc {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding: 0 2% 0 2%;
    font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 1.1em;
}

.en_page section.news ul.news_box .desc {
    font-family: "Oxygen",sans-serif;
}

section.news ul.news_box .arr {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 1%;
}

section.news ul.news_box .arr img {
    vertical-align: middle;
    display: table-cell;
}



section.news ul.news_container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 50px 0;
}


section.news ul.news_container li {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 30px;
}

section.news ul.news_container li a {
    display: block;
}

/*
section.news ul.news_container li:nth-child(3) {
    margin-right: 0%;
}
*/

/*
section.news ul.news_container li:nth-of-type(3) ,
section.news ul.news_container li:nth-of-type(6) ,
section.news ul.news_container li:nth-of-type(9) {
    float: left;
    width: 30%;
    margin-right:0;
    margin-top: 30px;
}
*/

section.news ul.news_container li:nth-of-type(3n) {
    float: left;
    width: 30%;
    margin-right:0;
    margin-top: 30px;
}

/*
section.news ul.news_container li:last-child {
    margin-right: 0%;
}
*/

section.news ul.news_container li .news_image {
    background-size: cover;
    background-position: center center;
    height: 180px;
}

section.news ul.news_container li .news_date {
    text-align: left;
    position: relative;
    padding: 10px 0px;
}

section.news ul.news_container li .news_desc {
    text-align: left;
    font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 1.1em;
}

section.news ul.news_container li .news_desc {
    font-family: "Oxygen",sans-serif;
}

section.news ul.news_container span {
    padding: 1px 10px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 0.8em;
    position: absolute;
    right: 0;
}

section.news ul.news_container span.event {
    background:#ffcd86;
}

section.news ul.news_container span.event::before {
    content: "EVENT";
}

section.news ul.news_container span.news {
    background:#ffb4af;
}

section.news ul.news_container span.news::before {
    content: "NEWS";
}

.dropdown_container {
    width: 960px;
    margin: 0 auto;
    display: block;
}

.dropdown_container select {
    float: right;
    margin-left: 10px;
    margin-top: 50px;
}




section.news .news_inner {
    width: 960px;
    margin: 0 auto;
}

section.news .news_inner .news_header {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0px;
}

section.news .news_inner .news_header .status {
    text-align: center;
    margin: 0 auto;
    width: 100px;
    padding: 3px 0px;
    font-weight: bold;
    color: #FFF;
}

section.news .news_inner .news_header .status.news {
    background: #ffb4af !important;
}

section.news .news_inner .news_header .status.event {
    background: #ffcd86 !important;
}

section.news .news_inner .news_header h2 {
    text-align: center;
    font-size: 2em;
    font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    line-height: 1.5;
    padding: 20px;
}

section.news .news_inner .news_header .date {
    text-align: center;
}

section.news .news_inner .news_main {
    padding: 40px 20px;
    border-bottom: 1px solid #000;
}

section.news .news_inner .news_main img {
    max-width: 800px !important;
    max-height: 1000px !important;
}

section.news .news_inner .pgn_container {
    text-align: center;
    display: block;
    width:100%;
    height: 69px;
    /*padding: 15px 0;*/
    /*overflow: hidden;*/
    position:relative;
}

section.news .news_inner .pgn_container .d_left {
    /*float: left;*/
    display: block;
    position:absolute;
    left:0;
    top:15px;
}

section.news .news_inner .pgn_container .d_right {
    /*float: right;*/
    display: block;
    position:absolute;
    right:0;
    top:15px;
}

section.news .news_inner .btn {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top:15px;
    width: 200px;
    padding: 3px 0;
}


@media screen and (max-width:780px){
    section.news ul.news_box {
        width: 96%;
    }
    
    section.news ul.news_box .date {
        display: block;
        padding: 0% 2% 0% 0%;
    }
    
    section.news ul.news_box .desc {
        width: 97%;
        padding: 9px 2% 0 0;
    }
    
    .dropdown_container {
        width: 96%;
    }
    
    section.news ul.news_container {
        width: 96%;
    }
    
    section.news ul.news_container li {
        float: none;
        width: 100%;
        margin-right: 0%;
        margin: 20px auto;
    }
    
/*
    section.news ul.news_container li:nth-child(3) {
        margin-right: auto;
    }
*/
    section.news ul.news_container li:nth-of-type(3n) {
        float: none;
        width: 100%;
        margin-right:0;
        margin-top: 30px;
    }
    
    
    .navigation {
        width: 96%;
    }
    
    section.news ul.news_container li .news_image {
        padding: 25%;
    }
    
    .dropdown_container select {
        float: right;
        margin-left: 3px;
    }
    
    .navigation .pg-no {
        line-height: 4;
    }
    
    section.news .news_inner {
        width: 96%;
    }
    
    section.news .news_inner .news_header h2 {
        font-size: 1.5em;
    }
    
    section.news .news_inner .news_main img {
        width: 100%;
    }
    
    section.news .news_inner .news_main {
        padding: 40px 0;
    }
    
    section.news .news_inner .btn {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top:60px;
        width: 100%;
        padding: 3px 0;
    }
    
}






























