@charset "Shift_JIS";
/* --------------------------------------------------------------------
	サイドボックス
-------------------------------------------------------------------- */
div.sidebox_ {
	padding: 12px 5px 5px 5px;
	margin: 0 0 15px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f4f2eb;
}
div.sidebox_ h2,
h2.event_title_rightmenu_ {
	padding-left: 5px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
div.sidebox_ h2 a,
h2.event_title_rightmenu_ a {
}
div.sidebox_ h2 img{
	vertical-align: middle;
}
div.sidebox_ h2{
	font-size: 16px;
	position: relative;
	line-height: 1;
}
div.sidebox_ h2 span{
  font-size: 10px;
  color: #a98e6d;
  padding: 0 0 0 12px;
  line-height: 1;
  font-weight: normal;
	position: absolute;
	top: 4px;  
}
/* --------------------------------------------------------------------
	サイドボックス　ジャンルツリー
-------------------------------------------------------------------- */
.genre_tree_ {
	background: #f4f2eb;
}
.genre_tree_:first-of-type {
	margin-top: 25px;
}
.genre_tree_ ul {
	background:#fff;
}
.genre_tree_ li {
	margin: 0;
	padding: 0;
	border-bottom: #f4f2eb 1px solid;
}
.genre_tree_ li:last-child {
	border-bottom: none;
}
.genre_tree_ li a {
	padding: 11px 25px 11px 10px;
	display: block;
	background: url(../img/usr/common/arrow_gray_r.png) 95% center no-repeat;  
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
}
.genre_tree_ li a.active {
	color: #6dc0e9;
}
.genre_tree_ li a:hover {
	text-decoration: none;
	background-color: #ffde00;
}
.genre_tree_ li p {
	position: relative;
}
.genre_tree_ li p a {
	background: none;
}
.genre_tree_ li p span {
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 5px;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: url(../img/usr/tree_plus.png) center center no-repeat;
}
.genre_tree_ li p span.open {
	background: url(../img/usr/tree_minus.png) center center no-repeat;
}
.genre_tree_ li ul {
	display: none;
}
.genre_tree_ li li {
	border-top: #f4f2eb 1px solid;
	border-bottom: none;
}
.genre_tree_ li li a {
	color: #89663c;
	padding-left: 20px;
	background:#f9f9f9 url(../img/usr/common/arrow_gold_r2.png) 95% center no-repeat;
}
.genre_tree_ li li a:hover {
	color: #6dc0e9;
	background-color: #f4f2eb;
}

/* --------------------------------------------------------------------
	サイドボックス　検索ボックス
--------------------------------------------------------------------- */
#sidebox_search {
	padding: 5px 0 5px 5px;
	margin: 0 0 10px 0;
	background: #cccccc;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#sidebox_search form {
	font-size: 0;
}
#sidebox_search input {
	vertical-align: middle;
}
#sidebox_search .keyword_ {
	color: #333;
	font-size: 13px;
	letter-spacing: 0.65px;
	width: 200px;
	padding: 10px 7px;
	margin: 0;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#sidebox_search .keyword_::-webkit-input-placeholder {
	color: #aaa;
}
#sidebox_search input[type=image] {
	padding: 8px 10.5px;
}

/* --------------------------------------------------------------------
	サイドボックス　バナー
-------------------------------------------------------------------- */
div.leftmenuframe_ .sidebox_banner_ {
}
div.leftmenuframe_ .sidebox_banner_ li {
	margin: 0 0 10px 0;
}
div.leftmenuframe_ .sidebox_banner_ li a img {
	display: block;
}

/* --------------------------------------------------------------------
	サイドボックス　ウェルカムメッセージ
-------------------------------------------------------------------- */
#welcomeMessage {
	padding: 15px 15px 12px 15px;
	background: #fff;
}
#welcomeMessage p {
	color: #89663c;
	font-size: 13px;
	letter-spacing: 0.65px;
}

