@charset "utf-8";

/*==============================
    PGページ用
==============================*/
/* secCmnLoad */
.secCmnLoad{
    text-align: center;
}
#listLoading{
    display: none;
    line-height: 66px;
    text-align: center;
}
#listLoading img{
    vertical-align: middle;
}
@media only screen and (max-width:767px){
    #listLoading{
        line-height: 50px;
    }
}