@charset "utf-8";
/* CSS Document */
.centered {
	top: 25%;
	left: 25%;
	transform: translate(-50%, -50%);
	position:relative;
	margin-top: 20px;
}
a:hoover {
background-color: magenta;
}
a:link {
	text-decoration: none;
}
div#page {
	border:1px none;
	width:755px;
	margin:0 auto;
	height:auto;
	padding:none;
	text-align:left;
}
div {
	text-align:none;
}
div#header {
	/*border:2px solid red;*/
  width:750px;
	height:120px;
	background: url(image/header.png);
	border-width: thin;
	width: auto;
	border-radius: 25px;
}
h1 {
	display: block;
	font-size: 32px
	font-family: 'Tangerine', serif;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h2 {
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h3 {
	display: block;
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
div#content {
	/*border:2px solid blue;*/
  width:580px;
	margin:5px 0px 5px 170px;
	min-height:600px;
	font-family: 'Tangerine', serif;
	font-size: 20px;
	text-shadow: 4px 4px 4px #aaa;
	border-radius: 50px;
}
div#footer {
	border:2px none;
	max-width:740px;
	font-family: 'Tangerine', serif;
	height: auto;
	text-align:left;
}
body {
	background-image: linear-gradient(#FFFFFF, rgb(255, 122, 89));
	font-family: 'Tangerine', serif;
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding: 20px;
}
#holder {
	max-width: 760px;
	background: #FFFAFA;
	text-align: left;
	margin: 0 auto 0 auto;
}
#header1 {
	/*background: url(../image/basic.gif);*/
	position:relative;
	border-collapse: separate;
	border: solid groove;
	overflow: hidden;
	border-width: thin;
	width: auto;
	border-radius: 50px;
}
#subnav {
	float: none;
}
#nav {
	max-width: auto;
	float: left;
	padding: 10px 10px;
}
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
	font-family: 'Tangerine', serif;/*background: url(../image/basic.gif);*/
}
#footer1 {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-family: 'Tangerine', serif;
	font-size: 80%;
	color: #736B5E;/*background: url(../image/basic.gif);*/
}
}
.callout {
	/*font: bold 130% Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Tangerine', serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
p {
	/*font: 1.2em "Times New Roman", Times, serif;*/
	font-family: 'Tangerine', serif;
}
ul {
	/*font: 1.2em "Times New Roman", Times, serif;*/
	font-family: 'Tangerine', serif;
}
#nav a:link {
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #333;
}
#button {
	max-width: 10em;
	padding: 0 0 1em 0;
	margin-bottom:auto;
	background-color: #F5D6E0;
	
	color: #333;
	float: left;
	font: .9em Georgia, "Times New Roman", Times, serif;
}
#button ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
}
#button li {
	border-bottom: 1px solid #F5D6E0;
	padding: 0;
	margin: 0;
}
#button li a {
	display: block;
	padding: 5px 5px 5px 1em;
	border-left: 10px solid #CC8A8A;
	border-right: 10px solid #CC9999;
	background-color: #CC6666;
	color: #fff;
	text-decoration: none;
	max-width: 100%;
}
html body #button li a {
	width: auto;/*left: 100px;*/
}
#button li a:hover {
	border-left: 10px solid #FEC773;
	border-right: 10px solid #FEC773;
	background-color: #FFCC99;
	color: #fff;
}
.rank1-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: sans-serif;
	min-width: 400px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.rank1-table thead tr {
	background-color: #ff1493;
	color: #ffffff;
	text-align: left;
}
.rank1-table th, .rank1-table td {
	padding: 12px 15px;
}
.rank1-table tbody tr {
	border-bottom: 1px solid #dddddd;
}
.rank1-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}
.rank1-table tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}
.rank2-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: sans-serif;
	min-width: 400px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.rank2-table thead tr {
	background-color: #fa8072;
	color: #ffffff;
	text-align: left;
}
.rank2-table th, .rank2-table td {
	padding: 12px 15px;
}
rank2-table tbody tr {
	border-bottom: 1px solid #dddddd;
}
.rank2-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}
.rank2-table tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}
.rank3-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: sans-serif;
	min-width: 400px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.rank3-table thead tr {
	background-color: #c24cf6;
	color: #ffffff;
	text-align: left;
}
.rank3-table th, .rank3-table td {
	padding: 12px 15px;
}
rank3-table tbody tr {
	border-bottom: 1px solid #dddddd;
}
.rank3-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}
.rank3-table tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}
.rank1-table th, .rank1-table td {
	padding: 12px 15px;
}
.rank2table th, .rank2-table td {
	padding: 12px 15px;
}
.rank3table th, .rank3-table td {
	padding: 12px 15px;
}
 @import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