/* --------------------------------------------------------------------
	サイドボックス　カート
-------------------------------------------------------------------- */
#sidebox_cart {
	margin-bottom: 10px;
}
#sidebox_cart #jscart_replace_ {
	padding: 0 15px 15px 15px;
	background:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cart_title_ {
	display:none;
}
.cart_frame_ {
}
.cart_frame_ dl {
	border-top: 1px solid #e6e6e6;
}
dl.cart_goods_ {
	padding: 15px 0;
}
dl.cart_goods_ dt {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
dl.cart_goods_ dt div.name1_,
dl.cart_goods_ dt div.delete_ {
	display: table-cell;
	vertical-align: middle;
}
dl.cart_goods_ dt div.name1_ {
	font-size: 12px;
	letter-spacing: 0.65px;
	/*text-align: center;*/
}
dl.cart_goods_ dt div.name1_ a {
	text-decoration: none;
}
dl.cart_goods_ dt div.delete_ {
	width: 49px;
	padding-left: 10px;
}
dl.cart_goods_ dt div.delete_ img {
	cursor: pointer;
	display: block;
}
dl.cart_goods_ dt div.delete_b_ {
}
dl.cart_goods_ dd {
	font-size: 13px;
	letter-spacing: 0.65px;
	text-align: right;
	padding-right: 15px;
}
dl.cart_total_ {
	padding: 10px 0 20px 0;
	width: 100%;
	overflow: hidden;
}
dl.cart_total_ dt,
dl.cart_total_ dd {
	font-size: 13px;
}
dl.cart_total_ dt {
	float: left;
	display: inline;
}
dl.cart_total_ dd {
	float: right;
	display: inline;
	text-align: right;
}
.cart_postage_ {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 10px;
	border-bottom: 1px dotted #CCC;
}
.cart_to_order_ {
	text-align: center;
}
.cart_null_ {
}

.cart_errormessages_ {
	display:none;
	font-size: 10px;
}

.cart_erroralert_ {
	font-size: 10px;
	color: #993300;
}

/* --------------------------------------------------------------------
	サイドボックス　絞り込み
--------------------------------------------------------------------- */
div.leftmenuframe_ div#block_of_filter form#frmFilterList {
	background: #fff;
}

/* --------------------------------------------------------------------
	サイドボックス　閲覧履歴
--------------------------------------------------------------------- */

div.leftmenuframe_ #block_of_itemhistory {
}

div.leftmenuframe_ #block_of_itemhistory h2.common_headline2_ {
	background-image: none;
	padding-left: 5px;
	margin: 0 0 10px 0;
	padding-bottom: 0;
}

div.leftmenuframe_ #block_of_itemhistory #itemHistory {
	background-color: #fff;
}

div.leftmenuframe_ #block_of_itemhistory .StyleT_Frame_ {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 5px;
}

div.leftmenuframe_ #block_of_itemhistory .StyleT_Item_ {
	margin: 0 0 10px 0;
	border: none;
	float: left;
}

div.leftmenuframe_ #block_of_itemhistory .StyleT_Item_:nth-child(odd){
	width: 105px;
	padding: 0 10px;
}

div.leftmenuframe_ #block_of_itemhistory .StyleT_Item_:nth-child(even){
	width: 115px;
	padding: 0 10px 0 0;
}


div.leftmenuframe_ #block_of_itemhistory .StyleT_Item_ .img_ {
	width: 105px;
	height: auto;
	display: block;
	padding: 0;
}
div.leftmenuframe_ #block_of_itemhistory .StyleT_Item_ .img_ a {
	width: 105px;
	height: 74px;
	display: block;
	overflow: hidden;
}

div.leftmenuframe_ #block_of_itemhistory .StyleT_Item_ .img_ img {
	width: 105px;
	height: auto;
	max-width: 105px;
	max-height: 105px;
}

div.leftmenuframe_ #block_of_itemhistory #itemHistory .cart_to_order_ {
	padding-bottom: 10px;
}