@charset "utf-8";
/*----------------------------------------
Name: modelList.css
Developed by: Yuya Amano
Date Created: 2010-01-29
Last Updated: -
Copyright: Copyright 2010 CAYENNE Inc. All rights reserved
----------------------------------------*/

table.item-detail th,
table.item-detail td{
	border: 1px solid #949494;
	text-align: center;
	padding: 4px 0px 4px 0px;
	font-size: 11px;
	font-weight: normal;
}
table.item-detail td{
	font-size: 14px;
	font-weight: bold;
}

/* Clearfix
----------------------------------------*/
.icon-explain-list,
.item-type td,
.item-metaInfo,
#itemSpecsBox,
.image-small,
.listItemBoxInner,
.priceIconBox dl,
.itemSaleList
{_height: 1px;min-height: 1px;}

.icon-explain-list:after,
.item-type td:after,
.item-metaInfo:after,
#itemSpecsBox:after,
.image-small:after,
.listItemBoxInner:after,
.priceIconBox dl:after,
.itemSaleList:after
{height: 0;visibility: hidden;content: ".";display: block;clear: both;}

/* Search Condition
----------------------------------------*/

.listItemBox.last{
	background: none;
}
.listItemBox .left{
	width: 170px;
	padding-left: 5px;
}
.listItemBox .left img{
	border: 4px solid #CCCCCC;
}
.listItemBox .left .us{
	font-size: 14px;
	color: #ffcc00;
	font-weight: bold;
	width: 50px;
	padding: 2px;
	text-align: center;
	background-color: #333333;

	-webkit-transform: translate(120px,-140px) rotate(45deg);
	-moz-transform: translate(120px,-140px) rotate(45deg);

	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
}
.itemImage a{
	display: block;
}
.listItemBox .right{
	width: 520px;
	padding-right: 5px;
}

.listItemBoxInner{
	position: relative;
}
.listItemBoxInner h4{
	width: 370px;
	padding: 5px 0px 20px 0px;
}
.listItemBoxInner a.btn-specDetailLink{
	position: absolute;
	top: 0px;
	left:389px;
}
.listItemBox .right .player{
	margin-top: 10px;
}

table.item-type,
table.item-detail,
table.remarks,
table.specTable.center{
	margin-bottom: 5px;
}

