body {
  margin: 0;
  padding: 0;
  color: #303030;
  font-family: serif, sans-serif;
  background: #ffffff;
}

#header {
  background: #F2F9F8;
  padding: 10px 0px;
  text-decoration: none;
  border-bottom: 1px solid #fefefe;
}

#header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer {
  background: #F2F9F8;
  margin:  0px 0px 0px 0px;
  padding: 20px 0px;
  border-top: 1px solid #fefefe;
}

#main{
  margin: 0px auto;
  max-width: 1000px;
  padding: 0px 5%;
}
#main_content{
  background: #fefefe;
}
h1 a {
  text-decoration: none;
  color: #000000;
}
#breadcrumbs ul {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
}
#breadcrumbs li {
    display: inline-block;
}
#breadcrumbs li+li:before {
    padding: 0 .5rem 0;
    content: "\203A";
}

.logout a {
    padding: 5px;
    margin: 10px;
    border: 1px solid #666666;
    color: #666666;
    font-size: 14px;
    background: #ffffff;
    text-decoration: none;
}
.logout a:hover {
    border: 1px solid #666666;
    color: #000000;
    background: #e0e0e0;
    transition-duration:0.5s;
}

/* h_nav */
#h_nav {
}
#h_nav ul {
display: flex;
list-style: none;
margin:0px;
}
#h_nav li {
	text-decoration:none;
}
#h_nav a {
    display:inline-flex;
    padding:0px 10px;
	font-size:20px;
	text-decoration:none;
	color:#000000;
}
#h_nav a:hover {
	color:#999999;
}
#h_nav ul i {
  align-self: flex-end;
  margin-bottom: 5px;
}
/* top_head top_nav sub_nav */
#top_head {
  display:flex;
  padding: 4px 0px 20px;
  border-bottom: 1px solid #aaaaaa;
  /* margin: 0px 12px; */
  align-items: center;
}

#top_nav {
  width:80%;
}
#top_nav ul {
display: flex;
list-style: none;
margin:0px;
transform: skew(-20deg);
text-align: center;
}
#top_nav li {
	text-decoration:none;
  border-right: 1px solid #aaaaaa;
  width: 25%;
}
#top_nav li:nth-child(1) {
  border-left: 1px solid #aaaaaa;
}
#top_nav a {
  display:inline-flex;
  padding:0px 10px;
	font-size:20px;
	text-decoration:none;
	color:#000000;
  transform: skew(20deg);
}
#top_nav a:hover {
	color:#999999;
}
#top_nav ul i {
  align-self: flex-end;
  margin-bottom: 5px;
}
#sub_nav {
  width: 20%;
  text-align: right;
}
#sub_nav p {
  margin: 6px;
  padding: 0px 12px;
}
#sub_nav p a {
  color: #333333;
  font-size: 28px;
}
#sub_nav p a:hover {
  color: #999999;
}
#sub_nav input {
  width: 80%;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  border-radius: 0.2em;
  padding: 2px 8px;
  border: .0625rem solid #757575;
}
#sub_nav input:focus {
  box-shadow: inset 0 0 0.1rem 0.05rem #757575;
  outline: 0;
}

/* top_slide */
div.top_slide {
  width: 1000px;
  margin: 6px 0px;
}


/* display */
.display_no {
  display: none;
}


/* error_list */
ul.error_list {
    border: 1px solid #FF0000;
    background-color: #FFCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.error_list li {
    color: #FF0000;
}

/* general table */
tr.disable-tr {
  color: #EEEEEE;
  background-color: #999999;
}
table th,
table td {
  padding:2px 4px;
}

/* general button */
button.enable-button {
  color: #333333;
  background-color: #99FF33;
}
button.disable-button {
  color: #EEEEEE;
  background-color: #FF0033;
}

/* signin */
.signin_main,
.signup,
.passwordreset_main {
	width: 400px;
	margin:20px auto 10px;
	padding:20px 20px;
	background:#eeeeee;
	border:1px solid #cccccc;
}
.signin_main h2,
.signup h2,
.passwordreset_main h2 {
	text-align:center;
	margin:2px;
  border-bottom: 1px solid;
}
.signin_main label,
.signup label,
.passwordreset_main label {
	display: block;
	font-size:14px;
	padding:0px 0px 0px;
	color:#444444;
}
.signin_main input,
.signup input,
.passwordreset_main input {
	width: 340px;
	height:17px;
	padding:6px 12px;
	margin-bottom:10px;
}
.signin_main fieldset,
.signup fieldset,
.passwordreset_main fieldset {
	border:none;
}
.signin_main button,
.signup button,
.passwordreset_main button {
	padding:10px;
	width:95%;
  border-style:none;
  background: #e8704f;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
}
.signin_main button:hover,
.signup button:hover,
.passwordreset_main button:hover {
	transition-duration:0.5s;
  background: #ff744d;
}
.signin_main div.btn_wrapper,
.signup div.btn_wrapper,
.passwordreset_main div.btn_wrapper {
	margin:4px;
  text-align:center;
}
.signin_main div.signin_forgot {
	text-align:center;
}
.passwordreset_main fieldset p {
  font-size: 14px;
  color: #555555;
}

