@charset "shift_jis";

/* ========== itemlist���� ========== */

/* border-box */
#itemlist-area, #itemlist-area *, #itemlist-area *:before, #itemlist-area *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#itemlist-area {
    width: 100%;
    font-size: 1.0em;
    text-align: left;
    line-height: 1.4em;
}

#itemlist-area img {
	vertical-align: top;
}

#itemlist-area .category-title {
	font-size: 1.6em;
	padding: .5em .4em;
	font-weight: normal;
}
.ranking h2 {
	position:relative;
}
.ranking h2 .updata{
	position:absolute;
	right:0%;
	bottom:0%;
	display:block;
}
.ranking span{
	display:none;
}

.rank-ttl-cate {
	position:relative;
}
.rank-ttl-cate span{
	position:absolute;
	right:0%;
	bottom:0%;
}
/*----------------
  display-list
----------------*/

.display-list {
    letter-spacing: -.40em;
    width: 96%;
    margin: 0 auto 2em;
    text-align:left;
}

.display-list .item-reap {
    letter-spacing: normal;
    display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0;
	border-top:1px #ccc solid;
	position:relative;
}

/*----- type-01 -----*/

.display-list.type-01 .item-reap {
	width:25%;
}

.display-list.type-01 .inner {
	padding: 2.5em 2em 1.5em;
}

.display-list.type-01 .item-head {
	height: 1.7em;
	margin:0 0 .4em 0 ;
}

.display-list.type-01 .lineup-icon {
	float: left;
}

.display-list.type-01 .lineup-icon span:nth-child(2) {
	margin:0 0 0 .5em;
}

.display-list.type-01 .sale-icon {
	float: left;
	border:1px #f00 solid;
	background-color:#f00;
	color:#fff;
	padding:0 .3em;
	font-size:.9em;
	display: inline-block;
}

.display-list.type-01 .new-icon {
	float:right;
	border:1px #f00 solid;
	color:#f00;
	padding:0 .3em;
	font-size:.9em;
	display: inline-block;
}

.display-list.type-01 .lineup-image img {
	width:100%;
}
.display-list.type-01 .attr_variation{
	margin: .3em 0 0 0;
	color:#444;
	font-size:0.9em;
}
.display-list.type-01 .lineup-name {
	height: 4.2em;
	margin: .3em 0 .5em 0;
	font-weight: normal;
}

.display-list.type-01 .lineup-price {
	margin:0 0 .3em 0;
	height: 1.5em;
}

.display-list.type-01 .lineup-price .now-price {
	color:#f00;
	margin:0 .5em 0 0;
	font-size:1.2em;
	float: left;
	font-weight: bold;
}
.display-list.type-01 .lineup-price .original-price {
	margin:0 .5em 0 0;
	text-decoration: line-through;
	font-size:.9em;
	color:#999;
	float: left;
}

.display-list.type-01 .lineup-price .delivery-icon {
	font-size:.9em;
	color:#F60;
	float: right;
}

.display-list.type-01 .delivery-icon {
	font-size:.9em;
	color:#F60;
}

.display-list.type-01 .lineup-stock {
	height: 1.3em;
	margin:0 0 .5em 0;
}

.display-list.type-01 .stock-icon {
	font-size:.9em;
	color:#2976c6;
	margin:0 .5em 0 0;
}

.display-list.type-01 .shipping {
	font-size:.9em;
	color:#f00;
}

.display-list.type-01 .lineup-review {
	vertical-align: middle;
	height: 1em;
	margin:0 0 1em 0;
}

.display-list.type-01 .lineup-review .review-number {
	font-size:.85em;
	margin:0 0 0 .1em;
	text-decoration: none;
}

.display-list.type-01 .lineup-tag {
    font-size:.9em;
}

/*----- type-02 -----*/

.display-list.type-02 .item-reap {
	width:20%;
	border-top:none;
}

.display-list.type-02 .item-reap a {
	color:#000;
}

