@charset "utf-8";

/* ------------------------------ *
	reset
 * ------------------------------ */
body { color: #000; background: #fff; -webkit-text-size-adjust: 100%; }
body, textarea { font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
input, select { font-family: 'Lucida Grande', Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 100%; }
a, label { cursor: pointer; }
address, optgroup, cite { font-style: normal; }

body, div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, dl, dt, dd,
table, th, td, caption, blockquote, pre, address, form, fieldset, legend, iframe { border: none; outline: none; padding: 0; margin: 0; }

li { list-style: none; }

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

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

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

hr { margin: 7px auto; }

abbr, acronym { border-bottom: .1em dotted; cursor: help; }

img { vertical-align : middle; }



/* ------------------------------ *
	preference
 * ------------------------------ */
body { font-size: 87.5%; }
body, input, textarea, legend { color: #000; }

a, a img { border: none; }
a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #002c92; text-decoration: underline; background-color: transparent; }
a:hover img { opacity: 0.8; filter: alpha(opacity=80); -ms-filter: 'alpha(opacity=80)'; }
a:active { color: #002c92; text-decoration: none; outline: none; }
a:active img { opacity: 0.9; filter: alpha(opacity=90); -ms-filter: 'alpha(opacity=90)'; }
a:focus { outline: none; }

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

del { color: #888; }

hr { clear: both; border: none; border-top: 1px solid #aaa; }



