html {
	position: relative;
	min-height: 100%;
}

body {
	height: 100%;
	width: auto;
	padding: 0;
	margin: 0;
	background-color: white;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: royalblue;
	z-index: 100;
}
header h1 {
font-size: 1.80em;
color: #ffffff;
}

footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	color: white;
	font-size: 12px;
	text-align: center;
	line-height:10px;
	background-color: royalblue;
}
footer p {
	margin: 0;
	line-height: 2em;
	color: #ffffff;
}
footer a{
	color: white;
	text-decoration: none;
}

content {
	position: relative;
	top: 110px;
	bottom: 100px;
	background-color: #ffffff;
	width: 100%;
	height: auto;
}

table {
  margin: 20px auto;
  border-spacing: 10px 30px;
}

.tbl-r02 table {
  margin: 200px auto;
}
.tbl-r02 th {
  width: 0%;
}
.tbl-r02 td {
  text-align: left;
  border: solid 0px #ccc;
  width: 100%;
}
.tbl-r02 th a{
  display: block;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}


/*-------------------------------*/

.comment {
	margin: 0 auto;
/*	padding-left: 120px;	*/
	text-align: left;
	font-size: 12pt;
	width: 80%;
}

.download table {
   width:80%;
   border-collapse: collapse;
}

.download table th {
   padding:5px;
   font-size:12px;
   font-weight: normal;
   text-align:left;
   border:1px solid #ddd;
   background:#e0eef8;
   width: 35%;
}

.download table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}
