body {
   width: 60%;
   margin-left: auto;
   margin-right: auto;
  font-size:20pt;
  font-family:Arial,"メイリオ";
  color:555555;
}
p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
table {
  width: 100%;
  margin-left:auto;
  margin-right:auto;
}

.tbl-r02 th {
  background: #d0eefd;
  border: solid 1px #b2b2b2;
  color: #555555;
  padding: 4px;
  font-size: 16px;
  width: 350px;
}
.tbl-r02 td {
　border: solid 1px #b2b2b2;
  background: #f0f8fc;
  padding: 4px;
  font-size: 15px;
}
/*==========================================
 ホームへのボタンのスタイル
===========================================*/
a#homeback img {
  position: fixed;
  bottom: 20px;
  right: 10px;
}

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

body {
	width: 95%;
        margin-left: auto;
        margin-right: auto;
}

  .last td:last-child {
　　border-bottom: none;
    width: 70%;
  }
  .tbl-r02 {
    width: 95%;
　  border: solid 1px #ccc; 
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
a {text-decoration:none;}
a:hover {text-decoration:undeline;font-weight:bold;}
a:hover {opacity:0.7;}

