@charset "UTF-8";

/*-----------------------------------
+ main_contents
------------------------------------*/
.main_contents{
	width:100%;
	margin:0 auto 20px;
}

/*-----------------------------------
+ tournament
------------------------------------*/
.tournament{
	width:95%;
	margin:0px auto;
}

/*-----------------------------------
+ tournament_head
------------------------------------*/
.tournament .tournament_head{
	display:table;
	vertical-align: middle;
	background-color:#134A95;
	width:100%;
	color:#fff;
	font-size:120%;
	fon-weight:bold;
	margin:0 auto 10px;
	padding:5px 8px;
	font-size:100%;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-image:url("../../img/img_icon_subtitle_01.png");
	background-repeat:no-repeat;
	background-position:right 10px center;
	background-size:7%;
	font-weight:bold;
}
.tournament .tournament_head .title{
	word-wrap: break-word;
	line-height:120%;
	font-size:95%;
	padding:5px;
	width:90%;
}

/*-----------------------------------
+ tournament_image
------------------------------------*/
.tournament .tournament_image{
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.tournament .tournament_image .tournament_table{
	border:1px solid #CCCCCC;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding:7px;
}
.tournament .tournament_image .zoom_icon{
	position:absolute;
	bottom:3px;
	right:3px;
	width:30px;
}

/*-----------------------------------
+ zoom_read
------------------------------------*/
.tournament .zoom_read{
	width:100%;
	text-align:right;
	font-size:80%;
}

/*-----------------------------------
+ tab_area
------------------------------------*/
.tournament .tab_area{
	border-bottom:10px solid #1457A6;
	margin-bottom:10px;
}
.tournament .tab_area .tab_tournament{
	float:left;
	width:48%;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:10px 0px;
}
.tournament .tab_area .tab_friendry{
	float:right;
	width:48%;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:10px 0px;
}
.tournament .tab_area .on{
	background-color:#1BBAEF;
}
.tournament .tab_area .off{
	background-color:#CCCCCC;
}

/*-----------------------------------
+ tournament_title
------------------------------------*/
.tournament .tournament_title{
	background-color:#1BBAEF;
	color:#FFFFFF;
	padding:5px 10px;
	margin-bottom:10px;
	line-height:130%;
}

/*-----------------------------------
+ ground_title
------------------------------------*/
.tournament .ground_title{
	font-weight:bold;
}


/*-----------------------------------
+ time_schedule
------------------------------------*/
.time_schedule{
	margin-bottom:10px;
}
.time_schedule table{
	width:100%;
	text-align:center;
	font-size:90%;
	line-height:120%;
}
.time_schedule table th{
	background:#e1d6e7;
	table-layout:fixed;
	text-align:center;
	*border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #333;
	padding:5px;
}
.time_schedule th:first-child{
	width:5%;
}
.time_schedule th:nth-child(2){
	width:10%;
}
.time_schedule th:nth-child(3){
	width:45%;
}
.time_schedule th:last-child{
	width:30%;
}
.time_schedule table td{
	*border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #333;
	padding:5px;
	table-layout:fixed;
}
.time_schedule table td.team_name_main{
	text-align:left;
	border-right:none !important;
}
.time_schedule table td.team_name_sub{
	text-align:right;
	border-left:none !important;
}
.time_schedule table td.team_hyphen{
	width:7px;
	border-right:none !important;
	border-left:none !important;
	padding:5px 0px;
}
.time_schedule h4{
	border-left:5px solid #7f1a60;
	font-size:100%;
	font-weight:bold;
	padding-left:5px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-bottom:3px;
}