@charset "Shift_JIS";

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
div.goods_ {
	clear: both;
}


a.goods_name_{
	text-decoration:none;
}
a.goods_name_:hover{
color: red;
}
div.goodsproductdetail_ {
	margin-bottom: 10px;
	width:100%;
	overflow: hidden;
}
table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}

/* 商品画像 */
div.goodsimg_ {
	float: left;
	display: inline;
	width: 125px;
	overflow: hidden;
}
td.goodsimg_ {
	padding-right: 20px;
}
div.goodsimg_ .img_L_ {
	padding: 10px;
	max-width: 103px;
	border: 1px solid #E5E5E5;
	text-align:center;
}
div.goodsimg_ .img_L_ img {
	border: 1px solid #FFF;
	max-width: 103px;
	max-height: 103px;
}
div.goodsimg_ .img_L_ .comment_ {
	margin-top: 5px;
}
div.goodsimg_ div.icon_ {
	padding: 4px;
	text-align: center;
	background: #cb0000;
}
div.goodsimg_ div.icon_ img {
	padding: 0;
	vertical-align: top;
}
div.goodsimg_ .type_ {
	padding: 4px 3px 0px 15px;
	background: url(../img/usr/type.png) 0 8px no-repeat;
	font-size: 11px;
}
div.goodsimg_ .extra_,
div.goodsimg_ .copyright_ {
	font-size: 10px;
	color: #898989;
}
div.goodsimg_ .img_c_{
	margin-bottom: 10px;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}
/**/

/* 添付ファイル */
dl.attach_ {
	margin: 0 0 10px 0;
}
dl.attach_ dt {
	margin-bottom: 5px;
	padding: 0 0 5px 20px;
	font-weight: bold;
	background: url(../img/sys/file.gif) 0 0 no-repeat;
	border-bottom: 1px dotted #CCC;
}
dl.attach_ dd {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}
/**/

/* 商品画像バリエーション */
div.etc_goodsimg_ {
	padding-top: 5px;
	width: 100%;
	overflow: hidden;
}
div.etc_goodsimg_line_ {
	margin-bottom: 15px;
	width: 140px;
	overflow: hidden;
}
div.etc_goodsimg_item_ {
	padding-right: 15px;
	float: left;
	display: inline;
	width: 55px;
	overflow: hidden;
}
div.etc_goodsimg_item_ img {
	width: 53px;
	border: 1px solid #E5E5E5;
}
/**/

/* 商品スペック */
div.goodsspec_ {
	float: right;
	display: inline;
	width: 620px;
	overflow: hidden;
}
table.goodsspec_ {
	margin: 0 0 10px 0;
	width: 100%;
}
table.goodsspec_ tr {
}
table.goodsspec_ th {
	padding:4px 10px 3px 2px;
	width: 80px;
	vertical-align:top;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px dotted #000;
	background: transparent;
}
table.goodsspec_ td {
	text-align:left;
	padding:4px 2px 3px;
	vertical-align:top;
	font-size: 11px;
	border-bottom: 1px dotted #000;

}
.spec_flame_ {
	padding-bottom: 5px;
	width: 100%;
}
.spec_flame_ .spec_line_ {
	padding: 4px 0 3px;
	border-bottom: 1px dotted #000;
	width: 100%;
	overflow:hidden;
}
.spec_flame_ .spec_line_ .title_ {
	padding: 0 10px 0 0;
	float: left;
	width: 80px;
	font-size: 11px;
	font-weight: bold;
}
.spec_flame_ .spec_line_ .content_ {
	padding: 0 2px 0 10px;
	float: left;
	width: 515px;
	font-size: 11px;
	background: url(../img/usr/spec_back.png) 0 1px no-repeat;
}
.spec_flame_ .spec_line_ .content2_ {
	padding: 0 2px 0 10px;
	float: left;
	font-size: 11px;
	background: url(../img/usr/spec_back.png) 0 1px no-repeat;
}


/**/

