/*=============================================
*
* slideArea | スライド
*
=============================================*/
#top main {
	border-top: none;
}
#top #slideArea {
	/*border-bottom: 1px #999 solid;*/
	border-bottom: 5px #999 solid;
	margin: 0 auto 20px auto;
}
#top #slideArea .inner01 {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
/* ============================================
bxslider
============================================ */
#top #slideArea .bxslider li {
	height: auto;
	width: 100%;
}
#top #slideArea .bxslider li a {
	max-width: 1200px;
}
.bx-wrapper {
}
/*---------------------------------------------
スライド画像指定 
---------------------------------------------*/
/* 1枚目 */
#top #slideArea .bxslider li {

}
/*
@media screen and (max-width:900px) {
	#top #slideArea .bxslider li a {
		display: block;
		margin-left: -20%;
		width: 140%;
	}
}
@media screen and (max-width:500px) {
	#top #slideArea .bxslider li a {
		display: block;
		margin-left: -10%;
		width: 120%;
	}
}
*/
/*=============================================
*
* sec01
*
=============================================*/
#top #sec01 {
	padding-bottom: 40px;
}
#top #sec01 .inner01 {
	margin: 0 auto;
	width: 960px;
}

@media screen and (max-width:960px) {
#top #sec01 .inner01 {
	width: auto;
}
}

@media screen and (max-width:768px) {
#top #sec01 .inner01 {
	padding: 0 10px 10px 10px;
}
}
/* ============================================
大見出し
============================================ */
#top #sec01 h2.h01 {
	border-bottom: 2px #000 solid;
	height: auto;
	margin-bottom: 10px;
	padding: 0 0 7px 0;
	text-align: left;
}
#top #sec01 h2.h01 .en {
	color:#b3b3b3;
	display: inline;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}
#top #sec01 h2.h01 .jp {
	border: none;
	color:#000;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 10px 0 0;
}
/* ============================================
.contents01
============================================ */
#top #sec01 .contents01 {
	float: left;
	padding-top: 0;
	width: 63%;
}

@media screen and (max-width:768px) {
#top #sec01 .contents01 {
	float: none;
	padding: 0 0 30px 0;
	width: 100%;
}
}
#top #sec01 .contents01 .inner02 {
	margin-bottom: 30px;
	width: auto;
}
/*---------------------------------------------
.list01
---------------------------------------------*/
#top #sec01 .contents01 .inner02 .list01 {
	margin-bottom: -5px;
	padding: 15px 0 15px 0;
	min-height: 250px;
}

@media screen and (max-width:768px) {
#top #sec01 .contents01 .inner02 .list01 {
	min-height: 0;
}
}
#top #sec01 .contents01 .inner02 .list01 ul li {
	border-bottom: 1px #999 dashed;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: left;
}
/*---------------------------------------------
.btn01
---------------------------------------------*/
#top #sec01 .contents01 .inner02 .btnArea01 {
	text-align: right;
}
#top #sec01 .contents01 .inner02 .btn01 {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 120px;
}
/* ============================================
.contents02
============================================ */
#top #sec01 .contents02 {
	float: right;
	overflow: hidden;
	width: 35%;
}
@media screen and (max-width:960px) {
#top #sec01 .contents02 {
	padding-right: 10px;
}
}
@media screen and (max-width:768px) {
#top #sec01 .contents02 {
	float: none;
	width: 100%;
}
}
#top #sec01 .contents02 .inner02 {
	min-height: 500px;
	position: relative;
	width: auto;
}
/* ローディング */
#floatingBarsG {
	left: 50%;
	height: 19px;
	margin-left: 7px;
	position: absolute;
	top: 60px;
	width: 15px;
}
.blockG {
	position: absolute;
	background-color: rgb(255,255,255);
	width: 2px;
	height: 6px;
	border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	animation-name: fadeG;
	-o-animation-name: fadeG;
	-ms-animation-name: fadeG;
	-webkit-animation-name: fadeG;
	-moz-animation-name: fadeG;
	animation-duration: 0.732s;
	-o-animation-duration: 0.732s;
	-ms-animation-duration: 0.732s;
	-webkit-animation-duration: 0.732s;
	-moz-animation-duration: 0.732s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}
