/* PC */
@media only screen and (min-width:581px) {
	.section#gradeRanking .content .simulation {
		position: relative;
		display: block;
		width: 57.837%;
		/* width: 33%; */
		margin: 0 auto;
		margin-top: 2.7%;
		padding-right: 3%;
		background-color:#c3002c;
		color: #fff;
	}

	.section#gradeRanking .content .simulation span {
		display: block;
		padding: 5% 10%;
		background-image: url(/SP/COMMON/IMAGES/arrow_white.png);
		background-repeat: no-repeat;
		background-position: right;
		background-size: auto 10px;
		font-size: 0.8vw;
		white-space: nowrap;
	}

	.section#gradeRanking .content .simulation:hover {
		background: #920023;
		background-image: initial;
		background-position-x: initial;
		background-position-y: initial;
		background-size: initial;
		background-repeat-x: initial;
		background-repeat-y: initial;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		background-color: rgb(146, 0, 35);
		border-color: #920023;
	}

	.section#gradeRanking .content .simulation:hover span {
		color:#fff;
	}
}

/* SP */
@media only screen and (max-width:580px) {

	.section#gradeRanking .content .simulation {
		position: relative;
		display: block;
		width: 40.667%;
		margin-left: 50%;
		margin-top: 2.7%;
		padding-right: 3%;
		background-color:#c3002c;
		color: #fff;
	}

	.section#gradeRanking .content .simulation span {
		display: block;
		padding: 6% 8%;
		background-image: url(/SP/COMMON/IMAGES/arrow_white.png);
		background-repeat: no-repeat;
		background-position: right;
		background-size: auto 2.4vw;
		font-size: 10px;
		font-size: 2.666vw;
	}

	.section#gradeRanking .content .simulation:hover {
		background: #920023;
		background-image: initial;
		background-position-x: initial;
		background-position-y: initial;
		background-size: initial;
		background-repeat-x: initial;
		background-repeat-y: initial;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		background-color: rgb(146, 0, 35);
		border-color: #920023;
	}

	.section#gradeRanking .content .simulation:hover span {
		color:#fff;
	}

}


