@charset "utf-8";
/* CSS Document */

/*タイトル*/
#tournamentNamePGA {
	font-size:150%;
	float:left;
	width:574px;
	padding:13px 0;
}

#contentsTitle,#contentsTitle02 {
	color:#003C82;
	font-size:150%;
	margin-bottom:20px;
}

#contentsTitle {
	margin-bottom:20px;
}

#contentsTitle02 {
	margin-bottom:5px;
}

/*スケジュールボタン*/
#pgaScheduleButton {
	float:right;
	background:#003C82 url(../images/pgatour/button_bg.gif) repeat-x left bottom;
	border-radius:3px;         /* CSS3 */
	-moz-border-radius:3px;    /* Firefox */
	-webkit-border-radius:3px; /* Safari,Chrome */
	text-indent:24px;
	margin-top:4px;
}

#pgaScheduleButton a,#pgaScheduleButton a:visited,#pgaScheduleButton a:hover,#pgaScheduleButton a:active {
	display:block;
	width:156px;
	padding:6px 12px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/pgatour/schedule_button_arrow.gif) no-repeat 21px center;
	font-size:90%;	/* 20170418追加 */
}

/*サブメニュー*/
#headlineBgNav {
	border-top:2px solid #003C82;
	background:url(../images/base/titile_bg.gif) repeat-x left top;
	padding:10px 0 5px;
	margin-bottom:20px;
}

#headlineBgNavNone {
	border-top:2px solid #003C82;
	background:url(../images/base/titile_bg.gif) repeat-x left top;
	padding:15px 0;
}

#subNav {
	width:749px;
	margin:0 auto;
}

#subNav li {
	display:block;
	width:186px;
	height:20px;
	line-height:20px;
	float:left;
	border-right:1px dotted #999;
	text-align:center;
	margin-bottom:5px;
}

#subNav li.subNavDotNone {
	border-right:none;
}

#subNav li a {
	display:block;
	width:186px;
	height:20px;
}

#subNav li a,#subNav li a:visited {
	color:#000000;
	text-decoration:none;
}

#subNav li a:hover,#subNav li a:active {
	color:#003C82;
	text-decoration:none;
}

ul#subNav li.subNavCurrent a {
	color:#003C82;
}

ul#subNav li.subNavCurrent a,ul#subNav li.subNavCurrent a:visited,ul#subNav li.subNavCurrent a:hove,ul#subNav li.subNavCurrent a:active {
	_color:#003C82;
}

/*PGAロゴ背景*/
#pgaTourLogo,#pgaTourLogoOutline {
	background:url(../images/pgatour/pga_text_logo.png) no-repeat right top;
}

#pgaTourLogoOutline {
	height:50px;
	padding-bottom:10px;
}

#pgaTourLogoOutlineNone {
	background:url(../images/pgatour/pga_text_logo.png) no-repeat right center;
	height:50px;
	padding-top:20px;
}

/*ラウンド表記*/
#roundList {
	border-left:2px solid #003C82;
	padding-left:8px;
}

/*ページリンク*/
.pageLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:117%;
	font-weight:bold;
	float:left;
	margin:3px 0 0 15px;
}

ol.pageLink li {
	display:inline;
	line-height:30px;
}

ol.pageLink li a {
	padding:5px;
	border:1px solid #003C82;
	text-decoration:none;
	color:#003C82;
}

ol.pageLink li a:visited {
	text-decoration:none;
	color:#003C82;
}

ol.pageLink li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:#003C82;
}

ol.pageLink li.pageLinkCurrent a,ol.pageLink li.pageLinkCurrent a:visited,ol.pageLink li.pagepageLink a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:#003C82;
}

.tournamentNameLink {
	font-weight:bold;
	letter-spacing:1px;
}

.pageLinkNone {
	padding:5px;
	*padding:5px 1px 5px 5px;
	border:1px solid #CCC;
	background:#F2F2F2;
	color:#B3B3B3;
}

/*現地時間*/
.localTime,.localTime02 {
	color:#4D4D4D;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:20px;
	margin-bottom:3px;
}

.localTime02 {
	margin-top:15px;
}

/*スケジュール*/
#pgaTourScheduleWrap {
}

#pgaTourScheduleWrap h2 {
	font-size:167%;
	font-weight:bold;
	color:#003C82;
	line-height:36px;
	float:left;
}

#pgaTourScheduleWrap h3 {
	font-size:150%;
	clear:both;
	margin-bottom:5px;
}

#pgaTourScheduleWrap select {
	float:right;
	margin-top:6px;
}

/*ロゴ差し替えテスト*/
#pgaTourScheduleWrap02 {
	background:url(../images/pgatour/usa_flag.gif) no-repeat left 12px;
	padding-left:49px;
}

#pgaTourScheduleWrap02 h2 {
	font-size:167%;
	font-weight:bold;
	color:#003C82;
	line-height:36px;
	float:left;
}

#pgaTourScheduleWrap02 h3 {
	font-size:150%;
	clear:both;
	margin-bottom:5px;
}

#pgaTourScheduleWrap02 select {
	float:right;
	margin-top:6px;
}

/*賞金ランク*/
.statsPageLink {
	text-align:center;
	font-size:117%;
	margin:15px 0;
    font-size: 0px;
}

