@charset "utf-8";



/* メインコンテンツ
--------------------------------------------- */
.main-container {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

.next-live-container{
	
}

@media (min-width: 768px) {
	.next-live-container{
		display: flex;
	}
}

.next-live{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #444;
	color:#fff;
	list-style: none;
	width: 100%;
}

.next-live a{
	color:#00d118;
	display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
	.next-live {
		flex:0 0 480px;
	}
}

.next-live-text {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.next-live-text {
		flex:1 1 auto;
		margin-left: 20px;
	}
}



.live-img {
	margin: 0;
	margin-bottom: 10px;
	background-color: #222;
}

@media (min-width: 768px) {
	.live-img {
		flex:0 0 330px;
	}
}

.date-place {
	margin-top: 0;
	margin-left: 3%;
	list-style-type: none;
}

@media (min-width: 768px) {
	.date-place {
		flex:0 0 200px;
	}
}







