body {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
/*  font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",Verdana,sans-serif; */
  font-size: 15px;
  line-height: 1.618;
  color: #333;
}

h1 {
  font-size: 24px;
  color: #333;
  margin: 0 10px 10px 0;
}
h3 {
  font-size: 19px;
  color: #0000ff;
  margin: 0 10px 10px 12px;
}
table {
  border-collapse:collapse;
  margin: 4px;
  padding: 0;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: none;
  border-bottom: none;
}

th {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 4px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: none;
  border-top: none;
}
td {
  font-size: 12px;
  padding: 2px 4px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: none;
  border-top: none;
}

table thead tr{
  background-color: #0000ff;
}

table tbody tr.odd{
  background-color: #ffffff;
}
table tbody tr.even{
  background-color: #eeeeee;
}

#outer {
  padding: 0 auto;
  margin: 0 auto;
  width: 1200px;
}
.center {
  text-align:center;
}
.left {
  text-align:left;
}
.right {
  text-align:right;
}

.tx-red {
  color:red;
}
.tx-blue {
  color:blue;
}
.bg-yellow {
  background-color:yellow;
}
.bg-cyan {
  background-color:cyan;
}
.bg-green {
  background-color:lightgreen;
}
.bg-white {
  background-color:white;
}
.bg-grey1 {
  background-color:#ccf;
}
.bold {
  font-weight:bold;
}
.tabrow {
  text-align: left;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  line-height: 24px;
  height: 26px;
  overflow: hidden;
  font-size: 10px;
/*  font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",Verdana,sans-serif; */
  font-weight: bold;
  position: relative;
}
.tabrow li {
  border: 1px solid #AAA;
  background: #D1D1D1;
  background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  display: inline-block;
  position: relative;
  z-index: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
  text-shadow: 0 1px #FFF;
  margin: 0 -5px;
  padding: 0 20px;
  cursor: pointer;
}
.tabrow li:hover {
  color: #f55;
  text-decoration: none;
}
.tabrow li.selected {
  background: #FFF;
/*  color: #000;*/
  z-index: 2;
  border-bottom-color: #FFF;
}
.tabrow:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #AAA;
  z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
  border: 1px solid #AAA;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}
.tabrow li:before {
  left: -6px;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
  right: -6px;
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
  box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
  box-shadow: -2px 2px 0 #FFF;
}
.enable {
  color:#000;
}
.disable {
  color:#800;
}
.notice {
  font-size: 90%;
  float:left;
  width:80%;
  color: #333333;
  margin:0 10px 16px 20px;
  padding: 4px 8px;
  border: 1px solid #AAA;
}
.note {
  float:left;
  width:80%;
  font-size: 85%;
  color: #333333;
  margin-left:12px;
  /*border: 1px solid #AAA;*/
}
.date {
  float:right;
  width:20%;
  font-size: 80%;
  font-weight:bold;
  text-align:right;
  margin-right:30px;
}
#scroll-to-top {
  position: fixed;
  z-index: 2147483647;
  bottom: 20px;
  right: 20px;
  background: rgba(0,0,0,0.70);
  color: #fff;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
}
.scroll-to-top-not-display {
  display: none;
}
.clear {
  clear:both;
}
.footer-copyright {
  font-size: 80%;
  font-style: italic;
  margin-bottom: 16px;
}
.submit-block {
  border: 2px dotted blue;
  margin:10px 0 20px 20px;
  padding: 2px;
  float:left;
}
.submit-block-edited {
  border: 2px solid #fff;
  margin:10px 0 20px 20px;
  padding: 2px;
  float:left;
  background-color:#f40;
}
.pointer {
  cursor:pointer;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.pointer:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