.display-list.type-02 .item-reap a:hover {
	color:#2976c6;
	text-decoration:none;
}

.display-list.type-02 .inner {
	padding: 2.2em ;
	font-size:.95em;
}
.display-list.type-02 .lineup-image {
	text-align:center;
}

.display-list.type-02 .lineup-image img {
	width:100%;
	margin:0 auto;
}
.display-list.type-02 .attr_variation{
	margin: .3em 0 0 0;
	font-size:.9em;
	color:#444;
}
.display-list.type-02 .lineup-name {
	font-size:.9em;
	height: 3em;
	margin: .3em 0 .5em 0;
	overflow: hidden;
	font-weight: normal;
}

.display-list.type-02 .lineup-price {
	margin:0 0 .3em 0;
	height: 1.5em;
}

.display-list.type-02 .now-price {
	color:#f00;
	font-size:1.2em;
	float:left;
}
.display-list.type-02 .original-price {
	margin:0 0 0 .5em;
	text-decoration: line-through;
	font-size:.9em;
	color:#999;
	float:left;
}
.display-list.type-02 .sale-icon {
	float:right;
	background-color:#f00;
	color:#fff;
	padding:0 .3em;
	font-size:.9em;
}

.display-list.type-02 .lineup-review {
	vertical-align: middle;
	height: 1em;
}

.display-list.type-02 .lineup-review .review-number {
	font-size:.85em;
	margin:0 0 0 .1em;
	text-decoration: none;
}

@media screen and (max-width:1270px) {
/* ========== grid���� ========== */

.display-list.type-02 .inner {
	padding: 2em 1.2em 1.5em;
	font-size:.9em;
	line-height:1.2em;
}

.display-list.type-01 .inner {
	padding: 2.5em 1.2em 1.5em;
	font-size:.9em;
	line-height:1.2em;
}

}


/*----- type-03 -----*/

.display-list.type-03 .item-reap {
	width:100%;
	height: 242px;
}

.display-list.type-03 .inner {
	padding: 2.5em 2em 1.5em;
	position:relative;
}


.display-list.type-03 .lineup-image {
	width:135px;
	float: left;
	margin: 0 -135px 0 0 ;
}

.display-list.type-03 .lineup-image img {
	width:100%;
}

.lineup-info {
	float: left;
	margin: 0 0 0 145px;
}

.display-list.type-03 .item-info {
	max-width: 100%;
	float: left;
	margin: 0 240px 0 0;
	padding: 0 10px 0 0 ;
}

.display-list.type-03 .attr_variation{
	padding: 0 0 .3em 0;
	color:#444;
}
.display-list.type-03 .item-name {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0 0 .3em 0;
}

.display-list.type-03 .item-number {
	color: #999;
	padding: 0 0 .2em 0;
}

.display-list.type-03 .lineup-price {
	padding: .5em 0 .5em;
	background-color: #fff;
	text-align: right;
}

.display-list.type-03 .lineup-price .original-price {
	margin:0 0 .8em 0;
	font-size:.9em;
	color:#999;
	display: block;
	text-align: right;
}

.display-list.type-03 .price-line {
	text-decoration: line-through;
}

.display-list.type-03 .sale-icon {
	border:1px #f00 solid;
	background-color:#f00;
	color:#fff;
	padding:0 .3em;
	font-size:.9em;
	display: inline-block;
	margin:0 .3em 0 0 ;
	line-height: 1.2em;
}

.display-list.type-03 .new-icon {
	border:1px #f00 solid;
	color:#f00;
	padding:0 .3em;
	font-size:.9em;
	display: inline-block;
	margin:0 .3em 0 0 ;
	line-height: 1.2em;
}

.display-list.type-03 .lineup-price .now-price span {
	color:#f00;
	font-size:1.6em;
	font-weight: bold;
}

.display-list.type-03 .icon-list {
	text-align: right;
	margin:0 0 .3em 0;
}

.display-list.type-03 .stock-icon {
	font-size:.9em;
	color:#2976c6;
	margin:0 .3em 0 0;
	display:inline-block;
}

