@charset "UTF-8";

/* ---------------------------------------------------------------------------
//  base
--------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }
body { font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
img { border: 0; vertical-align: bottom; }
ul { list-style-type: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #666; }
mark { font-size: 130%; color: inherit; background-color: transparent; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: none; border-top: 1px solid #dcdcdc; margin: 1em 0; }
input, select { vertical-align: middle; }
a:hover img.op { opacity: .7; }
/* ---------------------------------------------------------------------------
//  clearfix
--------------------------------------------------------------------------- */
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { zoom: 1; } /* IE6 */
*:first-child+html .cf { zoom: 1; } /* IE7 */
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
.tC { text-align: center; }
.tR { text-align: right; }
.tL { text-align: left; }

input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

