@charset "Shift_JIS";

/*------------------------------------
		catalog/index.html
------------------------------------*/

/* ボタンエリア */
div.catalog_btnArea {
	margin: 60px 0 45px;
}
.catalog_btnArea
{
	display: block;
	min-height: 1%;
}
.catalog_btnArea:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .catalog_btnArea
{
	height: 1%;
	/*＼*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.catalog_btnArea ul {}
	.catalog_btnArea ul li {
		margin-right: 9px;
		display: inline;
		float: left;
	}
	/* 最後のリストに付ける */
	.catalog_btnArea ul li.end {
		margin-right: 0 !important;
	}
	/* 調整用 */
	.catalog_btnArea ul li.mr8 {
		margin-right: 8px !important;
	}

@media print {
	.catalog_btnArea ul li { margin-right: 8px;}
	
}

/* タイトルエリア */
div.catalog_titArea {}

.catalog_titArea
{
	display: block;
	min-height: 1%;
}
.catalog_titArea:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .catalog_titArea
{
	height: 1%;
	/*＼*//*/
	height: auto;
	overflow: hidden;
	/**/
}
	div.catalog_titArea dl {}
		div.catalog_titArea dl dt {
			float: right;
			width: 76px;
			padding-top: 15px;
		}
		div.catalog_titArea dl dd {
			width: 100%;
			padding-right: 76px;
		}


/* CD紹介 */

.catalog div.ulAll {
	clear: both;
	background: url(/label/catalog/img/bg_ulAll.gif) left bottom no-repeat;
	padding-bottom: 1px;
	margin-bottom: 25px;
	margin-top: 10px;
}
.catalog div.ulAllIn {
	background: url(/label/catalog/img/bg_ulAll.gif) left top no-repeat;
	padding-top: 1px;
}

.column3,
.column3 div.ulAllIn {
	width: 632px;
}

.column2,
.column2 div.ulAllIn {
	width: 437px;
}

.column1,
.column1 div.ulAllIn {
	width: 219px;
}

.catalog ul
{
	display: block;
	min-height: 1%;
}
.catalog ul:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .catalog ul
{
	height: 1%;
	/*＼*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* CD紹介 */
.catalog ul {
	background: url(/label/catalog/img/bg_ul.gif) left top repeat-y;
	overflow: hidden;
}

	.catalog ul li {
		width: 178px !important;
		width: 194px;
		padding: 9px 8px 9px 9px;
		display: inline;
		float: left;
	}
	
	/* リスト1番目 */
	.catalog ul li.list01 { margin-right: 24px;}
	
	/* リスト2番目 */
	.catalog ul li.list02 { margin-right: 23px;}
	
	/* リスト3番目 */
	.catalog ul li.list03 {}
	
	/* リスト4番目 *//* CD紹介 右端につけてください */
	.catalog ul li.list04 {
		float: right !important;
	}

	/* アーティスト名・タイトル名・ジャンル */
	.catalog ul li dl dt img { display: block;}
	.catalog ul li dl .artist { color: #3DA8DB; font-weight: bold; margin-top: 5px;}
	.catalog ul li dl .title {}
	.catalog ul li dl .genre { color: #E883AB; font-size: 85%; margin-top: 5px;}	
	/* add 09/12/15 for artist list */
	.catalog ul li dl .artist a { color: #3DA8DB;}
	
	/* レーベル等詳細 */
	.catalog li table { font-size: 10px; width: 176px; line-height: 1.8; margin-top: 10px;}
		.catalog li table tr.gray01 { background: #F0F0F0;}
		.catalog li table tr.gray02 { background: #F7F7F7;}
		.catalog li table th { padding: 0 7px 0 3px; font-weight: bold; vertical-align: top; border-bottom: #FFFFFF solid 1px;}
		.catalog li table td { border-bottom: #FFFFFF solid 1px;}
		
	.catalog p { margin-top: 10px;}
