/*	Products
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
	display: none;
}
#overlay{
	background: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9998;
}

#preloadicon{
	position: fixed;
	background: url(../img/preload.gif) no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	z-index: 9999;
}

.shopContents {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    padding:20px 0 0;
}

#tabs a:link,
#tabs a:visited{
	color:#a70068;
}


h2{
padding:60px 0 0;
text-align: center;
}


.tabs-nav{
    border-bottom:2px solid #fff !important;
}

.tabs-nav li{
    text-align: center;
    background-color: #a70068 !important;
    font-size:150%;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
    width:306px;
    padding:16px 0!important;
    margin:0 4px 0 0!important;
}

.tabs-nav li:first-child{
    margin-left:8px!important;
}


.tabs-nav li.selected{
    background-color: #fff!important;
	border:2px solid #fff!important;
    border-bottom:#fff 2px solid !important;
    margin-bottom:-12px !important;
    color:#a70068;
    font-size:150%;
    top:-4px!important;
}

.tabs-panel{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    background-color: #fff!important;
    border-top: 2px solid #fff !important;
    padding:30px 36px!important;
}

.tabs-panel a{
    text-decoration: underline;
}



.tabs-panel table.category{
margin: 10px 0;
background-color: #fff2f5;
width:100%;
border:none;
}

.tabs-panel table.category tr{
border:4px #fff solid;
}

.tabs-panel table.category td:first-child{
	vertical-align: middle;
}

.tabs-panel table.category tr:nth-child(7){
background-color: #f2f2f2;
}


.tabs-panel table.category td{
padding:10px;
    border:none;
}



.tabs-panel table.brand{
margin-bottom: 30px !important;
width:100%;
border:none;
padding:10px;
}

.tabs-panel table.brand th{
background-color: #fff2f5;
padding:10px;
}


.tabs-panel table.brand td{
padding:10px;
border:none;
width: 33%;
}






.tabs-panel table.list{
margin: 40px 0;
width:100%;
border:none;
}

.tabs-panel table.list{
background-color: #fff2f5;
}

.tabs-panel table.list th{
background-color: #a70068;
color:#fff;
text-align: center;
}

.tabs-panel table.list tr:nth-child(2n){
background-color: #fff;
}


.tabs-panel table.list th,
.tabs-panel table.list td{
border:4px #fff solid;
padding:10px;

}

.tabs-panel table.list th:first-child{
width: 120px;
}

.tabs-panel table.list th:nth-child(2){
width: 180px;
}


.tabs-panel table.list th:last-child{
width: 100px;
}

.tabs-panel table.list tr td:nth-of-type(4){
	text-align: center;
}


ul.pageNav{
text-align: center;
font-size:133%;
}
.pageNav li{
margin:10px;
display: inline;
}

.pageNav li a{
color:#45bdcf;
}

.pageNav li a.nl{
text-decoration: none;
}


ul.bNav{
font-size:117%;
margin-bottom:30px;
color:#a70068;
}
.bNav li{
margin:10px;
display: inline;
}

.bNav li:after{
    display:block;
    clear:both;
}
#tabs hr{
	border-top:2px #000 solid;
}
p.tit{
	color:#000;
	font-size:160%;
	margin:20px 0 30px;
	letter-spacing: -0.1em;
}

.back{
	margin:40px 0;
}
.back a{
	color:#a70068;
	text-decoration: underline;
	font-size:120%;
	width:16px;
	height:14px;
	background:url(../img/products_l_icon.gif) no-repeat left;
	padding-left:26px;
}

a.bback{
padding-left:20px;
font-size:120%;
background:url(../img/products_l_icon.gif) no-repeat left;
}

a.bback:link,
a.bback:visited{
	color:#a70068;
}





.searchWORDS{
    text-align: center;
    font-size:133%;
    margin:80px 0;
}

.searchWORDS p{
	margin-top:1em;
}

.searchJAN{
    text-align: center;
    font-size:133%;
    margin:80px 0;
}

input{
	color:#808080;
}


#input01{
    width:400px;
    padding:8px;
    border:#a70068 1px solid;
    margin-right:10px;
}


#input02{
    width:100px;
    padding:10px;
    border: none;
    color:#fff;
    background-color: #a70068;
}


#input03{
    width:400px;
    padding:8px;
    border:#a70068 1px solid;
    margin-right:10px;
}

#input04{
    width:100px;
    padding:10px;
    border: none;
    color:#fff;
    background-color: #a70068;
}



p.error{
    color:#e11a74;
    font-weight: bold;
    font-size:150%;
    text-align: center;
}