@charset "UTF-8";

html body {
  background-color: #f7f7f7;/*----- #000000 -----*/
}
.wrapper{
  padding-top: 0px;/*84px*/
}
.wrapper footer.footer{
  z-index: 100;
}


.contents {
	padding-top: 140px;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: 300;
	line-height: 1;
}
.contents.domestic {
	background: #040000;
}
.contents.global {
	background: #ff0000;
}

.ttl-area {
	position: relative;
}
.ttl {
	margin: 40px 3.1% 60px;
}
.ttl img {
	max-width: 100%;
	height: auto;
}
.ttl-cap {
	position: absolute;
	bottom: 0;
	right: 4%;
}

.rank-area {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 1.17%;
}
.rank-unit {
	position: relative;
	display: block !important;
	width: 11.17%;
	margin: 0 1.17% 15px 0;
	color: #231815;
	opacity: 0;
}
.rank-unit img {
	max-width: 100%;
	height: auto;
}
.rank-unit:nth-child (8n) {
	margin-right: 0;
}
.rank-no {
	position: absolute;
	top: 7px;
	left: auto;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.rank-info {
	position: absolute;
	bottom: 10px;
	left: auto;
	width: 100%;
	text-align: center;
}
.rank-price {
	display: block;
	margin-bottom: 2px;
	font-size: 13px;
}
.rank-per {
	font-size: 15px;
	font-weight: bold;
}

.pageLink {
	margin: 30px 30px 60px;
	font-size: 16px;
}

/* 注意事項 */
.attention{
  background: #333;/*#000*/
  padding-bottom: 50px;
  padding-top: 50px;
}
.attention p{
  color: #fff;
  line-height: 2.0;
  padding: 0 20px;
}


@media screen and (max-width: 979px) {
.contents {
	padding-top: 60px;
}
.rank-info {
	bottom: 6px;
}
.rank-no {
	top: 4px;
	font-size: 20px;
}
.rank-price {
	margin-bottom: 0;
	font-size: 12px;
}
.rank-per {
	font-size: 12px;
}
}


@media screen and (max-width: 767px) {
.ttl {
	max-width: 50%;
	margin: 30px 20px;
}
.rank-area {
	padding-left: 1.6%;
}
.rank-unit {
	width: 47.6%;
	margin-right: 1.6%;
}
.rank-info {
	bottom: 10px;
}
.rank-no {
	top: 10px;
	font-size: 24px;
}
.rank-price {
	margin-bottom: 5px;
}
.rank-per {
	font-size: 15px;
}
}