@charset "Shift_JIS";
/*-----------------------------------------------------

  Setting CSS
  [LastUpDate:2015.03.10]
  
    - Reset
    - Font
    - Form
    - Clearfix
    - JavaScript add class

-----------------------------------------------------*/
/*-----------------------------------------------------

  Reset (Custom)
  
  Eric Meyer's Reset CSS v2.0
  http://meyerweb.com/eric/tools/css/reset/
  http://cssreset.com

-----------------------------------------------------*/
html {
  overflow-y: scroll;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  font-weight: bold;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}



/*-----------------------------------------------------

  Font (Custom)
  
  YUI 3.16.0 (build 76f0e08)
  Copyright 2014 Yahoo! Inc. All rights reserved.
  Licensed under the BSD License.
  http://yuilibrary.com/license/


  10px = 77%
  11px = 85%
  12px = 93%
  13px = 100%
  14px = 108%
  15px = 116%
  16px = 123.1%
  17px = 131%
  18px = 138.5%
  19px = 146.5%
  20px = 153.9%
  21px = 161.6%
  22px = 167%
  23px = 174%
  24px = 182%
  25px = 189%
  26px = 197%

-----------------------------------------------------*/

body {
  font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  *font-size:small; /* for IE */
  *font:x-small; /* for IE in quirks mode */
}

strong {
  font-weight: bold;
}

select, input, button, textarea, optgroup, option {
  font: 99% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  *font-size: 108%;
  line-height: 100%;
}

/*-----------------------------------------------------

  JavaScript Css

-----------------------------------------------------*/
/*-----------------------------------------------------
  Mouse On/Off
-----------------------------------------------------*/
.rollover {
  border: 0;
}


/*-----------------------------------------------------
  PNG (IE6 Only)
-----------------------------------------------------*/
.png-bg {
  border: 0;
}