@charset "UTF-8";

@import url("common.css");


/* ------------ main contents ------------ */

.listCont {
	width: 560px;
	margin: 10px auto 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #BDBDBD;
}

/**** thumb block ****/

.listCont .thumbBlock {
	float: left;
	width: 115px;
}

.listCont .thumbBlock img {
	border: 1px solid #335DAC;
	width: 113px;
	height: 80px;
}


/**** detail block ****/

.listCont .detailBlock {
	float: right;
	width: 430px;
}

.listCont .detailBlock h3 {
	padding-left: 15px;
	background-image: url(../../resource/img_common/icon_arrow5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 95%;
	font-weight: bold;
}

.listCont .detailBlock .btnBlock {
	margin-top: 20px;
	text-align: right;
}
.data {
	width: 560px;
	margin: 10px auto 0;
	padding-bottom: 10px;
	font-size: 95%;
	text-align: right;
}



/* ------------ player style ------------ */

#player-index .listCont {
	width: 560px;
	margin: 10px auto 0;
	padding-bottom: 0;
	border-bottom: none;
}

#player-index .listCont table {
	width: 560px;
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
}

#player-index .listCont table th,
#player-index .listCont table td
{
	padding: 5px 10px;
	font-size: 95%;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
}

#player-index .listCont table th {
	background-color: #7281A8;
	color: #fff;
	font-weight: bold;
}

#player-index .listCont table tr.odd,
#player-index .listCont table tr.even
{
	float: none;
}

#player-index .listCont table tr.even td {
	background-color: #eee;
}

#player-index .listCont table td.name {
	padding-left: 17px;
	background-image: url(../player/img/index_list_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#player-index .listCont table td.name span {
	display: block;
	font-size: 10px;
	line-height: 1.4em;
}
