/*////////// .altimg //////////*/
.altimg {
	font-size: 0;
	text-indent: -9999px;
}
.altimg a {
	display: block;
	width: 100%;
	height: 100%;
}
/*////////// .clearfix //////////*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}


/* ======================== toTop */
.toTop {
	display: none;
	position: absolute;
	margin: 0;
	background-image: url("../images/pc/toTop.png");
	background-color: #bababa;
	z-index: 50;
	border-radius: 4px;
	border-radius: .4rem;
	-webkit-transition: background-color .5s linear;
	opacity: .7;
}
.toTop-fixed {
	position: fixed;
}
.toTop:hover {
	background-color: #000;
}
@media screen and (min-width: 769px) {
	.toTop {
		right: 20px;
		bottom: 470px;
		width: 39px;
		height: 39px;
	}
	.simple .toTop {
		right: 20px;
		bottom: 160px;
	}
	.toTop-fixed {
		right: 20px;
		bottom: 20px;
	}
	.simple .toTop-fixed {
		right: 20px;
		bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.toTop {
		right: 2rem;
		top: 1.5rem;
		width: 4rem;
		height: 4rem;
	}
	.toTop-fixed {
		right: 2rem;
		top: 90%;
	}
}

/* ======================== NEW */
span.new {
	display: inline-block;
	width: 100%;
	height: 16px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	line-height: 17px;
	background-color: #FF2200;
	border-radius: 2px;
	color: #fff;
	vertical-align: top;
}
span.supporter-only {
	display: inline-block;
	width: 100%;
	height: 16px;
	padding: 0 2px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
	background-color: #8cc400;
	border-radius: 2px;
	text-align: center;
	vertical-align: top;
	letter-spacing: -1px;
	box-sizing: border-box;
}
