@charset "utf-8";

/*--------------------*/
/*---- color.css ----*/
/*--------------------*/

:root {
/*-------------- ヘッダー -------------*/
  --header-color: #afe0e4;

/*-------------- フッター -------------*/
  --footer-color: #afe0e4;

/*-------------- タブ -------------*/
/* ベースカラー */
	--tab-base-color: #07bcd7;

/* 選択時テキストカラー */
	--tab-text-color: #07bcd7;

/*-------------- コンテンツ背景 -------------*/
	--cont-body-color: #e6f4f7;

}

