﻿@charset "utf-8";

body {
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #EEEEEE;
	left: 0;
	top: 0;
	border: 0px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
	
.arrival_wrapper{
	width: 100%;
	/*padding: 10px 0 0 10px;*/
	display: block;
	background: #F4F4F4;
	border-left: 1px solid #CCC;
	box-sizing: content-box;
}	

.item_area{
	list-style: none;
	width: 136px;
	/*height: 265px;*/ /*2016.03.29 キャプション（説明文）非表示へ変更*/
	height: 180px;
	margin: 0 4px 8px 4px;
	padding: 0 0 10px 0;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: block;
	float: left;
	opacity: 1;
	-webkit-transition-duration: 0.10s;
	transition-duration: 0.10s;
	position: relative;
}

.item_area:hover{
	opacity: 0.85;
	-webkit-transition-duration: 0.10s;
	transition-duration: 0.10s;
}

.item_area:hover a dl dd{
	color: #069 !important;
	-webkit-transition-duration: 0.10s;
	transition-duration: 0.10s;
}

.item_area a {
	width: 100%;
	height: 100%;
	/*background: #0C3;*/
	display: block;
}

.item_area a img {
    width: 136px;
    height: 136px;
    margin: 0;
    padding: 5px;
    border: 0;
    box-sizing: border-box;
}

.item_area a dl {
    width: 100%;
    padding: 5px;
	box-sizing: border-box;
	word-break: break-all;
	border-top: 1px solid #DDD;
}

dt.item_name{
	font-size: 10px;
	font-weight: normal;
	height: 37px;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	overflow: hidden;
	color: #069;
	/*margin: 0 0 6px 0;*/
}

dt.item_name .brand{
	display:block;
	height: 1em;
	margin: 0 0 4px 0;
	font-weight: normal;
	color: #999;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

dd.item_caption {
	font-size: 10px;
	line-height: 1.2em;
	height:0;
	letter-spacing: 0.1em;
	color: #666;
	-webkit-transition-duration: 0.10s;
	transition-duration: 0.10s;
	visibility: hidden; /*2016.03.29 キャプション（説明文）非表示へ変更*/
}

.up_date {
    position: relative;
    padding: 3px 5px 2px;
    display: inline-block;
    top: -70px;
    left: 3px;
    color: #FFF;
    font-size: 10px;
    line-height: 12px;
    opacity: 0.9;
    text-align: left;
    border-radius: 2px;
    border: 1px solid #FFF;
    box-sizing: border-box;
}

.up_date span{
	font-size: 10px;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 11px;
	text-align: center;
	margin: 0 0.6em 0 0;
}

.new > a > p.up_date{
	background: #C30;
}

.re > a > p.up_date{
	background: #006699;
}

.new > a > p.up_date:before{
	content:"\65B0\5165\8377";
	margin: 0 0.6em 0 0;
}

.re > a > p.up_date:before{
	content:"\518D\5165\8377";
	margin: 0 0.6em 0 0;
}


/*p.up_date_new {
    position: relative;
    padding: 3px 5px 2px;
    display: inline-block;
    top: -70px;
    left: 3px;
    background: #C30;
    color: #FFF;
    font-size: 10px;
    line-height: 12px;
    opacity: 0.9;
    text-align: left;
    border-radius: 2px;
    border: 1px solid #FFF;
    box-sizing: border-box;
}

p.up_date_re {
	position: relative;
    padding: 3px 5px 2px;
    display: inline-block;
    top: -70px;
    left: 3px;
    background: #006699;
    color: #FFF;
    font-size: 10px;
    line-height: 12px;
    opacity: 0.9;
    text-align: right;
    border-radius: 2px;
    border: 1px solid #FFF;
    box-sizing: border-box;
}*/

#options{
	 width: 783px;
	 height: 30px;
	 margin: 0;
	 padding: 0 5px;
	 box-sizing: border-box;
	 display: block;
	 position: fixed;
	 top: 0;
	 background: #DDD;
	 opacity: 0.95;
	 z-index: 999999999999;
	 font-size: 10px;
	 line-height: 30px;
 }

#options li{
	float: left;
}

#options li a{
	margin: 0 3px;
    padding: 2px 4px;
    border: 1px solid #999;
    background-color: #bbb;
    color: #FFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 10px;
    /*font-weight: bold;*/
    word-break: break-all;
 }
 
#options li a:hover {
     background: #06C;
}


/* #filter
--------------------------- */
#filter {
	/*margin: 0 auto;
	padding: 15px 0;
	width: 550px;
	text-align: center;*/
}
#filter a:link { text-decoration:underline; color: #000;}
#filter a:visited { text-decoration:none; color: #000;}
#filter a:active { text-decoration:none; color: #000;}
#filter a:hover { text-decoration:none; color: #000;}

#filter .active {
	font-weight: bold;
}
#filter a.active:link { text-decoration:none; color: #000;}
#filter a.active:visited { text-decoration:none; color: #000;}
#filter a.active:active { text-decoration:none; color: #000;}
#filter a.active:hover { text-decoration:none; color: #000;}

/* #filterlist
--------------------------- */
#filterlist {
	margin: 0 auto;
	/*width: 550px;*/
	text-align: left;
}

#filterlist ul {
	margin: 0 auto;
	padding: 0;
	/*width: 550px;*/
	text-align: left;
}

#filterlist ul li {
	/*margin: 5px;
	width: 100px;*/
	text-align: left;
	float: left;
	display: inline;
	overflow: hidden;
}

#filterlist ul li img {
	/*width: 100px;*/
	float: left;
}


/* =======================================
	ClearFixElements
======================================= */
#filterlist ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#filterlist ul {
	display: inline-block;
	overflow: hidden;
}
