@charset "UTF-8";

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  overflow: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* End hide from IE-mac */
body {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

a:link {
  color: #006699;
}

a:visited {
  color: #993399;
}

a:active {
  color: #FF3333;
}

a:hover {
  color: #FF3333;
}

h1,h2,h3,h4,h5,h6,p,form {
  margin: 0;
  padding: 0;
}

ul,ol,dl {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
}

address {
  font-style: normal;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.floatleft {
  float: left;
}
.floatright {
  float: right;
}

.small {
  font-size: 86%;
}