/* ===================================================================
--kakugyouKanri.css--
=================================================================== */
@charset "utf-8";
/*************************************************** whats *****/
.contentBtnArea {
  width: 700px;
  height: 34px;
  display: block;
  clear: both;
  margin: 15px auto;
}
.btnAboutArea {
  width: 177px;
  height: 34px;
  font-size: 13px;
  color: #fff;
  background-color: #96198a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS */
  line-height: 2.7;
  text-align: center;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
a:hover .btnAboutArea {
  opacity: 0.5;
  text-decoration: none !important;
}
.mR {
  margin-right: 24px;
}

/*************************************************** syoriGamen *****/
div#syoriGamen {
  width: 700px;
  min-height: 660px;
  height: auto !important;
  height: 660px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: block;
  clear: both;
}
div#syoriGamen .lineUpGamen {
  width: 700px;
  min-height: 160px;
  height: auto !important;
  height: 160px;
  display: block;
  clear: both;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.firstGamen {
  width: 160px;
  display: block;
  float: left;
  padding-bottom: 10px;
  text-align: left;
  font-size: 15px;
  color: #000;
}
.SecondsGamen {
  width: 160px;
  display: block;
  float: left;
  padding-bottom: 10px;
  text-align: left;
  font-size: 14.2px;
  color: #000;
  margin-left: 20px;
}
.arrowV {
  color: #96198a !important;
  font-weight: bold;
  font-size: 110%;
}
.mB5 {
  margin-bottom: 5px;
}

/*************************************************** syoriKousei *****/
div#syoriKousei {
  width: 700px;
  min-height: 970px;
  height: auto !important;
  height: 970px;
  display: block;
  padding-bottom: 20px;
}
div#syoriKousei table {
  border-collapse: collapse;
  margin: 20px;
  width: 100%;
}
div#syoriKousei table td {
  width: 30px;
  height: 25px;
}

/*************************************************** outEx *****/
div#outEx {
  width: 700px;
  min-height: 900px;
  height: auto !important;
  height: 900px;
  display: block;
}
div#outEx table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #e1e1e1;
}
div#outEx table td {
  height: 25px;
  padding: 10px;
  border-collapse: collapse;
  border: 1px solid #e1e1e1;
}
.odd {
  background: #f7f7f7;
}