@charset "UTF-8";

/*	楽器・小物販売	*/
/*	/sale/*	*/

div#saleMenu{
	width: 100%;
	overflow: hidden;
}

div#saleMenu div.menu{
	width: 180px;
	float: left;
	margin: 0 4px 5px 0;
	border: 0px solid #666;
	color: #fff;
	background-color: #333;
}

div#saleMenu div.menu dt{
	margin-top: 0;
	padding: 4px 0;
	text-align: center;
	font-size: 120%;
	line-height: 100%;
	height: 1em;
	color: #fff;
	background-color: #f80;
	border-top: 2px solid #fdb;
	border-left: 2px solid #c50;
	border-right: 2px solid #c50;
	border-bottom: 2px solid #c50;
}

div#saleMenu div.menu dt a{
	color: #fff;
	background-color: transparent;
}

div#saleMenu div.menu dd{
	margin: 0;
	padding: 0 5px;
}

div#saleMenu div.menu dd.samplePhoto{
	text-align: center;
}

div#saleMenu div.menu dd.summary{
	line-height: 110%;
	font-size: smaller;
	height: 4.2em;
	overflow: hidden;
	padding-top: 5px;
}

/*	/sale/ 中古楽器販売メニュー */
div#saleMenu div.used_equipments{
	width: 548px;
	margin: 0 0 20px 0;
}

div#saleMenu div.used_equipments dt{
	background-color: #f88;
	border-top-color: #fdd;
	border-left-color: #c55;
	border-right-color: #c55;
	border-bottom-color: #c55;
}

div#saleMenu div.used_equipments dd.summary{
	text-align: center;
}



table.items{
	margin-bottom: 20px;
}

table.items ul{
	list-style-type: none;
	margin: 0;
}

table.items td.photo{
	text-align: center;
}

table.items td.maker{
	text-align: center;
}

table.items td.shop{
	text-align: center;
	width: 4.2em;
}

table.items td.product{
	text-align: center;
}

table.items td.goods dl{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: smaller;
}

/* for Safari 未使用
table.items td.goods dt{
	margin: 0;
	display: run-in;
}

table.items td.goods dd{
	margin: 0 0 5px 0;
	display: block;
}
table.items td.goods dt:after{
	content: " : ";
}
*/

table.items td.goods dt{
	margin: 0 0 5px 0;
	width: 7.5em;
	float: left;
	clear: left;
}

table.items td.goods dd{
	margin: 0 0 5px 7.5em;
}

















