@charset "UTF-8";
/*@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


html {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
body {
  -webkit-text-size-adjust:none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 100%;
  width: 100%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  color: #333;
  background-color: #999;
}

a {
  color: inherit;
  text-decoration: none;
}
/*a:hover{
  text-decoration: none;
}*/

table {
  font-size: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}


/*-------------------------------------------------------------------------
helper
-------------------------------------------------------------------------*/
.larger{
  font-size: 115%;
}
.smaller{
  font-size: 90%;
}
.emph{
  color: red;
}


.MB5{
  margin-bottom:5px;
}
.MB10{
  margin-bottom:10px;
}
.MB20{
  margin-bottom:20px;
}
.MB30{
  margin-bottom:30px;
}
.MT5{
  margin-top:5px;
}
.MT10{
  margin-top:10px;
}
.MT20{
  margin-top:20px;
}
.MT30{
  margin-top:30px;
}
.ML5{
  margin-left:5px;
}
.ML10{
  margin-left:10px;
}
.ML20{
  margin-left:20px;
}
.ML30{
  margin-left:30px;
}
.MR5{
  margin-right:5px;
}
.MR10{
  margin-right:10px;
}
.MR20{
  margin-right:20px;
}
.MR30{
  margin-right:30px;
}

.w10{
  width: 10%!important;
}
.w20{
  width: 20%!important;
}
.w30{
  width: 30%!important;
}
.w40{
  width: 40%!important;
}
.w50{
  width: 50%!important;
}
.w60{
  width: 60%!important;
}
.w70{
  width: 70%!important;
}
.w80{
  width: 80%!important;
}
.w90{
  width: 90%!important;
}

.CB{
  clear: both;
}

.TR{
  text-align: right;
}
.TC{
  text-align: center;
}
.TL{
  text-align: left;
}

.FIT{
  max-width: 100%;
}
