/* main-contents */
div#main-contents_K {
	width: 560px;
	float: right;
}

div#main-contents-inner_K {
	margin: 25px 5px 0 0;
}

dl.main-contents-image-left_K {
	margin: 0 auto;
	max-width: 560px;
	width: 100%;
}
dl.main-contents-image-left_K dd {
	text-align: left;
	padding: 0;
}

dl.main-contents-image-left_K h3 {
	/* width: 520px; */
	font-size: 14px;
	font-weight: bold;
	color: #101073;
	margin: 0 0 10px 10px;
	padding: 0;
}
dl.main-contents-image-left_K h3 img {
	height: auto;
	max-width: 520px;
	width: 100%;
}
dl.main-contents-image-left_K h4 {
	/* width: 500px; */
	font-size: 14px;
	font-weight:bold;
	color: #101073;
	margin: 1px 0 10px;
	padding: 0;
	text-align: center;
}
dl.main-contents-image-left_K h4 img {
	height: auto;
	max-width: 500px;
	width: 100%;
}

/* 表全体 */
table.as {
	margin: 0 auto 15px;
	background-color: #E8E1CA;
	border: solid 1px #876B26;
}
/* 教室名 */
th.as01 {
	width: 150px;
	height: 30px;
	background-color: #876B26;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #FFF;
}
/* 学習日時 */
th.as02 {
	width: 150px;
	background-color: #876B26;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #FFF;
}
/* 学習場所 */
th.as03 {
	width: 200px;
	background-color: #876B26;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
/* 英語であそぼ */
td.as01_01 {
	padding: 5px 0 5px 0;
	width: 150px;
	text-align:center;
	background-color: #FFF;
	border-right: solid 1px #876B26;
	border-bottom: solid 1px #876B26;
}
/* 英語であそぼ学習日時 */
td.as02_01 {
	width: 150px;
	text-align: center;
	border-right: solid 1px #876B26;
	border-bottom: solid 1px #876B26;
}
/* 英語であそぼ学習場所 */
td.as03_01 {
	width: 200px;
	text-align: center;
	border-bottom: solid 1px #876B26;
}
/* 英会話教室 */
td.as01 {
	padding: 5px 0 0 5px;
	width: 150px;
	text-align: center;
	background-color: #FFF;
	border-right: solid 1px #876B26;
}
/* 英会話教室 学習日時01 */
td.as02_02 {
	width: 150px;
	text-align: center;
	border-right: solid 1px #876B26;
	border-bottom: dotted 1px #876B26;
}
/* 英会話教室 学習場所01 */
td.as03_02 {
	width: 200px;
	text-align: center;
	border-bottom: dotted 1px #876B26;
}
/* 英会話教室 学習日時02 */
td.as02_03 {
	width: 150px;
	text-align: center;
	border-right: solid 1px #876B26;
}
/* 英会話教室 学習日時02 */
td.as03_03 {
	width: 200px;
	text-align: center;
}

table.as_sub {
	background-color: #67511C;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}
th.as04 {
	width: 100%;
	height: 30px;
	background-color: #67511C;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
th.as04 img {
	border: none;
	vertical-align: middle;
}
br.hide {
	display: none;
}
img.school {
	height: auto;
	max-width: 150px;
	width: 100px;
}

@media screen and (max-width: 830px) {
	div#main-contents_K{
		float: none;
		width: 100%;
	}
	div#main-contents-inner_K {
		margin: 0 auto;
		padding: 25px 10px;
	}
	dl.main-contents-image-left_K h3 {
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 550px) {
	br.hide {
		display: inline;
	}
}

