@charset "utf-8";

/* 6月9日更新分 */
.libold li {
    font-weight: bold;
}
.img200 {
    width: auto;
}
.img200 img {
    height:200px;
    margin:10px;
}

@media screen and (max-width: 768px) {
    .img200 {
        width: 100%;
    }
    .img200 img {
        width:90%;
        height:auto;
    }
}