@charset "utf-8";
.col-head-type1{
	border-collapse: collapse;
}
 
.col-head-type1 th,
.col-head-type1 td{
  border : 1px hidden #dbe1e8;  
  padding: 8px;
  text-align : center;
}
 
.col-head-type1 th{
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	text-align: center;
	width: 120px;
}
 
@media only screen and (max-width: 767px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td{
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child{
    border-top : 1px hidden #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td{
    border-top: none;
  }
}