﻿@charset "utf-8";

/*------------------------------
	font-size
------------------------------*/

/* 12px 相当 */
p,
dt,
dd {
	font-size: 75%;
	line-height: 1.4;
}

li {
	font-size: 75%;
	line-height: 1.2;
}


/* 18px 相当 */
.ttl h1,
.ttl h2 {
	font-size: 120%;
	line-height: 1.15;
}


strong {
	font-weight: bold;
}


#content .lead {
	font-size: 90%;
}

#event strong.tel {
	color: #cc0000;
}