@charset "utf-8";

/******************************************************************************

フォントサイズ設定

body {
	font-size: 75%; 12px
	font-size: 82%; 13px
	font-size: 88%; 14px
	font-size: 94%; 15px
	font-size: 100%; 16px
}

******************************************************************************/

body {
	text-align: center;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	color: #333;
	text-align: left;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

