@charset "utf-8";
/* CSS Document */

.osusumeside {
	position: fixed;
	left: 0%;/*変更前：50%*/
	top: 115px;
	z-index: 16000004;
	/*margin-left: -730px;*/
}
.osusumeside table tr td {
	line-height: 1.5em;
	padding: 3px;
	text-align: left;
}
@media (max-width: 1500px) {
	.osusumeside{
	display: none;
}
