/* copy right */
div.component-wrap {
	display:none;
} 
#content {
	margin-top:1.8em;
}

/* Google Font */
.font-mincho {
	/* font-family: 'Zen Antique Soft', serif; */
	font-family: 'Noto Serif JP', serif;
	margin:0;
	/* font-weight:normal; */
	font-weight:bold;
}

p {
	line-height:1.6em;margin:0.6em 0;
}

ul li {
	line-height:1.4em;
}

figcaption {
	font-size:1em;
	line-height:1.2em;
	text-align:left;
}

@media screen and (max-width: 768px) {
	.to_left {text-align: left;}
	}
	
	.border01{
		border:2px solid silver;
	}
	
	h2 {
		border: solid 2px black;
		padding: 15px;
		border-radius: 10px;
	}
