@charset "utf-8";

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


.tbl-r02 {
width:900px; 
  margin: 20px auto;
  text-align: left;
  margin: 20px auto 20px;
}
.tbl-r02 th {
  background: #0B4887;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px 20px;
  font-size:110%; 
color: #fff; 
font-weight:bold; 
width: 30%;
text-align: center;

}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px 0px 30px 10px;
  font-size:110%; 
color: #000; 
font-weight:bold; 

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

  }
  .tbl-r02 {
    width: 100%;
	padding: 20px 70px 0px 30px;;
  }
  .tbl-r02 th{
　　border-bottom: none;
    display: block;
    width: 100%;
	font-size:170%; 
	padding: 20px;
  }
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
	font-size:170%; 
	padding: 20px 20px 40px;
		text-align: center;
  }
}

