/* CSS Document */

#mvis {margin-bottom:2em;}

#contents section:nth-of-type(n+2) {margin-top:40px;}

#contents .gameInfo {
	background:#cce5ff;
	padding:0.5em 1em;
	text-align:center;
	}

/*==============================================
テーブル
==============================================*/
#contents .tbl table {
	width:100%;
	border-collapse:collapse;
	background:#fff;
	}

#contents .tbl table caption,
#contents .tbl table th,
#contents .tbl table td {vertical-align:middle;text-align:center;padding:0.5em 1em;}

/*ボーダー*/
#contents .tbl table caption,
#contents .tbl table th,
#contents .tbl table td {
	border:1px solid #ccc;
	}
#contents .tbl table caption {border-bottom:none;}
	
/*カラー*/
#contents .tbl table caption {color:#fff;}
#contents .tbl table thead {color:#fff;}

/*背景色*/
#contents .tbl table caption {background:#508bc6;}
#contents .tbl table thead th {background:#3bb5ef;}
#contents .tbl table tbody tr:nth-of-type(2n+1) > * {background:#dceeff}


/*==============================================
タイムテーブル
==============================================*/
#contents .timeTable table tbody td:nth-of-type(2) {padding:0;} 
#contents .timeTable table tbody td:nth-of-type(2) p {
	padding:0.5em 1em;
	border-bottom:1px solid #ccc;
	}
#contents .timeTable table tbody td:nth-of-type(2) p:last-child {border:none;}

#contents .timeTable table thead th:nth-of-type(1) {
	width:20%;
	}
#contents .timeTable table thead th:nth-of-type(2) {
	width:26%;
	}
	
/*==============================================
ランキングテーブル
==============================================*/
#contents .positionTable table thead th {background:#2040a0;}

/*==============================================
bp:TB以下
==============================================*/
@media (max-width:768px) {
	
}





/*==============================================
	フルレスポンシブ対応
==============================================*/


.old {
	padding:1%;
	border:1px solid #C33;
	text-align:center;
	margin-bottom:15px;
	color:#e80000;
}


@media (max-width:768px) {
	.fs90-sp {
		font-size:90%;
	}

	.fs80-sp {
		font-size:80%;
	}
}


/*-- ヘッドライン -----------------------*/

#contents #contentHead {
	position:relative;
	min-height:48px;
}

#contents #contentHead .logo {
	position:absolute;
	top:-10px;
	left:0;
}

#contents  h3.normal {
	display:block;
	border-top:3px solid #99cc00;
	border-bottom:3px solid #99cc00;
	padding:5px 0;
	text-align:center;
	font-size:18px;
	color:#006600;
	font-weight:bold;
	margin-bottom:20px;
}

@media (max-width:949px) {
	#contents #contentHead .logo {
		position:static;
		top:auto;
		left:auto;
		/*margin:5% auto;*/
		padding:2% 0 5% 0;
	}
}

@media (max-width:768px) {
	#contents #contentHead .logo {
		padding:5% 0;
	}

	#contents #contentHead .logo img {
		width:50%;
	}
}



/*-- サブナビ -----------------------*/

#contents #subnavi {
	border-bottom:3px solid #333399;
	text-align:center;
	margin-top:18px;
	margin-bottom:45px;
	padding-bottom:18px;
}

#contents #subnavi ul li,
#contents #bottomnavi ul li {
	display:inline-block;
}

#contents #subnavi ul li a,
#contents #bottomnavi ul li a {
	background:url(/anaopen/image/2017/170808/subnavi_link.png) no-repeat left center;
	padding-left:16px;
	margin-right:1.5em;
}

#contents #bottomnavi {
	border-top:3px solid #333399;
	text-align:center;
	padding-top:18px;
	margin-top:45px;
}



@media (max-width:768px) {
	#contents #subnavi,
	#contents #bottomnavi {
		display:none;
	}
}






/*-- ボタン -----------------------*/

/* グレー＋横幅なり */
#contents .txtButton2 {
	color:#0000cc;
	font-size:127%;
	text-decoration:underline;
	border:1px solid #0000cc;
	border-radius:5px;
	background:#eeeeee;
	text-align:center;
	/*width:50%;*/
	display:inline-block;
	padding:0.3em 2em;
}

