@charset "utf-8";
/* CSS Document */

/*メインボックス*/
.mainbox {
	position:relative;
	width:950px; height:auto; min-height:800px;
	margin:0 auto;
	margin-bottom:60px;
}

/*ヘッダ画像*/
.subpagetop {
	position:relative;
	width:950px; height:150px;
	text-indent:-9999px;
	background:url(../../images/matchresult/title_matchresult.jpg) no-repeat;
}

.subtitle {
	position:relative; float:left;
	width:950px; height:46px; margin:10px 0 10px 0;
	background:url(../../images/common_image/title_bg.jpg) no-repeat;
	font-size:16px;
}

.subtitle_position { position:relative; top:18px; left:130px; }

.subtitle2 {
	position:relative;
	width:210px; height:46px; margin:10px 0 0 0;
	background:url(../../images/aboutleague/subtitle_bg.jpg) left no-repeat;
	font-size:14px; color:#06C; text-align:center;
}
.subtitle2_position { position:relative; top:18px; width:210px; }

.resultbox {
	position:relative;
	width:768px; height:auto; margin:0 auto;
}

.winnerbox {
	position:relative;
	width:768px; height:291px;
}
.winnerbox01 {
	position:relative; float:left;
	width:316px; height:291px;
	background:url(../../images/matchresult/winner_bg.jpg) no-repeat;
}
.winner {
	position:absolute;
	width:290px; height:auto;
	top:210px; text-align:center; line-height:170%;
	font-size:18px; font-weight:bold;
}
.winnerbox02 {
	position:relative; float:left;
	width:452px; height:291px;
}

.resulttable_title {
	position:relative;
	width:768px; text-align:left;
	margin-top:20px; margin-bottom:0px; line-height:150%;
}

.resulttable {
	position:relative;
	width:762px; height:auto;
	margin-top:6px;
	border:solid 3px #030;
	font-size:12px;
}

.resulttable table {
	text-align:center;
	border-collapse:collapse;
}


.resulttable td {
	background:#FFF; border:solid 1px #030;
}

/*下線点線td*/
.result_td01 {
	border-bottom:solid 1px #666; }

.result_td02 {
	border-top:solid 1px #666; }

.cell_01 { border-bottom:dotted 1px #030; }

.clear {
	clear:both;　/*floatの解除、ここがポイント*/
}

/*クリック展開用コメント*/
.clicktext {
	padding-left:30px; height:50px;
	text-decoration: underline; color:blue; }




