@charset "utf-8";

.ctr,
.c_img_container{
    text-align: center;
}

.itemList{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: 1px solid #cccccc;
}

.img_aiss{
    border: 1px solid #ccc;
    max-width: 300px;
}

.c_list li{
    display: inline-block;
}

.pL1{
    position: relative;
    padding-left: 1em;
}

@media screen and (min-width: 641px) {
    .c_img{
        width: 50%;
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    .c_img{
        width: 80%;
        height: auto;
    }
}