/*
p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
*/
table .tbl-r02 {
  margin: 5px auto;
}
.tbl-r02 th {
  background: #AF9219;
  font-weight: normal;
  border: solid 1px #ccc;
  color: #fff;
  padding: 5px;
  width: 25%;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  background: whitesmoke;
  color: dimgray;
  padding: 5px;
  width: 70%;
}
.viewport {
	/*
    width: 320px;
		*/
		width: 100%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}

.flipsnap {
    width: 960px; /* 320px(item width) * 3(item count) */
}

.flipsnap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

/*
    width: 310px;
    font-size: 50px;
    padding: 50px 0;
    border: 5px solid #999;
.item {
    float: left;
    width: 80px;
    padding: 5px 0;
    border: 2px solid #999;
    text-align: center;
    background: #EFEFEF;
    color: #666;
}
*/
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 95%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