#rotateG_01 {
	left: 0;
	top: 7px;
	animation-delay: 0.2695s;
	-o-animation-delay: 0.2695s;
	-ms-animation-delay: 0.2695s;
	-webkit-animation-delay: 0.2695s;
	-moz-animation-delay: 0.2695s;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
#rotateG_02 {
	left: 2px;
	top: 2px;
	animation-delay: 0.366s;
	-o-animation-delay: 0.366s;
	-ms-animation-delay: 0.366s;
	-webkit-animation-delay: 0.366s;
	-moz-animation-delay: 0.366s;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#rotateG_03 {
	left: 6px;
	top: 1px;
	animation-delay: 0.4525s;
	-o-animation-delay: 0.4525s;
	-ms-animation-delay: 0.4525s;
	-webkit-animation-delay: 0.4525s;
	-moz-animation-delay: 0.4525s;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
#rotateG_04 {
	right: 2px;
	top: 2px;
	animation-delay: 0.549s;
	-o-animation-delay: 0.549s;
	-ms-animation-delay: 0.549s;
	-webkit-animation-delay: 0.549s;
	-moz-animation-delay: 0.549s;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#rotateG_05 {
	right: 0;
	top: 7px;
	animation-delay: 0.6355s;
	-o-animation-delay: 0.6355s;
	-ms-animation-delay: 0.6355s;
	-webkit-animation-delay: 0.6355s;
	-moz-animation-delay: 0.6355s;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
#rotateG_06 {
	right: 2px;
	bottom: 2px;
	animation-delay: 0.732s;
	-o-animation-delay: 0.732s;
	-ms-animation-delay: 0.732s;
	-webkit-animation-delay: 0.732s;
	-moz-animation-delay: 0.732s;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}
#rotateG_07 {
	bottom: 0;
	left: 6px;
	animation-delay: 0.8185s;
	-o-animation-delay: 0.8185s;
	-ms-animation-delay: 0.8185s;
	-webkit-animation-delay: 0.8185s;
	-moz-animation-delay: 0.8185s;
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
#rotateG_08 {
	left: 2px;
	bottom: 2px;
	animation-delay: 0.905s;
	-o-animation-delay: 0.905s;
	-ms-animation-delay: 0.905s;
	-webkit-animation-delay: 0.905s;
	-moz-animation-delay: 0.905s;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}
 @keyframes fadeG {
 0% {
 background-color:rgb(0,0,0);
}
 100% {
 background-color:rgb(255,255,255);
}
}
 @-o-keyframes fadeG {
 0% {
 background-color:rgb(0,0,0);
}

 100% {
 background-color:rgb(255,255,255);
}
}
 @-ms-keyframes fadeG {
 0% {
 background-color:rgb(0,0,0);
}
 100% {
 background-color:rgb(255,255,255);
}
}
 @-webkit-keyframes fadeG {
 0% {
 background-color:rgb(0,0,0);
}
 100% {
 background-color:rgb(255,255,255);
}
}
 @-moz-keyframes fadeG {
 0% {
 background-color:rgb(0,0,0);
}
 100% {
 background-color:rgb(255,255,255);
}
}
/*=============================================
*
* sec02
*
=============================================*/
#top #sec02 .contents01 {
	/*background: url(../images/contents/topSec02Back01.gif) center 0 repeat-y;*/
	margin-bottom: 30px;
	padding: 0;
}

@media screen and (max-width:768px) {
#top #sec02 .contents01 {
	background: none;
}
}
/* ============================================
大見出し
============================================ */
/* ============================================
.contents01
============================================ */
#top #sec02 .contents01 .inner01 {
	margin: 0 auto 30px auto;
	width: 960px;
}

