<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-------------------------------------------
20210301 球場に入ったら背景変更
-------------------------------------------*/
@media screen and (min-width: 768px) {
/*#stadiumContents .wearing, #stadiumContents .sentens {
    background: url(../img/stadium/tab2/img-bg-bottom-hero.png) no-repeat center center;
}*/
}

@media screen and (max-width: 767px) {
/*#stadiumContents .wearing, #stadiumContents .sentens {
    background: url(../img/stadium/tab2/img-bg-bottom-hero.png) no-repeat center center;
}*/
}

.listmark {
    margin-left: 1em;
    text-indent: -1em;
}
.profile-subtext {
    margin: 40px 0 20px;
    font-size: 20px;
}</pre></body></html>