@charset "UTF-8";
/**
 * Original CSS by F-Code
 */
html, body {
  height: 100%;
}

body, a {
  color: #555;
  font-size: 14px;
  line-height: 150%;
  font-family: 'Lucida Grande', Tahoma, Verdana, Arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "MS Gothic", sans-serif;
  text-decoration: none;
  font-weight: normal;
}

div, li {
  -o-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6, a, li, p, div, span, strong, b, th, td {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

.underline {
  text-decoration: underline;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

caption {
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -99999px;
}
