@charset "utf-8";
/* CSS Document */

/*=============================
共通
==============================*/
/*見出し*/
.headlineTourIcon {
	font-size:167%;
	font-weight:bold;
	color:#DC0D0D;
	background:url(../images/contents/golfer_icon.gif) no-repeat left top;
	padding-left:24px;
	line-height:40px;
}

.headlineChallengeIcon {
	font-size:167%;
	font-weight:bold;
	color:#000F85;
	background:url(../images/contents/golfer_icon.gif) no-repeat left top;
	padding-left:24px;
	line-height:40px;
}

.headlineOtherIcon {
	font-size:167%;
	font-weight:bold;
	color:#1A1A1A;
	background:url(../images/contents/golfer_icon.gif) no-repeat left top;
	padding-left:24px;
	line-height:40px;
}

.headlineQtIcon {
	font-size:167%;
	font-weight:bold;
	background:url(../images/contents/golfer_icon.gif) no-repeat left top;
	padding-left:24px;
	line-height:40px;
	color:#006837;
}

.headlineOtherIcon span,.headlineQtIcon span {
	font-size:70%;
}

.headlineMedium {
	font-size:117%;
	font-weight:bold;
	margin-bottom:2px;
}

#tournamentName {
	font-size:150%;
	float:left;
	width:635px;
	padding:13px 0;
}

/*ディレイ*/
.delay {
	background:#DC0D0D url(../images/contents/delay_bg.gif) repeat;
	padding:5px 15px;
	border-radius:5px;         /* CSS3 */
	-moz-border-radius:5px;    /* Firefox */
	-webkit-border-radius:5px; /* Safari,Chrome */
	margin-bottom:10px;
}

.delay ul {
	color:#FFFFFF;
	background:url(../images/contents/delay_tv_icon.gif) no-repeat left 3px;
	padding-left:25px;
}

.delayTvLink a,.delayTvLink a:visited {
	color:#FFF;
	text-decoration:none;
}

.delayTvLink a:hover,.delayTvLink a:active {
	color:#FFF;
	text-decoration:underline;
}

.delayTvLink {
	color:#000;
}

/*凡例*/
.explanatory {
	font-size:84%;
	float:right;
	margin-bottom:3px;	/* 2017.2.22 off */
	text-align:right;	/* 2017.2.22 */
}

.explanatory li {
	display:inline;
	margin-left:5px;
	line-height:20px;
}

.explanatory_long {	/* 2017.4.18 */
	font-size:84%;
	float:right;
	text-align:right;
}

.explanatory_long li {	/* 2017.4.18 */
	display:inline;
	margin-left:5px;
	line-height:5px;
}

/*点線*/
.dotLine {
	clear:both;
	border-bottom:1px dotted #000;
	padding-top:10px;
	margin-bottom:10px;
	*padding-top:5px;
}

/*ラウンド表記*/
.round {
	font-family:Arial, Helvetica, sans-serif;
	font-size:134%;
}

.roundRed {
	color:#DC0D0D;
}

.update {
	font-size:84%;
}

.roundWrap {
	margin-bottom:15px;
}

#roundListTour {
	border-left:2px solid #DC0D0D;
	padding-left:8px;
}

#roundListChallenge {
	border-left:2px solid #000F85;
	padding-left:8px;
}

/*Unisys Scoring System*/
.unisysSS,.unisysSSSchedule {
	font-size:84%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/contents/unisys_ss_logo.gif) no-repeat left top;
	line-height:20px;
	display:none;
}

.unisysSS {
	margin-bottom:3px;
}

.unisysSSSchedule {
	margin-top:8px;
}

.unisysSS a,.unisysSS a:visited,.unisysSS a:hover,.unisysSS a:active,.unisysSSSchedule a,.unisysSSSchedule a:visited,.unisysSSSchedule a:hover,.unisysSSSchedule a:active {
	padding-left:50px;
	color:#000;
	text-decoration:none;
}

