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

*, body{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	list-style:none;
}


a{
	text-decoration:none;	
	color:#666;
}



/*================================ SLIDE ================================*/

.slide iframe{
	height:200px;	
}

@media screen and (min-width: 768px) {
	
	.slide iframe{
		height:345px;	
	}
}

@media screen and (min-width: 1024px) {
	
	.slide iframe{
		height:490px;	
	}
}

@media screen and (min-width: 1366px) {

	.slide iframe{
		height:550px;	
	}

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