@media only screen and (max-width: 960px) {
#top #sec02 .contents01 .inner01 {
	margin: 0 auto 15px auto;
	padding: 10px;
	width: auto;
}
}
/*---------------------------------------------
.list01
---------------------------------------------*/
@media screen and (max-width:768px) {
#top #sec02 .contents01 .list01 {
	text-align: center;
	padding-left: 15px;
}
}
#top #sec02 .contents01 .list01 li {
	display: inline-block;
	margin-bottom: 15px;
	text-align: left;
	vertical-align: top;
	width: 48%;
}
@media screen and (max-width:768px) {
#top #sec02 .contents01 .list01 li {
	width: 100%;
}
}
#top #sec02 .contents01 .list01 time {
	font-size: 12px;
	text-align: left;
}
#top #sec02 .contents01 .list01 a {
	color: #000000;
}
#top #sec02 .contents01 .list01 .iconPhoto {
	border: 1px #ccc solid;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	width: 100px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	behavior: url('PIE.htc');/* for IE */
}
/*=============================================
*
* sec03
*
=============================================*/
#top #sec03 .contents01 {
	margin-bottom: 30px;
	padding: 0;
}
#top #sec03 .contents01 .inner01 {
	margin: 0 auto 15px auto;
}

@media only screen and (max-width: 960px) {
#top #sec03 .contents01 .inner01 {
	margin: 0 auto 15px auto;
	padding: 10px;
	width: auto;
}
}
/* .txt01 */
#top #sec03 .contents01 .inner01 .txt01 {
	margin-bottom: 35px;
	text-align: center;
}

@media only screen and (max-width: 400px) {
#top #sec03 .contents01 .inner01 .txt01 {
	text-align: left;
}
}
/* strong */
#top #sec03 .contents01 .inner01 .txt01 strong {
	color: #009245;
}

/* ============================================
リスト | list01
============================================ */
/* リスト共通  */
@media screen and (max-width:960px) {
#top #sec03 .list01 ul {
	text-align: center;
}
}
#top #sec03 .list01 {
	margin: 0 auto;
	max-width: 1400px;
	width: auto;
}

@media screen and (max-width:768px) {
#top #sec03 .list01 {
	margin-bottom: 30px;
}
}
#top #sec03 .list01 li {
	float: left;
	font-size: 0;
	margin: 0 0 20px 0;
	width: 25%;
}

@media screen and (max-width:768px) {
#top #sec03 .list01 li {
	margin: 0;
	width: 50%;
}
}
/* 画像 */
#top #sec03 .list01 li img {
	margin: 0;
}

/* ============================================
リスト | list02
============================================ */
/* リスト共通  */
@media screen and (max-width:960px) {
#top #sec03 .list02 ul {
	text-align: center;
}
}
#top #sec03 .list02 li {
	display: inline-block;
	margin: 0 15px 20px 15px;
	width: 182px;
}
/* 画像 */
#top #sec03 .list02 li img {
	margin-bottom: 10px;
	max-width: 182px;
}

@media screen and (max-width:768px) {
#top #sec03 .list02 li {
	margin: 0 5px 10px 5px;
}
}
/* ============================================
.imgArea01
============================================ */
#top #sec03 .imgArea01 .img01 {
	width: 602px;
}

/* 画像 */
@media screen and (max-width:604px) {
#top #sec03 .imgArea01 .img01 {
	width: auto;
}
}
/*=============================================
*
* sec04
*
=============================================*/

/* ============================================
見出し
============================================ */
/* ============================================
.contents01
============================================ */
#top #sec04 .contents01 {
	margin-bottom: 30px;
	padding: 0;
}
/*---------------------------------------------
テキストエリア | .txtArea01 
---------------------------------------------*/
#top #sec04 .contents01 .txtArea01 {
	margin: 0 auto 30px auto;
	width: 960px;
}

@media only screen and (max-width: 960px) {
#top #sec04 .contents01 .txtArea01 {
	padding: 10px;
	width: auto;
}
}
/*---------------------------------------------
画像エリア | .imgArea01 
---------------------------------------------*/
#top #sec04 .contents01 .inner01 .imgArea01 {
	margin: 0 auto 30px auto;
	padding: 40px 0 10px 0;
	background: #73ba38;
}

