@charset "utf-8";
/* CSS Document */




body {
    
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

	text-align : center;
	font-size:14px;
	margin:0;
}

div#container {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

section.history{
	text-align:left;	
}


h1{
		font-size: 150%;
		    margin-block-start: 3em;
    margin-block-end: 0.2em;
			
}

p#subtitle{
	    margin-block-start: 0em;	
		    margin-block-end: 2em;

}


h2{
	font-size:120%;	
	margin-top:3em;
}


.year{
	display:block;
	margin-top:1em;	
	font-weight:bold;
}


#thai{
	padding-right:1em;	
}

@media screen and (max-width: 570px) { 


div#container {
    max-width: 100%;
	margin-left:20px;
	margin-right:20px;
}

.box img{
	width:46%;	
}

}



