@charset "utf-8";
/* CSS Document */


/* イベントカテゴリページ */
.event_category {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.event_category p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px 0px 1em;
}

.event_category p.lead {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	margin: 0px;
}

.event_category ul {
	margin: 0px 0px 1em;
	padding-left: 1em;
}

.event_category ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 1em;
	line-height: 1.5em;
}





