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

.nagare dl{
	margin-bottom: 20px;
}
.nagare dt,.nagare dd{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.nagare dd{
	margin-left: 5px;
	font-size: 1.3em;
}
.maru-number{
	background-color:#90ad66;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
}

/* reserve-note */
.reserve-note{
	font-weight: bold;
	color: #ee0000;
}
