#container #subheader {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-bottom: 3px solid #339ae2;
}

.left {
  float: left;
}

.right {
  float: right;
}

a {
  display: block;
  text-decoration: none;
}

#top {
  display: block;
}

#cmn {
  display: none;
}

#cmn #copyright {
  margin: 0;
}

#subheader {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.19);
  position: relative;
  z-index: 100;
  display: none;
}

.splash {
  position: absolute;
  width: 100%;
}

.splash .main {
  position: relative;
  z-index: 10;
  width: 170px;
  display: none;
  margin: 20px auto 10px;
}

.bnrArea {
/*  opacity: 0;
  filter: alpha(opacity=0);*/
}

.splash .main img {
  width: 100%;
}

.requirements {
  position: absolute;
  display: none;
  padding: 15px;
}

.requirements .txt h2 {
  text-align: center;
  margin: .5em;
}

.requirements .txt table {
  width: 100%;
  margin-bottom: 1em;
}

.requirements .txt table tr {
  width: 100%;
  border-bottom: 1px solid white;
}

.requirements .txt table tr th {
  padding: 2%;
  font-size: 0.9em;
  text-align: center;
  color: #2b99e5;
  margin-right: 2%;
  margin-bottom: 1%;
  background: #d9efff;
  border: 1px solid #cccccc;
}

.requirements .txt table tr td {
  text-align: center;
  background: #ffffff;
  padding: 2%;
  margin-bottom: 1%;
  font-size: .7em;
  border: 1px solid #cccccc;
}

.requirements .alert {
  margin-bottom: 2em;
}

.requirements .alert h2 {
  text-align: center;
  margin: .5em;
}

.requirements .alert p {
  padding: 1em;
  font-size: .8em;
  border: 1px solid lightgrey;
  border-right: 5px solid lightgrey;
  height: 100px;
  overflow: scroll;
}

.requirements .btnArea {
  width: 100%;
}

.requirements .btnArea a {
  width: 48%;
  padding: 0.6em 0;
  font-size: 1em;
  float: left;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.requirements .btnArea .f2 {
  border-bottom: 4px solid #9c3636;
  background: #e55454;
  background: top, #e55454 0%, #e55454 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px transparent, inset 0px -1px 0px #9c3636;
  -moz-box-shadow: 0px 1px 3px transparent, inset 0px -1px 0px #9c3636;
  box-shadow: 0px 1px 3px transparent, inset 0px -1px 0px #9c3636;
}

.requirements .btnArea .f1 {
  border-bottom: 4px solid #195d8c;
  margin-right: 4%;
  background: #2b99e5;
  background: top, #2b99e5 0%, #2b99e5 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px transparent, inset 0px -1px 0px #195d8c;
  -moz-box-shadow: 0px 1px 3px transparent, inset 0px -1px 0px #195d8c;
  box-shadow: 0px 1px 3px transparent, inset 0px -1px 0px #195d8c;
}

#copyright {
  display: none;
}

.bnrArea {
  width: 260px;
  margin: 0 auto;
}

.bnrArea ul {
  text-align: center;
}

.subheader {
  height: 67px;
  position: relative;
}

.subheader .logo {
  position: absolute;
  top: 11px;
  left: 7px;
  width: 235px;
  height: 50px;
}

.subheader .logo img {
  width: 100%;
}

.subheader .logo a {
  display: block;
}

.subheader .menu {
  height: 67px;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  text-align: center;
  /*background: #1e4f81;*/
}

.subheader .menu .menu-button {
  /*background: #1e4f81;*/
  padding: 14px 8px 6px 12px;
}

.subheader .menu .menu-button img {
  width: 40px;
}

.subheader #menu {
  display: none;
  z-index: 100;
  position: absolute;
  top: 67px;
  left: 0;
  width: 101%;
  color: white;
  text-align: center;
}

.subheader #menu h6 {
  text-align: center;
  font-size: .7em;
  padding: 10px 0;
  color: white;
  display: block;
  clear: both;
  background: #339ae2;
  cursor: pointer;
}

.subheader #menu a {
  color: white;
}

.subheader #menu dt {
  background: rgba(0, 0, 0, 0.8);
  float: left;
  width: 50%;
  padding: 0;
  font-size: .8em;
  font-weight: bold;
  -webkit-box-shadow: inset 1px 1px 0 0px black, inset -1px -1px 0 0px black;
  -moz-box-shadow: inset 1px 1px 0 0px black, inset -1px -1px 0 0px black;
  box-shadow: inset 1px 1px 0 0px black, inset -1px -1px 0 0px black;
}

