@charset "shift-jis";
@import url("common_list.css");

/*----------タイトル画像----------*/
h1.banner{
	background:url(../img/zone/zoneb_c.jpg) no-repeat 50% 50%;
	width:650px;
	height:78px;
	margin:0 auto 15px;
}

/*----------データ全体----------*/
.data{
	margin-top:0px;
}

/*----------大外枠----------*/
div.list_frame {
width:630px;
margin:0 25px 10px;
padding:10px;
background:#ffa350;
}

/*----------table設定----------*/
table.list_tb {
width:100%;
border:1px solid #ffffff;
background-color:#ffffff;}

table.list_tb tr td {
padding:5px;}

/*----------会場名----------*/
table.list_tb th {
padding:10px 0 0;
font-size:18px;
font-weight:bold;
color:#663300;
background-color:#ff7f00;}

/*----------インフォ(開催日、時間)----------*/
table.list_tb td.info {
padding:10px 0;
font-size:12px;
color:#ffffff;
background-color:#ff7f00;
text-align:center;}

/*----------[WINNER]テーブル----------*/
table.win_tb{
border:1px solid #ff7f00;
background-color:#FFFFCC;
margin-bottom:5px;
color:#ff0000;
font-size:14px;
text-align:center;}

table.win_tb tr td{
border:1px solid #ff7f00;
border-width:1px 1px 0px 0;}

table.win_tb th{
padding:5px 0;
background-color:#FFA350;
font-size:12px;
color:#993300;}

/*順位通過　記載行*/
table.win_tb tr.win_rank{
background-color:#FFFF99;
color:#993300;
font-size:12px;}

table.win_tb tr td.win1_rank{
width:50%;}

table.win_tb tr td.win2_rank{
width:50%;
border-right-width:0px;}

/*通過者名　記載行*/
table.win_tb tr td.win2_name{
border-right-width:0px;}

/*----------[WINNER]リストテーブル----------*/
table.win_list_tb{
background-color:#F5F5F5;
color:#666666;
font-size:12px;
border-left:1px solid #ffffff;}

table.win_list_tb tr td{
border:1px solid #ffffff;}

table.win_list_tb tr.list_item{
background-color:#cccccc;
color:#666666;
text-align:center;}

table.win_list_tb td.area{
width:15%;}

table.win_list_tb td.shop{
width:35%;}

table.win_list_tb td.win1{
width:25%;}

table.win_list_tb td.win2{
width:25%;}


/*----------リンク設定----------*/
/*会場名リンク*/
table.list_tb th a:link {
text-decoration:underline;
color:#663300;}

table.list_tb th a:visited {
text-decoration:underline;
color:#663300;}

table.list_tb th a:hover {
text-decoration:underline;
color:#FFFF99;}

table.list_tb th a:active {
text-decoration:underline;
color:#FFFF99;}

/*会場名リンク*/
table.win_list_tb a:link {
text-decoration:underline;
color:#666666;}

table.win_list_tb a:visited {
text-decoration:underline;
color:#666666;}

table.win_list_tb a:hover {
text-decoration:underline;
color:#666666;}

table.win_list_tb a:active {
text-decoration:underline;
color:#666666;}