@charset "UTF-8";

/* --------------------------------------------------------------------------
Grobal
---------------------------------------------------------------------------- */
* 		{  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;   box-sizing: border-box; }
body 	{ font-family: mp,"游ゴシック","YuGothic", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic" !important; text-align: left; }
p 		{ transform:rotate(0.05deg); }

/* --------------------------------------------------------------------------
Placeholder
---------------------------------------------------------------------------- */
::-webkit-input-placeholder 	{ color:#9B9D99; font-size:100%; font-family: mp; text-align:center; }
::-ms-input-placeholder 		{ color:#9B9D99; font-size:100%; font-family: mp; text-align:center; }
::-moz-placeholder 				{ color:#9B9D99; font-size:100%; font-family: mp; text-align:center; }

/* --------------------------------------------------------------------------
Cursor
---------------------------------------------------------------------------- */
.zoom_out 	{ cursor: zoom-out !important; }
.pointer 	{ cursor: pointer !important; }
.default 	{ cursor: default !important; }
.letter 	{ letter-spacing: 1.5px; line-height: 1.5; }

.hide 		{ display: none !important; }
.z1000 		{ z-index: 1001 !important; }