@import url(include_new.css);

div#sp-site-search, p#sp-menu-btn {
  display: none;
}


td{
	text-align: left;
	line-height: 130%;
	font-size: 100%;
	}
th{
	text-align: left;
	line-height: 130%;
	font-size: 100%;
	}

div.old-contents {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    line-height: 140%;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    div.old-contents {
        width: 100%;
        padding: 20px 0px;
    }
}
