@charset "utf-8"; 

/*content_box.css
ディレクトリ内ページ用ボックスCSS

【1】ボックス共通
【2】メイン内ボックス共通
【3】サイド内ボックス

*/


/*【1】ボックス共通*/
.box {}
.title {}
.content {}
.unit {}
.comment {}
.more {}
.sw {}
.bt {}


/*【2】メイン内ボックス共通*/
.main {
	background:url(../../img/bg_box_body.gif) repeat-y 0 0;

}
.main .title {}
.main .content {}
.main .unit {}
.main .comment {}
.main .more {}
.main .sw {}
.main .bt {}

/*2-1 CDブック商品一覧*/
#cdbook_list {}
#cdbook_list .intro {
	margin:0 20px 30px 20px;
	padding:0;
}
#cdbook_list .title {
	margin:0 0 0 20px;
	padding:0 0 10px;
}
#cdbook_list .content {
	background:url(../../img/bg_box_bottom.gif) no-repeat 0 100%;
	padding:0 20px 20px;
}
#cdbook_list .unit {
	background:url(../img/bg_cd_list_unit.gif) no-repeat 5px 100%;
	padding:0 0 1px;
	margin:10px 0 0;
}
#cdbook_list .unit.last-child {
	background:url(../img/bg_cd_list_unit2.gif) no-repeat 5px 100%;
}
#cdbook_list .unit li {
	width:290px;
	display:inline;
	background:url(../img/bg_cd_list_li.gif) repeat-y 0 0;
	border-top:#ccc solid 1px;
	padding:4px 0 5px 0;
}
#cdbook_list .unit li.leftbox {
	float:left;
	margin-left:5px;
}
#cdbook_list .unit li.rightbox {
	float:right;
	margin-right:5px;
}
/*clearfix*/
  /* WinIE7 only */
    *:first-child+html #cdbook_list li.leftbox {height: 1%;}
  /* WinIE6 and below */
    /* hide \*/
    * html #cdbook_list li.leftbox {height: 1%;}
    /*MacIE*/
  /* MacIE only */
    /*\*//*/ 
    #cdbook_list li.leftbox {display: inline-table;}
    /**/
  #cdbook_list li.leftbox:after{/* modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*clearfix*/
  /* WinIE7 only */
    *:first-child+html #cdbook_list li.rightbox {height: 1%;}
  /* WinIE6 and below */
    /* hide \*/
    * html #cdbook_list li.rightbox {height: 1%;}
    /*MacIE*/
  /* MacIE only */
    /*\*//*/ 
    #cdbook_list li.rightbox {display: inline-table;}
    /**/
  #cdbook_list li.rightbox:after{/* modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#cdbook_list .unit .photo {
	margin:0 0 0 5px;
	width:120px;
	float:left;
}
#cdbook_list .unit .text {
	display:inline;
	margin:0 0 0 5px;
	width:155px;
	float:left;
}
#cdbook_list .unit .name {
	font-size:117%;
	font-weight:bold;
	margin:0;
}
#cdbook_list .unit .name a {
	display:block;
	background:url(../../../share/img/bg_icon1.gif) no-repeat 0 0.6em;
	padding:0 0 0 8px;
}
#cdbook_list .unit .price {
	margin:0 0 0.5em;
}
#cdbook_list .unit .comment {
	font-size:83.4%;
}

/*【3】サイド内ボックス*/
.sidecolumn .box {}
.sidecolumn .title {}
.sidecolumn .content {}
.sidecolumn .unit {}
.sidecolumn .comment {}
.sidecolumn .more {}
.sidecolumn .sw {}
.sidecolumn .bt {}




