@charset "utf-8";

/*	プログラム・CD・楽譜販売ページ
================================================================== */
#shop_content {
	background-image:url(../../img/common/line_01.gif);
	background-repeat:no-repeat;
	width:826px;
	height:auto;
	float: left;
	margin:20px 0;
	padding:15px 0;
}
#shop_content .list {
	font-size:16px;
	width:auto;
	height:auto;
	margin:0 0 20px 0;
}
#shop_content a.btn_sample {
	display:block;
	background-image:url(../../img/shop/shop_btn_sample.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:290px;
	height:50px;
	margin-right:26px;
	float:left;
	text-indent:-9999px;
}
#shop_content a:hover.btn_sample {
	background-position:bottom left;
}
#shop_content a.btn_order {
	display:block;
	background-image:url(../../img/shop/shop_btn_order.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:290px;
	height:50px;
	float:left;
	text-indent:-9999px;
}
#shop_content a:hover.btn_order {
	background-position:bottom left;
}
#shop_content a.btn_score {
	display:block;
	background-image:url(../../img/shop/shop_btn_score.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:290px;
	height:50px;
	margin:10px 0;
	float:left;
	text-indent:-9999px;
}
#shop_content a:hover.btn_score {
	background-position:bottom left;
}
#shop_content h2 {
	color:#666;
	font-size:24px;
	font-weight:bold;
	padding-left:8px;
	margin-bottom:20px;
	border-bottom:1px solid #69C;
	border-left:4px solid #69C;
}
#shop_content h3 {
	color:#666;
	font-size:18px;
	font-weight:bold;
	padding-left:8px;
	margin-bottom:20px;
	border-bottom:1px solid #69C;
	border-left:4px solid #69C;
}
#shop_content .program_box {
	width:826px;
	height:auto;
	padding:20px 0;
	border-top:1px solid #CCC;
}
#shop_content .program_box .image {
	width:200px;
	height:auto;
	float:left;
}
#shop_content .program_box .text {
	text-align:justify;
	width:606px;
	height:auto;
	float:left;
	padding:0 0 0 20px;
}
#shop_content .program_box .text .price {
	color:#009;
}
#shop_content .other_program {
	font-size:16px;
	padding:15px 0 5px 10px;
	margin:0 0 40px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#shop_content .program_box .text .page_top {
	margin:20px 0 0px 480px;
	float:left;
}
#shop_content .cd_genre {
	color:#FFF;
	font-size:18px;
	background-color:#CCC;
	padding:5px 0 0 10px;
	margin:30px 0 0 0;
}
#shop_content .cd_box {
	width:826px;
	height:auto;
	padding:20px 0;
	border-top:1px solid #CCC;
}
#shop_content .cd_box .image {
	width:200px;
	height:auto;
	float:left;
}
#shop_content .cd_box .text {
	text-align:justify;
	width:606px;
	height:auto;
	float:left;
	padding:0 0 0 20px;
}
#shop_content .cd_box .cd_title {
	font-size:16px;
	margin:0 0 20px 13px;
}
#shop_content .cd_box .text .page_top {
	margin:5px 0 0px 480px;
	float:left;
}