@charset "utf-8";

* {
    font-family: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    letter-spacing: -0.3px;
}
a{
    transition: opacity 0.3s ease 0s;
}
a:hover {
    text-decoration:none;
    opacity:0.8;
}
.bgoverlay{
    padding-top: 40px;
    background: rgba(232,170,37,0.1);
}
.secInner,
.secInner2 {
    max-width: 950px;
    margin: auto;
    padding: 40px 0;
    overflow: hidden;
}
.secInner  { padding: 40px 0;}
.secInner2 { padding: 0;}

/*#bknsearch{
    padding: 170px 0 30px;
}*/

#contents {
    width: 950px;
    margin: auto;
}
#contents img{
    width:100%;
}

@media screen and (max-width: 950px) {
    #contents {
        width: auto;
    }
}

/*-------------------------------------------------------------------------
メインビュー
-------------------------------------------------------------------------*/

.mainView {
    height: 313px;
    /*background: url("/images/index/bg_wall.gif") repeat-x center 0;*/
    text-align: center;
    min-width: 1200px;
    margin: 148px 0 40px;
}
@media screen and (max-width: 950px) {
    .mainView {
        background: none;
        min-width: auto;
        height: auto;
    }
        .mainView img {
            width: 100%;
        }
}
@media screen and (max-width: 748px) {
    .mainView {
        margin-top: 98px;
    }
}

/*-------------------------------------------------------------------------
メイン検索
-------------------------------------------------------------------------*/

/* レイアウト
--------------------------- */
.mainSearch {
    margin: 0 0 40px;
    border-bottom: 3px solid #1a79c2;
    padding: 0 0 16px;
    overflow: hidden;
}

/* 見出し
--------------------------- */
/* 大見出し */
.mainSearch__headline {
    height: 30px;
    line-height: 30px;
    background-color: #0070c0;
    font-size  : 15px;
    font-weight: bold;
    color      : #fff;
    padding: 0 0 0 10px;
    margin: 0 0 17px;
}
/* 小見出し */
.mainSearch__subHeadline {
    float: left;
    font-size  : 20px;
    font-weight: bold;
    color      : #0070c0;
    width: 260px;
    line-height: 1.3;
}
    .mainSearch__subHeadline span {
        float: left;
        width: 52px;
        height: 52px;
        background-color: #0070c0;
        box-sizing: border-box;
        font-size  : 22px;
        font-weight: normal;
        color      : #fff;
        text-align: center;
        line-height: 1.1;
        padding: 4px 0 0;
        margin: -2px 8px 0 0;
    }
    /* 矢印 */
    .mainSearch__subHeadline i {
        display: inline-block;
        width: 19px;
        height: 19px;
        background-color: #0070c0;
        border-radius: 50%;
        margin: 0 0 0 13px;
        position: relative;
        vertical-align: -2px;
    }
    .mainSearch__subHeadline i:before {
        content: "";
        border-width: 4.5px 0 4.5px 7px;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top     : 5px;
        left    : 7px;    
    }

@media screen and (max-width: 748px){
.mainSearch {
    border-bottom: none;
    padding: 0;
    margin: 0 0 10px;
}
.mainSearch__headline {
    margin: 0 0 8px;
}
.mainSearch__subHeadline {
    float: none;
    width: auto;
    font-size: 20px;
    margin: 0 0 10px 1.2%;
}
.mainSearch__subHeadline span {
    width: 26px;
    height: 26px;
    font-size: 12px;
    padding: 1px 0 0;
    margin-right: 4px;
}
.mainSearch__subHeadline br,
.mainSearch__subHeadline i {
    display: none;
}
}

