@charset "utf-8";
/* カスタマイズ用CSS */

/* 全体の背景色 */
.ec-layoutRole {
  background: white;
}

/* ヘッダーカテゴリナビの背景色 */
.ec-itemNav__nav li a {
  background: #87cefa;
}

/* フッターの背景色 */
.ec-footerRole {
    background: #483d8b;
}
/* テーマの背景色 */
.ec-categoryRole__list {
    background-color: white;
}

/* おすすめボタンの背景色 */
.ec-inlineBtn--top {
    background: #483d8b;
}

/* topバー未使用 */
.top_color {
    background-color: #483d8b;
    font-size:xx-small;
    color: white;
    text-align: center;
}