@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC用
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {

table{
	margin-top: 50px;
	border-collapse: collapse;
	width: 100%;
}

table th,
table td{
	padding: 20px 10px;
	border: solid 1px #ccc;
	text-align:center;
	box-sizing:border-box;
}
table th {
	width: 30%;
	background: #F1F1F1;
	color: 333fff;
  
}

table td{
	text-align: left;
}


}/* End PC */



/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
	
  table{
	width: 90%;
	margin: 30px auto 0;
	font-size: 14px;
  }

  table th,
  table td {
	display: block;
	width: 100%;
	border-bottom:none;
	background: #F1F1F1;
	padding: 10px 0;
  }

  table td{
	background: #FFF;
  }
  
}/* End SP */