.unisysMargin {
	margin-bottom:15px;
}

/*ページリンク*/
#pageLinkSearch {
	text-align:center;
	font-weight:bold;
	margin-top:30px;
}

ol#pageLinkSearch li {
	display:inline;
}

ol#pageLinkSearch li a {
	padding:5px 6px;
	border:1px solid #999;
	text-decoration:none;
}

ol#pageLinkSearch li a:visited {
	text-decoration:none;
}

ol#pageLinkSearch li a:hover {
	background:#0066CC;
	text-decoration:none;
	color:#FFF;
}

ol#pageLinkSearch li.pageLinkCurrent a,ol#pageLinkSearch li.pageLinkCurrent a:visited,ol#pageLinkSearch li.pageLinkCurrent a:hover {
	text-decoration:none;
	background:#0066CC;
	color:#FFF;
}

ol#pageLinkSearch li.pageLinkPrevious a,ol#pageLinkSearch li.pageLinkPrevious a:visited {
	border:none;
	background:url(../images/contents/page_link_arrow_previous.gif) no-repeat left center;
	padding-left:10px;
}

ol#pageLinkSearch li.pageLinkPrevious a:hover,ol#pageLinkSearch li.pageLinkPrevious a:active {
	color:#0066CC;
	text-decoration:underline;
}

ol#pageLinkSearch li.pageLinkNext a,ol#pageLinkSearch li.pageLinkNext a:visited {
	border:none;
	background:url(../images/contents/page_link_arrow_back.gif) no-repeat right center;
	padding-right:10px;
}

ol#pageLinkSearch li.pageLinkNext a:hover,ol#pageLinkSearch li.pageLinkNext a:active {
	color:#0066CC;
	text-decoration:underline;
}

/*その他*/
.suspended {
	margin-bottom:10px;
}

.winner {
	color:#DC0D0D;
	font-weight:bold;
}

.linkFL {
 line-height:20px;
 text-align:right;
}

/*ラウンド表記 トップとトーナメントトップのスコア用*/
.roundLine li {
	display:inline;
	margin-right:5px;
	width:400px;	/* 2017.3.28追加 */
}

.roundLine {	/* 2017.3.28追加 */
	float:left;
}


/*=============================
トーナメント関連
==============================*/
/*チケット*/
#ticket h4 {
	font-weight:bold;
	border-left:5px solid #DC0D0D;
	border-bottom:1px dotted #000;
	padding-left:8px;
	line-height:20px;
	margin:15px 0 5px;
}

#ticketComplement {
	border:1px solid #999;
	border-radius:5px;         /* CSS3 */
	-moz-border-radius:5px;    /* Firefox */
	-webkit-border-radius:5px; /* Safari,Chrome */
	padding:10px;
	margin-top:15px;
}

#ticketBuyButton {
	background:#208efc url(../images/contents/ticket_button_bg.gif) repeat-x left bottom;
	line-height:30px;
	width:145px;
	border:1px solid #0066CC;
	text-align:center;
	border-radius:3px;         /* CSS3 */
	-moz-border-radius:3px;    /* Firefox */
	-webkit-border-radius:3px; /* Safari,Chrome */
	text-indent:6px;
	margin-left:10px;
}

#ticketBuyButton a,#ticketBuyButton a:visited,#ticketBuyButton a:hover,#ticketBuyButton a:active {
	display:block;
	color:#FFF;
	text-decoration:none;
	background:url(../images/contents/ticket_button_arrow.png) no-repeat 23px center;
}

/*スケジュールのアイコン*/
.iconOfficial,.iconTicket {
	border:1px solid #CCC;
	width:62px;
	-webkit-transform:scale(0.7);
-moz-transform:scale(0.7);
-ms-transform:scale(0.7);
-o-transform:scale(0.7);
transform:scale(0.7);	/* 2017.2.22 old font-size:75%; */
	font-weight:bold;
	line-height:14px;
	text-align:center;
	margin:0 auto;
}

