/*
Template:source_tcd045
Theme Name:ability-hitomi
*/

/* ===================================
   本文テキスト（記事・固定ページ・お知らせ）
   =================================== */

body {
	font-size: 16px !important;
}

.post_content,
.post_content p,
.post_content li,
.post_content dt,
.post_content dd,
.post_content td,
.post_content th {
	font-size: 22px !important;
	line-height: 1.8 !important;
}

.post_content h2 {
	font-size: 26px !important;
}

.post_content h3 {
	font-size: 24px !important;
}

#single_news .post_content,
#single_news .post_content p,
#single_news .post_content li,
#single_news .post_content td,
#single_news .post_content th {
	font-size: 22px !important;
}

/* トップ：教育コラム最新（ローカルと本番で同じ幅配分） */
.top_news.top_education_column span.newsCol-date {
	width: 17%;
}

.top_news.top_education_column .newsCol-category {
	width: 18%;
}

.top_news.top_education_column a.newsCol-item {
	width: 63%;
}

@media screen and (max-width: 820px) {
	.top_news.top_education_column span.newsCol-date {
		width: 30%;
	}

	.top_news.top_education_column .newsCol-category {
		width: 40%;
	}

	.top_news.top_education_column a.newsCol-item {
		width: 100%;
		padding: 10px 0;
	}
}

/* ===================================
   クラスページ 本文テキスト統一
   =================================== */

/* 本文段落の文字サイズ統一（全クラスページ共通） */
.tuition_text {
	font-size: 16px;
	line-height: 1.8;
}

/* 年長クラス：授業一覧の太字クラス名 */
.nentyou-menu span {
	font-size: 130%;
	font-weight: bold;
}

/* 年長クラス：桐朋セクションの番号リスト */
ol.nencho {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	font-size: 16px;
	line-height: 1.8;
}
ol.nencho li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
ol.nencho li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
}

/* 年少・年中クラス：番号リスト */
ol.nentyuu {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	font-size: 16px;
	line-height: 1.8;
}
ol.nentyuu li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
ol.nentyuu li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
}