@charset "UTF-8";
@import url("style.css");

/* main */
.idols ul {
    display: flex;
    flex-wrap: wrap;
}
.idols li {
    margin: 3px;
    box-sizing: border-box;
    position: relative;
    height: 140px;
    overflow: hidden;
    flex: 1 0 394px;
    max-width: 480px;
}
.idols img {
    width: 100%;
}
.idols ul span {
    display: block;
    position: absolute;
    background-color: #fff;
    color: #000;
    bottom: 10px;
    width: 100%;
    text-align: center;
    opacity: 0.7;
}
