﻿@charset "UTF-8";
/** Reset */
/* base */
html {
    overflow-y: scroll;
    height: 100%;
    font-size: 62.5%;
}

body {
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    color: #000000;
    font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #FFFFFF;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

div, p, dl, dt, dd, ul, ol, li, th, td, form, fieldset, input, button, textarea, pre, blockquote, address {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style-type: none;
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

fieldset {
    border: 0;
}

input, label, button {
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
}

    input[type=text] {
        font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", sans-serif;
        cursor: text;
    }

button {
    font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

address {
    font-style: normal;
}

small {
    font-size: 100%;
}

header, footer, nav, article, aside, section, figure, figcaption, dialog {
    display: block;
}

*, *:after, *:before {
    box-sizing: border-box;
}

/* link, button */
a {
    color: #0046BF;
}

    a:hover, a:focus, a:active {
        opacity: 0.70;
        text-decoration: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }

button:hover, button:focus, button:active {
    opacity: 0.70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/** Layout */
/* header */
#header {
    border-bottom: 3px solid #a71e66;
    background-image: linear-gradient(to bottom, #a71e66 0%, #a71e66 50%, transparent 51%);
}

    #header .header-logo {
        width: 160px;
        background-color: #FFFFFF;
    }

/* footer */
#footer {
    position: relative;
    padding: 14px;
    color: #FFFFFF;
    text-align: center;
    background-color: #a71e66;
}

    #footer .pagetop {
        position: absolute;
        top: -5px;
        right: 14px;
        width: 34px;
    }

    #footer .company {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #footer .copyright {
        margin-top: 10px;
        font-size: 10px;
        font-size: 1rem;
    }

/* main */
#main {
    margin: 20px 10px;
}

/** Module */
/* header */
.header-type-a {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

    .header-type-a .heading {
        display: table-cell;
        font-weight: normal;
        font-size: 22px;
        font-size: 2.2rem;
        vertical-align: middle;
    }

    .header-type-a .rating {
        display: table-cell;
        color: #0b186d;
        font-size: 22px;
        font-size: 2.2rem;
        text-align: left;
        vertical-align: middle;
    }

/* heading */
.heading-type-a {
    margin-bottom: 10px;
    color: #a71e66;
    font-weight: normal;
    font-size: 22px;
    font-size: 2.2rem;
}

.heading-type-b {
    position: relative;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5ddd0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5ddd0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e5ddd0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5ddd0',GradientType=0 );
    border: 1px solid #e5ddd0;
}

    .heading-type-b.icn-theme, .heading-type-b.icn-investment, .heading-type-b.icn-closing {
        padding-left: 35px;
    }

        .heading-type-b.icn-theme:before, .heading-type-b.icn-investment:before, .heading-type-b.icn-closing:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 10px;
            display: block;
            width: 19px;
            height: 19px;
            margin-top: -11px;
            background-repeat: no-repeat;
            background-size: 100%;
        }

        .heading-type-b.icn-theme:before {
            background-image: url(../img/icn_theme.png);
        }

        .heading-type-b.icn-investment:before {
            background-image: url(../img/icn_investment.png);
        }

        .heading-type-b.icn-closing:before {
            background-image: url(../img/icn_closing.png);
        }

.heading-type-c {
    margin-bottom: 10px;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    background-color: #f1ece5;
}

    .heading-type-c a img {
        position: absolute;
        right: 20px;
    }
/* form */
.form-checkbox {
    position: relative;
    display: block;
}

    .form-checkbox input {
        position: absolute;
        z-index: -1;
        visibility: hidden;
    }

        .form-checkbox input:checked + .icon {
            background-position: 0 -20px;
        }

    .form-checkbox .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background: url(../img/icn_spr_checkbox.png) no-repeat;
        background-size: 100%;
    }

.form-star {
    position: relative;
    display: block;
}

    .form-star input {
        position: absolute;
        z-index: -1;
        visibility: hidden;
    }

        .form-star input:checked + .icon {
            background-position: 0 -20px;
        }

    .form-star .icon {
        display: inline-block;
        width: 22px;
        height: 20px;
        vertical-align: middle;
        background: url(../img/icn_spr_star.png) no-repeat;
        background-size: 100%;
    }

