@charset "utf-8";

/* 背景イメージ */
.appCustom-backgroundImage {
    background: #FFFFFF url("https://cdn-static.andapp.jp/assets/apps/12008305/img/background_225657e3b55c407c4125bea68fe9d4e0.png") left 0 repeat;

    
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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