@charset "utf-8";
/* ===================================================================
CSS information

 style info: reset

 *Since: 2013-01-07
=================================================================== */


/* ----------------------------------------------------
  reset
---------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,body p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em {
  font-size: 100%;
  font-style: normal;
  line-height: 2;
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  font-size: 75%; /* 12px */
  font-size: 75%\9;
}
img {
  border: 0px;
  vertical-align: bottom;
}
ul, ol {
  list-style-type: none;
}
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
th, caption {
  text-align: left;
  font-weight: normal;
}
legend {
  color: #000;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: none;
}

a img {
  vertical-align: top;
  text-decoration: none;
}


/* ----------------------------------------------------
  clearfix  2009.10.06
---------------------------------------------------- */
.clearfix {
  zoom: 1; /* IE5.5～E7 */
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
