@charset "UTF-8";

/* _____________________________________________________________________LAYOUT */

h1{
	margin:0px;
	padding:0px;
}


/* _____________________________________________________________________ RESULT */

table.common_table{
}

table.common_table td.date{
	width:70px;
	text-align:right;
}
table.common_table td.gamecup{
	width:240px;
	color:#0e4977;
	font-weight:bold;
	text-align:left;
}
table.common_table td.category{
	width:180px;
	text-align:center;
}
table.common_table td.report_link{
	width:80px;
	text-align:center;
}


/* _____________________________________________________________________ POPUP */

#image_area{
	width:300px;
	float:left;
}

#image_area div#group_photo{
	width:300px;
	font-size:16px;
	color:#ff0000;
}

.order_area{
	position:relative;
	width:300px;
	height:70px;
	margin:5px 0px 0px;
}

.order_area img.order_icon{
	position:absolute;
	top:5px;
	left:95px;
}

.order_area div.v_thumb{
	position:absolute;
	top:0px;
	left:0px;
	width:90px;
}

.order_area div.order_text{
	position:absolute;
	top:15px;
	left:150px;
	width:140px;
}


div#report_area{
	width:275px;
	float:right;
}

.gallery_area{
	padding:0px 0px 10px 5px;
}

.gallery_area img{
	width:91px;
	height:68px;
	margin:3px;
	float:left;
}



