@charset "UTF-8";

.contents {
	background: url(/event/images/bg_pref_chat.jpg);
}
h3 {
	margin-top: 0;
}
.break_position {
	display: block;
}
@media (max-width: 480px) {
	.break_position {
		display: inline;
	}	
}
.event_detail span.number {
	background: #ff3500;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	line-height: 18px;
	margin-right: 5px;
}