@charset "UTF-8";
/* CSS Document */


/*---------------
□□□layout□□□
---------------*/

/*----------organization----------*/
#organization div.block
{
	margin:0px auto;
	padding:10px 0px;
	margin-bottom:20px;
	width:740px;
}

#organization div.block  table .kyousan_head{
	padding-top:10px;
}

#organization div.block  table .kyousan_bottom{
	padding-bottom:10px;
}

#organization div.block table
{
	width:730px;
	border:#5e666f 1px solid;
}
#organization div.block th
{
	padding:5px 5px;
	vertical-align:top;
	white-space:nowrap;
	border:#5e666f 1px solid;
}
#organization div.block th.join
{
	border:none;
	padding-top:15px;
	position:relative;
	left:4px;
}
#organization div.block td
{
	padding:3px 10px;
	width:28%;
}
#organization div.block th.line,
#organization div.block td.line
{
	border-top:1px solid #5e666f;
}

#organization h3
{
	padding:20px 10px 10px 15px;
}

/*----------schedule----------*/
#schedule{
	padding-bottom:15px;
}

#schedule div.block
{
	margin:0px;
	padding:10px 0px 0px 10px;
	width:740px;
	color:#333;
}
#schedule div.block h4
{
	padding:10px 10px 5px 5px;
	border-bottom:1px dotted #1d55a2;
	width:705px;
	font-size:14px;
	position:relative;
	left:10px;
}
#schedule div.block p
{
	padding:5px 10px;
	font-size:14px;
}
#schedule div.block table
{
	margin:10px auto 5px;
	width:720px;
}
#schedule div.block th
{
	background:#DEF3FF;
	padding:5px 0px;
	border:1px solid #5e666f;
	text-align:center;
}
#schedule div.block th.stadium
{
	background:#fff;
	padding:5px;
	text-align:left;
}
#schedule div.block td
{
	padding:5px 0px;
	width:8%;
	border:1px solid #5e666f;
	text-align:center;
}
#schedule div.block th.final,
#schedule div.block td.final{ border-left:3px double #5e666f; }

#schedule h3
{
	padding:20px 10px 1px 15px;
}

/*----------access----------*/
#access{
	padding-bottom:20px;
}
#access div.block
{
	margin:0px auto;
	margin-bottom:20px;
	width:740px;
}
#access div.block h3
{
	padding:10px 10px 5px 10px;
	border-bottom:1px solid #5e666f;
}
#access div.block h4
{
	padding:5px 10px 0px;
}
#access div.block table
{
	width:730px;
}

#access div.block td
{
	padding:5px 0px;
	text-align:center;
}
#access div.block td a
{
	font-size:120%;
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
#access div.block td a:hover
{
	color:#ff7a17;
}
#access div.block td img
{
	margin-top:15px;
}
#access div.block td.double,
#access div.block th.double
{
	width:5px;
	padding:0px;
	font-size:1px;
}
#access h3
{
	padding:20px 10px 10px 15px;
}
ul.map_list{
	margin:0px auto;
	padding:10px 0px;
	position:relative;
	left:20px;
	float:left;
}
ul.map_list li{
	padding-right:16px;
	padding-bottom:10px;
	float:left;
}


/*---------------
□□□font□□□
---------------*/
#organization div.block th
{
	font-weight:bold;
}
#schedule div.block h3
{
	font-size:108%;
	font-weight:bold;
}
#schedule div.block h4
{
	font-weight:bold;
}
#schedule div.block p
{
	line-height:1.6em;
}