/* カートボタン関係 */
div.cartbox_ {
	margin-bottom: 10px;
	text-align:right;
	vertical-align:middle;
}
div.cartbox_ span.valiationlist_ {
	padding-right:4px;
	vertical-align:top;
}
/**/
/* バリエーションプルダウン */
div.cartbox_ .valiation_pulldown_ {
	margin-bottom: 10px;
}
/**/
/* バリエーションボックス */
div.cartbox_ div.colors_ {
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #000;
}
div.cartbox_ span.message_ {
	font-size: 11px;
	font-weight: bold;
}
div.cartbox_ div.colors_ div.color_ {
	float:left;
	margin:2px 5px 2px 0;
	white-space: nowrap;
	width:17px;
	height:17px;
}
div.cartbox_ div.colors_ div.color_ img {
	padding: 1px;
	width: 15px;
}
div.cartbox_ div.colors_ div.color2_ {
	float: left;
	margin: 2px 5px 2px 5px;
	white-space: nowrap;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	background-position: center;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border:solid 1px #e6e6e4;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	border: dotted 1px #e6e6e4;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	border:solid 1px #000;
	background-color:#FFF;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	border:dotted 1px #000;
	background-color:#FFF;
	color:#000;
}
div.cartbox_ div.colors_ br,div.cartbox_ div.sizes_ br {
	clear:left;
}
div.cartbox_ div.sizes_ {
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #000;
}
div.cartbox_ div.sizes_ div.size_ {
	float:left;
	padding: 1px;
	margin:2px 5px 2px 0;
	white-space: nowrap;
	width:auto;
	height:auto;
	text-align:center;
}
div.cartbox_ div.sizes_ div.size_ p {
	padding: 0 3px;
	font-size: 11px;
	background: #e6e6e4;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	border:solid 1px #e6e6e4;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	border:dotted 1px #e6e6e4;
	background-color:#fff;
	cursor:pointer;
	color: #999;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	border:solid 1px #000;
	background-color:#fff;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border: dotted 1px #000;
	background-color:#fff;
	color: #999;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
span.message_ {
	float: left;
}
/**/
/* カートボタン等 */
div.goodsspec_ div.detail_ {
	padding-bottom: 10px;
}
div.goodsspec_ .links_ {
	text-align: right;
}
div.goodsspec_ .links_ .btn_cart_l_ {
	padding-bottom: 0px;
}
div.goodsspec_ .links_ ul {
	display: inline;
}
div.goodsspec_ .links_ ul li {
	padding: 2px 0 2px 20px;
	display: inline;
}
div.goodsspec_ .links_ ul li.purchase_ {
	background: url(../img/usr/list2.gif) 5px 2px no-repeat;
	font-size: 10px;
}
/**/

div.goodsspec_ div.togetherlist_ {
}
div.goodsspec_ div.to_detaillink_ {
	text-align: right;
}
div.goodscomment1_ {
	margin-bottom: 10px;
}
div.goodscomment2_ {
	margin-bottom: 10px;
}
div.goodscomment3_ {
	margin-bottom: 10px;
}
div.goodscomment4_ {
	margin-bottom: 10px;
}
div.goodscomment5_ {
	margin-bottom: 10px;
}
div.goods_ div.accessory_list_ {
	margin:10px 0px;
}
.goods_photo {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
}
.goods_photo a .goods_large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}
.goods_photo a.goods_popup, .goods_photo a.goods_popup:visited {
	display: block;
	width: auto;
	top: 0;
	left: 0;
}
.goods_photo a.goods_popup:hover {
	background-color: #fff;
}
.goods_photo a.goods_popup:hover .goods_large {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}
.option_buttons_ {
	margin: 0 auto 10px auto;
	padding: 10px 20px 10px 10px;
	width: 570px;
	overflow: hidden;
	background: #F8F8F8;
}
.option_buttons_ li {
	margin: 0 0 0 10px;
	float: left;
	display: inline;

}
/* 商品コメント */
div.itemcomment_ {
	padding-bottom: 10px;
}

/* CD系 */
div.cd_disc_ {
	margin-bottom: 20px;
	padding-bottom: 2px;
	width: 100%;
	overflow: hidden;
}
div.cd_disc_ .title_ {
	margin-bottom: 2px;
	padding: 5px 10px;
	background: #dcdcdc;
	font-weight: bold;
}
div.cd_disc_ .track_ {
	padding: 5px 0 0 0;
	border-bottom: 1px dotted #000;
	overflow: hidden;
	width: 764px;
}
div.cd_disc_ .track_ .detail_ {
	margin: 0;
	padding: 0 0 3px 10px;
	float: left;
	width: 565px;
	overflow: hidden;
}
div.cd_disc_ .track_ .track_title_ {
	font-weight: bold;
	font-size: 13px;
}
.writter_,
.composer_,
.arranger_ {
	padding-right: 10px;
	font-size: 10px;
	overflow: hidden;
}
div.cd_disc_ .track_ table td {
	padding: 2px 5px 2px 10px;
}
div.cd_disc_ .track_ table td.trial_ {
	width: 56px;
}
div.cd_disc_ .track_ table td.chakuuta_ {
	width: 97px;
}
ul.trial_ {
	padding: 0 10px 0 0;
	float: left;
	width: 56px;
}
ul.chakuuta_ {
	padding: 0 15px 0 0;
	float: right;
	width: 97px;
}
ul.trial_ li,
ul.chakuuta_ li {
	padding-bottom: 2px;
	height: 12px;
}
ul.trial_ img,
ul.chakuuta_ img {
	vertical-align: top;
}
div.cd_disc_ .comment_ {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	/*color: #696969;*/
	border-top: 1px solid #e0e0e0;
	clear: both;
	overflow: hidden;
	width: 744px;
	padding-bottom: 5px;
}

