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

/* --- テーブル（一覧表） --- */
img#pachinko_itaku {
	width: 228px;
	height: 42px;
}

img#slot_itaku {
	width: 228px;
	height: 42px;
}

table.t-data {
	font-size: 13px;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

table.t-data th {
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background: pink;
	font-weight: normal;
}

table.t-data td{
	height: 22px;
	font-size: 12px;
	letter-spacing:0.1em;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
