@charset "utf-8";

/* ----------------------------------------------------------------------------
	RESET
   ---------------------------------------------------------------------------- */
body { color: #000; background: #fff; }
@media only screen and (max-device-width: 480px) {
body { -webkit-text-size-adjust: none; }
}

h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6, b, em, strong, dt, th, caption { font-weight: normal; }
em, address, optgroup, cite { font-style: normal; }
caption { text-align: left; }

body, div,
h1, h2, h3, h4, h5, h6, p, img,
ul, ol, li, dl, dt, dd,
table, th, td, thead, tbody, tfoot, caption,
blockquote, pre, address, form, fieldset, legend, iframe,
header, footer, hgroup, section, article, nav, aside { border: none; outline: none; padding: 0; margin: 0; }
header, footer, hgroup, section, article, nav, aside { display: block; }

ul li { list-style-type: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }
th, td { text-align: left; vertical-align: top; }

pre { overflow-x: auto; }
textarea { width: 99%; overflow: auto; }
iframe { display: block; width: 100%; overflow: hidden; }

sup { font-size: 1rem; vertical-align: baseline; position: relative; bottom: 0.7em; }
sub { font-size: 1rem; vertical-align: baseline; position: relative; top: 0.1em; }

a:hover { cursor: pointer; background-color: transparent; }



/* ----------------------------------------------------------------------------
	PREFERENCES
   ---------------------------------------------------------------------------- */
html {
	font-family:
		MyYuGothicM, 									/* Windows 遊ゴシック */
		YuGothic,											/* OS X 遊ゴシック */
		-apple-system,								/* iOS San Francisco */
		BlinkMacSystemFont,						/* iOS Chrome San Fransisco */
		"Hiragino Kaku Gothic ProN",	/* OS X, iOS ヒラギノ角ゴ */
		Meiryo,												/* Windows メイリオ */
		sans-serif;										/* Androidその他 */
}
@font-face {
	font-family: "MyYuGothicM";
	font-weight: normal;
	src: local("YuGothic-Medium"),	/* Postscript Name */
			 local("Yu Gothic Medium"),	/* for Chrome */
			 local("YuGothic-Regular");	/* Mediumがない場合 */
}
@font-face {
	font-family: "MyYuGothicM";
	font-weight: bold;
	src: local("YuGothic-Bold"),		/* Postscript Name */
			 local("Yu Gothic");				/* for Chrome */
}

body { font-size: 1rem; }

body, input, textarea, legend { color: #222; }
del { color: #888; }

body, textarea { font-family: "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: "Lucida Grande", Arial, "ＭＳ Ｐゴシック", sans-serif; }
code { font-family: Menlo, "Courier New", Courier, sans-serif; }

b, em, strong, dt, th, caption { font-weight: bold; }

a { text-decoration: underline; color: #069; }
a:hover { text-decoration: none; }
a:hover img { opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "alpha(opacity=80)"; }
a:focus,
a:active { outline: none; }

label { cursor: pointer; }

hr { display: none; }