/* 映像系 */
table.goods_table_ {
	margin-bottom: 10px;
	border: 1px solid #b5b5b5;
	font-size: 11px;
}
table.goods_table_ th {
	padding: 8px;
	background: #dadada;
	border: 1px solid #b5b5b5;
	text-align: center;
}
table.goods_table_ td {
	padding: 8px;
	border: 1px solid #b5b5b5;
}
table#contents th {
	width: 60px;
}
table#contents td {
	width: 287px;
}
table#privilege th {
	width: 80px;
}
table#privilege td {
	width: 648px;
}
div.item_attention_ {
	padding-bottom: 10px;
	color: #898989;
	font-size: 11px;
}
div.movie_detail_ {
	margin-bottom: 10px;
	padding: 20px 20px 0;
	background: #f0f0f0;
}
div.movie_detail_ .detail_inner_ {
	padding-bottom: 20px;
}
div.movie_detail_ .detail_inner_ .title_ {
	padding-bottom: 5px;
	text-indent: -99999px;
	height: 20px;
}
div.introduction_ .title_ {
	background: url(../img/usr/title_introduction.png) 0 0 no-repeat;
}
div.story_ .title_ {
	background: url(../img/usr/title_story.png) 0 0 no-repeat;
}
div.staff_ .title_ {
	background: url(../img/usr/title_staff.png) 0 0 no-repeat;
}
div.cast_ .title_ {
	background: url(../img/usr/title_cast.png) 0 0 no-repeat;
}
div.movie_detail_ .detail_inner_ .content_ {
	font-size: 11px;
}

/* --------------------------------------------------------------------
	商品一覧　共通
--------------------------------------------------------------------- */
.name1_ {
	font-weight: bold;
}
.goods_filter_ {
}
/* --------------------------------------------------------------------
	商品一覧　サムネイル
--------------------------------------------------------------------- */
div.StyleT_Frame_ {
	width:105%;
	overflow: hidden;
}
div.StyleT_Line_ {
	margin: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
}
div.StyleT_Item_ {
	margin-right: 10px;
	float: left;
	display: inline;
	text-align: center;
	width: 144px;
}
div.StyleT_Item_ div.img_ {
	padding: 18px 18px 18px 17px;
	border: 1px solid #e5e5e5;
	height: 103px;
}
div.StyleT_Item_ div.img_ img {
	max-width: 103px;
	max-height: 103px;
	border: 1px solid #FFF;
}
div.StyleT_Item_ div.name_ {
	padding: 10px 5px;
	background: #EAEAEA;
	/*background: #b6b6b6;*/
}
div.StyleT_Item_ div.name_ a{
	color: #000;
}
div.StyleT_Item_ div.name_ .artist_name_ {
	font-weight: bold;
}
div.StyleT_Item_ div.name_ .itame_name_ {
	font-size: 12px;
	font-weight: normal;
}
div.StyleT_Item_ div.release-date_ {
	background: #000;
	color: #fff;
	font-size: 12px;
}
div.StyleT_Item_ div.icon_ {
	padding: 4px;
	background: #cb0000;
}
div.StyleT_Item_ div.icon_ img {
	padding: 0;
	vertical-align: top;
}

/* アーティスト詳細ページ用 */
#tabmenu div.StyleT_Item_ {
	margin-right: 25px;
	width: 124px;
}
#tabmenu div.StyleT_Item_ div.img_ {
	padding: 9px;
}

