@charset "utf-8";

/* カラー */
.grad {
    background: linear-gradient(rgba(255,255,255,0.2),rgba(100,100,100,0.4) );
    width: 100%;
    height: 100%;
}
.color_1K { background: rgb(58,61,67); } /* ダークグレー・メタリック */
.color_1U { background: rgb(193,200,215); } /* アイスシルバー・メタリック */
.color_1X { background: rgb(255,255,255); } /* クリスタルホワイト・パール */
.color_1Y { background: rgb(152,0,32); } /* クリムゾンレッド・パール */
.color_2Q { background: rgb(137,0,30); } /* ヴェネチアンレッド・パール */
.color_2U { background: rgb(232,100,0); } /* タンジェリンオレンジ・パール */
.color_2X { background: rgb(130,136,148); } /* プラチナムグレー・メタリック */
.color_2Y { background: rgb(0,30,76); } /* ダークブルー・パール */
.color_3X { background: rgb(0,58,131); } /* ラピスブルー・パール */
.color_4S { background: rgb(0,0,0); } /* クリスタルブラック・シリカ */
.color_4X { background: rgb(67,73,57); } /* ワイルドネスグリーン・メタリック */
.color_4Y { background: rgb(165,160,146); } /* セピアブロンズ・メタリック */
.color_5Q { background: rgb(172,178,163); } /* ジャスミングリーン・メタリック */
.color_5X { background: rgb(118,140,164); } /* スティールブルーグレー・メタリック */
.color_6Q { background: rgb(175,180,157); } /* デザートカーキ */
.color_7U { background: rgb(178,172,165); } /* タングステン・メタリック */
.color_7X { background: rgb(0,85,175); } /* WRブルー・パール */
.color_7Y { background: rgb(200,0,0); } /* ピュアレッド */
.color_8U { background: rgb(78,112,176); } /* クォーツブルー・パール */
.color_8Y { background: rgb(36, 41, 42); } /* マグネタイトグレー・メタリック */
.color_9Y { background: rgb(102,121,141); } /* ストームグレー・メタリック */
.color_AF { background: rgb(152,169,190); } /* クールグレーカーキ */
.color_AG { background: rgb(73,44,0); } /* オークブラウン・パール */
.color_AK { background: rgb(255,119,0); } /* サンシャインオレンジ */
.color_AZ { background: rgb(85, 107, 159); } /* ホライゾンブルー・パール */
.color_BC { background: rgb(114, 130, 88); } /* ジャスパーグリーン・メタリック */
.color_CA { background: rgb(0, 164, 221);} /* ラグーンブルー・パール */

