/* --------------------------------------------------- IRニュース */
.ir_news_list {
    padding-bottom: 30px;
}
.ir_news_list #divDataArea dt,
.ir_news_list #divDataArea dd {
    font-size: 14px;
    line-height: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.ir_news_list #divDataArea dt:first-child {
    padding-top: 0;
}
.ir_news_list #divDataArea dd:last-child {
    border-bottom: none;
}
.ir_news_link {
    padding-bottom: 46px;
}
.ir_news_link_img {
    padding-bottom: 12px;
}
#single_page .mabottom0 {
    margin-bottom: 0;
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 767px) {
    .ir_news_link img {
        padding-bottom: 22px;
        margin: 0 auto;
    }
    .ir_news_link>div {
        padding-right: 0;
    }
}
/* ---------- タブレット ---------- */
@media (min-width: 768px) {
    .ir_news_link_img {
        padding-bottom: 13px;
    }
}
/* ---------- PC ---------- */
@media (min-width: 992px) {
    .ir_news_link_img {
        padding-bottom: 12px;
    }
}



/* --------------------------------------------------- 株主・投資家の皆様へ */
.ir_message_president p {
    padding-top: 16px;
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 767px) {

    .ir_message_president p {
        text-align: center;
        margin-bottom: 25px;
    }
    .ir_message_president img {
        margin: 0 auto;
        padding-top: 30px;
    }
}

/* --------------------------------------------------- 株式情報 */
.ir_stock_information{
    padding: 0 15px;
    margin: 0;
}
.ir_stock_information {
    background-color: #f2f2f2;
}
.ir_stock_information dd {
    background-color: #ffffff;
}
.ir_stock_information dt,
.ir_stock_information dd {
    padding: 13px 20px;
    border-top: 1px solid #ddd;
    font-weight: normal;
}
.ir_stock_information > .row:last-child {
    border-bottom: 1px solid #ddd;
}
.ir_stock_information>.first>dt {
    border-top: 5px solid #f6821f;
}
.ir_stock_information > .first>dd {
    border-top: 5px solid #c9c9c9;
}
.ir_stock_information_procedure p,
.ir_stock_information_procedure dl {
    margin: 0;
}
.ir_stock_information_procedure dt {
    font-weight: normal;
}
.ir_stock_information_procedure dd {
    padding-left: 20px;
}
.ir_stock_information_procedure p,
.ir_stock_information_procedure dd {
    padding-bottom: 32px;
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 767px) {
    .ir_stock_information>.first>dt {
        border-top: 1px solid #ddd;
    }
    .ir_stock_information > .first>dd {
        border-top: none;
    }
    .ir_stock_information dd {
        border-top: none;
    }
    .ir_stock_information > .row:last-child {
        border-bottom: none;
    }
}