@charset "utf-8";

/*-----------------------------------
朝日高校野球 virtualbaseball
-- style_asahi CSS --

last modified --2017-06-26 12:50--
-----------------------------------*/

/* タイトル間マージンの調整 */
.main-sec .mod-headingA02{
	margin-top: 15px;
	margin-bottom: 0;	/* 見出し直下のマージン消去 */
}

/* TOPページ */
.body-sec-headInfoBlock .info-block h2 {
    width: 51px; /* for safari */
}
.bnr-relatedLinks li:nth-child(3n){
	margin-right: 0 !important;
}

/* ニュース一覧調整 */
span.Charge {
    display: inline-block;
}

/* オススメ動画ESI */
.mod-container_featuredVideo ul li .mod-video_thumb img{
    width: 197px;
    height: 110px;
}

/* TOP あの夏スペシャルタブ */
.body-sec-tab .tab-body .tab-body-summerSP {
    padding: 0;
}

/* TOP オススメ動画タブ */
.body-sec-tab .tab-body .tab-body-live .mod-container_featuredVideo ul li .mod-video_thumb img {
    height: 125px;
}

/* 明治神宮大会2016 オススメ動画サムネの「高校」「大学」のタグ */
.mod-video_thumb .type_highschool {
    background: #0b3fa4;
}
.mod-video_thumb .type_univ {
    background: #2ea7e0;
}


/* 右ナビ　ここから */
/* ソーシャルアカウント調整 */
.side-sec .side-snsAccount .snsAccount_block .facebook {
    margin-bottom: 5px;
}
.side-sec .side-snsAccount .snsAccount_block .twitter {
    float: left;
    margin-bottom: 5px;
}
.side-sec .side-snsAccount .snsAccount_block > div:nth-child(even){
	margin-left: 5px;
}
/* 右ナビ 編集部のオススメ サイズ調整 */
.side-column .inner li a img {
max-width: 100%;
}
/* 【共通】右navi ジャスラックlogo
------------------------------------*/
.JasracImages {float: left;padding-right: 15px;} 
.JasracNumber {font-size: 12px; margin-top: 15px; color: #aaa;}

/* 右ナビにインスタ追加によるレイアウト補正(2017年6月) -----------------------*/
.side-sec .side-snsAccount .snsAccount_block .instagram{
    float:left;
}
.side-sec .side-snsAccount .snsAccount_block .instagram .btn_follow a {
    color: #fff;
    font-size: 10px;
    line-height: 1;
    background-color: #d93177;
    border-radius: 3px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px 15px 0;
    font-weight: normal;
}
.side-sec .side-snsAccount .side-sec .side-snsAccount .snsAccount_block .twitter {
    float: left;
}
.side-sec .side-snsAccount .snsAccount_block > div:nth-child(even) {
    margin-left: 0;
}
.side-sec .side-snsAccount .snsAccount_block .twitter {
    float: left;
}
.side-sec .side-snsAccount .snsAccount_block > div{
    margin:0 2px 5px 2px;
}

/* 右ナビ　ここまで */