.display-list.type-03 .delivery-icon {
	color:#F60;
	font-size:1.1em;
	margin:0 .3em 0 0;
}


.display-list.type-03 .shipping {
	font-size:.9em;
	color:#f00;
}

.display-list.type-03 .lineup-review {
	vertical-align: middle;
	height: 1em;
	margin:0 0 1em 0;
}

.display-list.type-03 .lineup-review .review-number {
	font-size:.85em;
	margin:0 0 0 .1em;
	text-decoration: none;
}

.display-list.type-03 .item-introduction {
    color: #444;
}

.display-list.type-03 .item-cart {
	width: 230px;
	border-left:1px #ccc solid;
	padding:0 0 0 10px;
	text-align: center;
	position: absolute;
	top:2.5em;
	right:2em;
}

.display-list.type-03 .cart-inner {
	border-top: 1px #ccc dotted;
	padding: 1em 0 1em 0;

}

.display-list.type-03 .cart-quantity {
	width: 35%;
	float: left;
	text-align:center;
}

.display-list.type-03 .quantity-form {
	letter-spacing: -.40em;
	padding: .5em 0;
}

.display-list.type-03 .quantity-form li {
	letter-spacing: normal;
	font-size:.85em;
	display: inline-block;
	vertical-align: middle;
	color: #333;
}

.display-list.type-03 .quantity-form li:nth-child(1) {
	width:45%;
	text-align: center;
}

.display-list.type-03 .quantity-form li:nth-child(2) {
	width:55%;
	text-align: left;
}

.display-list.type-03 .quantity-form input[type="text"] {
	margin: 0;
	padding: .5em .3em;
	background: none;
	border: 1px solid #666;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	width:90%;
	text-align: center;
	display: block;
}
.display-list.type-03 .item-cart input[type="text"]:focus {
	border: 1px solid #ff7200;
}

.display-list.type-03 .cart-button {
	width: 65%;
	float: left;
	text-align:center;
}

.display-list.type-03 .cart-button .link-button {
	display: block;
	background-color: #ff7200;
	padding: 0.8em 0;
	width: 100%;
	color: #fff;
	border-style:none;
	font-family:  "���C���I",Meiryo,"�q���M�m�p�S ProN W3","Hiragino Kaku Gothic ProN","�l�r �o�S�V�b�N",Osaka,sans-serif,arial,verdana;
	cursor:pointer;
	border-radius:5px;
}

