@charset "utf-8";

/*IE9・10対応*/
.is_oldVersion{
	background: url('../../image/PC/bg_non.png')no-repeat;
	background-position-x:center;
	height: 400px;
	width: 765px;
	position: relative;
	margin:30px auto;
}
.is_oldVersionTtl{
	position: absolute;
	top: 12%;
	left: 7%;
	width: 660px;
	font-size: 30px;
	color: rgb(46,86,148);
	font-weight: bold;
	line-height: 1.5;
}
.is_oldVersionTxt{
	position: absolute;
	top: 40%;
	left: 7%;
	font-size: 18px;
	color: rgb(46,86,148);
	line-height: 1.4;
	width: 85%;
}
.is_oldVerBtnArea{
	width:290px;
	height:50px;
}
.is_oldVerBtn{
	background: url('../../image/PC/btn_top.png')no-repeat;
	width: 290px;
	height: 50px;
	position: absolute;
	top: 67%;
	left: 30%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 62px 0px 76px;
}
.is_oldVerBtn:hover{
	background: url('../../image/PC/btn_top_over.png')no-repeat;
}

/* ランキングJSON読込error対応 */
#load_error_mes{
		text-align: center;
		width:100%;
}
.ranking_load_error {
  border: #2d5694 2px solid;
		border-radius: 12px;
		margin: 90px auto 20px ;
		padding:30px;
		width:50%;
}
.ranking_load_error p{
    font-size: 20px;
    color: rgb(46, 86, 148);
				color: #2d5694;
    font-weight: bold;
    line-height: 1.7;
}
.ranking_load_error br{
  display:inline !important;
}




@media screen and (max-width:769px){
	/*IE9・10対応*/
	.is_oldVersion{
		background: url('../../image/SP/sp_bg_non.png')no-repeat;
		background-position-x:center;
		height: 600px;
		position: relative;
		margin-top: 30px;
	}
	.is_oldVersionTtl{
		position: absolute;
		top: 10%;
		left: 14%;
		width: 511px;
		font-size: 30px;
		color: rgb(46,86,148);
		font-weight: bold;
		line-height: 1.5;
	}
	.is_oldVersionTxt{
		position: absolute;
		top: 40%;
		left: 14%;
		font-size: 23px;
		color: rgb(46,86,148);
		line-height: 1.4;
		width: 500px;
	}
	/**/

 /* ランキングJSON読込error対応 */
 #load_error_mes{
 		text-align: center;
 		width:100%;
 }
 .ranking_load_error {
   border: #2d5694 3px solid;
 		border-radius: 12px;
 		margin: 20px auto;
 		padding:25px 10px;
 		width:70%;
 }
 .ranking_load_error p{
     font-size: 16px;
     color: rgb(46, 86, 148);
 				color: #2d5694;
     font-weight: bold;
     line-height: 1.5;
 }
.ranking_load_error br{
  display:inline !important;
}

}

@media screen and (max-width:415px){
	.is_oldVersion{
		background-image: none;
		background-position-x:center;
  border: #2d5694 3px solid;
		border-radius:5px;
		box-shadow: 8px 9px #2f425f;
 	height:480px;
 	width: 95%;
		position: static;
		margin-top: 28px;
		margin-left: 5px;
		padding:1em;
		text-align:left;
	}
.is_oldVersionTtl{
	position: static;
	font-size: 28px;
	color: rgb(46,86,148);
	font-weight: bold;
	line-height: 1.5;
	margin:0 0 1em;
	width: 95%;
}
.is_oldVersionTxt{
		position: static;
	font-size: 18px;
	color: rgb(46,86,148);
	line-height: 1.4;
	margin:0 0 1em;
	width: 95%;
}
.is_oldVerBtnArea{
	width:290px;
	height:50px;
}
.is_oldVerBtn{
		position: static;
	background: url('../../image/PC/btn_top.png')no-repeat;
	width: 290px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 62px 0px 76px;
}






}