@charset "utf-8";

/* 背景イメージ */
.appCustom-backgroundImage {
    background: #E3E6E9 url("https://cdn-static.andapp.jp/assets/apps/6228830967562240/img/background_80ae0e8722392a03b52d8e7b8fb5dde6.png") center 0 no-repeat;

    
    -webkit-background-size: contain;
    background-size: contain;
    
}

/* キャラクター */
.appCustom-character {
    background: url("https://cdn-static.andapp.jp/assets/apps/6228830967562240/img/character_3d78abe226e162cb5250fd6d55d29308.png") right 0 no-repeat;
}

/* 1.テキスト文字 */
.appCustom-text {
    color: #FFFFFF;
}
/* 1.テキスト文字 > svg */
.appCustom-textSvg > svg {
    fill: #FFFFFF;
}
/* 1.テキスト文字（テキストリンク） */
.appCustom-textAnchor,
.appCustom-textAnchor:hover {
    color: #FFFFFF;
}

/* 2.サブテキスト文字 */
.appCustom-subText {
    color: #666666;
}

/* 3.ボタン上文字 */
.appCustom-buttonText {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}

/* 3.ボタン上文字 > アプリラベルのボーダー色 */
.appCustom-buttonTextBorder {
    border-color: #FFFFFF;
}

/* 4.ボタン背景 */
.appCustom-buttonBackground {
    background-color: #990000;
}

/* 5.ボタン背景(マウスオーバー時) */
.appCustom-buttonBackground:hover {
    background-color: #993333;
}

/* 6.メニュー背景 */
.appCustom-menuBackground {
    background-color: #333333;
}

/* 7.メニュー境界線 */
.appCustom-menuBorder {
    border-bottom: 1px solid #BEC9D5;
}

/* 8.コンテンツ背景 */
.appCustom-contentsBackground {
    background-color: #000000;
}

/* 9.コンテンツ枠 */
.appCustom-contentsBorder {
    background-color: #333333;
}

/* 10.背景色 */
.appCustom-background {
    background-color: #E3E6E9;
}

/* 11.事前登録期間中の枠の文字色（ボタン上テキストカラーと揃える） */
.appCustom-noticeText {
    color: #FFFFFF;
}

/* 12.事前登録完了時の枠の文字色（ TODO:未使用かも ） */
.appCustom-regdoneText {
    color: #<no value>;
}

/* 13.事前登録完了時の枠の背景色（ボタン背景色と揃える） */
.appCustom-regdoneBackground {
    background-color: #990000;
}

/* スクロールバー */
.jspTrack {
    background-color: #000000;
}
.jspDrag {
    background-color: #FFFFFF;
}
