@charset "utf-8";

#contents .ws {
  white-space: nowrap;
}

#contents table th.bwhite {
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

#contents table th.bright {
  border-right: 1px solid #fff;
}

#contents table th.bbottom {
  border-bottom: 1px solid #fff;
}


#contents table.tdright td {
    text-align: right;
}

#contents table.tdright td.tdGray {
    text-align: left;
}

#contents .redbox {
    border:2px solid red; padding: 1em; font-size: 88%;
}

#contents .bluebox {
    border:2px solid blue; padding: 1em; font-size: 88%;
}

#contents .txtind15 {
    text-indent:-1.5em; margin-left:1.5em;
}

@media screen and (min-width: 768px) {

#main_contents_area .table-scroll {
    overflow-x: scroll;
}

}