@charset "utf-8";
/* CSS Document */

.fee {}

#eventData .other .fee dl {
	display: grid;
}
#eventData .other .fee dl dd {
	font-size: 16px;
}
#eventData .other .fee dl dd table th,
#eventData .other .fee dl dd table td {
	border: solid 1px #000;
}
#eventData .other .fee dl dd table th span {
	font-size: 14px;
}
#eventData .other .fee dl dd table td {
	text-align: center;
}
#eventData .other .fee dl dd table td s {
	font-size: 14px;
}
#eventData .other .fee dl dd table td span {
	margin: 0 .5em;
}
#eventData .other .fee dl dd table td strong {
	font-weight: bold;
}
#eventData .other .fee dl dd table td strong span {
	margin: 0;
	color: #f00;
	font-size: 20px;
}

#eventData .other .fee dl dd table th.attraction{
	width: 110px;
}

@media screen and (max-width:640px){
#eventData .other .fee dl dd table .attraction{
	display: none;
}
#eventData .other .fee dl dd table th {
	font-size: 14px;
}
#eventData .other .fee dl dd table td {
text-align: left;
}
}