@media only screen and (max-width: 960px) {
#top #sec04 .contents01 .inner01 .imgArea01 {
	padding: 40px 10px 10px 10px;
}
}
#top #sec04 .contents01 .inner01 .img01 {
	background: url(../images/contents/topSec04Contents01Img01-01.png) center 0 no-repeat;
	height: 300px;
	margin: 0 auto 20px auto;
	width: auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

@media only screen and (max-width: 960px) {
#top #sec04 .contents01 .inner01 .img01 {
	background: url(../images/contents/topSec04Contents01Img01-02.png) center 0 no-repeat;
	background-size: 100%;
	height: 318px;
	max-width: 600px;
}
}

@media only screen and (max-width: 400px) {
#top #sec04 .contents01 .inner01 .img01 {
	background: url(../images/contents/topSec04Contents01Img01-03.png) center 0 no-repeat;
	background-size: 100%;
	height: 318px;
	max-width: 400px;
}
}
/* ============================================
.contents02
============================================ */
#top #sec04 .contents02 .inner01 {
	margin: 0 auto 15px auto;
	width: 960px;
}

@media only screen and (max-width: 960px) {
#top #sec04 .contents02 .inner01 {
	margin: 0 auto 15px auto;
	padding: 10px;
	width: auto;
}
}
/*---------------------------------------------
テキストエリア | .txtArea01 
---------------------------------------------*/
#top #sec04 .contents02 .txtArea01 {
	float: right;
	padding-top: 50px;
	width: 74%;
}

@media only screen and (max-width: 450px) {
#top #sec04 .contents02 .txtArea01 {
	float: none;
	margin: 0 auto 15px auto;
	padding-top: 0;
	width: auto;
}
}
/* 見出し */
#top #sec04 .contents02 .txtArea01 h3 {
	background: url(../images/contents/topSec04Contents02H3Icon.png) left center no-repeat;
	/*color: #73ba38;*/
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	letter-spacing: 0.15em;
	line-height: 34px;
	margin-bottom: 10px;
	padding-left: 30px;
	text-align: left;
}
/* テキスト */
#top #sec04 .contents02 .txtArea01 .txt01 {
	margin-bottom: 20px;
}
/*---------------------------------------------
写真エリア
---------------------------------------------*/
#top #sec04 .contents02 .img01 {
	float: left;
	text-align: left;
	width: 25%;
}

@media only screen and (max-width: 450px) {
#top #sec04 .contents02 .img01 {
	float: none;
	margin: 0 auto 15px auto;
	text-align: center;
	width: auto;
}
}
#top #sec04 .contents02 .img01 img {
	width: 195px;
}
/*---------------------------------------------
ボタンエリア
---------------------------------------------*/
#top #sec04 .contents02 .btnArea01 {
	text-align: right;
}

@media only screen and (max-width: 450px) {
#top #sec04 .contents02 .btnArea01 {
	text-align: center;
}
}
#top #sec04 .contents02 .btnArea01 .btn01 {
	text-align: center;
}
/* ============================================
.contents03
============================================ */
#top #sec04 .contents03 .inner01 {
	margin: 0 auto 15px auto;
	width: 960px;
}

@media only screen and (max-width: 960px) {
#top #sec04 .contents03 .inner01 {
	margin: 0 auto 15px auto;
	padding: 10px;
	width: auto;
}
}
/*---------------------------------------------
テキストエリア | .txtArea01 
---------------------------------------------*/
#top #sec04 .contents03 .txtArea01 {
	float: right;
	padding-top: 50px;
	width: 74%;
}

@media only screen and (max-width: 450px) {
#top #sec04 .contents03 .txtArea01 {
	float: none;
	margin: 0 auto 15px auto;
	padding-top: 0;
	width: auto;
}
}
/* 見出し */
#top #sec04 .contents03 .txtArea01 h3 {
	background: url(../images/contents/topSec04Contents03H3Icon.png) left center no-repeat;
	/*color: #73ba38;*/
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	letter-spacing: 0.15em;
	line-height: 34px;
	margin-bottom: 10px;
	padding-left: 30px;
	text-align: left;
}
/* テキスト */
#top #sec04 .contents03 .txtArea01 .txt01 {
	margin-bottom: 20px;
}
/*---------------------------------------------
写真エリア
---------------------------------------------*/
#top #sec04 .contents03 .img01 {
	float: left;
	text-align: left;
	width: 25%;
}

