@charset "shift_jis";

/*
 * スタイル初期化
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
	line-height: 1;
	font-size: 100%;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

sub, sup, {
	font-size: 8px;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

body {
	-webkit-text-size-adjust : none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5); 
	color: #333333;
	font-family: "HiraKakuProN-W3", sans-serif;
	font-size: 14px;
	background-color: #ffffff;
}

ul {
	list-style: none;
}

table, th, td {
	border-collapse: separate;
	border-spacing: 0;
}

a {
	text-decoration: none;
}


