@charset "utf-8";

/*
 * License: GPLv2
 */

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

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

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

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: 87.5%; }

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

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

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

a:link { color: #359; text-decoration: none; }
a:visited { color: #649; text-decoration: none; }
a:hover { text-decoration: underline; }
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; }


/* ----------------------------------------------------------------------------
	CLASSES
   ---------------------------------------------------------------------------- */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.center * { text-align: left; }


/* ---------------------------------------------------------------------------- *
	LIST TYPE
 * ---------------------------------------------------------------------------- */
ul.float li,
ol.float li { float: left; list-style: none; white-space: nowrap; }
ul.float li.right,
ol.float li.right { float: right; }

ul.inline li,
dl.inline dd { display: inline; list-style: none; white-space: nowrap; background: url(../images/bg-list-bullet.gif) no-repeat 5px 10px; padding-left: 1em; }

ul.inline.no-wrap li,
dl.inline.no-wrap dd { white-space: normal; }

ul.inline li.first,
dl.inline dd.first { background-image: none; padding-left: 0; }

dl.inline dt { display: inline; }

ul.bullet li,
dl.bullet dd { background: url(../images/bg-list-bullet.gif) no-repeat 5px 10px; padding-left: 18px; }

ul.arrow li,
dl.arrow dd { background: url(../images/bg-list-arrow.gif) no-repeat 0 8px; padding-left: 18px; }

ul.inline.no-bg li,
ul.bullet.no-bg li,
ul.arrow.no-bg li { background-image: none; }

dl.tab { clear: both; }
dl.tab dt { clear: both; float: left; width: 4em; }
dl.tab dd { text-indent: -4em; margin-left: 4em; }

ul.stripe li.odd,
ol.stripe li.odd { background-color: #ccc; }

ul.stripe li.even,
ol.stripe li.even { background-color: transparent; }