@charset "utf-8";

pre {
  display: block;
  width: 96%;
  margin: 0 auto;
  clear:both;
  font-size:12px;
  color: #13CB00;
  font-family: meiryo;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* ----------------------- Browser Default Initialization */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, caption, tr, th, td, dl, dt, dd, a, img, form, input, textarea, p, button, strong {
  margin:0;
  padding:0;
  font-size:1em;
  font-weight:normal;
}
header, nav, article, section, footer {
  margin:0;
  padding:0;
  font-size:1em;
  font-weight:normal;
}
hr {
  display: block;
  margin: 0;
  padding: 0;
}
table {
  border:none;
  border-collapse:collapse;
  border-spacing: 0;
}
th, td, li {
  word-break: break-all;
}
legend{display: none;}

li {
  list-style: none;
}
a, img {
  border:none;
  text-decoration:none;
  outline:none;
}
a {
  cursor: pointer;
  text-decoration: underline;
}
input[type=submit] ,
button[type=submit],
input[type=reset] ,
button[type=reset] {
  cursor:pointer;
}

/* clearfix */
.cf:after {
  content:".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.cf {
  clear: both;
  min-height: 0.1px;
}

/* PC時スクロールバー表示強制 */
@media(min-width: 768px){
  html{overflow-y: scroll;}
}
