/* Scss Document */
#contentsArea .r-navi ul {
  list-style: none; }
  #contentsArea .r-navi ul li {
    background: none !important;
    margin: 10px 0 0 0; }
    #contentsArea .r-navi ul li a {
      display: block;
      border: #ced5e0 solid 1px;
      background: #ced5e0;
      padding: 10px 20px 10px 10px;
      position: relative;
      text-decoration: none; }
      #contentsArea .r-navi ul li a:before {
        content: "";
        border-top: 2px solid #036;
        border-right: 2px solid #036;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: 50%;
        width: 6px;
        height: 6px;
        margin-top: -3px; }
      #contentsArea .r-navi ul li a:hover {
        color: #fff;
        background: #224d6d; }
        #contentsArea .r-navi ul li a:hover:before {
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; }

#contentsArea #sideEnclosingArea article table.dataTable01 thead th {
  text-align: left;
  color: #fff;
  background: #7e7e7e; }

#contentsArea #sideEnclosingArea article table.dataTable01 tbody th {
  font-weight: bold; }

#contentsArea .printer-driver {
  margin: 20px 0 0 0;
  border: #5b9bd5 solid 1px;
  background: #deebf7;
  padding: 10px 20px 20px 20px; }
