@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: 77%; vertical-align: baseline; position: relative; bottom: 0.7em; }
sub { font-size: 77%; vertical-align: baseline; position: relative; top: 0.1em; }

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



/* ----------------------------------------------------------------------------
	PREFERENCES
   ---------------------------------------------------------------------------- */
body { font-size: 81.25%; }

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; }

p.warning { display: table; width: 100%; margin: 0px auto; background: #2e2930; padding: 5px 1%; position: relative; z-index: 100; }
p.warning img { float: left; display: table-cell; vertical-align: middle; }
p.warning small { padding-left: 5px; color: #fff; }
p.warning small a { color: #fff; }