/*tournament style*/
/*-----------------------------------------------------------
Company Contents
-----------------------------------------------------------*/
#company_contents{
	float:left;
	width:100%;
	position:relative;
}

#company_contents .subect{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	margin-bottom:20px;
}

#company_contents .box{
	float:left;
	width:323px;
	position:relative;
	left:291px;
	margin:30px 0;
}

#company_contents .box2{
	float:left;
	width:100%;
	margin-bottom:50px;
	text-align:center;
}

#company_contents .line{
	float:left;
	width:100%;
	background:url(../../images/other/company_line.png) bottom no-repeat;
	margin-bottom:5px;
}

#company_contents .line_last{
	float:left;
	width:100%;
	margin-bottom:5px;
}

#company_contents .left{
	float:left;
	width:49px;
	padding-bottom:5px;
	text-align:left;
	font-weight:bold;
}

#company_contents .right{
	float:right;
	width:263px;
	padding-bottom:5px;
	text-align:left;
}