<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

main &gt; article &gt; p {
	line-height: 1.5em;
	margin-top: 15px;
	padding: 0% 50px;
}

.req {
	text-align: center;
}

.req a {
	display: inline-block;
	position: relative;
	margin: 30px auto;
}

.req a span {
	line-height: 1em;
	color: #e60078;
}
.req a:link span { text-decoration: none; }
.req a:visited span { text-decoration: none; }
.req a:hover span { text-decoration: underline; }
.req a:active span { text-decoration: none; }

.pachi &gt; img,
.gourmet &gt; img {
	padding-bottom: 10px;
}

.gourmet &gt; img {
	padding-top: 10px;
}

.pachi &gt; div,
.gourmet &gt; div {
	width: 716px;
	margin: 10px auto;
}

.pachi &gt; div div,
.gourmet &gt; div div {
	display: inline-block;
}

.schedule &gt; div {
	vertical-align: middle;
}

.date {
	width: 135px;
	text-align: left;
	color: #505050;
}

.date ~ div {
	width: 581px;
	border-bottom: 3px dotted #e60078;
}

.hall,
.shop {
	border: 5px solid transparent;
	border-radius: 18px;
	text-align: left;
}

.hall &gt; div {
	width: 100%;
	padding: 9px;
	border: 2px solid #646464;
	border-radius: 13px;
	background: #fff;
}

.shop &gt; div {
	width: 100%;
	padding: 9px 9px 3px 9px;
	border: 2px solid #646464;
	border-radius: 13px;
	background: #fff;
}

.hall.live {
	border: 5px solid #ff16b9;
	border-radius: 18px;
}

.hall.live &gt; div {
	background: #ffff64;
}

.hall &gt; div &gt; *,
.shop &gt; div &gt; *,
.shop &gt; div &gt; div &gt; * {
	vertical-align: top;
}

.hall &gt; div &gt; div:not(:first-child) {
	width: 524px;
	margin-left: 9px;
}

.hall &gt; div &gt; div &gt; h1 {
	display: inline-block;
	width: 523px;
	height: 28px;
	padding-left: 12px;
	background: #000;
	font-size: 21px;
	line-height: 1.4em;
	color: #ffafff;
}

a.right {
	float: right;
	clear: both;
	width: auto;
	height: auto;
}

a.right &gt; img {
	width: 144px;
	height: 81px;
}

.hall &gt; div &gt; div &gt; h1 &gt; a {
	float: right;
	display: none;
}

.hall.live &gt; div &gt; div &gt; h1 &gt; a {
	float: right;
	display: inline-block;
	position: relative;
	width: 130px;
	height: 24px;
	padding-left: 12px;
	border: 1px solid #ffff00;
	border-radius: 2px;
	background: #e536a9;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc6bfd), to(#e536a9));	/* Webkit系 */
	background: -moz-linear-gradient(top, #fc6bfd, #e536a9);	/* Mozilla系 */
	background: -ms-linear-gradient(top, #fc6bfd, #e536a9);	/* IE10+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6bfd', endColorstr='#e536a9', GradientType=0)";	/* IE8-9 */
	font-size: 19px;
	font-weight: normal;
	line-height: 1.2em;
	color: #ffff00;
	margin-top: 2px;
	margin-right: 2px;
}
.hall.live &gt; div &gt; div &gt; h1 &gt; a:before {
	content: '';
	display: block;
	position: absolute;
	right: 4px;
	top: 2px;
	width: 0%;
	height: 0%;
	border-left: 10px solid #ffff00;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
}
.hall &gt; div &gt; div &gt; h1 &gt; a:after {
	clear: both;
}

.hall &gt; div &gt; div &gt; p {
	padding-left: 9px;
	line-height: 1.25em;
	color: #505050;
}

.hall &gt; div &gt; div &gt; p &gt; span &gt; a {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	color: #e60078;
}

.hall &gt; div &gt; div &gt; p &gt; a {
	color: #0050ff;
}

.shop &gt; div &gt; div:first-child &gt; img,
.shop &gt; div &gt; div &gt; div:first-child &gt; img {
	display: block;
}

a.rep {
	display: block;
	position: relative;
	left: -4px;
	/*margin-top: 6px;*/
}

/*.shop &gt; div &gt; div:not(:first-child),*/
.shop &gt; div &gt; div &gt; div:first-child {
	width: 163px;
}

.shop &gt; div &gt; div &gt; div:not(:first-child) {
	width: 521px;
	padding-left: 6px;
}

.shop &gt; div &gt; div &gt; div &gt; h1 {
	height: 40px;
	display: inline-block;
	font-size: 30px;
	line-height: 1em;
}

.shop &gt; div &gt; div &gt; div &gt; h1 &gt; a {
	color: #ff6e28;
}

.shop &gt; div &gt; div &gt; div &gt; p {
	padding-bottom: 9px;
	line-height: 1.25em;
	color: #505050;
}

.shop &gt; div &gt; div &gt; div:not(:first-child) &gt; a {
	display: inline-block;
	margin-top: 4px;
	margin-right: 6px;
}


.bar {
	width: 0%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.wh {
	background-color: #fff;
}</pre></body></html>