@charset "shift_jis";

/*font*/
* {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, /* 'Source Sans Pro',Arial,Helvetica,sans-serif, */ 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*リセット*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,small,weight,dl,dt,dd,figure,span {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:12px;
	vertical-align:baseline;
	text-decoration:none;
}
.area h2 {
	font-size:18px;
}
/*タグ*/
body {
	color:#191919;
	-webkit-text-size-adjust: 100%;
	height:100%; 
}

a {
	border: 0;
	outline: none;
	color: #6e6e6e;
	text-decoration:none;
}
a:hover { color: #000000; }


ul,ol { list-style: none; }
img { border-style: none; }
header,section,article,aside,figure,footer { display:block; }



/* 色 */
.red { color:#ff0000; }

/* フォント */
.nomal	{ font-weight:400; }
.bold	{ font-weight:700; }
.under	{ text-decoration:underline; }
.fs_36	{ font-size:36px; line-height:42px; }
.fs_28	{ font-size:28px; line-height:36px; }
.fs_24	{ font-size:24px; line-height:36px; }
.fs_20	{ font-size:20px; line-height:30px; }
.fs_18	{ font-size:18px; line-height:24px; }
.fs_16	{ font-size:16px; line-height:21px; }
.fs_14	{ font-size:14px; line-height:18px; }
.fs_12	{ font-size:12px; line-height:12px; }
.fs_10	{ font-size:10px;}
.fs_8	{ font-size:8px;}

/* クリア */
.clear { clear: both; font-size: 0px; height: 0px; width: 0px;}