/* サイドメニューイベント欄 */
div.leftmenuframe_ div.StyleT_Line_,
div.rightmenuframe_ div.StyleT_Line_ {
	width: 100%;
}
div.leftmenuframe_ div.StyleT_Item_,
div.rightmenuframe_ div.StyleT_Item_ {
	margin: 0;
	width: 100%;
}
/* --------------------------------------------------------------------
	商品一覧　詳細一覧
--------------------------------------------------------------------- */
div.StyleD_Frame_ {
	width:100%;
	overflow: hidden;
}
div.StyleD_Item_ {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
div.StyleD_Frame_ div.img_ {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
	width: 100px;
}
div.StyleD_Frame_ div.img_ img {
	width: 100px;
}
div.StyleD_Frame_ div.desc_ {
	float: left;
	display: inline;
	width: 490px;
	overflow: hidden;
}
div.StyleD_Frame_ div.name_ {
}
div.StyleD_Frame_ div.detail_ {
	width: 100%;
	overflow: hidden;
}
div.StyleD_Frame_ div.detail_ div.spec_ {
	float: left;
	display: inline;
	text-align: left;
	width: 50%;
}
div.StyleD_Frame_ div.cart_ {
	float: right;
	display: inline;
	text-align: right;
	width: 50%;
}
div.StyleD_Frame_ .goodscomment1_ {
	margin-top: 10px;
}
/* --------------------------------------------------------------------
	商品一覧　ピックアップ
--------------------------------------------------------------------- */
div.StyleP_Frame_ {
	width: 100%;
	overflow: hidden;
}
div.StyleP_Line_ {
	width: 100%;
	overflow: hidden;
}
div.StyleP_Item_ {
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	display: inline;
	width: 50%;
}
div.StyleP_Item_ div.img_ {
	margin: 0;
	padding: 0 10px 0 10px;
	float: left;
	display: inline;
	width: 100px;
}
div.StyleP_Item_ div.img_ img {
	width: 100px;
}
div.StyleP_Item_ div.desc_ {
	margin: 0;
	float: left;
	display: inline;
	width: 170px;
}
div.StyleP_Item_ div.name_,
div.StyleP_Item_ div.price_ {
	margin: 0 0 5px;
}

/* --------------------------------------------------------------------
	商品一覧　一覧
--------------------------------------------------------------------- */
table.StyleL_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleL_Frame_ tr {
	vertical-align:top;
}
table.StyleL_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleL_Frame_ td {
	vertical-align: middle;
}
table.StyleL_Frame_ td.name_ {
	width: 180px;
}
table.StyleL_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleL_Frame_ td.comment_ {

}
table.StyleL_Frame_ td.stock_ {
	text-align: center;
}
table.StyleL_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}
/* --------------------------------------------------------------------
	商品一覧　メーカー
--------------------------------------------------------------------- */
table.StyleM_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleM_Frame_ tr {
	vertical-align:top;
}
table.StyleM_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleM_Frame_ td {
	vertical-align: middle;
}
table.StyleM_Frame_ td.name_ {
	width: 180px;
}
table.StyleM_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleM_Frame_ td.comment_ {

}
table.StyleM_Frame_ td.stock_ {
	text-align: center;
}
table.StyleM_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}
/* --------------------------------------------------------------------
	商品一覧　リスト
--------------------------------------------------------------------- */
ul.StyleS_Frame_ {
	margin: 0 0 20px 0;
	padding: 0;
}
li.StyleS_Line_ {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
li.StyleS_Line_ span {
	padding-right: 1em;
}
li.StyleS_Line_ .name_ {
	display: inline;
}
li.StyleS_Line_ .name1_ {
	padding-right: 1em;
	display: inline;
}
li.StyleS_Line_ .name2_ {
	padding-right: 1em;
	display: inline;
}
/* --------------------------------------------------------------------
	商品一覧　商品名
--------------------------------------------------------------------- */
table.StyleN_Frame_ {
	margin: 0 0 20px 0;
	width: 100%;
}
table.StyleN_Frame_ th {
	width: 40%;
}
/* --------------------------------------------------------------------
	商品一覧　一括購入
--------------------------------------------------------------------- */
table.StyleB_Frame_ {
	margin: 0 0 10px 0;
	border:none;
	width:100%;
}
table.StyleB_Frame_ tr {
	vertical-align:top;
}
table.StyleB_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleB_Frame_ td {
	vertical-align: middle;
}
table.StyleB_Frame_ td.name_ {
	width: 180px;
}
table.StyleB_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleB_Frame_ td.comment_ {

}
table.StyleB_Frame_ td.stock_ {
	text-align: center;
}
table.StyleB_Frame_ td.qty_ input {
	width: 4em;
}
div.StyleB_Cart_ {
	margin: 0 0 20px 0;
	text-align: right;
}

/* --------------------------------------------------------------------
	商品一覧　チェックリスト
--------------------------------------------------------------------- */
.StyleA_Frame_ {
	width: 100%;
	overflow: hidden;
}
.StyleA_Item_ {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.StyleA_Item_ td {
	padding-bottom: 10px;
	vertical-align: top;
}
.StyleA_Item_ td.img_ {
	padding-right: 10px;
	width: 100px;
}
.StyleA_Item_ div.price_ {
	text-align: right;
}
.StyleA_Frame_ div.stock_ {
	text-align: right;
}
.StyleA_Frame_ div.checkbox_ {
	text-align: right;
	white-space: nowrap;
}
.StyleA_Frame_ div.checkbox_ label {
	margin: 0 0 0 5px;
	text-align: right;
	font-weight: bold;
}
/* チェックリスト(子商品追加) */
div.goods_ table.StyleC_Frame_ td.price_ {
	text-align:right;
	white-space: nowrap;
}
div.goods_ table.StyleC_Frame_ td.stock_ {
	text-align:right;
	white-space: nowrap;
}
div.goods_ table.StyleC_Frame_ td.checkbox_ {
	text-align:right;
	white-space: nowrap;
}
/* --------------------------------------------------------------------
	商品一覧　写真付き
--------------------------------------------------------------------- */
table.StyleI_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleI_Frame_ tr {
	vertical-align:top;
}
table.StyleI_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleI_Frame_ td {
	vertical-align: middle;
}
table.StyleI_Frame_ td.img_ img {
	width: 50px;
}
table.StyleI_Frame_ td.name_ {
	width: 180px;
}
table.StyleI_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleI_Frame_ td.comment_ {

}
table.StyleI_Frame_ td.stock_ {
	text-align: center;
}
table.StyleI_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}
/* --------------------------------------------------------------------
	商品一覧　ランキング
--------------------------------------------------------------------- */
div.StyleR_Frame_ {
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
}
div.StyleR_Item_ {
	margin: 0;
	float: left;
	display: inline;
	text-align: center;
	width: 33%;
}
div.StyleR_Item_ div.img_ {
	margin-bottom: 5px;
}
div.StyleR_Item_ div.img_ img {
	max-width: 103px;
	max-height: 103px;
}
div.StyleR_Item_ div.name_,
div.StyleR_Item_ div.price_ {
	margin: 0 10px 5px 10px;
}
div.StyleR_Item_ div.cart_ {
	margin: 0 10px;
}
.StyleR_List_ {
	float: right;
	display: inline;
	width: 66%;
	overflow: hidden;
}
.StyleR_List_ li {
	padding: 5px 5px 5px 0;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.StyleR_List_ li dl {
	width: 100%;
	overflow: hidden;
}
.StyleR_List_ li dl dt {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 3em;
}
.StyleR_List_ li dl dd {
	margin-left: 3em;
}
.StyleR_List_ #rank1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}


/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
form.search_form_ {
	padding: 10px;
	background: url(../img/usr/genre_back.png) 0 0;
}
table.search_ {
	margin: 0 auto;
	width: 100%;
	border:1px dotted #CCC;
	background: #fff;
}
table.search_ th {
	padding-top: 12px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
table.search_ td {
	text-align:left;
	font-size: 12px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #CCC;
	border-left: none;
	vertical-align: top;
	overflow: hidden;
}
form.search_form_ .submit_ {
	background: #fff;
}
/* 各項目 */
#search_category select,
#search_maker select,
#search_brand select {
	width: 300px;
}
/**/
/* ジャンル */
table.search_ ul.genre_ {
	width: 100%;
	height: 160px;
	overflow: auto;
	list-style: none;
}
table.search_ ul.genre_ li {
	padding: 0 0 5px 0;
}
table.search_ ul.genre_ li.genre_depth_1 {
	font-weight: bold;
	clear: both;
}
table.search_ ul.genre_ li.genre_depth_2 {
	text-indent: 10px;
	width: 30%;
	float: left;
}
table.search_ ul.genre_ li.genre_depth_3 {
	display: none;
}
table.search_ ul.genre_ li.genre_depth_4 {
	display: none;
}

div.goods_ div.btn_overlay_ {
	position: absolute;
	text-align:center;
}

div.goods_ div.addcart_overlay_ {
	position:absolute;
	display:none;
}