.statsPageLink li {
	display: inline-block;
	border-left:1px solid #000;
	padding:0 8px;
    font-size: 14px;
}

.statsPageLink li.statsPageLinkLast {
	border-right:1px solid #000;
}

.statsPageLink li.statsPageLinkCurrent a,.statsPageLink li.statsPageLinkCurrent a:visited,.statsPageLink li.statsPageLinkCurrent a:hover,.statsPageLink li.statsPageLinkCurrent a:active {
	color:#003C82;
	text-decoration:none;
	font-weight:bold;
}

/*=============================
テーブル
==============================*/
.tableBase {
	width:100%;
	border:1px solid #E1E1E1;
	border-collapse:collapse;
}

.tableBase th,.tableBase td {
	border:1px solid #E1E1E1;
	border-collapse:collapse;
	border-spacing:0;
	padding:2px 4px;
}

.tableBase th  {
	background:#002848;
	color:#FFF;
	font-weight:normal;
}

/*trカラー*/
.trColor {
	background-color:#DAE7F0;
}

/*テーブルセル色*/
th.tdColor01 {
	background:#003C82;
}

th.tdColor02 {
	background:#0066CC;
}

.tdHbh01 {
	background:#002848;
	font-size:84%;
	color:#FFF;
}

.tdHbh02 {
	background:#000000;
	font-size:84%;
	color:#FFF;
}

/*=============================
トップページ　PGA TOURブロック
==============================*/
#topPgatour {
	background:url(../images/pgatour/top_box_bg_pgatour.gif) repeat-x left 32px;
	padding-top:2px;
	margin-bottom:25px;
	zoom:1;
	border-top:2px solid #00BDF3;
}

#topPgatourTitleWrap {
	background:#002848;
	margin-bottom:15px;
}


#topPgatour h2 {
	font-size:167%;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:15px;
	margin-top:2px;
	line-height:30px;
	float:left;
}

.topTournamentLeftPga {
	margin:0 0 0 15px;
	_margin:0 20px 0 7px;
	padding-right:178px;
	background:url(../images/pgatour/pga_text_logo.png) no-repeat right center;
}

.topTournamentLeftPga ul {
	margin:10px 0 5px;
	border-left:4px solid #0066CC;
	padding-left:5px;
}

#topPgatourLink {
	font-weight:bold;
	float:right;
	line-height:32px;
	background:url(../images/pgatour/schedule_button_arrow.gif) no-repeat 5px center;
	padding:0 20px;
}

#topPgatourLink a,#topPgatourLink a:visited {
	color:#FFF;
	text-decoration:none;
}

#topPgatourLink a:hover,#topPgatourLink a:active {
	text-decoration:underline;
}

#pgatourLinkList {
	text-align:right;
	margin-top:-20px;
}

#pgatourLinkList li {
	display:inline;
	background:url(../images/pgatour/t_arrow_pgatour.gif) no-repeat left center;
	padding-left:10px;
	margin-left:10px;
	line-height:;
}

/*=============================
テーブルトップ
==============================*/
.tablePgatour {
	width:100%;
	border:1px solid #E1E1E1;
	border-collapse:collapse;
}

.tablePgatour th,.tablePgatour td {
	border:1px solid #E1E1E1;
	border-collapse:collapse;
	border-spacing:0;
	padding:2px 4px;
}

.tablePgatour th  {
	background:#002848;
	color:#FFF;
	font-weight:normal;
}

.trColorPgatour {
	background-color:#DAE7F0;
}

th.tdColorPgatour01 {
	background:#003C82;
}

th.tdColorPgatour02 {
	background:#0066CC;
}

td.tColorPga {
	background:#003C82;
	color:#FFF;
}

.tablePgatour tr#pgatourBorderLine {
	border-bottom:2px solid #002848;
}


/*=============================
スコアカード
==============================*/
#pgatourPlayerName {
	margin:-5px 0 15px 0;
}

#pgatourPlayerName h2 {
	font-size:217%;
	font-weight:bold;
	line-height:32px;
}

#pgatourPlayerName h3 {
	font-size:117%;
	margin-top:-3px;
}

#pgatourPlayerName h4 {
	font-size:84%;
}

#pgatourPlayerName h4 img {
	margin-right:5px;
	vertical-align:middle;
}

.pgatourScoreCardRank {
	font-weight:bold;
	float:left;
	padding-left:10px;
	line-height:20px;
	margin-bottom:2px;
}

.exPga {
	margin:-20px 0 10px;
}


/*=============================
速報なしの表記
==============================*/
#pgaScoringNone {
	border:1px solid #b4b4b4;
	border-radius:3px;         /* CSS3 */
	-moz-border-radius:3px;    /* Firefox */
	-webkit-border-radius:3px; /* Safari,Chrome */
	padding:15px 20px;
	margin-top:15px;
	text-align:center;
}

#pgaScoringNone li img {
	vertical-align:middle;
	margin-right:3px;
}

/*=============================
ペアリング
==============================*/
.teetimeCourse {
	font-weight:bold;
	margin-bottom:5px;
}

/*注釈*/
.pgaComment {
	font-size:84%;
	float:left;
	/*margin-top:-18px;*/
}