@charset "UTF-8";

body {
	font-family: "微软雅黑", "sans-serif";
}
.mincho {
	font-family: "宋体", serif;
}

#history .sec1 .tatemidashi {
	margin: 0 0 24vw auto;
}

#history .sec1 .fig2 {
	top: 26vw;
}

/* FOR smartphone portrait
***************************************************************************/
@media (orientation: portrait) and (max-width: 767px) {

	#history .sec1 .tatemidashi {
		margin: 0 3vw 15vw auto;
	}

	#history .sec1 .fig2 {
		top: 40vw;
	}

}


