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

	--live_report.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
.tbllive1 {
	width: 100%;
	margin-bottom: 20px;
}
.tbllive1 th {
	color: #ffff80;
	font-size: 18px;
	width: 175px;
	text-align: center;
	padding: 5px;
}
.tbllive1 td {
	padding: 5px;
}
.imgdiff {
	text-align: center;
}
.imgdiff a {
	display: inline-block;
	margin-bottom: 10px;
}
.imgdiff a:nth-child(1), .imgdiff a:nth-child(3) {
	margin-right: 20px;
}
.imgdiff a:nth-child(1) img, .imgdiff a:nth-child(4) img {
	width: 139px;
	height: 183px;
}
.imgdiff a:nth-child(2) img, .imgdiff a:nth-child(3) img {
	width: 250px;
	height: 183px;
}
.headline02.bdt {
	border-top: 1px dotted #ccc;
	padding-top: 5px;
}
.linklive {
	text-align: center;
}
.linklive li {
	display: inline;
	margin: 0 10px;
}
.sectionInner &gt; li {
	padding-bottom: 30px;
}
.imglive.leftBox {
	margin-right: 20px;
}
.imglive.rightBox {
	margin-left: 20px;
}
.imglive + p {
	margin-bottom: 20px;
}
.imglive img {
	width: 160px;
}

@media screen and (max-width: 480px) {
	.tbllive1 th, .tbllive1 td {
		float: left;
		width: 100%;
	}
	.imglive.leftBox, .imglive.rightBox {
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
}

@media screen and (min-width: 441px) {
	.imgdiff a:nth-child(3), .imgdiff a:nth-child(4) {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 440px) {
	.imgdiff a:nth-child(1), .imgdiff a:nth-child(3) {
		margin-right: 0;
	}
}

@media screen and (max-width: 370px) {
	.linklive li {
		display: block;
		margin-bottom: 10px;
	}
}</pre></body></html>