/* ボタン
--------------------------- */
.mainSearch-list {
    margin: 0 0 0 260px;
    overflow: hidden;
}
    .mainSearch-list li {
        float: left;
        margin: 0 7px 0 0;
    }
    .mainSearch-list li:last-child {
        margin-right: 0;
    }
        .mainSearch-list a {
            display: block;
            width: 131px;
            height: 53px;
            background: -moz-linear-gradient(top center, #fefefe 0%, #cdcdcd 100%);
            background: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#cdcdcd));
            background: linear-gradient(top center, #fefefe 0%, #cdcdcd 100%);
            border-width : 1px 2px 3px 1px;
            border-style : solid;
            border-color : #333;
            border-radius: 5px;
            box-sizing: border-box;
            padding: 10px 0 0 17px;
            position: relative;
            font-size  : 14px;
            font-weight: bold;
            color      : #333;
            text-decoration: none!important;
            line-height: 1.2;
        }

            .mainSearch-list a:hover {
                color: #333;
                text-decoration: none;
                opacity: .8;
            }

            .mainSearch-list span {
                font-size: 12px;
                display: block;
            }

/* 色付きボーダー */
.mainSearch-list a:before {
    content: "";
    width: 7px;
    height: 38px;
    border-radius: 3px;
    box-shadow: 1px 2px 1px rgba(0,0,0,.8) inset;
    position: absolute;
    top     : 5px;
    left    : 4px;
}
.mainSearch-list__utsunomiya a:before { background-color: #ffcc00;}
.mainSearch-list__takasaki a:before   { background-color: #2d9d24;}
.mainSearch-list__tobu a:before       { background-color: #1954ca;}
.mainSearch-list__area a:before       { background-color: #dc6b9c;}

/* 背景画像 */
.mainSearch-list a:after {
    content: "";
    position: absolute;
    right   : 4px;
    bottom  : 0;
    background-repeat  : no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    height: 44px;
}
.mainSearch-list__utsunomiya a:after,
.mainSearch-list__takasaki a:after,
.mainSearch-list__tobu a:after {
    width: 38px;
}
.mainSearch-list__utsunomiya a:after { background-image: url("/images/index/icn_train_yellow.png");}
.mainSearch-list__takasaki a:after   { background-image: url("/images/index/icn_train_green.png");}
.mainSearch-list__tobu a:after       { background-image: url("/images/index/icn_train_blue.png");}

.mainSearch-list__area a:after {
    width: 28px;
    background-image: url("/images/index/icn_pin.png");
}

@media screen and (max-width: 950px){
.mainSearch-list li {
    margin-bottom: 7px;
}
}
@media screen and (max-width: 748px){
/* ボタン共通 */
.mainSearch-list {
    margin: 0;
    padding: 0 1.2%;
}
    .mainSearch-list li {
        margin: 0 1% 1% 0;
    }
        .mainSearch-list a {
            width: 100%;
            padding: 13px 0 0 14px;
            font-size: 14px;
        }
        .mainSearch-list a:before {
            width: 97.5%;
            height: 7px;
            top   : auto;
            left  : 50%;
            margin:0 0 0 -48.7%;
            bottom: 5px;
        }
/* ボタン個別 */
.mainSearch-list .mainSearch-list__tobu {
    margin-right: 0;
}
.mainSearch-list__utsunomiya,
.mainSearch-list__takasaki,
.mainSearch-list__tobu {
    width: 32.6%;
}
.mainSearch-list__utsunomiya a,
.mainSearch-list__takasaki a,
.mainSearch-list__tobu a {
    height: 85px;
}
.mainSearch-list__area {
    width: 49.4%;
}
.mainSearch-list__area a {
    height: 70px;
}
.mainSearch-list a:after {
    height: 45px;
    bottom: 13px;
}
.mainSearch-list__utsunomiya a:after,
.mainSearch-list__takasaki a:after,
.mainSearch-list__tobu a:after {
    width: 38px;
    height: 45px;
    background-size: 38px auto;
}
}

/*-------------------------------------------------------------------------
バナー・更新情報
-------------------------------------------------------------------------*/

/* 共通
--------------------------- */
.lowSection {
    padding: 9px;
    margin: 0 0 40px;
    overflow: hidden;
}
.shadowList li {
    box-shadow: 0 0 4px rgba(0,0,0,.35);
}
.bgGray {
    background-color: #eee;
}

/* バナー
--------------------------- */
.bnrList {
    overflow: hidden;
    margin: 0 0 -10px;
}
    .bnrList li {
        float: left;
        margin: 0 10px 10px 0;
    }
    .bnrList li:first-child,
    .bnrList li:nth-child(2n-1) {
        margin-right: 0;
    }
.bnrSideList {
    width: 460px;
    float: left;
}
    .bnrSideList li:not(:last-child) {
        margin: 0 0 10px;
    }

/* 更新情報
--------------------------- */
.topics {
    width: 460px;
    height: 441px;
    overflow: hidden;
    float: right;
    border: 1px solid #e5e5e5;
}
/* 見出し */
.topics__headline {
    height: 45px;
    line-height: 45px;
    border: 1px solid #eee;
    background-color: #e5e5e5;
    padding: 0 14px;
    position: relative;
    font-size  : 18px;
    font-weight: bold;
    color      : #000;
}
.topics__headline:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom  : 4px;
    left    : 0;
    background-color: #a0a0a0;
}
    .topics__headline span {
        float: right;
        font-size: 14px;
        color    : #5b5757;
    }
/* 一覧 */
.topic-list {
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
#topics {
    float: right;
    width: 49%;
    max-width: 465px;
    height: 438px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
#topicslist {
    padding: 20px 15px 0 10px;
    max-height: 360px;
}
#topicslist dl {
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}
#topicslist dt {
    margin-bottom: 10px;
}
#topicslist dt .type{
    padding: 1px 10px;
    display: inline-block;
    font-size: 12px;
    color    : #fff;
    margin-right: 5px;
    width: 75px;
    text-align: center;
}
#topicslist dt .date {
    font-weight:bold;
}
#topicslist dt .topi { background:#fd7648;}
#topicslist dt .blog { background:#559a1c;}
#topicslist dt .cam  { background:#e5c200;}
#topicslist dt .eve  { background:#FC5C5C;}
#topicslist dt .news { background:#14c70b;}

/*@media screen and (max-width: 640px) {
#middleContents .bnrbox{
    width: 95%;
    margin:0 auto 10px;
    float:none;
}
#topics{
    float:none;
    width:95%;
    margin:0 auto;
    height: 350px;
    border:1px solid #e5e5e5;
    overflow: hidden;
}
#topicslist{
    padding: 10px 5px 0 5px;
}
}*/

/* バナー
--------------------------- */
.lowSection__headline {
    height: 20px;
    line-height: 22px;
    border-left: 5px solid #0070c0;
    padding: 0 0 0 6px;
    font-size  : 15px;
    font-weight: bold;
    color      : #000;
    margin: 6px 0 15px;
}
.shortBnrList.first {
    margin: 0 0 24px;
}
    .shortBnrList li {
        width: 228px;
        float: left;
        margin: 0 6px 0 0;
    }
    .shortBnrList li:last-child {
        margin: 0;
    }

@media screen and (max-width: 950px){
.lowSection {
    padding: 1.2%;
}
.bnrList li {
    margin: 0 1.2% 1.2% 0;
    width: 49.4%;
}
.bnrList li:first-child {
    width: 100%;
}
.bnrSideList {
    width: 49%;
}
#topicslist{
    padding: 10px 5px 0 5px;
}
.shortBnrList li {
    width: 24.2%;
    margin: 0 1% 0 0;
}
}
@media screen and (max-width: 748px){
.bnrSideList {
    float: none;
    width: 100%;
}
    .bnrSideList li,
    .bnrSideList li:first-child {
        float: left;
        margin: 0 1.2% 1.2% 0;
        width: 49.4%;
    }
#topics {
    float: none;
    width: 100%;
    max-width: none;
}
}
@media screen and (max-width: 460px){
.bnrList {
    margin: 0;
}
.bnrList li,
.bnrSideList li,
.bnrSideList li:first-child {
    width: 100%;
    margin-right: 0;
}
.shortBnrList li {
    width: 49%;
    margin: 0 1.2% 1.2% 0;
}
.shortBnrList li:nth-child(2n){
    margin-right: 0;
}
}
