/* HTML5 display-role reset for older browsers */

html, body, div, span, object, h4, a, code, img, q, s, var, i, ol, ul, li, table, tbody, thead, tr, th, td {
    margin: 0;
	margin-top: 0px;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    line-height: 1;
    font-family: "Raleway", "Arial", sans-serif;
}
 q {
    quotes: none;
}
 q:before, q:after {
    content: '';
    content: none;
}
table {
	line-height: 150%;
}
body {
    font-family: "Raleway", "Arial", sans-serif;
    font-size: 16px;
    background-size: 100% auto;
}


#title{
	position: relative;
	margin-top: 1.2vw;
	width: 100%;
	text-align: center;
}

#title img {
    width: 100%;
}

#ranking {
	position: relative;
	/*margin-top: 8vw;*/
	margin-top: 9vw;
	width: 100%;
	text-align: center;
}

#ranking .title {
	width: 100%;
    font-size: 1.8vw;
    margin-bottom: 3.64vw;
}

#ranking table {
	width: 93vw;
	margin-bottom: 4vw;
	margin-left: 3.7vw;
	font-size: 0.8vw;
}

@media screen and (max-width: 1081px), screen and (-webkit-min-device-pixel-ratio: 2) {
  
	#ranking {
		margin-top: 14vw;
	}
  
	#ranking table {
		width: 95vw;
		margin-bottom: 4vw;
		margin-left: 2vw;
		font-size: 0.8vw;
	}
  
}
#ranking table .column_2b { text-align: center; font-size: 0.66vw; }
#ranking table .column_5s { text-align: center; font-size: 0.7vw;}
#ranking table .column_6 { text-align: center; }

#ranking table .highlight {
	border-radius: 0.22vw;
	padding-top: 0.4vw;
	padding-bottom: 0.4vw;
	vertical-align: middle;
	text-decoration: none;
}

#ranking td {
    text-align: center;
    padding-bottom: 0.4vw;
    padding-top: 0.4vw;
}

#ranking th {
	cursor: pointer;
}

#chart {
	width: 90vw;
	margin-left: 5vw;
}

@media screen and (max-width: 1081px), screen and (-webkit-min-device-pixel-ratio: 2) {

	#chart {
		width: 96vw;
		margin-left: 2vw;
	}

}

/* ----------------------------------------------------------- RESEARCH STYLE ----------------------------------------------------------- */

/* ----------------------------------------------------------- DOWNLOAD STYLE ----------------------------------------------------------- */

/* ----------------------------------------------------------- ABOUT STYLE ----------------------------------------------------------- */

/* ----------------- Slider ---------------- */

/* Live Circle */

@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}


