@charset "UTF-8";

.plan-header-img {
	background-image: url(../images/plan_img/plan_main-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 780px;
	text-indent: -9999px;
	overflow: hidden;
}
#tournament-container {
	height:auto;
}
#tournament-container h1 {
	height: 24px;
	width: 530px;
	background-image: url(../images/tournament_img/tournament_main-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
#tournament-container p {
	padding-left: 18px;
	margin-bottom: 2em;
	font-size: 1em;
	line-height: 1.5em;
}
#tournament-container table {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 10px;
	width: 530px;
}
#tournament-container th {
	text-align: center;
	background-color: #CCCCCC;
	color: #333333;
	padding: 5px 10px;
	line-height: 1.3em;
	width: 100px;
}
#tournament-container td {
	background-color: #f0f0f0;
	/*text-align: left;*/
	/*padding: 5px 10px;*/
    text-align: center;
    padding: 4px;
}
#tournament-container td span {
	font-size: 0.9em;
	color: #333333;
}
#tournament-container td em {
	font-style: normal;
	color: #FF0000;
}
#tournament-container td ul {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#tournament-container td li {
	background-image: none;
	padding-left: 0px;
	float: left;
	margin-right: 1.5em;
	white-space: nowrap;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}
#tournament-container td dl {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tournament-container td dl dt {
	text-align: right;
	width: 4.5em;
	font-weight: bold;
}
#tournament-container td dl dd {
	margin-top: -1.3em;
	padding-left: 5em;
	margin-bottom: 0.5em;
}

#tournament-container .result-btn a {
	background-image: url(../images/tournament_img/tournament_result-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 158px;
	margin-bottom: 20px;
	overflow: hidden;
	float: right;
}
#tournament-container .result-btn a:hover {
	background-position: -159px 0px;
}
#tournament-container ul {
	border: 1px dotted #CCCCCC;
	list-style-type: none;
	padding: 1em;
	margin: -10px 18px 6px;
}
#tournament-container li {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	background-image: url(../images/base_img/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 13px;
	font-weight: bold;
	color: #333333;
}

/*20201117追記*/
#rsv_sub_title {
	height: 24px;
    width: 530px;
    background-image: url(../images/tournament_img/rsv_sub_title.gif);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}


#model_plan th {
	background-color: #fff;
	width: 10px;
}

#model_plan td {
	background-color: #fff;
}
#model_plan tr td:first-of-type {
	text-align: center;
}