/*
Template Name: カスタマイズ用スタイルシート

-------------------------------------------
  テンプレートをカスタマイズする際はこちらに
  変更や追加のコードをご記入下さい。
-------------------------------------------*/

/*-------------------------------------------
	2017/03/25	modify "line-height", "min-height"
				add "margine-bottom: 16px" to h3, ul, ol
	2017/04/30	トップページのエントリータイトル行をMax2行から4行に修正
				.top_table .entry-title max-height: 35px --> 70px
				.top_table min-height: 430px --> 460px

.econtent-none p, .econtent-none-i p, .econtent p, .econtent-i p {
	line-height: 130%; --> 150%
}

.comment-content p, ol.commentlist li p{
	line-height: 130%; --> 150%
}

.top_table{
	min-height: 390px; --> 460px
}
#folder3 .top_table, #folderk3 .top_table{
	min-height: 390px; --> 430px
}

.econtent h3,.econtent-i h3,.link-content h3, .sitemap-contents h3, .econtent-none h3, .econtent-none-i h3{
	margin-bottom: 16px; <-- added
}
.econtent ul, .econtent-none ul, .econtent-none-i ul, .econtent-i ul{
	margin-bottom: 16px; <-- added
}
.econtent ol, .econtent-none ol, .econtent-none-i ol, .econtent-i ol{
	margin-bottom: 16px; <-- added
}

-------------------------------------------*/

/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.econtent-none p, .econtent-none-i p, .econtent p, .econtent-i p {
	line-height: 150%;
}

/* コメントフレーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.comment-content p, ol.commentlist li p{
	line-height: 150%;
}

/* TOPページ名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.top_table{
	min-height: 460px;
}
#folder3 .top_table, #folderk3 .top_table{
	min-height: 460px;
}
/* タイトル */
.top_table .entry-title, .top_table .entry-title{
	max-height: 70px;
}

/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.econtent h3,.econtent-i h3,.link-content h3, .sitemap-contents h3, .econtent-none h3, .econtent-none-i h3{
	margin-bottom: 16px;
}
.econtent ul, .econtent-none ul, .econtent-none-i ul, .econtent-i ul{
	margin-bottom: 16px;
}
.econtent ol, .econtent-none ol, .econtent-none-i ol, .econtent-i ol{
	margin-bottom: 16px;
}
