@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 768px){
	.history_image_caption {
	font-size: 12px;
    font-weight: normal!important;
	}
	.float-image {
  float: right;
  margin: 10px 0 10px 10px;
  height: auto;
}
	.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
	.float_none {
  clear: both;
}
}
@media only screen and (max-width: 767px) {	
	.history_image_caption {
	font-size: 10px;
    font-weight: normal;
	}
	.float-image{
    float: none;
    max-width:100%;
	}
	.SP-monumentimage{
	margin: auto;
	}
	}
	.history_lead-text {
	margin-top: 10px;
	}