/* =======================================
	wideslider
======================================= */
.wideslider {
	width: 100%;
	height: 390px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-top:10px;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #000000 url(https://www.unchain-shop.com/cart/prev.png) no-repeat right center;}
.slider_next {background: #000000 url(https://www.unchain-shop.com/cart/next.png) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
	padding: 
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


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

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
.bxsliderbox{
	width: 920px;
	height: 350px;
	margin: 10px auto;
}
.bxsliderbox ul li{
	list-style: none;
}
.slidertopbox{
	width:100%;
	height:360px;
	background-color: aqua;
}

#slidertop{
	width:90px;
	margin: 0;
	background-color:antiquewhite;
}
.list_carousel {
background-color: #ffffff;
margin:5px 0;
width: 920px;
}

.list_carousel {
background-color: #ffffff;
margin:5px 0;
width: 930px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size:80%;
	color:#000;
	text-align: center;
	width: 176px;
	padding:0;
	margin:3px;
	border:1px solid #333;
	display: block;
	float: left;
}
.clearfix {
	float: none;
	clear: both;
}
.timer {
	background-color:#CCC;
	height:3px;
	width:0px;
}

.information{
	width:720px;
	margin:0px;
}

.author{
	width:143px;
	float:left;
	margin:5px;
	text-align:center;
	font-size:70%;
}
.author img{
	margin-bottom:5px;
}

table.brandbtn{
	margin:10px 0;
	border:none;
	border-collapse:collapse;
	width:100%;
}
table.brandbtn td{
	padding:5px 0;
	border:none;
	text-align:center;
}

table.brandbtn td a:hover img,
table.brandbtn td a:focus img {
	filter			: alpha(opacity=70);
	-moz-opacity	: 0.7;
	opacity			: 0.7;
}


#brandimg div.brn{
	width:286px;
	float:left;
	margin:10px;
	text-align:center;
}
#brandimg div.brn img{
	border:1px solid #000;
}
#brandimg div.brn p{
	font-size:120%;
	font-weight:bold;
	margin-top:5px;
	font-style:italic;
}

#brandimg div.brn p a:link,
#brandimg div.brn p a:visited{
	color:#000;
	text-decoration:none;
}
#brandimg div.brn p a:hover,
#brandimg div.brn p a:active{
	color:#F90;
	text-decoration:none;
}


.simply-scroll-container { position:relative; }
.simply-scroll-clip { position:relative; overflow:hidden; }
.simply-scroll-list { margin:0; padding:0; overflow:hidden; }
.simply-scroll-list li { float:left; width:150px; height:150px; margin:0; padding:0; list-style:none; }
	
/*ピックアップブランド*/
#pickupbrand{
	margin:15px 0;
	padding:0;
	text-align: center;
}
#pickupbrand li{
	display: inline-block;
	list-style:none;
	margin:15px 8px 0 8px;
}


/*メインイメージ4つ並び*/
#mainimg{
	width: 920px;
	margin: 10px auto;
}
#mainimg ul li{
	list-style: none;
	float: left;
	margin-right: 7px;
}
#mainimg ul li.li01{
	margin-right: 6px;
}
#mainimg ul li.li02{
	margin-right: 0;
}

/*売れ筋商品*/
.uresuji_ti{
    position:relative;
    width:100%;
	padding: 5px;
	margin-top: 40px;
	text-align: center;
	font-size: 120%;
	background-color: #000000;
	color: #FFFFFF;
}
.uresuji_ti .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.uresujibox {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
flex-wrap:wrap;

}
.uresuji {
	width:200px;
	margin:10px 15px;
	text-align:center;
	font-size:70%;
	position:relative;
}
.uresuji a:link,
.uresuji a:visited{
	color:#000;
	text-decoration:none;
}
.uresuji a:hover,
.uresuji a:active{
	color:#F90;
	text-decoration:none;
}


/*モーダルウィンドウ*/
.bg_onetime_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 9999;
    width: 500px;
    height: 300px;
	background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 500px;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding: 30px 30px 0;
    margin: 0px;
    background-color: #ffffff;
    color: #000000;
    font-size: 24px;
	font-weight: bold;
    text-align: center;
    line-height: 1;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 70%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #000000;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 30px 30px 0;
    text-align: center;
}
.onetime_popup_content_btn{
	display: inline-block;
	padding: 15px 20px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
}
.onetime_popup_content_btn a:link { color: #ffffff; text-decoration: none; }
.onetime_popup_content_btn a:visited { color: #ffffff; text-decoration: none; }
.onetime_popup_content_btn a:hover { color: #ffffff; text-decoration: none; }
.onetime_popup_content_btn a:active { color: #ffffff; text-decoration: none; }

.caution{
	text-align: left;
	margin-top: 40px;
	padding-bottom: 40px;
}
.caution ul li{
	text-align: left;
	list-style: disc;
	margin-left: 1em;
}