@charset "utf-8";

/* ==========================================================================
   apply news style css pattern 01 files for sankei-digital mobile service
   ========================================================================== */

/*
 *  common上書き部分
 */


/* 北村さん依頼分：記事詳細ページ「関連記事」 ターブラ枠調整＞一時的　：20161213 */
.articleText .modIndextext {
    margin: 0 auto 20px;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    float: left;
}

.articleText .modIndextext ul {
    margin-bottom: 10px;
}

.articleText .modIndextext li {
    display: block;
    margin: 0 0 5px;
    background: url(../../../images/v1/common/icon_list_arrowpink.png) left 4px no-repeat;
    position: relative;
    padding-left: 20px;
}

.articleText .modIndextext li a {
    display: inline;
    width: auto;
}

.articleText .modIndextext li.separator {
    margin: 0 0 30px 0;
}

.articleText .modIndextext li .addition {
    color: #898989;
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 5px;
    position: static;
}

.articleText .modIndextext .more {
    display: block;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 5px 0;
    border-top: 1px dotted #B2B2B2;
}

.articleText .modIndextext .more a {
    line-height: 1.2;
    padding-left: 20px;
    margin: 0 20px 10px 0;
    display: inline-block;
    background: url(../../../images/v1/common/icon_list_arrowwhite.png) left 2px no-repeat;
}

.lt-ie8 .articleText .modIndextext .more a {
    display: inline;
    zoom: 1;
}
/* 北村さん依頼分：記事詳細ページ「関連記事」 ターブラ枠調整＞一時的　：20161213 */

