@charset "UTF-8";
/*デモ用共通CSS*/



/*html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}*/

caption, th, td {
  text-align: left;
  font-weight: normal;
  /*vertical-align: middle; ログイン画面で右の会員登録エリアが一段下がったので消去*/
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}



a {
  color: #0080FF;
  text-decoration: none;
}
a:hover {
  color: #324FC0;
}

header {
  background: #414858;
  color: #fff;
  width: 100%;
}
header h1 {
  font-size: 18px;
  padding: /*★10px*/;
}


.bnr {
  text-align: center;
}


