@charset "utf-8";

/* ========================================================
	seiseki.css => 成績表示で着順表示削除して広げる
======================================================== */

/* .dividend_block
============================================================================================================ */
.dividend_block section .dividend_table tbody th,
.dividend_block section .dividend_table tbody td {
	border-width: 1px;

}
.dividend_block section .dividend_table tbody tr:first-child th, 
.dividend_block section .dividend_table tbody tr:first-child td{
	border-top-width: 1px;
}
.dividend_block section .dividend_table{
	float:none;
	width:auto;
	border: 0px;
}
.dividend_block section .dividend_table table{
	width:380px;
	margin-right: 15px;
}
.dividend_block section .dividend_table table:last-child{
	margin-right: 0px;
}

@media screen and (max-width: 768px) {
	.dividend_block section .dividend_table table{
		width:100%;
		margin-right: 0;
	}
	.dividend_block section .contents {
		display:inherit;
	}
}
