<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin:0;
	padding:0;
}

a:link { color: #DF0000; }
a:visited { color: #DF0000; }
a:hover { color: #A00000; }
a:active { color: #DF0000; }


html{
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	line-height:1.8em;
	background-color:#fff;
	background-image:url(../img/back.jpg);
	background-size:cover;
	background-position:bottom right;
	background-attachment: fixed;
	color:#000;
	}
	
.contents{
	width:90%;
	margin:0 auto;
	margin-top:5%;
}

.left{
	width:30%;
	float:left;
	text-align:left;
}

.left img{
	width:90%;
}

.right{
	width:60%;
	float:right;
}

h2{
	font-family:"ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
	font-size:22px;
	line-height:1.8em;
	color:#666;
}

.sper{
	border-radius: 50% 50% 0 50%;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

	
#footer{
	width: 100%;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	line-height:2em;
	color:#666;
	padding_bottom:10px;
	padding_top:10px;
	margin-top:30px;
	font-family: 'Nanum Gothic', sans-serif;
}


@media screen and (max-width: 600px) {
	
html{
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	line-height:1.8em;
	background-color:#fff;
	background-image:url(../img/back.jpg);
	background-size:cover;
	background-position:bottom right;
	background-attachment: fixed;
	color:#000;
	}

.left{
	width:100%;
	float:left;
	text-align:left;
}

.left img{
	width:95%;
}

.right{
	width:100%;
	float:right;
}

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