.iconOfficial {
	margin-bottom:1px;
}

.iconOfficial a,.iconOfficial a:visited,.iconTicket a,.iconTicket a:visited {
	display:block;
	color:#1A1A1A;
	text-decoration:none;
}

.iconOfficial a:hover,.iconOfficial a:active,.iconTicket a:hover,.iconTicket a:active {
	display:block;
	color:#1A1A1A;
	text-decoration:none;
	background:#E6E6E6;
}

/*ホールバイホール*/
#hbhLeft {
	width:764px;
	float:left;
}

.eagle,.birdie {
	color:#DC0D0D;
	line-height:15px;
}

.birdie {
	font-size:200%;
}

.bogey,.doubleBogey {
	color:#000F85;
	line-height:15px;
}

.doubleBogey {
	font-size:167%;
}

/*ホールサマリー*/
span.subTitle {
	font-size:78%;
	color:#000;
	font-weight:bold;
}

#summaryPopTitle {
	font-size:117%;
	font-weight:bold;
	border-bottom:1px solid #000;
	margin:5px 0;
}

/*ホールロケーション*/
#holeLocationDetail {
	margin-bottom:15px;
}

#holeLocationDetail dt {
	font-weight:bold;
	float:left;
	width:12em;	/* 2017.2.22 old width:2.5em;→2017.5.25 old width:7em; */
}

#holeLocationDetail dd {
	margin-left:8em;	/* 2017.2.22 old margin-left:3em; */
}

/*出場選手*/
#fieldCount {
	font-size:67%;
	color:#000000;
	font-weight:bold;
	padding-left:5px;
}

/*記事一覧日付タイトル*/
h3.storyHeadline {
	background:url(../images/contents/black_dot_bg.gif) repeat-y top left;
	line-height:25px;
	font-size:117%;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	padding-left:15px;
	margin-bottom:10px;
}

/*=============================
記事レイアウト
==============================*/
.tsTitle {
	font-size:150%;
	line-height:1.2em;
	margin-bottom:10px;
}

.topStory p,.moreStory p {
	overflow:hidden;
}

.storyPhotoLeft,.moreStoryPhotoLeft {
	float:left;
	margin-right:15px;
	min-width:114px;
	text-align:center;
}

.storyPhotoRight {
	float:right;
	margin-left:15px;
	min-width:114px;
	text-align:center;
}

.moreStory {
	margin-bottom:10px;
}

.moreStory h4 {
	font-size:117%;
	overflow:hidden;
	margin-bottom:5px;
}

.dayIcon {
	color:#FFFFFF;
	background:#000000 url(../images/contents/day_icon_bg.gif) repeat-x left bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:84%;
	font-weight:bold;
	line-height:18px;
	text-align:center;
	border-radius:2px;         /* CSS3 */
	-moz-border-radius:2px;    /* Firefox */
	-webkit-border-radius:2px; /* Safari,Chrome */
	float:right;
	width:68px;
	margin-left:10px;
}

#storyDetailTitle {
	font-size:134%;
	color:#0066cc;
	margin:25px 0;
	line-height:1.3em;
}

#storyDetailTitle02 {
	font-size:134%;
	color:#0066cc;
	margin:18px 0 25px;
	line-height:1.3em;
}

/*詳細写真*/
#storyDetailPhotoLeft,#storyDetailPhotoRight {
	max-width:280px;
	_width:280px;
	text-align:center;
}

#storyDetailPhotoLeft {
	margin:0 20px 5px 0;
	float:left;
}

#storyDetailPhotoRight {
	margin:0 0 5px 20px;
	float:right;
}

#storyDetailPhotoLeft img,#storyDetailPhotoRight img {
	vertical-align:bottom;
	margin-bottom:10px;
}

.photoCaption {
	font-size:84%;
	line-height:1.4em;
	margin:-5px 0 10px;
	text-align:left;
	_text-align:center;
}

