@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'PSL162';
    src: url('../fonts/PSL162.eot');
    src: url('../fonts/PSL162.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PSL162.woff') format('woff'),
         url('../fonts/PSL162.ttf') format('truetype'),
         url('../fonts/PSL162.svg#thaisans_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'PSL114';
    src: url('../fonts/PSL114.eot');
    src: url('../fonts/PSL114.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PSL114.woff') format('woff'),
         url('../fonts/PSL114.ttf') format('truetype'),
         url('../fonts/PSL114.svg#thaisans_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	margin:0px;
	padding:0px;	
	font-family:Tahoma, Geneva, sans-serif;
	background:url("../images/bg1.jpg") no-repeat center top fixed #1f0b52;
}

.bt-rank{ width:45%; height:auto; overflow:hidden; display:block; color:#000; background:#FF0; border-radius:50px; margin:auto; box-shadow: 5px 5px 15px 1px rgba(50,50,50,.4)}
.bt-rank:hover{ opacity: .5; }

.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 33%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #F00;
}

.circular-chart.green .circle {
  stroke: #0CF;
}

.circular-chart.blue .circle {
  stroke: #0C0;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.20em;
  text-anchor: middle;
}

h.a1{font-size:50px; color:#ffea00; font-weight:700; text-decoration: underline; text-decoration-style:wavy;  font-family: 'PSL162'; }/* topic 01 */
h.a2{font-size:40px; color:#ffea00; font-family: 'PSL162'; }/* topic 02 */

a:link {text-decoration:none;}
img{ max-width:100% ; background-size:100% auto; }

.wrapper{ width:100%; height:auto; margin:0 auto; overflow:hidden; }

.section1{ width:916px; height:auto; margin:0 auto; overflow:hidden; display:block; background:#FFF;  }
.pic-top{ width:auto; height:auto; margin:0 auto; overflow:hidden; display:block;  }

.topic{
	width: 100%; height: auto; overflow: hidden; margin: auto;
	padding-top: 10px;	
	background:url("../images/bg-line.png") no-repeat center;
}/* topic */

.sub-topic{	width: auto; height: auto; overflow: hidden; margin: auto; }

.content{ 
	width:auto; height:auto; overflow:hidden; 
	display:block; text-align:center; 
	background:url("../images/bg2.jpg") repeat center top ; 
	padding:20px; color:#FFF; font-size:20px;
}
.box-content{ 
	width:auto; height:auto; overflow:hidden; 
	display:block; text-align:center; 	
	padding:0px; color:#FFF; font-size:20px;
}
.sub-content{ 
	width:94%; height:auto; overflow:hidden; margin: auto;
	display:block; text-align:center;  	
	padding:20px; 
}



.note{ 
	width:auto; height:auto; overflow:hidden; 
	display:block; text-align:center;
	background:url("../images/bg3.jpg") no-repeat center top #fff; 
	padding:20px; color:#d10000; font-size:20px;
}

.foot{ width:auto; height:auto; overflow:hidden; text-align:center; color:#FFF; font-size:14px; background:#252352; padding:30px;}



/* Rank Frame */
.table2 {
	width:370px;
	border-collapse:collapse;
	font-size:14px;
	margin-bottom:10px;		
	color: #fff;
	text-align: center;	
}

.frame1{ width:177px; height:177px; overflow:hidden; display:block; margin:auto; background:url("../images/r1.png") no-repeat center; }
.frame2{ width:177px; height:177px; overflow:hidden; display:block; margin:auto; background:url("../images/r2.png") no-repeat center; }
.frame3{ width:177px; height:177px; overflow:hidden; display:block; margin:auto; background:url("../images/r3.png") no-repeat center; }
.pic-rank{ width:105px; height:105px; overflow:hidden; display:block; border-radius:100px; border: solid #fff 3px; margin:auto; margin-top: 35px; }
.pic-rank2{ width:50px; height:50px; border-radius:100px; border: solid #fff 3px; margin:auto; }

/* Rank Table */
.box-table{ width:auto; height:auto; overflow:hidden; display:block; margin:auto;  }
.table3 {
	width:auto;
	border-collapse:inherit;
	font-size:14px;
	margin-bottom:10px;		
	color: #fff;
	text-align: center;
	border-radius: 1em;
	overflow: hidden;
	background: #1f0b52;
	border: solid 2px #5703ef ; 
}

.table3 tr{ border: solid 2px #460716 ; }

.table3 td, th{ padding-top: 10px; padding-bottom: 10px; font-weight: 200;  }

.table3 td{ 
	background: -webkit-linear-gradient(0deg, #e28500 0%,#fabc29 100%); 
	background: linear-gradient(0deg, #e28500 0%,#fabc29 100%);	
}

/* table */
.table1 {
	width:80%;
	border-collapse:collapse;
	font-size:16px;
	margin-bottom:20px;	
	background:#460716;
	border:#fff500 solid 1px;
	color: #fff;
	padding:10px; text-align: center;
}



/* End table */

@media screen and (max-width: 900px){
h.a1{font-size:34px; }
h.a2{font-size:30px;  }
.section1{ width:auto; }
.content{ font-size:14px; }
.note{ font-size:16px; }
.box-content{ padding:0px; font-size:16px; }
.sub-content{ width:98%; padding:0px; }

}


@media screen and (min-width: 370px) and (max-width: 400px){
table {	width:100%; }
.box-table{ width:auto;}
.box-content{ padding:0px; font-size:16px; }
.table2 { width:98%; font-size:14px; margin-bottom:10px; }
.frame1{ width:140px; height:140px; background:url("../images/r1-140.png") no-repeat center; }
.frame2{ width:140px; height:140px; background:url("../images/r2-140.png") no-repeat center; }
.frame3{ width:140px; height:140px; background:url("../images/r3-140.png") no-repeat center; }
.pic-rank{ width:82px; height:82px; margin-top: 28px; }
}

@media screen and (min-width: 410px) and (max-width: 500px){

}

@media screen and (min-width: 320px) and (max-width: 360px){
table {	width:100%; font-size: 13px; }
.box-table{ width:100%;  }
.sub-content{ width:98%; padding:0px; }
.box-content{ padding:0px; font-size:14px; }
.table2 { width:98%; font-size:14px; margin-bottom:10px; }
.frame1{ width:140px; height:140px; background:url("../images/r1-140.png") no-repeat center; }
.frame2{ width:140px; height:140px; background:url("../images/r2-140.png") no-repeat center; }
.frame3{ width:140px; height:140px; background:url("../images/r3-140.png") no-repeat center; }
.pic-rank{ width:82px; height:82px; margin-top: 28px; }
}
