
/**
 * Main Table
 */
#games_console_data .main-table {
	border-collapse: separate;
	/*width: 100%;*/
}
#games_console_data .main-table thead {
	font-size: 11px;
}

#games_console_data .main-table thead th {
	cursor: pointer;
	-webkit-user-select: none;
}

/**
 * 固定行ヘッダー
 */
#games_console_data  th.header-row-fixed {
	background: #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #777;
	border-left: 1px solid #333;
	width: 60px;
	background: -webkit-gradient(linear, center top, center bottom, from(#929292), color-stop(0.48, #929292),color-stop(0.52, #5C5C5C), to(#5C5C5C));
}
#games_console_data  th.header-row-fixed div {
	width: 58px;
	color:#ffffff;
}

/**
 * 行ヘッダー
 */
#games_console_data  .header-row {
	overflow: hidden;
	width: 300px;
}
#games_console_data .header-row table {
	width: 680px;
	background: #666;
	border-collapse: separate;
}

#games_console_data .header-row table th {
	border-top: 1px solid #666;;
	border-bottom: 0;
	border-right: 1px solid #777;
	border-left: 1px solid #333;
	background: -webkit-gradient(linear, center top, center bottom, from(#929292), color-stop(0.48, #929292),color-stop(0.52, #5C5C5C), to(#5C5C5C));
}

/**
 * 選択された列ヘッダー
 */
#games_console_data th.selected, #games_console_data .header-row table th.selected {
	background:url(../img/smt/color1/bg_table_selected.png);
	background-size:cover;
	border-top: 1px solid #000;
	border-bottom: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
}
/**
 * 昇順
 */
#games_console_data .sort-asc div::after {
	content: '▲';
}
/**
 * 降順
 */
#games_console_data .sort-desc div::after {
	content: '▼';
}

/**
 * 列ヘッダー
 */
#games_console_data .header-col {
	overflow: hidden;
	height: 400px;
}
#games_console_data .header-col table {
	background: #666;
	border-collapse: separate;
}
#games_console_data .header-col table td {
	border-right: 1px solid #777;
	border-left: 1px solid #333;
	border-top: 1px solid #777;
	border-bottom: 1px solid #333;
	width: 70px;
}

/**
 * Content Body
 */
#games_console_data .content-body {
	overflow: hidden;
	width: 300px;
	height: 400px;
}
#games_console_data .content-body table {
	width: 680px;
	border-collapse: separate;
}
#games_console_data .content-body table td {
	border-top: 1px solid #444;
	border-bottom: 1px solid #222;
	border-right: 1px solid #444;
	border-left: 1px solid #222;
	color: #FFF;
	font-weight: bold;
}

#games_console_data td, #games_console_data th {
	width: 64px;
	height: 40px;
	margin: 0px;
	text-align: center;
	color: #ffffff;
	border: 0;
}
#games_console_data td div, #games_console_data th div{
	color: #ffffff;
	line-height: 1.6;
}

#contents {
	margin: 0px;
}

#games_console_data #console_data_tabel .btn {
	padding-right: 5px;
	padding-left: 5px;
}

#games_console_data .menu .product {
	margin-bottom: -10px;
}
