@charset "utf-8";

/* 6月9日更新分 */
.libold li {
    font-weight: bold;
}
.img200 img {
    height:300px;
    margin:10px;
}
.img400 img {
    width:400px;
}
.img600 img {
    width:600px;
    border: solid 1px pink;
    margin: 10px 0;
}
.limg0 {
    margin-left: 20px;
    margin-bottom: 10px;
}
.limg0 li {
    margin: 0 !important;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .img200 {
        width: 100%;
        text-align: center;
    }
    .img200 img {
        width:200px;
        height:auto;
    }
}