
ul.about {
	list-style: none;
	font-size: 0.7em;
}
ul.about li {
	text-indent: -4em;
	margin:0 0 0 4em;
	line-height: 135%;
}
.livewaku {
	width: 97%;
	margin: 15px auto;
	border: 3px solid #333;
	padding: 1%;
	text-align: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.date {
	font-size: 0.9em;
	color: #000;
	padding: 5px 0 2px 0;
}
.aboutwaku {
	display: flex;
}
.livewaku .aboutwaku h3 {
	margin: 0;
	padding: 4px 0 7px 0;
}
.eventphoto {
	width: 30%;
	padding: 0 1% 1% 0;
}

.cover {
	display: block;
	background-color: #ccc;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 5px;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	background-size: cover;
}

.eventgaiyou {
	width: 100%;
	clear: both;
	display: block;
	word-break: break-all;
}
.eventgaiyou h3 {
	color: #000;
	margin: 0.5em 0;
}
.syousaibot a {
	background-color: #000;
	font-size: 1em;
	margin: 0.25em 0;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'Kosugi Maru', sans-serif;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.syousaibot a:hover {
	background-color: #f8b111;
	text-decoration: none;
}
.eventsyousai table {
	width: 100%;
}
.eventsyousai table th {
	font-size: 0.7em;
	background-color: #efefef;
	font-weight: normal;
	padding: 3px;

}
.eventsyousai table td {
	font-size: 0.8em;
	border: 1px solid #efefef;
	padding: 3px;
	vertical-align: middle;
}
.eventphoto {
	position: relative;
}
.soldoutimg {
	position: absolute;
	top: 0;
	left: 5px;
	width: 52px;
}


	@media screen and (min-width: 400px) {
	.cover {
		width: 80px;
		height: 80px;
	}
.soldoutimg {
	position: absolute;
	top: 0;
	left: 5px;
		width: 82px;
}

	}
	@media screen and (min-width: 500px) {
	.cover {
		width: 100px;
		height: 100px;
	}

.soldoutimg {
	position: absolute;
	top: 0;
	left: 5px;
		width: 102px;
}
	}

	@media screen and (min-width: 700px) {
	.cover {
		width: 150px;
		height: 150px;
	}
.soldoutimg {
	position: absolute;
	top: 0;
	left: 5px;
		width: 152px;
}

ul.about {
	list-style: none;
	font-size: 1em;
}
	}

	@media screen and (min-width: 1000px) {
	.cover {
		width: 180px;
		height: 180px;
	}
.soldoutimg {
	position: absolute;
	top: 0;
	left: 5px;
		width: 182px;
}
		.syousaibot {
			text-align: right;
		}
.syousaibot a {
	width: 300px;
	float: right;
	background-color: #333;
}
.syousaibot a:hover {
	text-decoration: none;
	background-color: #f8b111;
}

ul.about {

min-height: 85px;
height: auto !important;
height: 85px;
}
	}

	@media screen and (min-width: 1280px) {
	.cover {
		width: 200px;
		height: 200px;
	}

.soldoutimg {
	position: absolute;
	top: 0;
	left: 5px;
		width: 202px;
}
	}
	@media all and (-ms-high-contrast: none) {/* IE11 にのみ適用される */
	  *::-ms-backdrop, .eventphoto {
			width: 200px;
	  }

		.eventgaiyou {
			width: 70%;
		}
	}
