@charset "shift_jis";

@import url("common.css");
@import url("disco_common.css");
@import url("lightbox.css");

/************************************************************************************
* new-release-main
************************************************************************************/
#new-release-main{
	float: right;
	width: 700px;
	margin-top: 25px;
}


/************************************************************************************
* new-release
************************************************************************************/

#page-update{
	padding: 12px 20px 0 0;
	text-align: right;
	color: #FF66CC;
	font-weight: bold;
}

#new-release-list{
	width: 665px;
	margin: 10px 0 0 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E0E0E0;
}


#new-release-list li{
	float: left;
	width: 325px;
	margin-right: 15px;
	margin-top: 15px;
	list-style-type: none;
	border-top: 1px solid #E0E0E0;
	
}

#new-release-list li.new-release-box-m0{
	margin-right: 0px;
}

p#go-top{
	text-align: right;
	margin: 10px 20px;
}

/************************************************************************************
* new-release-box
************************************************************************************/
#new-release-list li p.new-reelase-photo{
	float: left;
	width: 135px;
	margin-top: 15px;
	text-align: right;
}

#new-release-list li div.new-reelase-data{
	float: right;
	width: 180px;
	margin-top: 18px;
}

#new-release-list li div.new-reelase-data p.new-reelase-cat{
	margin-bottom: 10px;
}

#new-release-list li div.new-reelase-data p.new-reelase-artist{
	margin-bottom: 5px;
}

#new-release-list li div.new-reelase-data p.new-reelase-title{
	margin-bottom: 15px;
	font-weight: bold;
}

#new-release-list li div.new-reelase-data p.new-reelase-onsale{
	margin-bottom: 25px;
}

#new-release-list li div.new-reelase-data p.new-reelase-more{
	text-align: right;
}


