@charset "UTF-8";

/*----------------------------------------------------*/
/* バー */
hr{
	height: 6px;
	border: 0;
	box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.5);
	margin: 0;
}

/*----------------------------------------------------*/
/* ナビゲーションメニュー */
#navimenu{
	text-align: center;
	width: 100%;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

#navimenu li{
	display: block;
	padding: 0;
	width: 25%;
	flex-basis:25%;
	height: 40px;
	line-height: 40px;
	text-shadow: none;
	font-size:90%;
	text-decoration: none;
	color:#555555;
	background-color: #ffffff;
	list-style-type: none;
	overflow: hidden;
}
#navimenu li.select{
	color: #f90;
}
#navimenu li a{
	text-decoration: none;
	color: #555555;
}

#navimenu .logo{
	display:block;
	text-align: center;
	background: #fff;
}
#navimenu .logo img{
	margin-top:12px;
}

#navimenu .button{
	display:block;
	text-align: center;
}
#navimenu #searchbox{
	width: 100%;
	flex-basis: 100%;
}

/* 検索窓 */
.searchbox form{
	position: relative;
	width: 100%;
/*	padding: 2px 4px;*/
	box-sizing: border-box;
}
.searchbox form .ui-input-search{
	position: relative;
	left: calc(25% + 6px);
	width: calc(100% - 40px - 25% - 6px);
	height: 34px;
	box-sizing: border-box;
}
.searchbox form .ui-input-btn{
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 5px;
	box-sizing: border-box;
}
.searchbox form input[type="submit"]{
	cursor: pointer;
	background-image: url(../images/parts/menu_search.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position-x: center;
	background-position-y: center;
	background-color: #000000;
}
.searchbox form .ui-select{
	width: 25%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 5px;
	box-sizing: border-box;
	line-height: 0px;
}
.searchbox form .ui-select .ui-btn {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 34px;
	box-sizing: border-box;
}

/*----------------------------------------------------*/
/* プルアップメニュー */
ul.pullupmenu{
	position:relative;
	width:100%;
}
ul.pullupmenu li{
	position: absolute;
	right: 0px;
	width: 100%;
	padding: 0px auto;

	display: table-cell;
	text-align: center;
	vertical-align: middle;
	layout-grid-line: 100%;

	border-top:1px solid #dddddd;
}
ul.pullupmenu li img{
	margin:0 auto;
	text-align : center;
	vertical-align: middle;
}
ul.pullupmenu li a{
	display:block;
}

.footer_content{
	width:100%;
	word-wrap:break-word;
	font-size:90%;
}

.secondhand{
	width:100%;
	font-weight:normal;
	color:#ccc;
}

.viewmode{
	text-align:center;
	font-size:100%;
	background-color:#ffffff;
	border-top:1px solid #ff9900;
	border-bottom:1px solid #ff9900;
}

/*----------------------------------------------------*/
/* 汎用 */
/* 非表示 */
.disnon {
	display: none;
}


/*----------------------------------------------------*/
/* コンテンツヘッダー */
.contentheader{
	color: #ffffff;
	text-shadow: none;
	height: 16px;
	padding:6px 8px;
	font-size: 100%;
	font-weight: bold;
	background-color: #ff9900;
}

/* データエリア */
.data_area{
	padding:4px 6px 4px 6px;
	background-color:#ffffff;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.data_area dt{
	width:auto;
	padding:0px 0px 0px 6px;
	font-size:100%;
	font-weight:bold;
	border-left: double 6px #ff8800;
	border-bottom:#ff8800 thin solid;
	margin-top:6px;
	margin-bottom:2px;
}
.data_area dd{
	font-size:100%;
	padding-left: 10px;
	text-align: left;
}

/* 合計 */
.total{
	padding:4px 6px 4px 6px;
	background-color:#ffffff;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.total dt{
	display:block;
	float:right;
	width:45%;
	text-align:left;
	font-size: 110%;
	font-weight:bold;
	padding-left: 4px;
	color:#000000;
	border-bottom:#000000 thin solid;
}
.total dd{
	display:block;
	float:right;
	width:30%;
	text-align:right;
	font-size: 110%;
	padding-left: 10px;
	color:#000000;
	border-bottom:#000000 thin solid;
}

/*----------------------------------------------------*/
/* 看板 */
.headerimage{
	width:100%;
	height:auto;
	margin: auto;
}
.headerimage img{
	display: block;
	margin: auto;
	height: auto;
	max-width:100%;
	background-color: rgba(255,255,255,1.0);
}

/*----------------------------------------------------*/
/* 商品リスト用 */
/* 商品情報 */
.product_item2{
	width: 99%;
	margin: 1px;
	padding: 2px;
	font-size: 80%;
	list-style-type: none;
	border: 1px solid #ccc;
	height: auto;

	background-color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.product_item{
	width: 100%;
	padding: 4px;
	font-size: 80%;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	height: auto;

	background-color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.product_item td{
	vertical-align: top;
}
/* サムネイル用セル */
.product_thumbnail{
	vertical-align: top;
	width: 64px;"
}
 /* サムネイル画像 */
.product_img{
	margin: 4px;
	padding: 1px;
	width: 60px;
	height: auto;
	display: block;
	vertical-align: top;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* 商品名 */
.product_name{
	margin: 2px;
	padding: 3px 6px;
	display: block;
	height: auto;

	font-size: 120%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;

	background-color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* 更新テキスト */
.product_text{
	margin: 2px;
	padding:3px 6px;
	width: auto;
	float: left;
	display: block;
	color: #999;
	font-size: 120%;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	background-color : #eeeeee;
	border-radius: 5px;
	-webkit-border-radius : 5px;
	-moz-border-radius: 5px;
}
/* 更新日 */
.product_day{
	margin: 2px;
	padding: 3px 6px;
	width: auto;
	float: left;
	display: block;
	color: #999;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	text-decoration: none;

	border-radius: 5px;
	-webkit-border-radius : 5px;
	-moz-border-radius: 5px;
}
/* 割引率 */
.product_off{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
}
/* 価格 */
.product_price{
	margin: 2px;
	padding: 3px 3px;
	color: #CC0000;
	float: right;
	display: block;
	font-size: 150%;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
/* 買取価格 */
.product_buy_price{
	margin: 2px;
	padding: 3px;
	color: #CC0000;
	float: right;
	display: block;
	font-size: 150%;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
/* JANコード */
.product_jancode{
	border: 1px solid #cccccc;
	margin: 7px 3px;
	padding: 3px;
	color: #000000;
	float: left;
	display: block;
    font-size: 80%;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

/*----------------------------------------------------*/
/* 商品リスト */
.content_wrap{
	padding: 0px 0px;
	background: #fff;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.content_wrap a{
	text-decoration: none;
}

/* 回り込み解除 */
.clearfloat{
	clear: both;
}

/* 基本色 */
.red{
	color:#CC0000;
}
.blue{
	color:blue;
}

.border_red{
	border-color:#CC0000;
}

/*----------------------------------------------------*/
/* ジャンル用 */
.header_category li{
	height:20px;
	width:96%;
	background-color:#ffffff;
	border:1px solid #cccccc;
	font-size: 120%;
	padding:6px;
	overflow: hidden;
}
.header_category li a{
	display:block;
	text-decoration: none;
	color: #555555;
}

/*----------------------------------------------------*/
/* 中央バナー */
.center_banner_inner {
	overflow: visible;
	width: 100%;
	position: relative;
	margin: 10px auto;
}
.viewport_center {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-sizing: border-box;
}
#flipsnap_center{
	position: relative;
}
#flipsnap_center .item {
	float: left;
	width: 80vw;
	max-width: 750px;
	font-size: 10px;
	text-align: center;
	background: #EFEFEF;
	color: #ffffff;
	background-color: transparent;
	margin-left: 5px;
	margin-right: 5px;
}
#flipsnap_center .item img{
	width:100%;
	height: auto;
}
#center_banner_control{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
}
#center_banner_control a{
	color: #ccc;
}
#center_banner_control .prev,
#center_banner_control .next{
	position: absolute;
	width: 36px;
	height: 36px;
	top: calc( 50% - 18px);
	border: 2px solid #ccc;
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	z-index: 1;
}
#center_banner_control .prev{
	left: 0px;
}
#center_banner_control .next{
	right: 0px;
}
#center_banner_control .prev:hover,
#center_banner_control .next:hover {
	border-color: #ff9900;
	background-color: #ff9900;
	color: #ffffff;
}
#center_banner_control .prev div,
#center_banner_control .next div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	font-weight: bold;
}

/*----------------------------------------------------*/
/* Google reCAPTCHA */
#g_recaptcha {
	z-index: 1;
	position: absolute;
}
.grecaptcha-badge {
	bottom: 70px !important;
}
