/*ボディカラー*/
.home{
	color:#424242!important;
}
.type__panel h1,.type__position h2,.type__font h2,.type__panel--text h2,h2.name{
	color:#424242!important;
}
.loader p,.item_wrap,.copy,.color__tab p{
	color:#424242!important;
}
table.table--noborder{
	color:#424242!important;
}
/*リンクカラー*/
a.a_color{
	color:#686868!important;
}
/*注文ボタン背景色*/
.menu__order{
	background:#f7f7f7!important;
}
/*注文ボタンテキストカラー*/
.order_color{
	color:#0a0a0a!important;
}
/*デザイン選択欄テキストカラー*/
.design_color,.design_color p,.design_color a,.type__font li a{
	color:#0a0a0a!important;
}
/*デザイン選択欄背景色*/
.bg_design,#price,#menu__order,.type__tab > li,.type__tab--sub > li,.menu__sub{
	background:#e2e2e2!important;
}
/*メニューパネル背景色*/
#price,#menu__order,.type__tab > li,.type__tab--sub > li,.menu__sub{
	background:rgba(255,255,255,0.7)!important;
}
.type__tab > .ui-state-active{
	background:rgba(255,255,255,0.95)!important;
}
/*ヘッダー背景色*/
#header--sp,#header--sp__navigation.sidr,.page header{
	background:#ffffff!important;
}
/*フッター背景色*/
#footer{
	background:#ffffff!important;
}
/*注文フォーム背景色*/
.page{
	background:#f9f9f9!important;
	color:#3f3f3f!important;
}
/*注文フォームタイトルカラー*/
#order h2,#order h3,a.rule_url{
	color:#0a0a0a!important;
}
/*注文フォームテキストカラー*/
.order_block p,p.order_note{
	color:#3f3f3f!important;
}
#order label,.acf-input-append,.acf-is-appended{
	color:#3f3f3f!important;
}
#design_url input,#order_options textarea{
	color:#3f3f3f!important;
}
#order_complete h2,#order_complete p{
	color:#3f3f3f!important;
}
/*注文フォーム　注文確認ボタン背景色・テキストカラー*/
.acf-form-submit input[type="submit"]{
	background:#2580e8!important;
	color:#ffffff!important;
}
/*注文フォーム　注文するボタン背景色・テキストカラー*/
.btn--order{
	background:#e82222!important;
	color:#ffffff!important;
}