/* 電子公告ページ */
.s_notice p{
    margin-bottom: 30px;
    line-height: 1.8;
}
.s_edgeList_item{
    display: flex;
    padding-top:15px;
    padding-bottom: 15px;
}
.s_edgeList_item:first-child{
    margin-top:0;
    border-top:0;
}
.s_edgeList_item:last-child{
    border-bottom: 1px dotted #6c6c6c;
}
.s_edgeList_item_date {
    order: 1;
    white-space: nowrap;
    padding-left: 15px;
    width: 15%;
}
.s_edgeModule_date_time{
    white-space: pre-wrap;
}
.s_edgeModule_titleBox{
    position: relative;
    padding-left: 20px;
    margin-left: 16px;
    order: 5;
    display: inline;
}
.s_edgeModule_title_label{
    text-decoration: underline;
}
.s_edgeModule_titleBox {
    width: 70%;
    margin: 0;
    padding-left: 10px;
}
.s_edgeModule_type_icon{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    margin-left:5px;
    line-height: 15px;
    color:#FFF;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
    font-size: 10px;
    background-color:#ee3d23;
}
.s_titleBox_type,
.s_titleBox_size{
    display: inline;
}
