@charset "UTF-8";
ins, del {
  display: block;
}

p ins, p del {
  display: inline;
}

ul ins, ul del {
  display: inline;
}

ol ins, ol del {
  display: inline;
}

dl ins, dl del {
  display: inline;
}

table ins, table del {
  display: inline;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, table, thead, tbody, tfoot, caption, th, td, if {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0 none;
}

abbr, acronym {
  border-bottom: 1px dashed;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  font-size: 100%;
}

select, input, textarea {
  font-size: 100%;
  font-weight: bold;
}

var, code, samp, kbd {
  font-family: monospace;
}

html {
  overflow: auto;
  overflow: -moz-scrollbars-vertical;
}

textarea {
  overflow: auto;
}

caption, th {
  text-align: left;
}

img, input {
  vertical-align: middle;
}

a, input[type=submit] {
  cursor: pointer;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.7ex;
}

/*====================
 +フロートした要素の背景を表示
====================*/
/* For modern browsers */
.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: block;
  overflow: hidden;
}
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
/*====================
 +フォント指定
====================*/
* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "'MS PGothic", sans-serif;
}
*:first-child + html *, * html * {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "'MS PGothic", sans-serif;
}

/* IE 7に対するフォントの種類*/
/* IE 6に対するフォントの種類*/