@charset "utf-8";

/*=============================================================
governance
=============================================================*/

p.atn{
	font-size: 80%
}
table th span{
	font-weight: normal;
	color: initial;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {
  .table__outer {
    overflow: auto;
    white-space: nowrap;
    /*border-right: 1px solid #ccc;*/
    position: relative;
  }
  .table__outer::-webkit-scrollbar {
    height: 5px;
  }
  .table__outer::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table__outer::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

 