/* main_content */
.content_main li a {
  text-decoration: none;
  color:#005eb8;
  font-size: 24px;
}
.content_main li a:hover {
  text-decoration: underline;
}

.content_main ul {
	list-style-type: none;
}

/* report */
.report_main h2 {
    background: #1586d7;
    padding: 4px;
    color: #ffffff;
}

.report_post {

}
.report_post p.issued_date {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}
.report_post p.reporting_date {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}
.report_post h2 {
  margin: 0px;
	font-size: 32px;
  text-align: center;
  background: #e60004;
  color: #fff;
}
.report_post p.cl_name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.report_post h3 {
	background: #666666;
    text-align: center;
    color:#ffffff;
}
.report_post table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  text-align: center;
}
.report_post table th,
.report_post table td {
  padding:2px 4px;
}
.report_post table th {
  border:1px solid #bfbfbf;
  background: #0c92ec;
  color:#ffffff;
}
.report_post table td {
  border:1px solid #bfbfbf;
  background:#fcfcfc;
}
td.td-w80{
	width: 80px;
}
td.td-mw900 {
    max-width: 900px;
    overflow-x: scroll;
}
.column2{
  display: flex;
  border-top: 4px solid #999999;
}
.column2_left,
.column2_right{
	width:50%;
}
.column2 ul {
	list-style-type: none;
	font-size: 12px;
}
.report_post p.note {
    border: 1px solid #cccccc;
    height: 120px;
}

/* edit */
.edit_main {

}

.edit_main .edit_selection_heading {
  color: #0033ff;
  border-bottom: 1px solid;
}

.edit_main table {
  border-collapse: collapse;
  border-spacing: 0;
}
.edit_main table th {
  border:1px solid #bfbfbf;
  background: #e0e0e0;
}
.edit_main table td {
  border:1px solid #bfbfbf;
}

.edit_main .show_stats0 {
  background: #939498;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.edit_main .show_stats1 {
  background: #4cda64;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* edit view */
.view_all_currency_table {
	font-size:12px;
}

.view_all_currency_heading{
	border-top: 1px solid #999999;
    padding-top: 10px;
}

.view_all_report_table {
  width:100%;
}

.view_all_report_table th {
  font-weight:normal;
  text-align:left;
}

.view_all_report_table th:nth-child(1) {
  width:45%;
}

.view_all_report_table th:nth-child(n+2) {
  text-align:center;
}

.view_all_report_table td {
  text-align:right;
}

.view_all_report_table th:nth-child(5) {
	color:#178fe5;
	font-weight:bold;
}
.view_all_report_table td:nth-child(5) {
	color:#000000;
	background:#F0FFFF;
	font-weight:bold;
}
.view_all_report_table th:nth-child(6) {
	color:#09b1bb;
	font-weight:bold;

}
.view_all_report_table td:nth-child(6) {
	color:#000000;
}

tr.tr_top {
	border-top: 2px solid #666666;
}

tr.tr_bottom {
    border-bottom: 2px solid #666666;
}

.view_all_report_table tr {
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
}


/* layout2 */
#layout2 #header {
  background: #33FFFF;
}

#layout2 #footer {
  background: #33FFFF;
}

/* customerlistmap 階層構造用 */

.nav {
  background: #ffffff;
}

.nav ul.list,
.nav ul.list ul {
  margin:0;
  padding:0;
  list-style-type: none;

}

.nav ul.list ul {
  position:relative;
  margin-left:10px;
}

.nav ul.list ul:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:0;

  border-left:1px solid #ccc;
}

.nav ul.list li  {
  position:relative;
  margin:0;
  padding:3px 12px;

  color:#333333;
  text-decoration: none;
  font-size:13px;
  font-weight:normal;
  line-height:20px;
}

.nav ul.list li a {
  position:relative;

  color: rgb(0, 0, 238);
  text-decoration: none;
  font-size:14px;
  font-weight:bold;
  line-height:20px;
}

.nav ul.list li a:hover,
.nav ul.list li a:hover+ul li a {

  color: rgb(85, 26, 139);
}

.nav ul.list ul li:before {
  content:"";
  display:block;
  position:absolute;
  top:10px;
  left: 0;
  width:8px;
  height:0;

  border-top:1px solid #333333;
}

.nav ul.list ul li:last-child:before {
  top: 10px;
  bottom: 0;
  height: auto;
  background: #ffffff;
}
#nav_list span {
 font-weight:bold;
 color:#ff0000;
}

.nav ul.list li.commission_is_0 {
 color:#000000;
 font-weight:bold;
}
.nav ul.list li.commission_is_1 {
  color:#666666;
}