#storyDetailBack {
	text-align:right;
	border-top:1px dotted #000;
	margin-top:15px;
	padding-top:5px;
	clear:both;
}

/*=============================
stats
==============================*/
.statsListTitle {
	background:#000;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	line-height:22px;
	margin-bottom:10px;
}

#headlineStats {
	margin:-5px 0 15px;
}

.statsList {
	width:374px;
	margin:0 16px 10px 0;
	float:left;
}

.statsListNone {
	margin-right:0;
}

.statsList h3 {
	font-weight:bold;
}

.statsList h3 a,.statsList h3 a:visited {
	color:#000;
	text-decoration:none;
}

.statsList h3 a:hover,.statsList h3 a:active {
	text-decoration:underline;
}

.statsList p {
	text-align:right;
	margin-top:3px;
}

select.statsYear {
	width:140px;
}

/*=============================
パフォーマンスチャート
==============================*/
#radarChart {
	width:500px;
	margin:0 auto;
}

#radarTitle {
	border-bottom:1px solid #000;
	padding:0 0 18px;
	margin-bottom:10px;
}

#graph {
	clear:both;
	padding-top:15px;
	*width: 100%; /* for IE6,7 */
}

#radarChart h1 {
	font-size:217%;
	line-height:34px;
	font-weight:bold;
}

#radarChart h2 {
	float:left;
	font-size:117%;
	line-height:20px;
	margin-top:-5px;
}

#radarChart p {
	float:right;
	margin-top:-5px;
	height:20px;
}

#radarChart h3 {
	font-size:117%;
	font-weight:bold;
	margin-bottom:8px;
	clear:both;
	text-align:center;
}

#rankBest3 {
	zoom:1;
}

#rankBest3 li {
	display:block;
	background:#f2d252 url(../images/contents/rader_bg.gif) repeat-x left bottom;
	width:164px;
	float:left;
	margin-right:4px;
	text-align:center;
	font-weight:bold;
	line-height:5px;	/* 2017.2.23 old line-height:22px; */
	padding:3px 0 6px;
}

#rankBest3Player li {
	display:block;
	float:left;
	width:164px;
	text-align:center;
	font-weight:bold;
	line-height:14px;
	padding:4px 0;
	margin-right:4px;
	border-bottom:2px solid #FFF;
	word-break:break-all;
}

#rankBest3 li.best3Last,#rankBest3Player li.best3Last {
	margin-right:0;
}

#rankBest3Player li a:link,#rankBest3Player li a:visited {
	display:block;
	background:url(../images/contents/rader_arrow.gif) no-repeat top center;
	text-decoration:none;
	padding-top:5px;
	margin-top:-4px;	/* 2017.2.23追加 */
}

#rankBest3Player li a:hover,#rankBest3Player li a:active {
	color:#000;
}

#rankBest3Player li.rankBest3PlayerCurrent a:link,#rankBest3Player li.rankBest3PlayerCurrent a:visited {
	color:#000000;
	background:url(../images/contents/rader_arrow.gif) no-repeat top center;
}

#rankBest3Player li.rankBest3PlayerCurrent {
	border-bottom:2px solid #F2D14F;
}

#radarUpdate {
	text-align:right;
	font-size:84%;
	line-height:1.5em;
	margin:5px 0 10px;
}

/*=============================
タブ
==============================*/
/*jQueryタブ*/
#tabOutline01 dt,#tabOutline01Tour dt,#tabOutline02 dt,#tabOutline03 dt {
	font-weight:bold;
	float:left;
	width:15em;	/* 2017.2.22 old width:11.5em; */
}

#tabOutline01 dd,#tabOutline01Tour dd,#tabOutline02 dd,#tabOutline03 dd {
	margin-left:15em;	/* 2017.2.22 old margin-left:12em; */
}

#tabOutline01 {
	width:400px;
	float:left;
	margin-right:10px;
}

