@charset "utf-8";
h5+ul {
	columns: 4;
	/*	column-rule:1px dashed gray;
	column-gap: 0em;*/
}

h5+ul li {
	font-style: italic;
	margin: 0;
	overflow: hidden;
	font-family: menlo;
	/*	white-space: nowrap;
	text-overflow: ellipsis;*/
}

.mail:after {
	content: "(メールアドレス" attr(href) ")";
	font-size: 0.8em;
	color: #f66;
}

ul li a {
	text-decoration: none;
}

@media(max-width:800px) {
	h5+ul {
		columns: 3;
	}
}

@media(max-width:500px) {
	h5+ul {
		columns: 1;
	}
}