

/*//////////////////////////////////////////////////////////////////

https://colorlib.com/etc/tb/Table_Highlight_Vertical_Horizontal/index.html

[ FONT ]


@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}

*/


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: sans-serif;
}
*/


/* ------------------------------------ */
a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

 
  


/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #d1d1d1;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 1300px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
table {
  width: 100%;
  background-color: #fff;
  border-color: #c9c9c9;
   border :0;
}


table th, table td {
    padding: 0.3em;
    border :0;
    border-top: 1px solid   #c9c9c9;
    border-bottom:  1px solid  #c9c9c9;

}

table th, table td {

}

thead th {
    color: white;
    background-color: #bf3333;
    padding: 25px 0;
    line-height: 1.1em;
    font-weight: bold;
}

th, td {
  
  padding-right: 10px;
      font-weight: 500;
}
 

/*==================================================================
[ Ver1 ]*/
table td {
   font-size: 1em;
  color: #808080;
  line-height: 1.4;
}

table th {
 
  font-size: 1em;
 
  line-height: 1.4;
 
  
}
 
