@charset "UTF-8";
/*
layout

font-size
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%
*/

/* ////////////////////////////////////////
default
//////////////////////////////////////// */
html { 
  overflow-y:scroll;
}

body {
  font-family:'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#000;
  background-color:transparent;
  line-height:1.6em;
}

/* HTML - a -------------------------------------------- */
a { color:#000; text-decoration:none; }
a:link { }
a:visited { }
a:hover { color:#999; }
a:active { color:#999; }
a:focus { outline: none; }

/* HTML - other -------------------------------------------- */
table { border-collapse: collapse; padding: 0px; margin: 0px; }
img { vertical-align: bottom; border: none; }

sup { vertical-align: text-top; padding:0px 0.1em 0px 0.1em; line-height: 4px; font-size:80%;}
sub { vertical-align: text-bottom; padding:0px 0.1em 0px 0.1em; line-height: 4px; font-size:80%; }

/* class - clearfix - http://nicolasgallagher.com/micro-clearfix-hack/ APRIL 21, 2011 -------------------------------------------- */
.cf:before, .cf:after { content:""; display:table; }/* For modern browsers */
.cf:after { clear:both; }
.cf { zoom:1; } /* For IE 6/7 (trigger hasLayout) */

/* class - other -------------------------------------------- */
.left { float:left; }
.right { float:right; }
.center { text-align: center; }
.clear { clear:both; }
.img { line-height: 0; font-size: 0; }

.bn { border:none !important; }