#contents .txtButton2:hover {
	text-decoration:none;
}

#contents .btn03  {
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:170%;
	background:url(../../image/2017/common/icon_arrow_green.png) no-repeat 5% center #339933;
	background-size:1.5em auto;
	display:inline-block;
	width:100%;
	padding:0.5em 0;
	text-indent:10%;
	border:none;
}



/*-- テレビ -----------------------*/

@media (max-width:768px) {
	.tv td,
	.tv th {
		width:25%;
	}
}



/*-- チケット -----------------------*/

.ticket-info {
	background:#c1f0ff;
	border:1px solid #33ccff;
	padding:0.5em 1em;
}

.ticket-box {
	width:100%;
	display:table;
	vertical-align:middle;
}

.ticket-box dt {
	/*float:left;*/
	width:15%;
	display:table-cell;
	vertical-align:middle;
	background-color:#99cc00;
	font-size:32px;
	/*font-weight:bold;*/
	color:#fff;
	text-align:center;
	padding:1%;
}

.ticket-box dd {
	display:table-cell;
	vertical-align:middle;
	/*float:left;*/
	width:85%;
	background-color:#eeeeee;
	padding:1%;
	font-size:15px;
}

.ticket-box dd strong {
	color:#ff0000;
	font-weight:bold;
	display:inline;
}

.ticket-box dd ul li.ticket-att {
	font-size:12px;
}

.ticket-btn {
	width:50%;
	margin:0 auto;
}


@media (max-width:768px) {
.ticket-box {
	width:100%;
	display:block;
	vertical-align:middle;
}

.ticket-box dt {
	/*float:left;*/
	width:100;
	/*display:block;*/
	font-size:28px;
	font-weight:bold;
	padding:1%;
}

.ticket-box dd {
	display:block;
	vertical-align:middle;
	/*float:left;*/
	width:100%;
	background-color:#eeeeee;
	padding:3% 3% 1% 3%;
	font-size:16px;
}

.ticket-box dd ul li {
	font-size:15px;
}

.ticket-btn {
	width:100%;
}

.ticket-btn span {
	display:block;
}

}

/*
#contents .ticket .store {
	margin-top:50px;
}


@media (max-width:768px) {
	#contents .ticket section:nth-of-type(n+2) {
		margin-top:0 !important;
	}

	#contents .ticket .store {
		margin-top:0;
	}
}


/*-- イベントインデクス -----------------------*/

#contents .gourmet {
	
}

#contents .gourmet figure,
#contents .auction figure {
	width:33%;
	float:left;
}

#contents .gourmet p,
#contents .auction .details {
	width:65%;
	float:right;
}

#contents .menu {
	margin-top:5%;
}

#contents .menu figure,
#contents section.event figure {
	width:42%;
	float:left;
}

#contents .menu dl,
#contents section.event p {
	width:54%;
	float:right;
}



#contents .menu dl dt {
	font-size:18px;
	font-weight:bold;
	color:#333399;
}

#contents .dl {
	width:60%;
	margin:3% auto 0 auto;
}

#contents .guidetour ul {
	display:block;
}


@media (max-width:768px) {

#contents .gourmet figure,
#contents .auction figure,
#contents section.event figure {
	float:none;
	width:100%;
	margin-bottom:10px;
}

#contents .gourmet figure img,
#contents .auction figure img,
#contents section.event figure img {
	width:100%;
}

#contents .gourmet p,
#contents .auction .details,
#contents section.event p {
	float:none;
	width:100%;
}

#contents .menu img {
	width:100%;
}

#contents .dl {
	width:100%;
	margin-top:20px;
}

#contents .dl .btn03 {
	background-image:none;
	text-indent:0;
	line-height:150%;
	font-size:120%;
}
}



/*-- はじめての観戦ガイド -----------------------*/

#contents .guide-inner figure {
	width:33%;
	float:left;
}

#contents .guide-inner figure img {
	width:100%;
}

#contents .guide-inner dl,
#contents .guide-inner p {
	width:62%;
	float:right;
}

#contents .guide-inner dl dt {
	font-weight:bold;
}



/*-- コース詳細 -----------------------*/

#contents .course ul li a {
	background:url(/anaopen/image/2017/170808/subnavi_link.png) no-repeat left center;
	padding-left:16px;
	margin-right:1.5em;
	font-size:130%;
}