table.item-type{
	width: 515px;
	border: 2px solid #949494;
}
table.item-type th{
	width: 130px;
	text-align: center;
}
table.item-type th,
table.item-type td{
	border: 1px solid #949494;
	background: #F6F1E3;
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
}
table.item-type td{
	padding-left: 4px;
	padding-right: 4px;
}
table.item-type td a{
	font-size: 14px;
	font-weight: bold;
	line-height:1.6em;
}
table.item-type td ul{
	display: block;
	width: 130px;
}
table.item-detail,
table.priceIconBox{
	width: 515px;
	border: 2px solid #949494;
}
table.priceIconBox .price{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
table.item-detail th.fontspaceTight{
	letter-spacing: -0.2em;
}
table.priceIconBox th,
table.priceIconBox td{
	vertical-align: middle;
	padding: 4px 4px 4px 4px;
}
table.priceIconBox th{
	width: 100px;
	text-align: center;
	padding: 4px 0px 4px 0px;
}
table.priceIconBox td ul{
	padding-bottom: 5px;
}
.icon-meta-list{
	float: right;
	padding-top: 1px;
}
.icon-meta-list li{
	float: right;
	padding-right: 3px;
	margin-left: 1px;
}
.hontai{
	font-weight: normal;
	color: #666666;
}
.onlinePrice,
.reductPoint{
	color: #ff0000;
	margin:10px 0px 3px 0px;
	line-height: 1.2em;
	font-weight: bold;
}

/* priceIconBox
----------------------------------------*/
.priceIconBox dt,
.priceIconBox dd{
	float: left;
}
.priceIconBox dt{
	font-weight: bold;
}
.priceIconBox dd{
	color: #ff0000;
	font-weight: bold;
}
.priceIconBox dt.cash{
	width: 60px;
}
.priceIconBox dt.card{
	width: 60px;
}
.priceIconBox dt.card{
	padding-left: 20px;
}
.priceIconBox dd.black{
	color: #333333;
}

.btn-itemList{
	float: right;
	width: 410px;
	padding-bottom: 0px;
}
.btn-itemList li{
	padding-left: 4px;
}
/* 並び替え ココから 2021-08-10 K.Matsuno ------------------------------------------------*/
.sortBox{
	display: flex;
}
.sortTitle{
	margin-right: 10px;
}
.sortSub{
	border-right: 1px solid #333;
}
.sortItemNew{
	width: 54px;
	height: 19px;
	padding: 0px 5px;
}
.sortItemSpec{
	width: 58px;
	height: 19px;
	padding: 0px 5px;
}
.sortItemCheap{
	width: 70px;
	height: 19px;
	padding: 0px 5px;
}
.sortItemExpensive{
	width: 70px;
	height: 19px;
	padding: 0px 5px;
}
.sortItemRanking{
	width: 60px;
	height: 19px;
	padding: 0px 5px;
}
.sortItemNew span
, .sortItemNew a
, .sortItemSpec span
, .sortItemSpec a
, .sortItemCheap span
, .sortItemCheap a
, .sortItemExpensive span
, .sortItemExpensive a
, .sortItemRanking span
, .sortItemRanking a
{
	display:inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-align: center;
}
.sortItemNew span
, .sortItemNew a:hover
, .sortItemSpec span
, .sortItemSpec a:hover
, .sortItemCheap span
, .sortItemCheap a:hover
, .sortItemExpensive span
, .sortItemExpensive a:hover
, .sortItemRanking span
, .sortItemRanking a:hover
{
	background: #ffcc32;
	border-radius: 3px;
}
/* 並び替え ココまで 2021-08-10 K.Matsuno ------------------------------------------------*/
/*
.reorderCondition li{
	float: left;
	display: inline-block;
	width: 76px;
	border-right: solid 1px #333;
}
.reorderCondition li a,
.reorderCondition li span{
	width: 64px;
	display: block;
	float: left;
	height: 19px;
	border-right: solid 1px #333;
	background: url(../images/refine-bg-spec.gif) no-repeat;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px !important;
}

.reorderCondition li.rc-new a,
.reorderCondition li.rc-new span{
	width: 56px;
}
.reorderCondition li.rc-spec a,
.reorderCondition li.rc-spec span{
	width: 63px;
	background-position: -63px 0px;
}

.reorderCondition li.rc-spec span,
.reorderCondition li.rc-spec a:hover{
	background-position: -63px -19px;
}
.reorderCondition li.rc-cheap a,
.reorderCondition li.rc-cheap span{
	width: 80px;
	background-position: -126px 0px;
}
.reorderCondition li.rc-cheap span,
.reorderCondition li.rc-cheap a:hover{
	background-position: -126px -19px;
}
.reorderCondition li.rc-expensive a,
.reorderCondition li.rc-expensive span{
	width: 79px;
	background-position: -206px 0px;
}
.reorderCondition li.rc-expensive span,
.reorderCondition li.rc-expensive a:hover{
	background-position: -206px -19px;
}
.reorderCondition li.rc-ranking a,
.reorderCondition li.rc-ranking span{
	width: 67px;
	background-position: -285px 0px;
}
.reorderCondition li.rc-ranking span,
.reorderCondition li.rc-ranking a:hover{
	background-position: -285px -19px;
}
*/

/* itemSaleList
----------------------------------------*/
.itemSale{
	width: 95%;
	margin: 0 auto;
}
ul.itemSaleList li{
	display: block;
	float: left;
	width: 46px;
	height: 0px;
	padding-top: 15px;
	overflow:hidden;
	background: url(../images/icon-off.gif) no-repeat;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.itemSaleList li.pointup{
	width: auto;
	height: 15px;
	padding-top: 0px;
	background: none;
	color: #ff0000;
	font-weight: bold;
	white-space: nowrap;
}
/* ' 2025.01.06 Moe 定価表示対応 */
ul.itemSaleList li.notsale{
	width: auto;
	height: 15px;
	padding-top: 0px;
	background: none;
	color: #1e90ff;
	font-weight: bold;
	white-space: nowrap;
}

ul.itemSaleList li.brandNew{ background-position: -969px 0px; }
ul.itemSaleList li.sale{ background-position: -918px 0px; }
ul.itemSaleList li.off90{ background-position: -867px 0px; }
ul.itemSaleList li.off85{ background-position: -816px 0px; }
ul.itemSaleList li.off80{ background-position: -765px 0px; }
ul.itemSaleList li.off75{ background-position: -714px 0px; }
ul.itemSaleList li.off70{ background-position: -663px 0px; }
ul.itemSaleList li.off65{ background-position: -612px 0px; }
ul.itemSaleList li.off60{ background-position: -562px 0px; }
ul.itemSaleList li.off55{ background-position: -510px 0px; }
ul.itemSaleList li.off50{ background-position: -459px 0px; }
ul.itemSaleList li.off45{ background-position: -408px 0px; }
ul.itemSaleList li.off40{ background-position: -357px 0px; }
ul.itemSaleList li.off35{ background-position: -306px 0px; }
ul.itemSaleList li.off30{ background-position: -255px 0px; }
ul.itemSaleList li.off25{ background-position: -204px 0px; }
ul.itemSaleList li.off20{ background-position: -153px 0px; }
ul.itemSaleList li.off15{ background-position: -102px 0px; }
ul.itemSaleList li.off10{ background-position: -51px 0px; }
ul.itemSaleList li.off5{ background-position: 0px 0px; }


/* shaft
----------------------------------------*/
.shaftList .item-type{
	table-layout:auto !important;
}
.shaftList .item-type th{
	padding-left:3px !important;
}
.shaftList td{
	padding-right:0px !important;
}
.shaftList .eventr td{
	background-color:white !important;
}
.shaftList .num{
	width:60px !important;
	text-align:center;
}
.shaftList .icon-meta-list{
	width:auto !important;
	float:none !important;
}
.shaftList .icon-meta-list li{
	float:left !important;
}
.shaftList .pr10{
	padding-right: 10px;
}

/* ADD AB Moe 2022-10-14 */
[class^="favoriteMsg"] {
	width: 97%;
	margin: 10px 10px 0px 10px;
	padding: 0.5em;
	box-sizing: border-box;
	background: #bfbfbf;
	border-radius: 10px;
}
.favoriteMsgOK {
	background: #80ff80;
}
.favoriteMsgNG {
	background: #ff8080;
}
/* ADD AB Mow 2022-06-14 */
