@charset "utf-8";

/* D33_200229_760  */
/* copyright since 2006 http://subhand.net */


/*<table class="tbl-r02" >
<th align="center">XXX</th>
<td>XXX</td>
</tr>

<tr class="last">
<th align="center">XXX</th>
<td>XXX</td>
</tr>
</table>*/


.tbl-r02 {
width:900px; 
  text-align: left;
  margin: 20px auto 20px;
  border: 6px solid #114A85;
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl-r02 th {
  background: #0B4887;
  border: solid 0px #ccc;
  padding: 10px 20px;
width: 30%;
text-align: center;
}

.tbl-r02 td {
　border: solid 0px #ccc;
  padding: 30px 0px 30px 10px;
font-weight:bold; 
width: 70%;
border: 1px solid #6A6A6A;
background: #fff;
}


.tbl-r02 th span {
	font-size:250%; 
	color: #fff; 
}

.tbl-r02 td span {
	font-size:300%; 
	color: #CB080A; 
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;

  }
  .tbl-r02 {
	border-collapse: collapse;
	border-spacing: 0;
  }
  
  .tbl-r02 th{
　　border-bottom: none;
    display: block;
    width: 95.5%;
	padding: 40px 20px 40px;
  }
  
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 95.5%;
	padding: 40px 20px 40px;
	text-align: center;
	margin: 0px 0px 0px;
	}

.tbl-r02 th span {
	font-size:500%; 
	color: #fff; 
}
	
.tbl-r02 td span{
	font-size:500%; 
	color: #CB080A; 
}

}

  


