@charset "utf-8";

/* 定例会スケジュール */
#main_body div[class*="detail_"] {
	margin: 0px;
}
#main_body div.detail_free + div.detail_free {
	margin-top: var(--content-margin-narrow, 30px);
}

#main_body div[class*="detail_"] caption {
	border: none;
	background: #122B4C;
	background-image: -webkit-gradient(linear, left top, right top, from(#122B4C), to(#0D356D));
	background-image: -o-linear-gradient(left, #122B4C, #0D356D);
	background-image: linear-gradient(90deg, #122B4C, #0D356D);
	color: #ffffff;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 15px 60px;
}
#main_body div[class*="detail_"] table {
	margin: 0px;
	padding: 0px;
	border: none;
	border-left: 30px solid #F6FBFF;
	border-right: 30px solid #F6FBFF;
	background: #F6FBFF;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body div[class*="detail_"] th {
	border: none;
	border-top: 1px solid #c9dcf1;
	background: none;
	padding: 25px 15px 25px 30px;
	text-align: left;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body div[class*="detail_"] td {
	border: none;
	border-top: 1px solid #c9dcf1;
	background: none;
	padding: 25px 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body div[class*="detail_"] tr:first-child th,
#main_body div[class*="detail_"] tr:first-child td {
	border-top: none;
}
#main_body div[class*="detail_"] tr > *:nth-child(1) {
	width: 30% !important;
}
#main_body div[class*="detail_"] tr > *:nth-child(2) {
	width: 30% !important;
}
#main_body div[class*="detail_"] table p {
	margin: 0px;
}
#main_body div[class*="detail_"] table p + p {
	margin-top: 15px;
}
#main_body div[class*="detail_"] table strong {
	display: block;
	border: 1px solid transparent;
	background: #ffffff;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}

.sp_button {
	display: none !important;
}

/* 背景色変更 */
/* 共通 */
.color_change #main_body div[class*="detail_"] table {
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}
/* 黒 */
.color_black #main_body div[class*="detail_"] caption {
	background: #333333 !important;
	color: #ffffff !important;
}
/* 青 */
.color_blue #main_body div[class*="detail_"] caption {
	background: #0000aa !important;
	color: #ffff00 !important;
}
/* 背景色変更 ここまで */


/* ==================================================
スマートフォン（670px以下）
================================================== */
@media screen and (max-width: 670px) {

	#main_body div[class*="detail_"] table {
		border-left: none;
		border-right: none;
	}
	#main_body div[class*="detail_"] caption {
		padding: 10px 20px;
		font-size: 2rem;
		text-align: center;
	}
	#main_body div[class*="detail_"] tr {
		display: block;
		width: 100%;
		border-top: 1px solid #c9dcf1;
	}
	#main_body div[class*="detail_"] th {
		display: block;
		width: 100% !important;
		border: none;
		padding: 10px 20px;
		text-align: center;
	}
	#main_body div[class*="detail_"] td {
		display: block;
		width: 100% !important;
		border: none;
		padding: 10px 20px;
		text-align: center;
	}
	#main_body div[class*="detail_"] tr > *:nth-child(1),
	#main_body div[class*="detail_"] tr > *:nth-child(2) {
		width: 100% !important;
		padding: 10px 20px 0px;
	}

}
/* ==================================================
スマートフォン（670px以下） ここまで
================================================== */