/* 電子公告 */
.ir_notice{
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    text-align: left;
}
.ir_notice a:hover{
    color: #af265a;
}
.ir_notice a:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../img/common/side_arrow_pink.png) no-repeat;
    background-size: contain;
    position: relative;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.ir_notice a img.va_top{
    vertical-align: baseline;
}