

body {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
  font-size:20pt;
  font-family:Arial,"メイリオ";
  color:555555;
}
p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
table {
  width:700px;
  margin-left:0;
  margin-right:5px;
}
.tbl-r02 th {
  background:url(../images/bg3.jpg) ;
  border: solid 1px #cbcbcb;
  padding: 6px;
  font-size: 14px;
}
.tbl-r02 td {
　border: solid 1px #cbcbcb;
  padding: 6px;
  font-size: 13px;
}
a#pagetopBtn img {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 961px) {
body {
	width: 97%;
        margin-left: 5px;
        margin-right: 10px;
}
  .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%;
  }
}


