<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 */
*{
	 font-family: "メイリオ", sans-serif;
}
body{
	font-size:14px
}
.clear{
	clear:both;
	margin:1.5rem 0 2rem 0;
	border-bottom:dotted 1px #999999
}
#wrapper{
	width:1000px;
	margin:0 auto
}
#content {
    width: 100%;
    display: block;
    margin: 20px auto;
}
#menu{
	float:right;
	width:280px;
	margin-left:20px;
	margin-right:30px;
	margin-top:10px;
	font-size:0.8rem;
	min-height:600px;	
}
#menu h1{
	font-size:1rem;
	color:#666;
	letter-spacing:0px;
	margin:10px 0 10px 0;
	}
#maincolumn{
	float:right;
	width:650px;
	margin:0;
	margin-right:20px
}
#maincolumn&gt;ul{
	margin:20px;
	background:#F6F6F6
}
#maincolumn&gt;ul&gt;li{
	list-style:inside disc;
	padding:10px
	
}

h1{	
	font-size:1.4rem;
	color:#666;
	letter-spacing:0px;
	margin:10px 0 10px 0;
}
h2{
	font-weight:normal;
	font-size:1.2rem;
	padding:10px 10px 30px 10px;
	border-bottom:dotted 1px;
	border-right:dotted 1px;
	background:#F6F6F6;
	margin-bottom:1rem
	

	
}
h3{
	font-size:1.2rem;
	margin:10px 0px 10px 0
}
/*p{
text-indent: 0.7em;
}*/
#maincolumn p:first-letter{
    font-size: 1.4rem;
	 color:#666
}

#menu&gt;ul&gt;li{
	margin-left:20px;
	margin-bottom:5px;
	list-style: circle;
	line-height:1.1rem;
	letter-spacing:0rem
}
.c_img{
	border:none;
	width:40%;
}
.c_img_s{
	border:none;
	width:30%;
	padding-bottom: 2rem; /* 20220219追記 */
	}
.c_img_l{
	border:none;
	width:60%;
	}
.c_img_f{
	border:none;
	width:90%;
	margin:0 auto;
}
.right{
	float:right
}
.margin_r{
	margin-right: 10px;
}
.margin_l{
	margin-left: 10px;
}
.right:after{
	clear:both
}
.left{
	float:left
}
.left:after{
	clear:both
}

p{margin-bottom:10px}

@media (max-width: 640px) {
	#wrapper{
		width:100%;
		
	}
	#content{
		width:100%;
		}
	#maincolumn{
		width:94%;
		margin:0 3% 0 3%;
		}
	#menu{
		width:100%;
		margin:15px 0px 0px 0px;
		min-height:0px;
		}
	.c_img{
		width:100% !important
	}

}


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