﻿@charset "utf-8";
/* CSS Document */
.tulip_ul {
	font-size: 1.5em;
	list-style: none;
	margin-top: 1em;
	line-height: 40px;
}
.tulip_box a {
	font-size: 1.3em;
	text-decoration: underline;
	color: blue;
}
.tulip_box a:visited {
	color: blue;
}
.tulip_box a:hover {
	color: red;
	text-decoration: none;
}
/* 20250618 */
@media screen and (max-width:1024px) {
	.tulip_ul li {
		margin-bottom: 1em;
	}
}
@media screen and (max-width:599px) {
	.tulip_ul li {
		margin-bottom: 1em;
	}
}