@charset "utf-8";

/* ページ上の横長画像 */
#pageHeader {
	background-image: url("../img/ph_text.png");
}
#containerMain .sentence {
	margin: 5px 0px 0px 20px;
}
#containerMain #chapter th {
	line-height: 22px;
	/*background-color: rgb(209, 243, 240);*/
	/*background-color: #CCCCCC;*/
}
#containerMain #chapter th.heading {
	width: 20%;
}
#containerMain #chapter th.branch_name {
	width: 3%;
}
#containerMain #chapter td {
	line-height: 22px;
	vertical-align: top;
}
/*#containerMain #chapter th {
	width: 10%;
	text-align-last: justify;
	padding: 5px 8px;
}*/
#containerMain #chapter th.membership {
/*	width: 45%;*/
	width: 30%;
	text-align: center;
	/*background-color: #F5F5F5;*/
	background-color: rgb(230, 247, 246);
	text-align-last: initial;
}
#containerMain #chapter .manaable img {
	width: 300px;
	margin-top: 5px;
}


#containerMain #chapter .membership span {
	text-decoration: underline;
}
#containerMain #chapter ul {
	margin: 3px;
	list-style-type: disc;
}
#containerMain #chapter ul li {
	list-style-position: inside;
	line-height: 25px;
	font-size: 14px;
	/*padding-left: ;*/
	/*margin-left: 20px;*/
}

#containerMain #chapter #gakkai2021 {
	width: 96%;
	margin: 0px auto;
}
#containerMain #chapter #gakkai2021 a {
	display: inline-block;
	/*vertical-align: top;*/
}
#containerMain #chapter #gakkai2021 a img {
	width: 270px;
	height: auto;
}
#containerMain #chapter #gakkai2021 a p {
	/*width: 300px;*/
}

#containerMain #chapter #gakkai2022 table {
	width: 570px;
	float: left;
	margin-right: 60px;
}
#containerMain #chapter #gakkai2022 table th {
	/*width: 60px;*/
	width: 15px;
	text-align-last: initial;
}


#gakkai2022 a.thumbnail {
	float: left;
}
#gakkai2022 a.thumbnail img {
	width: 180px;
	height: auto;
	display: inline-block;
	margin: 10px 0px 5px 0px;
	border-radius: 3px;
	border: 1px solid #CCC;
}


/* 付箋スタイルedu */
/* #E5004F */
/* #0068B7 */
#containerMain #chapter .StickyNoteEdu {
/*	line-height: 65px;*/
	list-style-type: none;
	margin-bottom: 15px;
}
#containerMain .StickyNoteEdu a {
	background-color: #FFF;
	padding: 5px 15px 5px 15px;
	border-radius: 3px;
	text-decoration: none;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .4);
	display: inline-block;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	width: 538px;
	position: relative;
}
#containerMain .StickyNoteEdu a {
	color: #E5004F;
	border: 1px solid #E5004F;
}
#containerMain .StickyNoteEdu a:hover {
	background-color: #E5004F;
	color: #FFF;
}
#containerMain .StickyNoteEdu a i {
	font-size: 40px;
	position: absolute;
/*	top: 15px;*/
	top: 13px;
	right: 15px;
}
#containerMain #chapter .StickyNoteEdu span {
	font-size: 18px;
	color: #0068B7;
	padding: 12px 8px 12px 16px;
	border-radius: 5px;
	letter-spacing: 1px;
	line-height: 24px;
	background-color: rgb(237, 247, 246);
}
/* 付箋スタイルedu */

/* 2024 */
section .subsection div {
	float: left;
	margin-left: 10px;
}
section .subsection table {
	width: 600px;
	margin: 10px auto 8px;
}
section .subsection table th {
	width: 108px;
	padding: 5px;
	text-align-last: justify;
}
section .subsection img {
	float: left;
	width: 266px;
	height: auto;
	margin: 10px 0px 0px 10px;
}
/* 2024 */


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

	#containerMain .sentence {
		width: 97%;
		margin: 5px 1% 0px 2%;
	}
	#containerMain #chapter table {
		width: 100%;
	}

	#containerMain #chapter th {
		width: 28px;
		padding: 5px 3px 5px 4px;
		text-align: center;
		text-align-last: initial;
	}
	#containerMain #chapter #gakkai2021 a img {
		width: 100%;
		height: auto;
	}

	#containerMain #chapter #gakkai2022 table {
	/*	width: 555px;
		float: left;*/
		margin-right: 0px;
	}

	#containerMain #chapter #gakkai2022 table {
		width: 100%;
	}

	#containerMain .StickyNoteEdu a {
		padding: 6px 30px 5px 0px;
		font-size: 14px;
		line-height: 22px;
		width: 322px;
	}
	#containerMain .StickyNoteEdu a i {
		font-size: 32px;
		top: 12px;
		right: 8px;
	}


	/* 2024 */
	section .subsection img {
		float: none;
		width: 96%;
		height: auto;
		margin: 10px 2%;
	}
	section .subsection table th {
		display: none;
	}
	section .subsection table td::before {
		content: attr(label);
		float: left;
		clear:both;
		width: 100%;
		background-color: #F5F5F5;
		padding: 1px 0px;
/*		font-weight:bold;*/
	}
	section .subsection table td br {
		display: block;
	}
	/* 2024 */

}