
/* 一覧ページ */
#times_all ul {
	width:100%;
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#times_all ul li {
	width:48%;
	list-style:none;
	margin-bottom: 0;
	position: relative;
}
#times_all ul li:first-child{
	margin-right:4%;
}
#times_all ul li img {
	width:100%;
	margin:0;
	padding:0;
}

.times_title {

	width: 20%;
	margin: 0 auto;
	border-bottom: 1px solid #FF6464;
	text-align: center;
	margin-top: 50px;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;

}

.times_time {

	text-align: center;
	margin-bottom: 30px;

}

#times_all ul {

	width: 1300px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	margin-top: 40px;

}

#times_all ul li {

	width: 20%;
	float: left;
	margin-right: 5%;
	margin-top: 50px;

}

#times_all ul li:last-child {

	margin-right: 0;

}

#times_all ul li img {

	width: 100%;

}

#times_all ul li .times_number {

	width: 60px;
	height: 20px;
	-webkit-border-radius: 25px;/* width,heightの半分 */
    -moz-border-radius: 25px;
	border-radius: 50%;
	background: #FF6464;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	font-size: 15px;

}

#times_all ul li a:hover {

	opacity: 0.5;

}

#times_all ul li .times_number {

	display: inline-block;
	letter-spacing: normal;
	float: left;

}

.times_name {

	padding: 20px 0px 0px 80px;

}

.times_month {

	padding-left: 80px;

}

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

	.times_title {

		width: 25%;

	}

	#times_all ul {

		width: 90%;

	}

}

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

	#times_all ul li .times_number {

		width: 100%;
		height: auto;
		border-radius: 25px;
		padding: 10px 0;
		margin-top: 10px;
		font-size: 14px;
		float: none;

	}

	.times_title {

		width: 35%;
		font-size: 20px;

	}

	.times_name, .times_month {

		text-align: center;
		padding: 0 ;

	}

	.times_name {

		padding: 10px 0 0 0;

	}

}

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

	#times_all ul {

		margin-top: 0;

	}

	#times_all ul li {

		width: 45%;
		margin-bottom: 30px;
		margin-right: 0;
		margin-top: 20px;

	}

	#times_all ul li:nth-child(odd) {

		margin-right: 9%;

	}

	.times_title {

		width: 60%;
		font-size: 18px;
		margin-bottom: 30px;

	}

	.times_time {

		margin-top: -30px;

	}

}

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

	.times_title {

		width: 70%;

	}

}

/* 中ページ */

#lion_times {

	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;

}

.left_page, .right_page {

	width: 50%;

}

.left_page img, .right_page img {

	width: 100%;
	height: auto;

}

.left_page {

	float: left;

}

.right_page {

	float: right;

}

.next_page, .back_page {

	width: 50px;
	height: 40px;
	float: left;
	border-radius: 50%;
	background-color: #8C8C8C;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	margin-top: 20px;
	color: #fff;

}

.next_page {

	float: left;

}

.back_page {

	float: right;

}

#lion_times a:hover .next_page, #lion_times a:hover .back_page {

	opacity: 0.5;
}

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

	#lion_times {

		width: 90%;

	}

}
