/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/* 文字色 */
.has-indigoiron-color {
	color: #04026b;
}
.has-darkbrown1-color {
	color: #6b1e02;
}
.has-plutinum-color {
	color: #e5e4e6;
}
.has-yellowcream-color {
	color: #fcffdb;
}

/* 背景色 */
.has-indigoiron-background-color {
	background-color: #04026b;
}
.has-darkbrown1-background-color {
	background-color: #6b1e02;
}
.has-plutinum-background-color {
	background-color: #e5e4e6;
}
.has-yellowcream-background-color {
	background-color: #fcffdb;
}
.has-violet1-background-color {
	background-color: #ee82ee;
}
.has-lightsteelblue-background-color {
	background-color: #b0c4de;
}
.has-mosstea-background-color {
	background-color: #5e590d;
}
.has-palemauve-background-color {
	background-color: #bab3d0;
}