#tabOutline02 {
	width:357px;
	float:left;
}

#tabOutline03 {
	width:357px;
	float:right;
}

#tabOutline03 ul li {
	margin-bottom:10px;
}

#tabOutline03 ul li:last-child {
	margin-bottom:0;
}

#outlineTournamentLogo {
	float:right;
	text-align:center;
	padding:10px 0;
	width:320px;
}

#outlineTournamentLogoTour {
	float:left;
	text-align:center;
	padding:10px 0;
	width:320px;
}

#outlineTournamentMovie {
	text-align:center;
	float:right;
	width:320px;
}

#outlineLeft {
	width:400px;
	float:left;
	margin-right:10px;
}

#tabTournamentOutline dt {
	font-weight:bold;
	float:left;
	width:15em;	/* 2017.2.22 old width:9em; */
}

#tabTournamentOutline dd {
	margin-left:15em;	/* 2017.2.22 margin-left:9.5em; */
}

/*タブ静的*/
#tabMenu {
	padding-left:5px;
	background:url(../images/base/tabline.gif) repeat-x left bottom;
	margin-bottom:20px;
}

#tabMenu li {
	float:left;
	margin-right:2px;
	text-align:center;
}

#tabMenu li a {
	display:block;
    background:url(../images/base/tab.png) no-repeat 0 0;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #999;
}

#tabMenu li a span {
	display:block;
	padding:3px 20px;
    background:url(../images/base/tab.png) no-repeat right -100px;
}

#tabMenu li a:hover {
    background:url(../images/base/tab.png) no-repeat 0 -50px;
}

#tabMenu li a:hover span {
    background:url(../images/base/tab.png) no-repeat right -150px;
}

#tabMenu li#tabCurrent a,#tabMenu li#tabCurrent a:hover {
    background:url(../images/base/tab.png) no-repeat 0 -50px;
	border-bottom:1px solid #FFF;
	color:#DC0D0D;
}

#tabMenu li#tabCurrent a span,#tabMenu li#tabCurrent a:hover span {
    background:url(../images/base/tab.png) no-repeat right -150px;
	color:#DC0D0D;
}

.tabNoLink {
	display:block;
    background:url(../images/base/tab_disable.png) no-repeat 0 0;
	color:#808080;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #999;
}

.tabNoLink span {
	display:block;
	padding:3px 20px;
    background:url(../images/base/tab_disable.png) no-repeat right -100px;
}

/*タブグレー*/
#tabMenuGrey {
	padding-left:5px;
	background:url(../images/base/tabline.gif) repeat-x left bottom;
	margin-bottom:20px;
}

#tabMenuGrey li {
	float:left;
	margin-right:2px;
	text-align:center;
	font-weight:bold;
}

#tabMenuGrey li a {
	display:block;
    background:url(../images/contents/player_tab.png) no-repeat 0 0;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #999;
}

#tabMenuGrey li a span {
	display:block;
	padding:3px 20px;
    background:url(../images/contents/player_tab.png) no-repeat right -100px;
}

#tabMenuGrey li a:hover {
    background:url(../images/contents/player_tab.png) no-repeat 0 -50px;
}

#tabMenuGrey li a:hover span {
    background:url(../images/contents/player_tab.png) no-repeat right -150px;
}

#tabMenuGrey li#tabPlayerCurrent a,#tabMenuGrey li#tabPlayerCurrent a:hover {
    background:url(../images/contents/player_tab.png) no-repeat 0 -50px;
	border-bottom:1px solid #FFF;
	color:#000000;
}

#tabMenuGrey li#tabPlayerCurrent a span,#tabMenuGrey li#tabPlayerCurrent a:hover span {
    background:url(../images/contents/player_tab.png) no-repeat right -150px;
	color:#000000;
}

