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

body{
	grid-template: 
		"b-header"
		"b-title"
		"b-nav"
		"b-hphoto"
		"b-event"
		"b-footer"
		;
}

b-event{
	grid-area: b-event;
}

dl.news{
	text-indent: 30px;
}

dd.date{
	margin-bottom: 3px;
}

dd.contents{
	margin-bottom: 12px;
	text-indent: 45px;
}

dt{
	margin: 10px 0;
}

dl.e-info dd{
	margin-bottom: 10px;
	text-indent: 16px;
}

dd.place::before{
	content: "場所：";
}

dd.day::before{
	content: "日時：";
}

dd.remarks::before{
	content: "　　　";
}

dd.fee::before{
	content: "参加費：";
}
