/* @override 
	http://203.143.96.127:8003/anniv_30th/blogs/assets/css/blog.css */


/*div.box_list_player(pc)*/
div.box_list_player {
	margin-top: 48px;
	border: 1px solid #ccc;
	width: 90%;
	margin: 48px auto 0 auto;
	background-color: #fff;
	/*nest-start*/
	
	& h3{
	text-align: center;
	line-height: 1.4;
	padding: 0.8em 1em 0.8em 1em;
	}
	
	& ul {
		font-size: 1.6rem;
		line-height: 1.4;
		display: flex;
		flex-wrap: wrap;
	}
	
	& ul>li {
		width: calc(100% / 3);
		text-align: center;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 1em;
	}
	
	& ul>li:nth-of-type(3n) {
		border-right: none;
	}
	
	/*nest-end*/
	
}

/*/div.box_list_player(pc)*/

/*==== Responsive(pc) ====*/





/*==== Responsive(sp) ====*/

@media screen and (max-width: 768px) {

	/*mq-start*/
	/*========================*/

/*div.box_list_player(sp)*/
div.box_list_player {
	width: 100%;
	margin: 4vw auto 0 auto;
	/*nest-start*/
	
	& h3{
	font-size: 4.375vw;
	padding: 0.8em 1em 0.8em 1em;
	}
	
	& ul {
		font-size: 3.75vw;
	}
	
	& ul>li {
		width: calc(100% / 2);
		padding: 1em 0.5em 1em 0.5em;
	}
	
	& ul>li:nth-of-type(2n) {
		border-right: none;
	}
	
	& ul>li:nth-of-type(odd) {
		border-right: 1px solid #ccc;
	}
	
	& ul>li:nth-last-child(2){
		border-bottom: 1px solid #ccc;
	}
	
	/*nest-end*/
	
}

/*/div.box_list_player(sp)*/


	/*========================*/
	/*mq-end*/
}