/*=============================
フォトギャラリーカルーセル
==============================*/
h3.topPGtitle {
	background:url(../images/contents/black_dot_bg.gif) repeat-y top left;
	line-height:25px;
	font-size:117%;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	padding-left:15px;
	margin-bottom:15px;
}

h3.topPGtitle span {
	font-size:86%;
	font-family:Arial, Helvetica, sans-serif;
}

.topPG {
	background:#FFF url(../images/base/tab_bg.gif) repeat-x left 35px;
	border-bottom:1px solid #999;
	padding-bottom:15px;
	padding-top:10px;
}

.toPGshadow {
	height:8px;
	background:url(../images/contents/photo_gallery_shadow.gif) repeat-x left top;
}

.photoGallery {
	overflow:hidden;
	width:635px;
	margin:0 auto;
}

.photoGallery li {
	float:left;
	background:#F2F2F2;
	margin-right:5px;
	width:120px;
	height:80px;
	text-align:center;
}

.photoGallery li:last-child {
	margin-right /*\**/:0\9 !important; /*IE*/
}

.photoGallery li img {
	vertical-align:bottom;
}

.prev {
	float:left;
	cursor:pointer;
	width:60px;
	height:82px;
	background:url(../images/contents/photo_gallery_button_prev.gif) no-repeat center center;
}

.next {
	float:right;
	cursor:pointer;
	width:60px;
	height:82px;
	background:url(../images/contents/photo_gallery_button_next.gif) no-repeat center center;
}

/*=============================
テーブル
==============================*/
/*ツアー・チャレンジ（ツアー・チャレンジ以外のページで使用）*/
.tableTour,.tableChallenge {
	width:100%;
	border:1px solid #E1E1E1;
	border-collapse:collapse;
}

.tableTour th,.tableTour td,.tableChallenge th,.tableChallenge td {
	border:1px solid #E1E1E1;
	border-collapse:collapse;
	border-spacing:0;
	padding:2px 4px;
}

.tableTour th  {
	background:#990000;
	color:#FFF;
	font-weight:normal;
}

.tableChallenge th  {
	background:#1B1464;
	color:#FFF;
	font-weight:normal;
}

.trColorTour {
	background-color:#F4EBEB;
}

.trColorChallenge {
	background-color:#EAE9FA;
}

/*チケット*/
.tableTicket {
	width:100%;
	border:none;
	border-collapse:collapse;
}

.tableTicket td {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	padding:2px 4px;
}

.tableTicket th {
	font-weight:bold;
	text-align:left;
	background:#FFFFFF;
	border-bottom:1px solid #999;
}

/*テレビ*/
.tableTv {
	width:100%;
	border:none;
	border-collapse:collapse;
}

.tableTv td {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	padding:2px 4px;
}

.tableTv th {
	font-weight:bold;
	text-align:left;
	background:#FFFFFF;
	border-bottom:1px solid #999;
}

#tvNone {
	font-size:117%;
	text-align:center;
	letter-spacing:0.5em;
	color:#666;
	padding:20px 0;
}

/*会場状況*/
.tableSituation {
	width:100%;
	border:none;
	border-collapse:collapse;
}

.tableSituation td {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	padding:2px 4px 2px 15px;
}

.tableSituation th {
	font-weight:bold;
	text-align:left;
	background:#FFFFFF;
	border-bottom:1px solid #999;
	padding:2px 4px 2px 15px;
	line-height:1.3em;
}

table.tableSituation td.tdSituation {
	font-weight:bold;
	background:#FFFFFF;
	padding:2px 4px;
}

/*列の色*/
.tColorHeadlineBlack {
	background:#000000;
	color:#FFF;
	font-weight:bold;
	text-indent:5px;
}

.tColorGrey {
	background:#CCCCCC;
}

.tColorBlack,.tColorBlack10 {
	background:#000;
	color:#FFF;
}

.tColorRed,.tColorRed10 {
	background:#990000;
	color:#FFFFFF;
}

.tColorRed02 {
	background:#DC0D0D;
	color:#FFF;
}

