@charset "SHIFT_JIS";
/*
File name: GP-parts.css
Date: 2010.11.25

Table of Contents:
[1] clearfix
[2] table.basic
[3] list.basic
[4] div.note
[5] tab
[6] calendar
*/

/*========================================
[1] clearfix
========================================*/
.clearfix:after {
	content:".";
	display: block;
	visibility:hidden;
	height:0px;
	clear:both;
}
/*===== IE6 =====*/
* html .clearfix {
	zoom: 1;
}
/*===== IE7 =====*/
*:first-child+html .clearfix {
	zoom: 1;
}
/*========================================
[2] table.basic
========================================*/
table.basic {
	width: 100%;
}
table.basic th {
	padding: 8px;
	border: 1px solid #c28900;
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	background: #ffb601 url("../common/bg_basictable_th.gif") repeat-x center top;
}
table.basic td {
	padding: 10px;
	border: 1px solid #cccccc;
	font-size: 12px;
	line-height: 1.4;
}
table.basic th a, table.basic td a {
	font-weight: bold;
}
table.basic th p.note, table.basic td p.note {
	margin-top: 5px;
	color: #555555;
	font-size: 10px;
}
table.basic th ul.basic, table.basic td ul.basic {
	margin-top: 5px;
}


/*========================================
[3] list.basic
========================================*/
ul.basic {
}
ul.basic li {
	margin-bottom: 0.6em;
	padding-left: 10px;
	background: url("../common/dot_red.gif") no-repeat left 6px;
}
/*========================================
[4] div.note
========================================*/
div.note {
	margin: 30px 0;
}
div.note p {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
div.note ul li {
	margin-bottom: 0.6em;
	padding-left: 10px;
	line-height: 1.3;
	color: #535353;
	font-size: 12px;
	background: url("../common/dot_red.gif") no-repeat left 6px;
}
div.note ul li span {
	font-weight: bold;
}
div.note ul li ul li {
	margin-top: 1em;
	margin-left: 3em;
	background: url("../common/dot_green.gif") no-repeat left 6px;
}

/*========================================
[5] tab
========================================*/
div.tab {
	margin-bottom: 20px;
	border-bottom: 5px solid #ca8e1f;
}
div.tab ul {
	border-bottom: 1px solid #8c7714;
}
div.tab li {
	float: left;
	margin-right: 1px;
}
div.tab li a {
	display: block;
	width: 165px;
	height: 20px;
	padding-top: 8px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	background: url("../common/tab.gif") no-repeat;
	background-position: 0 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 -1px 0 rgba(0,0,0,0.2);
}
*html div#primary-contents div.tab li a {
	color: #000000;
}
div.tab li a:hover {
	background-position: 0 -28px;
}
/*===== schedule =====*/
div#men.schedule.tab li#men a, div#women.schedule.tab li#women a, div#day.schedule.tab li#day a,
div#boxscore.schedule.tab li#boxscore a, div#playbyplay.schedule.tab li#playbyplay a, div#report.schedule.tab li#report a {
	background-position: 0 -28px;
}
/*===== bracket =====*/
div#men.bracket.tab li#men a, div#women.bracket.tab li#women a {
	background-position: 0 -28px;
}
/*===== ticket =====*/
div#ticket.ticket.tab li#ticket a, div#seat.ticket.tab li#seat a {
	background-position: 0 -28px;
}
/*===== profile =====*/
div#profile.profile.tab li#profile a, div#history-men.profile.tab li#history-men a, div#history-women.profile.tab li#history-women a {
	background-position: 0 -28px;
}

/*========================================
[6] calendar
========================================*/
div#calendar {
	margin-bottom: 20px;
}
div#calendar p {
	float: left;
	padding: 5px 20px 5px 0;
	color: #7f6300;
	font-size: 36px;
	line-height: 1.1;
	font-weight: bold;
}
div#calendar p span {
	marign-left: 3px;
	font-size: 12px;
}
div#calendar li {
	float: left;
	margin-top: 5px;
	border-right: 1px solid #cccccc;
}
div#calendar li:first-child {
	border-left: 1px solid #cccccc;
}
div#calendar li a {
	display: block;
	padding: 12px 15px;
	color: #005ac0;
	font-weight: bold;
}
div#calendar li a:hover {
	background-color: #fff4e0;
}