@CHARSET "UTF-8";

/*---------------------------------------------------------
 common
-------------------------------------------------------- */
html *  {
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
		"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-size: 100%;
}

body {
	text-rendering: optimizeLegibility;
	background-color: #fff;
	line-height: 1.6;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #f8b551;
	opacity: 0.8;
}

a:hover img {
	opacity: 0.8;
}

:-ms-input-placeholder {
	color: #999; /* IE 10 以降 */
}

.hidden {
	display: none;
}

.red {
	color: red;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
	margin: 0 0 20px 0;
	clear: both;
}

.alignright {
	text-align: right;
	margin: 0 0 20px 0;
}

.alignleft {
	text-align: left;
	margin: 0 0 20px 0;
}
