/* --------------------------------------------------------------------
	イベント　
--------------------------------------------------------------------- */

*, *:before, *:after {
	box-sizing: border-box;
}


.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
       
}
.col_3 > div{
	width: 30.33333%;
	padding: 10px;
	margin: 5px;
       
}

/*----------------------------------------------------
  
----------------------------------------------------*/



table tr:nth-child(odd){
  background:#e2d8d0;
}
tr:nth-child(even) {
  background:#FBFBFB;
 }

section th, section td  {padding: 10px;}
section th  {background:#005ab3;
color:#fff;
}
  

section{
  width: 700px;
  margin:50px auto;
  p{
    font-size:20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

table{
  width:100%;
  margin: auto;
  text-align: center;
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 auto;

 #table04 thead th {
    background:#71411e;
    color:#fff;
    text-align: center;
 }
  
  tr{
    width: 100%;
  }
  th,td{
    box-sizing:border-box;
    
  }
  thead{
    th{
      background: #000;
      color: #fff;
      text-align: left;
      padding: 15px;  color:#fff;

    }
  }

  tbody{
    text-align: left;
    th{
      background: #eee;
    }
  }
}

.table{

  .row{
    display:table;
    width: 100%;
  }
  .column{
    box-sizing:border-box;
    padding: 15px;
    width: 25%;
    text-align: left;
    display:table-cell;
  }
  .table-head{
    display:table;
    text-align: left;
    width: 100%;
    .column{
      background: #000;
      color: #fff;
      text-align: left;
      display:table-cell;
    }
  }
  tbody{
    display:table;
    width: 100%;
    .column{
      color: #000;
    }
  }
}

.sp{
  width: 700px;
  overflow-x: scroll;
  margin:auto;
}

.sp::-webkit-scrollbar{
    background: #fff;
    border-radius: 5px;
    height: 4px;
    border: 1px solid #000;
}

.sp::-webkit-scrollbar-thumb{
  background:#000;
  border-radius: 5px;
}

@media only screen and (max-width:420px){
  body{
    width: 100%;
  }
  .sp{
    width: 100%;
  }
  .table-wrapper{
    width: 100%;
    overflow-x: scroll;
  }
  .table-wrapper::-webkit-scrollbar{
    background: #fff;
    border-radius: 5px;
    height: 4px;
    border: 1px solid #000;
  }
  .table-wrapper::-webkit-scrollbar-thumb{
    background:#000;
    border-radius: 5px;
  }
  section{
    box-sizing:border-box;
    width: 100%;
    padding: 0px 20px;
  }
}




section{
  /* width: 430px; */
  margin:50px auto;
  p{
    font-size:20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

table{
  width:100%;
  margin: auto;
  tr{
    width: 100%;
  }
  th,td{
    box-sizing:border-box;
    padding: 15px;
  }
  thead{
    th{
      background: #000;
      color: #fff;
      text-align: left;
    /*! }
  }

  tbody{
    text-align: left; */
    th{
      background: #eee;
    /*! }
  } */
