@charset "utf-8";

.edit_area.type01{
}

.edit_area.type01 .list01{
    letter-spacing: -0.5em;
}
.edit_area.type01 .list01 *{
    letter-spacing: 1px;
}
.edit_area.type01 .list01 li{
    margin: 0 0 5px;
    display: inline-block;
    width: calc(100% / 3);
}
.edit_area.type01 .list01 li a{
    display: inline-block;
    padding: 0 0 0 28px;
    color: #000;
    font-size: 16px;
    line-height: 180%;
    text-decoration: none;
    background: url(../../common/img/parts/right_arrow02_03.png) no-repeat 0 4px;
}
.edit_area.type01 .list01 li a:hover{
    color: #C00;
}