.subheader #menu dt a {
  display: block;
  padding: 10% 3%;
  width: 100%;
}

.subheader #menu .nav-fb, .subheader #menu .nav-tw {
  width: 25%;
}

.subheader #menu .nav-fb a, .subheader #menu .nav-tw a {
  padding: 20% 3%;
  width: 100%;
  display: block;
}

.subheader #menu dd {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 99%;
  font-size: .7em;
  background: rgba(38, 139, 193, 0.9);
}

.subheader #menu dd h6 {
  background: black;
  font-size: .9em;
}

.subheader #menu dd ul li {
  float: left;
  width: 27.3%;
  padding: 5% 3%;
  -webkit-box-shadow: inset 1px 1px 0 0px rgba(255, 255, 255, 0.5), inset -1px -1px 0 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 0px rgba(255, 255, 255, 0.5), inset -1px -1px 0 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 0px rgba(255, 255, 255, 0.5), inset -1px -1px 0 0px rgba(255, 255, 255, 0.5);
}

.small {
  font-size: 12px;
}

.con .tabmenu4 {
  font-weight: bold;
  margin-top: -10px;
  padding: 10px;
  background: #f4f4f4;
}

.con .tabmenu4 ul {
  width: 100%;
  border-right: 1px solid #cccccc;
  margin: 0 auto;
}

.con .tabmenu4 ul .active {
  background: #2b99e5;
}

.con .tabmenu4 ul .active a {
  color: #ffffff;
}

.con .tabmenu4 ul li {
  float: left;
  width: 33.33%;
  font-size: 15px;
  text-align: center;
  background: #ffffff;
  border-right: none;
}

.con .tabmenu4 ul li a {
  color: #333333;
  display: block;
  padding: 15px 0;
  border: 1px solid #cccccc;
  border-right: none;
  text-decoration: none;
}

.record table tr, .record table td {
  border: 1px solid #cccccc;
}

.record table th {
  background-color: #424242;
  font-size: .7em;
  color: #FFFFFF;
  padding: 0 5px;
  line-height: 1.1em;
  text-align: center;
  height: 2em !important;
}

.record .Uname {
  font-size: .8em;
  color: white;
  letter-spacing: 2px;
  background-color: #e14747;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

.record .tdText {
  font-size: .8em;
  color: #333333;
  background-color: #FFFFFF;
  padding: 0px;
  text-align: center;
  height: 1.8em !important;
}

.record .tdNum {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: #333333;
  background-color: #FFFFFF;
  padding: 0px;
  text-align: center;
}

.record .Tline {
  font-size: .7em;
  color: #FFFFFF;
  padding: 0 5px;
  background-color: #b71c18;
  line-height: 1.1em;
  height: 35px !important;
  text-align: center;
}

.record .TNote {
  font-size: .7em;
  font-weight: normal;
  color: #009edd;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.record span {
  color: #990000;
}

.record h3 {
  font-size: 16px;
  font-weight: bold;
  color: #3973af;
}

.record .attention {
  color: #990000;
}

.record a:link, .record a:visited, .record a:active {
  color: #0075b2;
  text-decoration: underline;
}

.record .table-record {
  border-collapse: collapse;
  width: 100%;
}

.record .table-record th {
  background: #0075b2;
  color: #fff;
  height: 16px !important;
}

.record .table-record th, .record .table-record td {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  padding: 10px;
  border: 1px solid #0075b2;
}

.record .table-record th a, .record .table-record td a {
  padding: 0 20px;
  font-size: 14px;
}

.con .runnerBox {
  width: 320px;
  height: 609px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
}

.con .runnerBox #all, .con .runnerBox .kukan {
  z-index: 2;
}

.con .runnerBox #kukan, .con .runnerBox .all {
  z-index: 3;
}

.con .runnerBox h5 {
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  height: 45px;
  padding-top: 10px;
  color: white;
  text-align: center;
  background: #cccccc;
}

.con .runnerBox a {
  display: block;
  text-indent: -9999px;
  background: url(../img/change-btn.png) no-repeat;
  width: 91px;
  height: 41px;
  position: absolute;
  top: 15px;
  right: 10px;
}

.con .runnerBox .check {
  display: none;
}

.con .runnerBox h5.kukan {
  text-indent: -9999px;
  width: 100%;
  background: url(../img/kukan.png) no-repeat;
}

.con .runnerBox h5.all {
  text-indent: -9999px;
  width: 100%;
  background: url(../img/all.png) no-repeat;
}

#kouteisa_button li.active {
  background: #339ae2;
}

#kouteisa_button li.active a {
  color: #ffffff;
}