.display-list.type-03 .cart-button .link-button:hover {
	background-color: #f90;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.display-list.type-03 .item-corporative {
	text-align: right;
}
.display-list.type-03 .dtl-btn{
	width: 100%;
	background-color: #2976c6;
	color: #FFF;
	padding: 7% 0;
	margin: 0 auto;
	display:block;
	border-radius:5px;
	line-height:1.9em;
}
.display-list.type-03 .dtl-btn:hover {
	background-color: #59A6f6;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*----------------
  checkbox
----------------*/

.comparison {
	float: right;
}

.display-list.type-03 .comparison {
	float: none;
	text-align: right;
}

.label-checkbox input[type="checkbox"]{
  display: none;
}
.label-checkbox{
  cursor: pointer;
  color: #999;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
}

.label-checkbox .lever {
  font-size:.9em;
  line-height:1.6em;
  margin:.3em 0 0;
  padding: 0 23px 0 0;
  vertical-align: baseline;
}

.label-checkbox .lever:before{
  content:'';
  border: 2px solid #CCC;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 2px;
  margin: -2px 0 0 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-checkbox input[type="checkbox"]:checked + .lever {
  color: #2976c6;
}
.label-checkbox input[type="checkbox"]:checked + .lever:before{
  border-color: #2976c6;
}
.label-checkbox .lever:after{
  content:'';
  opacity: 0;
  position: absolute;
  right: 5px;
  top: -2px;
  width:8px;
  height: 16px;
  border-right: 3px solid #2976c6;
  border-bottom: 3px solid #2976c6;
  transform:rotate(-200deg);
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-checkbox input[type="checkbox"]:checked + .lever:after{
  opacity: 1;
  position: absolute;
  right: 5px;
  top: -2px;
  width:8px;
  height: 16px;
  border-right: 3px solid #2976c6;
  border-bottom: 3px solid #2976c6;
  transform:rotate(40deg);
}


/*----------------
  switch-area
----------------*/

.switch-area {
	margin:1em 0 1.5em;
}

.row-top {
	background-color:#f6f6f6;
	padding:1em;
	border-radius: 5px;
	margin:0 0 1em 0;
	position:relative;
}

.item-count {
	float:left;
	margin:.5em 1.5em 0 0;
}

.item-count .count-number {
	font-size:1.4em;
	padding: 0 .2em;
	font-weight: bold;
}

.sort-order {
	float:left;
	margin:.5em 0 0;
}

.sort-order .sort-text {
	padding: 0 .5em;
}

.sort-order .now-view {
	font-weight: bold;
}

.compare-area {
	float:right;
}



.row-bottom {
    width: 96%;
    margin: 0 auto 10px;
}

.change-list {
	float:left;
	height:32px;
	margin:0 1.5em 0 0;
}

.change-button {
    letter-spacing: -.40em;
}

.change-button .li-button {
    letter-spacing: normal;
    display: inline-block;
	vertical-align: middle;
	margin:0 .3em 0 0;
}

.display-count {
	float:left;
	height:32px;
}

.display-count .count-text {
	padding: 0 .5em;
	line-height: 30px;
	display:block;
	color:#2976c6;
	border: 1px #2976c6 solid;
	text-decoration:none;
}

.display-count .now-view {
	background-color:#2976c6;
	color:#fff;
}

.paging-area {
	float:right;
	height:32px;
}

.paging-area .page-text {
	padding: 0 .7em;
	line-height: 30px;
	display:block;
	color:#2976c6;
	border: 1px #2976c6 solid;
	text-decoration:none;
}

.paging-area .now-view {
	background-color:#2976c6;
	color:#fff;
}

.display-count .count-text:hover, .paging-area .page-text:hover {
	background-color:#eefcff;
}

.display-count .now-view:hover, .paging-area .now-view:hover {
	background-color:#2976c6;
	color:#fff;
}

.footer-ver {
	border-top: 1px #ccc dotted;
	padding:1em;
}



/*----- compare-area -----*/

.compare-area .compare-button {
	background-color: #2976c6;
	border-bottom: 3px solid #039;
	display: inline-block;
	padding: .5em 2em;
	border-radius: 5px;
	color: #fff;
	position:relative;
}
.compare-area .compare-button:hover {
	background-color: #06C;
	text-decoration: none;
}
.compare-area .compare-button:active {
	border-bottom: none;
	margin-top:3px;
}
.compare-area .compare-description {
	background: #ffd0e8 none repeat scroll 0 0;
	border-radius: 10px;
	box-shadow: 1px 1px 1px 0 #aaa;
	right: 15px;
	padding: 10px;
	position: absolute;
	top: -50px;
	transition: 0.5s;
	opacity: 0;
	display: none;
}
.compare-area .compare-description:after {
	border-color: #ffd0e8 transparent transparent;
	border-style: solid;
	border-width: 20px 15px;
	bottom: -35px;
	content: "";
	right: 11px;
	position: absolute;
}
.compare-area .compare-description:before {
	border-color: #aaa transparent transparent;
	border-style: solid;
	border-width: 15px 12px;
	bottom: -30px;
	content: "";
	right: 12px;
	opacity: 0.8;
	position: absolute;
}

.compare-area:hover > .compare-description {
	transition: 0.25s;
	display: block;
	opacity: 1;
}



/*----------------
  hide-element
----------------*/

.hide-element {
	display: none;
}

/*----------------
  clearfix
----------------*/

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}



