  @charset "utf-8";
/* CSS Document */

div#body h1 {
	margin-left:10px;
	margin-bottom:15px;
}

div#body .photo_by {
	margin-left:10px;
	margin-bottom:25px;
}

div#body .main_photo {
	margin:0px 10px 30px 10px;
	padding:20px 0px;
	text-align:center;
	border:#e6e6e6 1px solid;
}

/* 2018.04 */
.img-caption-1804{
	position: relative;
}
.img-caption-1804 p.caption{
	position: absolute;
	top: 380px;
	left: 10px;
}

@media print {

div#body .main_photo {
	text-align:left;
	border:none;
	margin-bottom: 0;
	margin-top: -30px;
}

.main_photo img {
	width:320px;
	height:auto;
}
 img.map {
 	width:250px;
	height:auto;
 }
.map-large{
	margin-top: -1em;
}

}
