@charset 'utf-8';

/* ===============================
	base
 =============================== */
body {
    background-color: #eaeaea;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	margin: 0;
	padding: 24px;
	-webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}

p {
	margin: 0;
}

/* ===============================
	loading
 =============================== */


/* ===============================
	utility
 =============================== */
 ul {
	margin: 0;
	padding: 0;
 }
 
 li {
    list-style:none
 }

/* メディアクエリサンプル */
/* ===============================
	device setting
 =============================== */
