
.page_title{	margin-bottom: 20px;}

.list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list .cbox{
	position: relative;
	width: calc(100% / 3 - 2px);
	margin: 0 1px 2px 1px;
}
.list .cbox:hover{
	text-decoration: none;
}

.list .cbox .img{}

.list .cbox .img img{
	width: 100%;
	height: auto;
}

.list .cbox .txt{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	width: 100%;
	height: 50%;
	text-align: left;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.list .cbox .icon_bg{
	width: 100%;
	margin: 0 0 5px 0;
}

.list .cbox .icon{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 13px;
	text-shadow: none;
	padding: 0 3px;
	border-radius: 2px;
}

.list .cbox .name{
	width: 100%;
	font-size: 15px;
	line-height: 1;
	margin: 0 0 0 0;
}

.list .cbox .name + p{	margin-top: 5px}

#newface .list .cbox .name,#rank .list .cbox .name{
	font-size: 16px;
}

.list .cbox .size{
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
}

.list .cbox .rankno{
	width: 100%;
	font-size: 14px;
	line-height: 1;
}

.list .cbox .rankno em{	font-size: 26px;}


/** wait **/

.list .s_on{
	position: relative;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.list .s_off,
.list .s_now,
.list .s_tel{
	position: relative;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #fff;
}

.list .s_on{}
.list .s_on span{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 2s ease-in-out infinite;
	transform-origin: 50% 50%;
}
.list .s_on span{
	text-shadow: none;
}
.list .s_on i{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin: 2px 0 0 0;
}

@keyframes anime {
	0% {opacity: 0; filter: alpha(opacity=0);}
	25% {opacity: 1; filter: alpha(opacity=100);}
	50% {opacity: 1; filter: alpha(opacity=100);}
	75% {opacity: 0; filter: alpha(opacity=0);}
	100% {opacity: 0; filter: alpha(opacity=0);}
}
.list .s_off{	background: #666; color: #333;}
.list .s_now{	background: #0066ff;}
.list .s_tel{	background: #cc9933;}

.list .s_on,
.list .s_off,
.list .s_now,
.list .s_tel{
	display: inline-block;
	width: 170px;
	margin: 0 auto 0 auto;
}






/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	.list .cbox{
		width: calc(100% / 3 - 2px);
	}
	.list .cbox .icon{
		font-size: 2vw;
		line-height: 1.2;
	}
	.list .cbox .name{
		font-size: 3.4vw;
		line-height: 1.0;
	}
	.list .cbox .size{
		font-size: 2vw;
		line-height: 1.2;
	}
	.list .cbox .rankno{
		font-size: 2.8vw;
		line-height: 1.0;
	}
	.list .cbox .rankno em{	font-size: 5.8vw;}
	#newface .list .cbox .name,#rank .list .cbox .name{
		font-size: 3.2vw;
	}
}


@media screen and (max-width: 460px) {
	.list .cbox{
		width: calc(100% / 2 - 2px);
	}
	.list .cbox .icon{
		font-size: 3.4vw;
	}
	.list .cbox .name{
		font-size: 4.2vw;
	}
	.list .cbox .size{
		font-size: 3.4vw;
	}
	.list .cbox .rankno{
		font-size: 4.2vw;
	}
	.list .cbox .rankno em{	font-size: 8.6vw;}
	#newface .list .cbox .name,#rank .list .cbox .name{
		font-size: 4.8vw;
	}
}

