<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
	color: #4D4D4D;
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
	margin-top: 20px;
}

p {
	color: #4D4D4D;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 0px 20px 0px;
}

img {
	display: block;
	width: 100%;
	border-radius: 3px;
}

img.adBanner {
	margin: 30px 0px;
}

img.sectionTitle {
	width: 520px;
	margin: 30px 0px;
}

p.illustrate {
	color: #4D4D4D;
	font-size: 14px;
	text-align: center;
}


h2 {
	color: #4D4D4D;
	font-size: 11px;
	margin-top:30px;
	line-height: 1.2;
}

h6 {
	color: #B3B3B3;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 20px;
}

span {
	color: #E61673;
}

body {
	box-sizing: border-box;
	font-family: 'Noto Sans', sans-serif,'敺株��迤暺煾��','Arial';
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.seoOptimize {
	text-indent: 101%;
	white-space: nowrap;
	overflow: hidden;
}

.header {
	width: 100%;
	background: #263E44;
	position: fixed;
	z-index: 1;
	text-align: left;
}

.digitMLogoTheme {
	margin-left:20px; 
}

.digitMLogo {
	width: 60px;
	height: 60px;
	background: url("../images/public/digitMLogo.svg") no-repeat center;
	background-size: 40px;
	float: left;
}

.theme {
	width: 150px;
	height: 60px;
	background: url("../images/public/theme.svg") no-repeat center;
	background-size: 150px;
	float: left;
}

.containerWrap {
	padding-top: 60px;
	width: 100%;
	background: url("../images/public/background.jpg") no-repeat fixed center;
	background-size: cover;
}

.container {
	width: 70%;
	margin: 0px auto;
}

.contentContainer {
	display: flex;
	flex-direction: row;
	background-color: #FFF;
}

.articleWrap {
	flex: 2;
}

.articleContainer {
	padding: 20px 10px 20px 20px;
	text-align: justify;
}

a.goList {
	display: none;
}

.listWrap {
	flex: 1;
}

.listContainer {
	padding: 0px 20px 0px 10px;
	position: sticky;
	top: 80px;
}	

.listContainer iframe {
	width: 100%;
	height: 820px;
	border: #B3B3B3 1px solid;
	border-radius: 3px;
	padding: 1px;
}

.footer {
	width: 100%;
	background: #263E44;
	text-align: center;
}


/* ------ �䌊�拇�㕑矽�㟲��见�� ------ */

@media only screen and (max-width: 1025px){
	.container {
		width: 100%;
		margin: 0px auto;
	}

	.articleWrap {
		flex: 3;
	}

	.listWrap {
		flex: 2;
	}

	.articleContainer {
		padding: 20px 10px 20px 30px;
	}

	.listContainer {
		padding: 0px 30px 0px 10px;
	}	

}
	
@media only screen and (max-width: 769px){
	.contentContainer {
		flex-direction: column;
	}

	.articleContainer {
		padding: 20px 30px;
	}

	a.goList {
		text-align: center;
		display: block;
		width: 98%;
		margin: 20px auto;	
		border: #F7931E 1px solid;
		border-radius: 5px;
		color: #F7931E;
		font-size: 20px;
		line-height: 40px;
		font-weight: bold;
	}

	.listContainer {
		padding: 20px 30px;
	}	


}
	

@media only screen and (max-width: 569px) {
	h1 {
		font-size: 20px;
	}

	p {
		font-size: 16px;
	}

	.header {
		text-align: center;
	}

	.digitMLogoTheme {
		margin-left:-10px;
		display: inline-block;
	}

	.articleContainer {
		padding: 15px 15px;
	}

	#isList {
		padding-top: 50px;
	}

	.listContainer {
		padding: 15px 15px;
	}	


}</pre></body></html>