@charset "UTF-8";
/* CSS Document */


/*ライブスケジュール詳細*/
.live_more{
	margin-top: 80px;
	margin-bottom: 50px;
}

@media (min-width:768px) {
.live_more{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
	}
}

.live_content{
	margin-bottom: 50px;
}

.live_img img{
	max-width: 300px;
	height: auto;
}
.live_img{
	text-align: center;
	margin-top: 20px;
}

.live_img_2 img{
	max-width: 300px;
	height: auto;
	margin: 20px;
}

.live_img_2{
	text-align: center;
}

.live_detail{
	margin: 20px 10px 0px 10px;
}

.live_detail dd{
	margin-bottom: 40px;
}

.live_title{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #161C2C;
	line-height: 1.3;
}

.page_back{
	margin-top: 50px;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #161C2C;
	text-decoration: underline;
}

@media(min-width:768px){
	.live_content{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		max-width: 100%;
		justify-content:space-evenly;
	}
}


/*ディスコグラフィー詳細*/

.disc_more{
	margin-top: 80px;
	margin-bottom: 50px;
}

@media (min-width:768px) {
.disc_more{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
	}
}

.cd_jk img{
	max-width: 300px;
	height: auto;
}

.cd_jk{
	text-align: center;
}

.cd_detail{
	text-align: center;
	margin-bottom: 30px;
}

.cd_music{
	font-size: 15px;
	font-weight: 400;
	margin: 15px 0px;
	line-height: 1.5;
}

.cd_price{
	font-size: 15px;
	font-weight: 400;
	margin: 15px 0px;
	line-height: 1.5;
}
