@charset "UTF-8";
/*** RESET STYLES ***/
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, hr, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration:none;
    font:13px/1.231 HiraKakuProN-W3,HiraKakuPro-W3,'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ ゴシック',HelveticaNeue,Helvetica,Arial,sans-serif;
    *font-size:small;
    *font:x-small;
}
select,input,button,textarea{ font:99% HiraKakuProN-W3,HiraKakuPro-W3,'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ ゴシック',HelveticaNeue,Helvetica,Arial,sans-serif; }
table { font-size:inherit;font:100%; }
pre,code,kbd,samp,tt{ font-family:monospace;*font-size:108%;line-height:100%; }
html, body { height: 100%; }
body { line-height: 1; }
hr { display: none; }
ol, ul { list-style: none; }
select { padding: 2px 2px 2px 0; }
header, footer, section, nav { display:block; }
img { font-size:1px;vertical-align:bottom; }

/*** FONT FAMILY ***/
.gothic { font-family:HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif; }
.mincho { font-family:HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif; }
.gothic-en { font-family:HelveticaNeue,Helvetica,Arial,sans-serif; }
.bold { font-weight:bold; }

/*** FONT SIZE ***/
.fs10 { font-size:77%; }
.fs11 { font-size:85%; }
.fs12 { font-size:93%; }
.fs13 { font-size:100%; }
.fs14 { font-size:108%; }
.fs15 { font-size:116%; }
.fs16 { font-size:123.1%; }
.fs17 { font-size:131%; }
.fs18 { font-size:138.5%; }
.fs19 { font-size:146.5%; }
.fs20 { font-size:153.9%; }
.fs21 { font-size:161.6%; }
.fs22 { font-size:167%; }
.fs23 { font-size:174%; }
.fs24 { font-size:182%; }
.fs25 { font-size:189%; }
.fs26 { font-size:197%; }
.fs27 { font-size:204%; }
.fs28 { font-size:212%; }

/*** FONT COLOR ***/
.thin-gray { color:#9FA0A0 !important; }
.orange { color:#F08300 !important; }
.yellow { color:#FDD000 !important; }

/*** CLEARFIX ***/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*** UTILITY ***/
.centerizer { text-align:center; }
.translucentizer { margin:0;padding:0; }
.clearer { clear:both; }
.inline { display:inline; }
.hide { display:none; }
