@charset "utf-8";

.edit_area.type01{
}

.edit_area.type01 .list01{
        margin: 60px auto 80px;
        width: 960px;
}
@media screen and (max-width: 1080px){
        .edit_area.type01 .list01{
                margin: 30px auto;
                width: auto;
        }
}
.edit_area.type01 .list01:after{
        content: " "; display: block; height: 0; clear: both;
}
.edit_area.type01 .list01 > li{
        float: left;
        width: calc(100% / 3);
}
@media screen and (max-width: 1080px){
        .edit_area.type01 .list01 > li{
                float: none;
                width: auto;
        }
}

.edit_area.type01 .list01 li a{
        display: block;
        padding-left: 22px;
        color: #000;
        font-size: 1.4rem;
        text-decoration: none;
        background: url(../../common/img/parts/right_arrow06_01.png) no-repeat 0 center;
}
.edit_area.type01 .list01 li a:hover{
        text-decoration: underline;
}
.edit_area.type01 .list01 .child li{
        margin: 0 0 10px;
}

.edit_area.type01 .list01 .grandson{
        margin: 20px 0 0 20px;
}

.edit_area.type01 .list01 .grandson a{
        background-image: url(../../common/img/parts/right_arrow06_02.png);
}