@media only screen and (max-width: 450px) {
#top #sec04 .contents03 .img01 {
	float: none;
	margin: 0 auto 15px auto;
	text-align: center;
	width: auto;
}
}
#top #sec04 .contents03 .img01 img {
	width: 195px;
}
/*---------------------------------------------
ボタンエリア
---------------------------------------------*/
#top #sec04 .contents03 .btnArea01 {
	text-align: right;
}

@media only screen and (max-width: 450px) {
#top #sec04 .contents03 .btnArea01 {
	text-align: center;
}
}
#top #sec04 .contents03 .btnArea01 .btn01 {
	text-align: center;
}
/*=============================================
*
* sec05
*
=============================================*/
#top #sec05 .contents01 {
	margin-bottom: 30px;
	padding: 0;
}
#top #sec05 .contents01 .inner01 {
	margin: 0 auto 15px auto;
	width: 960px;
}

@media only screen and (max-width: 960px) {
#top #sec05 .contents01 .inner01 {
	margin: 0 auto 15px auto;
	width: auto;
}
}
/* ============================================
見出し
============================================ */
/* 見出し */
#top #sec05 h2.h01 {
	background: url(../images/contents/topSec05H2-01.png) center 0 no-repeat;
	height: 100px;
	margin: 0 auto 40px auto;
	width: auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

@media screen and (max-width:400px) {
#top #sec05 h2.h01 {
	background: url(../images/contents/topSec05H2-02.png) center 0 no-repeat;
	height: 83px;
}
}
/* ============================================
テキスト
============================================ */
#top #sec05 .contents01 .inner01 .txt01 {
	margin: 0 auto 15px auto;
	text-align: center;
	width: auto;
}

/*=============================================
*
* 順位表
*
=============================================*/
#top #sec01 h2.h01.ranking {
	border-bottom: none;
	
	display: none;
}

/* リスト */
#top #rankingList {
	min-height: 200px;
	position: relative;
	
	display: none;
}
#top #rankingList .rankingArea .tab {
    display: none;
}
#top #rankingList .rankingArea .tab.on {
    display: block;
}
#top #rankingList .list01 {
	border-bottom: none;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 {
	padding: 0;
}
#top #rankingList .list01 .classList {
	border-bottom: 2px #000 solid;
	text-align: left;
	width: 100%;
}

#top #sec01 .contents01 .inner02 #rankingList .list01 .classList li {
	border: 1px #ccc solid;
	border-bottom: none;
}

#top #sec01 .contents01 .inner02 #rankingList .list01 .classList li {
	border: 1px #ccc solid;
	border-bottom: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	list-style: none;
    margin: 0;
    padding: 13px 15px 10px 15px;

    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;  
    border-radius: 3px 3px 0 0;
}
#top #rankingList .list01 .classList li.on {
	background: #73ba38;
	border: 1px #73ba38 solid;
	border-bottom: none;
	color: #fff;
}
@media screen and (max-width:768px) {
#top #sec01 .contents01 .inner02 #rankingList .list01 .classList {
	border-bottom: none;
	text-align: center;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 .classList li {
	border: 1px #ccc solid;
	text-align: center;
	width: 50%;

    -webkit-border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px; 
    border-radius: 1px 1px 1px 1px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 .classList li.last {
	width: 100%;
}
}
/*
#top #sec01 .contents01 .inner02 #rankingList .list01 .BumonName {
	border-bottom: 1px #999 dashed;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 12px 0;
}
*/
#top #rankingList ul.ranking li {
	background-size: 17px;
	border-bottom: #cccccc 1px solid;
	height: auto;
	padding: 0 15px 0 50px;
	position: relative;
	text-align: left;
	list-style: none;
	width: auto;
}

#top #sec01 .contents01 .inner02 #rankingList .list01 .tabArea {
	margin: 0 0 40px 0;
	list-style: none;
}


