/* main-contents */
div#main-contents_C {
	width:560px;
	float:right;
}

div#main-contents-inner_C {
	margin: 25px 5px 0 0;
}

dl.main-contents-image-left_C {
	margin: 0 auto;
	max-width: 560px;
	width: 100%;
}
dl.main-contents-image-left_C dd {
	text-align: left;
	padding:0;
}

dl.main-contents-image-left_C h3 {
	/* width: 520px; */
	font-size: 14px;
	font-weight:bold;
	color: #101073;
	margin: 0 0 10px 10px;
	padding: 0;
}
dl.main-contents-image-left_C h3 img {
	height: auto;
	max-width: 520px;
	width: 100%;
}

dl.main-contents-image-left_C h4 {
	width: 500px;
	font-size: 14px;
	font-weight:bold;
	color: #101073;
	margin: 1px 0 10px 20px;
	padding: 0;
}
	
/* 表全体 */
table.circle {
	background-color: #E8FFE8;
	border: solid 1px #00cc00;
	margin: 0 auto 15px;
}
table.circle th,td {
	padding:5px 0;
}

/* 教室名 */
th.circle01 {
	width: 150px;
	height: 30px;
	background-color: #00cc00;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #FFF;
}
/* 練習日時 */
th.circle02 {
	width: 150px;
	background-color: #00cc00;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #FFF;
}
/* 練習場所 */
th.circle03 {
	width: 200px;
	background-color: #00cc00;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
/* もうすぐ保育園教室〜劇団みっけ */
td.circle01_01 {
	padding: 5px 0 5px 0;
	width: 150px;
	text-align: center;
	background-color: #FFF;
	border-right: solid 1px #00cc00;
	border-bottom: solid 1px #00cc00;
}
/* 練習日時 */
td.circle02_01 {
	width: 150px;
	text-align: center;
	border-right: solid 1px #00cc00;
	border-bottom: solid 1px #00cc00;
}
/* 練習場所 */
td.circle03_01 {
	width: 200px;
	text-align: center;
	border-bottom: solid 1px #00cc00;
}
/* かざこし体操クラブ */
td.circle01_03 {
	width: 150px;
	text-align: center;
	background-color: #FFF;
	border-right: solid 1px #00cc00;
}
/* かざこし体操クラブ練習日時 */
td.circle02_03 {
	width: 150px;
	text-align: center;
	border-right: solid 1px #00cc00;
}
/* かざこし体操クラブ練習場所 */
td.circle03_03 {
	width: 200px;
	text-align: center;
	padding: 5px 0 5px 0;
}

span.bold {
	color: #00cc00;
	font-weight: bold;
	line-height: 120%;
}

table.circle_sub {
	background-color: #0C6;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}
th.circle04 {
	width: 100%;
	background-color: #0C6;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding:5px;
}
th.circle04 img {
	border: none;
	vertical-align: middle;
}
img.circlename {
	height: auto;
	max-width: 150px;
	width: 100%;
}

br.hide {
	display: none;
}

@media screen and (max-width: 830px) {
	div#main-contents_C {
		float: none;
		width: 100%;
	}
	div#main-contents-inner_C {
		margin: 0 auto;
		padding: 25px 10px;
	}
	dl.main-contents-image-left_C h3 {
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 380px) {
	span.show2 {
		display: none;
	}
	br.hide {
		display: inline;
	}
}

