@charset "UTF-8";

/*
Theme Name:	Haku
Description: Hakuテンプレート
Version: 2.0.0
*/

:root {
	--tokiho-color: #FF6600;
	--tokiho-bg: #ffefd5;

	--recharge-color: #fcc800;
	--recharge-bg: #fffacd;

	--calm-color: #e182ac;
	--calm-bg: #fff0f5;

	--facebody-color: #6F1F74;
	--facebody-bg: #e6e6fa;

	--healing-color: #0075c2;
	--healing-bg: #f0f8ff;
}
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	margin: 0;
	padding: 0;
}
body {
	font-size: 11pt;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background: #E2EDCF;
	color: #333;
	text-align: left;
	background-image: url('images/bg_top.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
#wpadminbar {
	position: absolute !important;
}