@charset "utf-8";
/*	latestRelease	==========================================================================*/
#latestRelease {
	padding:20px;
	position:relative;
	background:#FFF;
	margin-top:25px;
	
	position:relative;
	zoom:1;
}

#latestRelease .leftArea {
	float:left;
	width:540px;
	color:#414447;
	position:relative;
}

#discInfoArea {
	position:relative;
}

#discInfoArea #discImage {
	float:left;
	padding:5px;
	border:1px solid #e5e5e5;
	position:relative;
}

#discInfoArea #discImage img {
}

#discInfoArea #discImage div {
	width:158px;
	height:158px;
	background:#f7f7f8;
	position:relative;
}

#discInfoArea dl {
	float:left;
	margin-left:15px;
	width:355px;
}

#discInfoArea #discClass {
	font-size:12px;
	margin-top:6px;
}

#discInfoArea #discTitle {
	font-size:22px;
	margin-top:2px;
}

.leftArea.long #discTitle {
	width:720px;
}

#discInfoArea #discRelease {
	font-size:16px;
	margin-top:2px;
}

#discInfoArea #discBuy {
	display:inline-block;
	padding:10px;
	padding-left:14px;
	margin-top:18px;
	cursor:pointer;
	
	background:#ff003c;
	color:#fff;
	
	font-size:12px;
	
	padding-right:30px;
	
	position:relative;
	zoom:1;
}


#discBuy .listArrow {
	color:#353c35;
	line-height:1em;
}


#discInfoArea #discUta {
	font-size:12px;
	margin-top:18px;
}

#discInfoArea #discQr {
	position:absolute;
	right:0px;
	bottom:0px;
}

#discInfoArea #discQr p {
	width:79px;
	height:79px;
	border:1px solid #e5e5e5;
	position:relative;
	overflow:hidden;
}

#discInfoArea #discQr p img {
	position:absolute;
	top:-1px;
	left:-1px;
}

#discInfoArea #discQr span {
	text-align:right;
	display:inline-block;
	width:80px;
	position:absolute;
	right:87px;
	bottom:5px;
	font-size:10px;
}

#discDescription {
	margin-top:15px;
}

.leftArea.long #discDescription {
	width:910px;
}

#discDescription #discCatch {
	font-size:12px;
}

#discDescription #discDetail {
	padding-top:5px;
	font-size:12px;
	line-height:1.4em;
}

#latestRelease .rightArea {
	float:left;
	width:348px;
	margin-left:20px;
}


#bcVideoListArea {
	width:348px;
	height:162px;
	overflow:hidden;
	position:relative;
}

#bcVideoPrev {
	width:30px;
	height:162px;
	position:absolute;
	left:0px;
	top:0px;
	line-height:162px;
	color:#6d6d6d;
	font-size:10px;
	
	background:#f4f4f4;
	text-align:center;
	
	cursor:pointer;
}

#bcVideoNext {
	width:30px;
	height:162px;
	position:absolute;
	right:0px;
	top:0px;
	line-height:162px;
	color:#6d6d6d;
	font-size:10px;
	
	background:#f4f4f4;
	text-align:center;
	
	cursor:pointer;
}

#bcVideoNext:hover, #bcVideoPrev:hover {
	color:#f4f4f4;
	
}

#bcVideoList {
	position:absolute;
	left:30px;
	top:0px;
}

#bcVideoList li {
	position:absolute;
	left:0px;
	top:0px;
	
	cursor:pointer;
}

#bcVideoList li img {
	width:288px;
	height:162px;
}

#bcDisplayNameView {
	height:36px;
	line-height:36px;
	background:url(../image/aip/top/bulletDisplayName.gif);
	background-repeat:no-repeat;
	
	font-size:12px;
	padding-left:16px;
}

.bcVideoTitles {
	display:none;
}

#bcVideoTitle {
	width:335px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:5px;
	font-size:12px;
	background: url(/common/image/aip/discography/icon_movie.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
}


