@charset "utf-8";

body#history #contents p{ margin-bottom: 50px;}

@media screen and (max-width:980px){
	body#history table{ width: 100%!important;}
	body#history tr{ display: block; margin: 30px 0 0 0!important;} 
	body#history td{ display: block;}
	body#history tr td:first-of-type{ border-top: #CCC 1px solid;}
}