@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: 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: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 { outline: dotted 1px invert; }
a:active { outline: none; }

label { cursor: pointer; }

hr { display: none; }



/* ----------------------------------------------------------------------------
	REBUILD
   ---------------------------------------------------------------------------- */
.styled p { font-size: 108%; line-height: 1.6em; width: 83%; margin: 0 auto 1.15em; }

.styled h1 { color: #444; font-size: 123.3%; font-weight: bold; line-height: 1.25; margin-bottom: 0.65em; }
.styled h2,
.styled h3 { clear: both; color: #359; font-size: 123.3%; font-weight: bold; line-height: 1.3; padding: 0.5em 0 0 2em; margin: 0 auto 1em; }
.styled h4 { font-size: 108%; font-weight: bold; line-height: 1.4; padding-top: 0.5em; margin-bottom: 0.5em; }
.styled dt,
.styled caption { font-weight: bold; line-height: 1.4; padding-top: 0.25em; padding-bottom: 0.3em; }

.styled table { clear: both; margin: 0 auto 1.4em; }
.styled th,
.styled td { font-size: 92.5%; line-height: 1.5; border-color: #aaa; padding: 0.6em 8px 0.5em; }
.styled th { text-align: center; vertical-align: middle; background: #ececff; }
.styled td { background: #fff; }

.styled ul,
.styled ol,
.styled dl { padding-bottom: 1px; margin-bottom: 0.7em; }
.styled ul li,
.styled ol li,
.styled dl dd { line-height: 1.4; width: 83%; margin: 0 auto 0.5em; }
.styled ul li,
.styled dl dd { display: list-item; list-style-type: square; }

.styled blockquote { clear: both; color: #1565bc; line-height: 1.5; width: 83%; border-left: 2px solid #144fae; padding: 0.5em 0 1px; margin: 0 auto 1.3em; }
.styled blockquote p { line-height: inherit; width: auto; padding-left: 15px; margin-bottom: 0.5em; }
.styled blockquote cite { padding-left: 1em; }

.styled pre { margin-bottom: 1.4em; }

.styled a { word-wrap: break-word; }

.styled div.hr { clear: both; width: 66%; height: 0; line-height: 0; margin: 2.5em auto; border-top: 1px solid #aaa; }



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

div.styled div.left { padding: 0 1em 0.5em 0; }
div.styled div.right { padding: 0 0 0.5em 1em; }
div.styled div.center { margin-bottom: 1.4em; }

div.styled ol.note { color: #888; font-size: 92.5%; border-top: 1px solid #ccc; padding-top: 0.5em; width: 83%; margin-left: auto; margin-right: auto; }
div.styled ol.note li { width: auto; margin-left: 3em; margin-right: 1em; }
div.styled p.note { color: #888; font-size: 92.5%; }
div.styled p.bullet-indent { text-indent: -1em; margin-left: 1em; }