.tColorBlue,.tColorBlue10 {
	background:#1B1464;
	color:#FFF;
}

.tColorBlack10,.tColorRed10,.tColorBlue10 {
	font-size:84%;
}

.tColorYellow {
	background:#fbf5b9;
}

.tColorPink {
	background:#fccfcc;
}

.tPt10 {
	font-size:84%;
	line-height:1.3em;
}

/*ツアーチャレンジラウンドの色*/
th.tdColorTour01 {
	background:#460000;
}

th.tdColorTour02 {
	background:#DC0D0D;
}

th.tdColorChallenge01 {
	background:#0D142B;
}

th.tdColorChallenge02 {
	background:#000F85;
}

/*=============================
フォーム
==============================*/
input {
	padding:3px 7px;
}

select {
	padding:2px;
}

input,select,textarea {
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

textarea {
	font-size:110%;
}

/*=============================
SNSボタン
==============================*/
#snsIcons {
	margin-bottom:15px;
}

#snsIcons li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-right:3px;
}


/*=============================
リーダーボードニュースティッカー
==============================*/
/* liScroll styles */
.tickercontainer { /* the outer div with the black border */
	background:#FFF;
	width:100%;
	height: 26px;
	overflow: hidden;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left:10px;
	top: 4px;
	width:734px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left:734px;
	list-style-type: none;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	background:#FFF;
}

ul.newsticker a {
	white-space: nowrap;
	color:#0066cc;
	margin: 0 30px 0 0;
}

ul.newsticker span {
	margin-right:5px;
	background:#000000;
	color:#FFF;
	font-size:84%;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 8px;
	border-radius:2px;         /* CSS3 */
	-moz-border-radius:2px;    /* Firefox */
	-webkit-border-radius:2px; /* Safari,Chrome */
}

#ticker01 {
	display:none;
}

#newstickerTr {
	height:32px;
}

/*=============================
国旗のツールチップ
==============================*/
/* PowerTip Plugin */
#powerTip {
	cursor: default;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-8 */
	border-radius: 3px;
	border:1px solid #9c9c9c;
	color: #444444;
	display: none;
	padding: 2px 10px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
}

#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #333;
	border-right: 10px solid rgba(0, 0, 0, 0.8);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #333;
	border-left: 10px solid rgba(0, 0, 0, 0.8);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	/*border-right: 30px solid transparent;*/
	/*border-left: 0;*/
	/*left: 14px;*/
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 20px solid #002848;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #002848;
	border-top: 10px solid rgba(0, 40, 72, 0.8);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #002848;
	border-bottom: 10px solid rgba(0, 40, 72, 0.9);
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

.pgatourFlag {
	width:18px;
}

/*=============================
○のスタイル
==============================*/
.circleSize {
	font-size:200%;
	vertical-align:middle;
	line-height:15px;
}


/* ShotNaviロゴ追加 2017.3.28
------------------------------------------*/
.shotnaviLogo {
	font-size:84%;
	font-family:Arial, Helvetica, sans-serif;
}

.shotnaviLogo img {
	margin-right:5px;
}

/*AbemaTV TOURロゴ*/
.abemaTvLogo {
 margin:7px 0 15px;
 font-size:167%;
 font-weight:bold;
 color:#000;
}

.abemaTvLogo img {
 vertical-align:middle;
 margin-top:-4px;
}

#topChallenge .abemaTvLogo img {
	margin-top:0;
}

/*QT成績iframe*/
div.qtIframe {
      width:100%;
      height:300px;
      font-weight:bold;
      margin:5px 0 10px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
}

@media all and (-ms-high-contrast:none){
div.qtIframe {
      width:100%;
      height:300px;
      font-weight:bold;
      margin:5px 0 10px;
      overflow:visible;
      -webkit-overflow-scrolling:touch;
}
}

div.qtIframe iframe {
      width:100%;
      height:100%;
      border:none;
}