#tabnavi ul{
  margin:0;
  padding:0;
  display:table;
  table-layout: fixed;
  width:100%;
}
#tabnavi li{
  display:table-cell;
  text-align:center;
}
#tabnavi li:not(:last-child) {
  /*border-right:1px solid #825146;*/
}
#tabnavi li:a {
  display:block;
}


/*前半*/
#tab_list_0{
  border: 1px solid #416df4;
  /*border-radius:6px 6px 0 0;*/
}
#tab_list_0 a{
  text-align: center;
}
#tabnavi #tab_list_0 a{
  display:inline-block;
  background:#416df4;
  color:#fff;
  /*border-radius:5px 5px 0 0;*/
  text-decoration:none;
  width: 100%;
  padding: 14px 0;
}
#tabnavi #tab_list_0 a:hover {
  /*background:#0e36b3;
  color:#ffffff;
  width: 100%;
  padding: 14px 0;*/
}
#tabnavi #tab_list_0 a.active{
  background:#416df4;
  color:#ffffff;
  width: 100%;
  padding: 14px 0;
}
#tab_list_1{
  border: 1px solid #f66c6c;
  /*border-radius:6px 6px 0 0;*/
}
#tab_list_1 a{
  text-align: center;
}
#tabnavi #tab_list_1 a{
  display:inline-block;
  background:#ffffff;
  color:#f66c6c;
  /*border-radius:5px 5px 0 0;*/
  text-decoration:none;
  width: 100%;
  padding: 14px 0;
}
#tabnavi #tab_list_1 a:hover {
  background:#f66c6c;
  color:#ffffff;
  width: 100%;
  padding: 14px 0;
}
#tabnavi #tab_list_1 a.active{
  background:#f66c6c;
  color:#ffffff;
  width: 100%;
  padding: 14px 0;
}
#border_color_left {
  border: solid 4px #416df4;
  margin-top: 0;
}
/*前半*/
/*後半*/
#tab_list_2{
  border: 1px solid #416df4;
  /*border-radius:6px 6px 0 0;*/
}
#tab_list_2 a{
  text-align: center;
}
#tabnavi #tab_list_2 a{
  display:inline-block;
  background:#fff;
  color:#416df4;
  /*border-radius:5px 5px 0 0;*/
  text-decoration:none;
  width: 100%;
  padding: 14px 0;
}
#tabnavi #tab_list_2 a:hover {
  background:#416df4;
  color:#ffffff;
  width: 100%;
  padding: 14px 0;
}
#tabnavi #tab_list_2 a.active{
  background:#416df4;
  color:#ffffff;
  width: 100%;
  padding: 14px 0;
}

#tab_list_3{
  border: 1px solid #f66c6c;
  /*border-radius:6px 6px 0 0;*/
}
#tab_list_3 a{
  text-align: center;
}
#tabnavi #tab_list_3 a{
  display:inline-block;
  background:#f66c6c;
  color:#fff;
  /*border-radius:5px 5px 0 0;*/
  text-decoration:none;
  width: 100%;
  padding: 14px 0;
}

#tabnavi #tab_list_3 a:hover {
  /*background:#c90b0b;
  color:#ffffff;
  width: 100%;
  padding: 14px 0;*/
}
#tabnavi #tab_list_3 a.active{
  background:#f66c6c;
  color:#ffffff;
  width: 100%;
  padding: 14px 0;
}
#border_color_right {
  border: solid 4px #f66c6c;
  margin-top: 0;
}
/*後半*/





#tab01{
  margin-left: 4%;
}
#tab02{
  margin-left: 4%;
}