/* icon */
.icn-glossary {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
}

    .icn-glossary:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 1;
        display: block;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        background-image: url(../img/icn_glossary.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .icn-glossary.is-after:before {
        content: none;
    }

    .icn-glossary.is-after:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-bottom: 2px;
        margin-left: 2px;
        vertical-align: middle;
        background-image: url(../img/icn_glossary.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

/* button */
.btn-base {
    display: block;
    border: 0;
    border-radius: 5px;
    color: inherit;
    text-decoration: none;
    text-align: center;
}

    .btn-base:hover, .btn-base:focus, .btn-base:active {
        opacity: 0.70;
        text-decoration: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }

.btn-favorite {
    padding: 8px 6px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #EF810F;
}

    .btn-favorite.is-selected {
        background-color: #888888;
    }

.btn-chart-edit {
    display: inline-block;
    min-width: 100px;
    padding: 5px 6px;
    color: #FFFFFF;
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: baseline;
    background-color: #959595;
}

    .btn-chart-edit.is-selected {
        background-color: #0C3584;
    }

        .btn-chart-edit.is-selected:hover, .btn-chart-edit.is-selected:focus, .btn-chart-edit.is-selected:active {
            opacity: 1;
            text-decoration: none;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

/* table */
.table-base {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
}

    .table-base th, .table-base td {
        padding: 5px;
        border: 1px solid #BBBBBB;
        vertical-align: middle;
    }

    .table-base th {
        font-weight: normal;
        background-color: #f1ece5;
    }
/* add start */
span.sellstop {
    background: #c00;
    padding: 0px 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 0.8em;
    white-space: nowrap;
}

span.tnisa {
    background: #22B14C;
    padding: 0px 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 0.8em;
    white-space: nowrap;
}
/* add end */
/* annotation */
.annotation {
    margin: 0 0 0 1em;
    text-indent: -1em;
}

/* note message */
.note-message {
    margin: 10px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

    .note-message .heading {
        position: relative;
        padding: 10px;
        color: #a71e66;
        font-size: 14px;
        font-size: 1.4rem;
        cursor: pointer;
    }

        .note-message .heading:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 10px;
            display: block;
            width: 20px;
            height: 20px;
            margin-top: -10px;
            background: url(../img/icn_spr_accordion.png) no-repeat;
            background-size: 100%;
        }

        .note-message .heading.is-show:after {
            background-position: 0 -20px;
        }

    .note-message .body {
        display: none;
        padding: 0 10px 10px 10px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7;
    }

        .note-message .body .list {
            margin: 10px 0 0 0;
        }

        .note-message .body.is-show {
            display: block;
        }

/* contents provider */
.contents-provider {
    width: 120px;
    margin: 11px 0 11px 14px;
}

/** Page */
/* Top */
.top-introduction {
    position: relative;
}

    .top-introduction a {
        text-decoration: none;
    }

    .top-introduction .visual {
        display: block;
        width: 100%;
    }

    .top-introduction .text {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        padding: 10px 0;
        color: #FFFFFF;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
        text-align: center;
        background-color: rgba(167, 30, 102, 0.9);
    }

.top-navigation {
    margin: 20px 10px;
}

    .top-navigation .link {
        position: relative;
        display: block;
        margin-top: 10px;
        padding: 14px;
        border-radius: 5px;
        color: #FFFFFF;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
        text-decoration: none;
        text-align: center;
        background-color: #a71e66;
    }

        .top-navigation .link:first-child {
            margin-top: 0;
        }

        .top-navigation .link:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 10px;
            display: block;
            width: 36px;
            height: 36px;
            margin-top: -18px;
            background-repeat: no-repeat;
            background-size: 100%;
        }

        .top-navigation .link:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 10px;
            display: block;
            width: 20px;
            height: 20px;
            margin-top: -10px;
            background: url(../img/icn_arrow_circle_r.png) no-repeat;
            background-size: 100%;
        }

    .top-navigation .link-favorite {
        background-color: #EF810F;
    }

        .top-navigation .link-favorite:before {
            background-image: url(../img/top_navigation_icn_favorite.png);
        }

    .top-navigation .link-ranking:before {
        background-image: url(../img/top_navigation_icn_ranking.png);
    }

    .top-navigation .link-fund:before {
        background-image: url(../img/top_navigation_icn_fund.png);
    }

    .top-navigation .form-search {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 40px;
        margin: 20px auto 0 auto;
    }

        .top-navigation .form-search input, .top-navigation .form-search button {
            width: 100%;
            height: 100%;
            border: 0;
            background: none;
        }

        .top-navigation .form-search .search-text {
            display: table-cell;
            width: 80%;
            border: 1px solid #EF810F;
        }

            .top-navigation .form-search .search-text input {
                padding: 0 10px;
                font-size: 14px;
                font-size: 1.4rem;
            }

        .top-navigation .form-search .search-submit {
            display: table-cell;
            width: 20%;
        }

            .top-navigation .form-search .search-submit button {
                color: #FFFFFF;
                font-size: 18px;
                font-size: 1.8rem;
                background-color: #EF810F;
            }

.top-section {
    margin-top: 20px;
}

    .top-section .list {
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #e5ddd0;
        font-size: 14px;
        font-size: 1.4rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .top-section .list a {
            position: relative;
            display: block;
            width: 50%;
            padding: 10px;
            border-right: 1px solid #e5ddd0;
            border-bottom: 1px solid #e5ddd0;
            background-color: #FFFFFF;
        }

            .top-section .list a:after {
                content: "";
                position: absolute;
                top: 50%;
                right: 10px;
                display: block;
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                width: 10px;
                height: 10px;
                margin-top: -6px;
                border-top: 2px solid #EF810F;
                border-right: 2px solid #EF810F;
            }

.ptdate {
    font-size: 0.9em;
    text-align: right;
}

.note-message .list {
    list-style: disc inside;
    padding: 0 0 0 1em;
    text-indent: -1em;
}
/* Common */
.data-info {
    display: table;
    width: 100%;
    margin: 0 0 10px 0;
}

    .data-info .favorite {
        display: table-cell;
        vertical-align: middle;
    }

    .data-info .timestamp {
        display: table-cell;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: right;
        vertical-align: middle;
    }

    .data-info.is-bottom {
        margin: 10px 0 0 0;
    }

.data-table .table-base .name {
    width: auto;
}

.data-table .table-base .price {
    width: 30%;
    text-align: right;
}

.data-table .table-base .check {
    width: 16%;
    text-align: center;
}

.data-table .table-base .favorite {
    width: 12%;
    text-align: center;
}

.data-table .table-base .ranking {
    width: 7%;
    text-align: center;
}

.data-table .table-base .plus {
    color: #1AA53D;
}

.data-table .table-base .minus {
    color: #FF0000;
}

.data-table .table-base th.price {
    text-align: center;
}

/* Rnaking */
.ranking-section {
    margin-top: 30px;
}

    .ranking-section:first-child {
        margin-top: 0;
    }

    .ranking-section .ranking-favorite {
        margin-bottom: 10px;
    }

/* Fund Detail */
.fund-detail-section {
    margin-top: 10px;
}

    .fund-detail-section:first-of-type {
        margin-top: 0;
    }

.fund-detail-basic table {
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

    .fund-detail-basic table th {
        padding-bottom: 5px;
        font-weight: normal;
    }

    .fund-detail-basic table .unit, .fund-detail-basic table .percent {
        display: block;
    }

    .fund-detail-basic table .number, .fund-detail-basic table .amount {
        font-size: 16px;
        font-size: 1.6rem;
    }

        .fund-detail-basic table .amount:before {
            content: "";
            display: inline-block;
            width: 14px;
            height: 16px;
            margin-right: 2px;
            background-repeat: no-repeat;
            background-size: 100%;
        }

    .fund-detail-basic table .is-down {
        color: #FF0000;
    }

        .fund-detail-basic table .is-down .amount:before {
            vertical-align: -0.2em;
            background-image: url(../img/icn_down.gif);
        }

    .fund-detail-basic table .is-up {
        color: #0000CC;
    }

        .fund-detail-basic table .is-up .amount:before {
            vertical-align: -0.1em;
            background-image: url(../img/icn_up.gif);
        }

.fund-detail-feature .comment {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}

.fund-detail-feature .chart .guide {
    margin-bottom: 10px;
    font-size: 10px;
    font-size: 1rem;
}

    .fund-detail-feature .chart .guide span {
        display: inline-block;
        margin-left: 5px;
        padding-left: 4px;
        border-left: 2px solid #000000;
        line-height: 1.1;
    }

        .fund-detail-feature .chart .guide span:first-child {
            margin-left: 0;
        }

    .fund-detail-feature .chart .guide .base {
        border-color: #F4AE52;
    }

    .fund-detail-feature .chart .guide .dividend {
        border-color: #8AACCC;
    }

    .fund-detail-feature .chart .guide .total {
        border-color: #F4AE52;
    }

.fund-detail-feature .chart .object img, .fund-detail-feature .chart .object object, .fund-detail-feature .chart .object embed {
    display: block;
    margin: 0 auto;
}

.fund-detail-feature .chart .edit {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}

    .fund-detail-feature .chart .edit .btn-base {
        margin-left: 10px;
    }

        .fund-detail-feature .chart .edit .btn-base:first-of-type {
            margin-left: 20px;
        }

.edit {
    text-align: center;
}

.fund-detail-dividend-history .closing {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
}

.fund-detail-dividend-history .column {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .fund-detail-dividend-history .column .col {
        width: 50%;
        padding-right: 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }

        .fund-detail-dividend-history .column .col:nth-child(n+2) {
            padding-right: 0;
            padding-left: 5px;
        }

    .fund-detail-dividend-history .column .list {
        display: table;
        width: 100%;
        margin-top: 10px;
        border-bottom: 1px solid #BBBBBB;
    }

        .fund-detail-dividend-history .column .list:first-child {
            margin-top: 0;
        }

        .fund-detail-dividend-history .column .list dt, .fund-detail-dividend-history .column .list dd {
            display: table-cell;
            padding-bottom: 10px;
            vert-align: middle;
        }

        .fund-detail-dividend-history .column .list dd {
            text-align: right;
        }

.fund-detail-performance .timestamp {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
}

.fund-detail-performance table {
    width: 100%;
    border-top: 1px solid #BBBBBB;
}

    .fund-detail-performance table thead {
        font-size: 12px;
        font-size: 1.2rem;
    }

        .fund-detail-performance table thead th {
            padding: 5px 0;
            font-weight: normal;
        }

            .fund-detail-performance table thead th:first-child {
                text-align: left;
            }

    .fund-detail-performance table tbody {
        font-size: 10px;
        font-size: 1rem;
    }

        .fund-detail-performance table tbody th, .fund-detail-performance table tbody td {
            padding: 10px 0 10px 10px;
            font-weight: normal;
        }

            .fund-detail-performance table tbody th:first-child, .fund-detail-performance table tbody td:first-child {
                padding-left: 0;
                text-align: left;
            }

    .fund-detail-performance table th, .fund-detail-performance table td {
        border-bottom: 1px solid #BBBBBB;
    }

.fund-detail-rating .total {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}

.fund-detail-rating table {
    width: 100%;
    border-top: 1px solid #BBBBBB;
    text-align: left;
}

    .fund-detail-rating table thead {
        font-size: 10px;
        font-size: 1rem;
    }

        .fund-detail-rating table thead th {
            padding: 5px 0 5px 10px;
            font-weight: normal;
        }

            .fund-detail-rating table thead th:first-child {
                width: 10%;
                padding-left: 0;
            }

    .fund-detail-rating table tbody {
        font-size: 12px;
        font-size: 1.2rem;
    }

        .fund-detail-rating table tbody th, .fund-detail-rating table tbody td {
            padding: 10px 0 10px 10px;
            font-weight: normal;
        }

            .fund-detail-rating table tbody th:first-child, .fund-detail-rating table tbody td:first-child {
                padding-left: 0;
                white-space: nowrap;
            }

    .fund-detail-rating table th, .fund-detail-rating table td {
        border-bottom: 1px solid #BBBBBB;
    }

.fund-detail-risk table {
    width: 100%;
    text-align: left;
}

    .fund-detail-risk table tbody {
        font-size: 12px;
        font-size: 1.2rem;
    }

        .fund-detail-risk table tbody th, .fund-detail-risk table tbody td {
            padding: 5px 0 5px 10px;
            font-weight: normal;
        }

            .fund-detail-risk table tbody th:first-child, .fund-detail-risk table tbody td:first-child {
                width: 10%;
                padding-left: 0;
                white-space: nowrap;
            }

    .fund-detail-risk table .rating .value {
        display: inline-block;
        width: 7em;
        vertical-align: middle;
    }

    .fund-detail-risk table .rating .bar {
        position: relative;
        display: inline-block;
        width: 170px;
        vertical-align: middle;
    }

        .fund-detail-risk table .rating .bar:before {
            content: "";
            position: absolute;
            top: 50%;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 18px;
            margin-top: -9px;
            background-image: repeating-linear-gradient(to right, #FFBC53, #FFBC53 18%, #FFFFFF 18%, #FFFFFF 20%);
        }

        .fund-detail-risk table .rating .bar:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            bottom: 0;
            display: block;
            width: 100%;
            height: 18px;
            margin-top: -9px;
            background: #FFFFFF;
        }

    .fund-detail-risk table .rating.rate1 .bar:after {
        width: 80%;
    }

    .fund-detail-risk table .rating.rate2 .bar:after {
        width: 60%;
    }

    .fund-detail-risk table .rating.rate3 .bar:after {
        width: 40%;
    }

    .fund-detail-risk table .rating.rate4 .bar:after {
        width: 20%;
    }

    .fund-detail-risk table .rating.rate5 .bar:after {
        width: 0;
    }

.fund-detail-comission table {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #BBBBBB;
    text-align: left;
}

    .fund-detail-comission table tbody {
        font-size: 12px;
        font-size: 1.2rem;
    }

        .fund-detail-comission table tbody th, .fund-detail-comission table tbody td {
            padding: 10px 0;
            font-weight: normal;
        }

            .fund-detail-comission table tbody th:first-child, .fund-detail-comission table tbody td:first-child {
                width: 14em;
            }

    .fund-detail-comission table th, .fund-detail-comission table td {
        border-bottom: 1px solid #BBBBBB;
    }

.fund-detail-comission dl {
    padding: 10px 0;
    border-bottom: 1px solid #BBBBBB;
    font-size: 12px;
    font-size: 1.2rem;
}

    .fund-detail-comission dl dt {
        margin-bottom: 5px;
    }

.fund-detail-reward table {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #BBBBBB;
    text-align: left;
}

    .fund-detail-reward table tbody {
        font-size: 12px;
        font-size: 1.2rem;
    }

        .fund-detail-reward table tbody th, .fund-detail-reward table tbody td {
            padding: 10px 0;
            font-weight: normal;
        }

            .fund-detail-reward table tbody th:first-child, .fund-detail-reward table tbody td:first-child {
                width: 14em;
            }

    .fund-detail-reward table th, .fund-detail-reward table td {
        border-bottom: 1px solid #BBBBBB;
    }

.header-linq {
    text-align: right;
}

.date {
    font-size: 1.2rem;
}

.disc_table {
    margin: 0 0 5px;
}

    .disc_table dl dd {
        text-indent: 0;
        padding: 0;
    }

.fwb {
    font-weight: bold;
}

.net_only_flg {
    background: #00661a;
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    font-size: .8em;
    white-space: nowrap;
    margin-right: 2px;
}

.tuminisa_flg {
    background: #ff7f50;
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    font-size: .8em;
    white-space: nowrap;
    margin-right: 2px;
}

.nisa_fit_flg {
    background: #235BC8;
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    font-size: .8em;
    white-space: nowrap;
    margin-right: 2px;
}

.stop_sell {
    background: #c00;
    padding: 0 5px;
    color: #FFF;
    border-radius: 3px;
    font-size: .8em;
    white-space: nowrap;
    margin-right: 2px;
}

.ratstar {
    color: #0b186d;
}
