@charset "utf-8";

/* ------------------------------------------------------------
Copyright (C) 2010 en-japan inc.
------------------------------------------------------------ */


/* ------------ Margin Zero ------------ */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, hr, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, img { margin: 0; padding: 0; }


/* ------------ Default Setting ------------ */

html { background:#fff; color: #222; overflow-y: scroll; }

body { text-align: center; font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 12pt; }

a { text-decoration: none; outline: 0; }
a:link, a:visited, a:active { color: #751; }
a:hover { color: #f60; }

table { border: none; border: 0; border-collapse: collapse; font-size: 12pt; }
h1, h2, h3, h4, h5, h6 { font-size: 12pt; }
strong { font-style: normal; font-weight: bold; }
em { font-style: normal; font-weight: bold; }
address, caption { font-style: normal; font-weight:normal; text-align: left; }
pre { font-family: monospace; }
ul li { /*list-style: square;*/ list-style-position: outside; }
ol li { list-style: decimal; list-style-position: outside; }
a img, img { border: 0; }
button { cursor: pointer; }


/* ------------ clearfix ------------ */

.clearfix:after {content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
*html .clearfix { height: 1px; /* height: auto; overflow: hidden; */ }