#rankingMain #rankingList ul li:after {
	background: none;
}
/* ゼッケン */
#top #rankingList .Zekken {
	display: inline-block;
}
#top #rankingList .Zekken .data {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 20px;
	color: #424843;
	display: inline;
	letter-spacing: -0.05em;
	padding-right: 3px;
}
#top #rankingList ul li .Zekken .No {
	color: #8e918e;
	font-size: 11px;
	display: inline;
	padding-right: 2px;
}
/* ポイント */
#top #rankingList ul li .Point  {
	display: inline-block;
	float: right;
	
}
#top #rankingList ul li .Point .data {
	display: inline;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 20px;
	letter-spacing: -0.05em;
	margin: 0 auto;
	padding-right: 3px;
}
#top #rankingList ul li .Point .LP {
	color: #8e918e;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 11px;
	display: inline;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li {
	margin: 0 0 5px 0;
	padding-top: 0.8em;
}
/* 1位 */
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n0 {
	background:url(../images/ls/ran/ran_no1_icon@3x.png) no-repeat 15px center;
	background-size: 25px;
	padding-left: 50px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n0 .data {
	font-size: 45px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n0 .LP {
	font-size: 15px;
}
/* 2位 */
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n1 {
	background:url(../images/ls/ran/ran_no2_icon@3x.png) no-repeat 15px center;
	background-size: 22px;
	padding-left: 50px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n1 .data {
	font-size: 41px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n1 .No , #top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n1 .LP{
	font-size: 13px;
}
/* 3位 */
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n2 {
	background:url(../images/ls/ran/ran_no3_icon@3x.png) no-repeat 15px center;
	background-size: 20px;
	padding-left: 50px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n2 .data {
	font-size: 35px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n2 .No , #top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n2 .LP{
	font-size: 11px;
}

/* 4位以下 */
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n3 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_4.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n4 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_5.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n5 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_6.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n6 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_7.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n7 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_8.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n8 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_9.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n9 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_10.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n10 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_11.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n11 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_12.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n12 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_13.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n13 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_14.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n14 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_15.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n15 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_16.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n16 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_17.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n17 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_18.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n18 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_19.png) no-repeat 15px center;
	background-size: 17px;
}
#top #sec01 .contents01 .inner02 #rankingList .list01 li ul.ranking li.n19 {
	background:url(../images/ls/ran/rankingNoIcon_icon@3x_20.png) no-repeat 15px center;
	background-size: 17px;
}

#floatingBarsR {
	left: 50%;
	height:33px;
	margin-left: 13px;
	position: absolute;
	top: 60px;
	width: 26px;
}

.blockR{
	position:absolute;
	background-color:rgb(255,255,255);
	width:4px;
	height:10px;
	border-radius:3px 3px 0 0;
		-o-border-radius:3px 3px 0 0;
		-ms-border-radius:3px 3px 0 0;
		-webkit-border-radius:3px 3px 0 0;
		-moz-border-radius:3px 3px 0 0;
	transform:scale(0.4);
		-o-transform:scale(0.4);
		-ms-transform:scale(0.4);
		-webkit-transform:scale(0.4);
		-moz-transform:scale(0.4);
	animation-name:fadeR;
		-o-animation-name:fadeR;
		-ms-animation-name:fadeR;
		-webkit-animation-name:fadeR;
		-moz-animation-name:fadeR;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#rotateR_01{
	left:0;
	top:12px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
	transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
}

#rotateR_02{
	left:3px;
	top:4px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
	transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
}

#rotateR_03{
	left:11px;
	top:1px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
	transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
}

#rotateR_04{
	right:3px;
	top:4px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

#rotateR_05{
	right:0;
	top:12px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
	transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
}

#rotateR_06{
	right:3px;
	bottom:3px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
	transform:rotate(135deg);
		-o-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		-moz-transform:rotate(135deg);
}

#rotateR_07{
	bottom:0;
	left:11px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
	transform:rotate(180deg);
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
}

#rotateR_08{
	left:3px;
	bottom:3px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
	transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
}



@keyframes fadeR{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes fadeR{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes fadeR{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes fadeR{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes fadeR{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}