<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 */
.youtubeWrapper {
	width: 100%;
	aspect-ratio: 16 / 9;
	max-width: 465px;
	margin: 0 auto 10px;
}
.youtubeWrapper iframe {
	width: 100%;
	height: 100%;
}
.col2Wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col2Container {
	width: 100%;
}
.col2Container:nth-child(even) {
/*	margin-left: 10px; */
}
.col2Banner:not(:last-child) {
	margin-bottom: 9px;
}
.messageHana {
	text-align: justify;
	line-height: 1.5;
}
.messageHana:after {
	content: "";
	clear: both;
	display: block;
}
.messageHana div {
	font-size: 1.2em;
	font-weight: bold;
	color: #490c2c;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.messageHana img {
	width: 90px;
	float: left;
	margin: 0 5px 0 0;
}
@media screen and (min-width:520px) {
	.col2Wrapper {
		flex-wrap: nowrap;
	}
	.youtubeWrapper {
		margin: 0 auto;
	}
	.col2Container {
		width: 465px;
	}
	.caption_en.youtube {
		display: none;
	}
}
@media screen and (min-width:960px) {
	.caption_en.youtube {
		display: block;
	}
}
.photo_trisection .time {
	font-size: clamp(11px, 3.0vw, 16px);
}

.ifram_bbs_cityheaven{
	width:100%;
	height:160px;
}

.ifram_bbs_purelover{
	width:100%;
	height:280px;
}

.ifram_bbs_nukinavi{
	width:100%;
	height:200px;
}
@media screen and (min-width:520px) {
	.ifram_bbs_cityheaven{
		height:160px;
	}
	.ifram_bbs_purelover{
		height:280px;
	}
	.ifram_bbs_nukinavi{
		height:400px;
	}
	.col2Container:nth-child(even) {
		margin-left: 10px;
	}
}
</pre></body></html>