/**
 * ライトテーマ
 * HOME - Light Theme CSS
 */
:root {
	/* 背景色 */
	--bg-body: #ffffff;
	--bg-main: #ffffff;
	--bg-input: #ffffff;
	--bg-button: #9bf;
	--bg-button-ja: #f9b;
	--bg-button-translate: #9fb;
	--bg-bookmark: #ddd;
	--bg-bookmark-hover: #458;
	--bg-memo-local: #fffcec;
	--bg-memo-remote: #ecfcff;
	--bg-modal: rgba(0, 0, 0, 0.4);
	--bg-modal-content: #fefefe;
	--bg-login: #ddd;
	--bg-login-hover: #7af;
	--bg-logout: #9bf;
	--bg-accordion: #eee;
	--bg-accordion-hover: #ddd;
	--bg-panel: #dfd;
	--bg-refresh-button: #5a6268;
	--bg-refresh-button-hover: #444;

	/* 文字色 */
	--text-primary: #000;
	--text-secondary: #333;
	--text-muted: #666;
	--text-link: #000;
	--text-link-hover: #fff;
	--text-login: #fff;
	--text-logout: #000;
	--text-accordion: #444;
	--text-accordion-icon: #777;
	--text-refresh: #fff;
	--text-fetch-time: #ccc;

	/* ボーダー色 */
	--border-input: #a0a0a0;
	--border-modal: #888;
	--border-login: #ddd;
	--border-logout: #9bf;

	/* その他 */
	--flash-color: #FF0;
	--alert-flash: #ff0000;
	--alert-flash-end: #FFF;
	--admin-icon: #888;
}