#contents .highlight {
	
}

#contents .highlight figure {
	width:33%;
	float:left;
}

#contents .highlight p {
	width:62%;
	float:right;
}


@media (max-width:768px) {
	#contents .course ul:nth-child(1) {
		margin-bottom:0;
	}

	#contents .course ul li a {
		font-size:110%;
	}
}



/*-- プロフィール -----------------------*/

#contents .playerdata-L {
	margin-bottom:30px;
	background-color:#f4f4f4;
}

#contents .playerdata-L figure {
	width:25%;
	float:left;
	margin:0;
}

#contents .playerdata-L dl {
	width:75%;
	float:right;
	margin:0;
	padding:2%;
}

#contents .playerdata-L dl dt {
	font-size:18px;
	font-weight:bold;
	color:#333399;
	border-bottom:3px solid #333399;
	padding-bottom:5px;
}

#contents .playerdata-L dl dt span {
	font-size:14px;
	font-weight:normal;
	margin-left:2em;
}

#contents .playerdata-L dl dd {
	margin-top:15px;
}

#contents .playerdata-L dl dd p.playerText {
	margin-bottom:15px;
}

#contents ul.playerdata-S li {
	display:inline-block;
	width:30%;
	margin-right:5%;
	margin-bottom:5%;
	vertical-align:top;
}

#contents ul.playerdata-S li img {
	width:100%;
}

#contents ul.playerdata-S li:nth-child(3n) {
	margin-right:0;
}

#contents ul.playerdata-S li dl {
	background-color:#f4f4f4;
	padding:4%;
	color:#333399;
}

#contents ul.playerdata-S li dl dt {
	font-size:18px;
	font-weight:bold;
}



@media (max-width:768px) {
	#contents .playerdata-L figure,
	#contents .playerdata-L dl {
		width:100%;
		float:none;
	}

	#contents .playerdata-L figure img {
		width:100%;
	}

	#contents .playerdata-L dl dt span {
		display:block;
		margin-left:0;
	}

	#contents ul.playerdata-S li {
		width:48%;
		margin-right:4%;
		margin-bottom:4%;
	}

	#contents ul.playerdata-S li:nth-child(3n) {
		margin-right:4%;
	}

	#contents ul.playerdata-S li:nth-child(2n) {
		margin-right:0;
	}
}



/*-- 部門別表 -----------------------*/

.players table tbody td {
	background:#f8f8f8 !important
}

.players table tbody td span.total {
	display:block;
}

@media (max-width:768px) {
table.lastyear td:nth-child(1) {
	width:23%;
}
table.lastyear td:nth-child(2) {
	width:23%;
}
table.lastyear td:nth-child(3) {
	width:64%;
}

}


/*-- 出場選手一覧 -----------------------*/

#select {
	text-align:center;
}

#select select {
	padding:3px;
	font-size:15px;
	background-color:#eeeeee;
}

@media (max-width:768px) {
	.playerlist td:nth-child(1) {
		width:40%;
	}

	.playerlist td:nth-child(2) {
		width:60%;
	}

	.playerlist section:nth-child(1) {
		margin-bottom:0 !important;
	}
	
	.playerlist section:nth-child(2) {
		margin-top:0 !important;
	}
}



/*-- 大会の歴史 -----------------------*/

#history {
}

#history section {
	display:inline-block;
	width:50%;
	vertical-align:top;
	margin-top:40px;
}

#history section:nth-child(2n+1) {
	padding-right:2%;
}

#history section:nth-child(2n+0) {
	padding-left:2%;
}

#history section figure {
	float:left;
	width:28%;
	/*vertical-align:top;*/
}

#history section figure img {
	width:100%;
	margin-bottom:15px;
}

#history section div {
	float:right;
	width:67%;
	vertical-align:top;
}

#history section div ul li {
	margin-top:0;
}

#history section div p {
	/*font-size:13px;*/
	margin-top:15px;
}

#history section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}


@media (max-width:768px) {
	#history section {
		display:block;
		width:100%;
		padding-left:0;
		padding-right:0;
		margin-bottom:1em;
	}

	#history section:nth-child(2n+1),
	#history section:nth-child(2n+0) {
		padding-right:0;
		padding-left:0;
	}

}










