﻿/* V810:かんたんページ新規作成 */
/* 00. COMMON SETTING
-------------------------------------------------------------------- */

/* 01.INDEX
-------------------------------------------------------------------- */

/* 01.DETAIL
-------------------------------------------------------------------- */
.oshirase_content{
    width: 100%;
}
.p-editArea table td{
    border:none;
}
.p-editArea table{
    border:none;
}

.info{
    display: flex;
}

.attention{
    background:yellow;
}

.important{
    color: white;
    text-align:center;
    width:50px;
    height: 100%;
    background:red;
    border-radius:3px;
}

.guidance{
    color: white;
    text-align:center;
    width:50px;
    height:100%;
    background:blue;
    border-radius:3px;
}

.Recruitment{
    color: white;
    text-align:center;
    width:50px;
    height:100%;
    background:orangered;
    border-radius:3px;
}

.event{
    color: black;
    text-align:center;
    width:50px;
    height:100%;
    background:yellow;
    border-radius:3px;
}