@charset "utf-8";
/* CSS Document */


p {
  font-size: 1em;
	line-height: 1.6em;
}
table {
  margin:auto;
}
.tbl-r02 th {
  background: #e9727e;
  color: #fff;
  padding: 2px;
}
.tbl-r02 td {
	color: #FFFFFF;
background-color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

a {
  text-decoration: none;
	color: #fff;
}

a:hover {
  text-decoration: none;
	color: #fff;
}

.tbl-r02 tr td:hover {
	background-color: #00b7ee;
	color: #fff;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
 
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
  }
	.tbl-r02 tr td:hover {
	background-color: #00b7ee;
		color: #fff;
}
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: 100%;
  }
}

div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
background: #FFF;/*余白の背景色*/
}
video.vid_main {
width: 100%;
max-width: 900px;/*PC版での最大幅*/
}

