@charset "Shift_JIS";
/* X turns table rows into columns.幅指定などした場合は色を使用しない*/


@media screen and (max-width: 640px) {

.x table{
	
	border-width: 0px;
	
	border-style: none;
	
}

.x table caption {

  }

.x table thead{
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

.x table tr{
	
	display: block;
	
	margin-bottom: 1px;
	
}

.x table td{
	
	display: block;
	
}

.x table td::before{
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }



}