@charset "utf-8";

body {
	width: 100%;
	margin: 0;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Osaka', sans-serif;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
a {
	text-decoration: none;
}
.disp_sp {
	display: none;
}
.disp_pc {
	display: block;
}

a:visited {
    color: #01649f;
}

#contents-area {
	width: 100%;
	max-width: 1200px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px !important;
}
.head-multilive {
	background-color: #87cefa;
	color: #1166FF;
	align-content: space-evenly;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	height: 45px;
}
.head-multilive-title {
	text-align: center;
	padding: 10px 0;
	font-size: x-large;
	font-weight: bold;
}
.head-multilive-haishin {
	margin: 10px auto;
	display: table;
	padding-left: 10px;
}
.multilive-wrap {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.multilive-wrap .wrap-block {
	text-align: center;
}
.multilive-wrap .wrap-block p {
	font-weight: bold;
	padding-bottom: 5px;
}
.multilive-wrap .wrap-block .iframe-video .iframe-video-in iframe {
	width: 425px;
	height: 239px;
}
.main-multilive {
	border: solid 2px #1166FF;
	border-radius: 10px;
	margin-bottom: 10px;
}
.main-multilive hr {
	height: 2px;
	background-color: #1166FF;
	border: none;
	color: #1166FF;
}
.main-multilive-schedule {
	text-align: left;
	margin: 10px auto;
	display: table;
}
.main-multilive-underline {
	text-decoration: none;
	border-bottom: 1px solid black;
	padding-bottom: 0.5px;
	margin-left: 50px;
}
.main-multilive-schedule td{
	text-align: left;
}
.main-multilive-schedule-table {
	margin: 10px auto auto 50px;
	width: 350px;
	display: table;
	float: left;
}




/* スマホ用 */
@media screen and ( max-width : 840px ) {
.disp_sp {
	display: inline;
}
.disp_pc {
	display: none;
}

.head-multilive {
	background-color: #87cefa;
	color: #1166FF;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	padding: 10px 0 7px 0;
	height: 40px;
}
.head-multilive-title {
	text-align: center;
	padding: 10px 0;
	font-size: x-large;
	font-weight: bold;
}
.head-multilive-haishin {
	margin: 10px auto;
	display: block;
	padding-left: 0;
}
.multilive-wrap {
	flex-wrap: wrap;
}
.multilive-wrap .wrap-block {
	width: 100%;
}
.multilive-wrap .wrap-block .iframe-video {
	display: block;
	position: relative;
}
.multilive-wrap .wrap-block .iframe-video .iframe-video-in {
	padding-top: 56.25%;
}
.multilive-wrap .wrap-block .iframe-video .iframe-video-in iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.main-multilive {
	border: solid 2px #1166FF;
	border-radius: 10px;
	margin-bottom: 10px;
}
.main-multilive hr {
	height: 2px;
	background-color: #1166FF;
	border: none;
	color: #1166FF;
}
.main-multilive-schedule {
	text-align: left;
	margin: 10px auto;
	display: table;
}
.main-multilive-underline {
	text-decoration: none;
	border-bottom: 1px solid black;
	padding-bottom: 0.5px;
}
.main-multilive-schedule-table {
	margin: 10px auto;
	width: 100%;
	display: table;
}

}
