﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    TOP css
------------------------------------------------------------*/  
/*
#slider{
	width:100%;
	min-height:350px;
}

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.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;
	background:rgba(0,0,0,.4)
}

#caption{
	width:100%;
	border-bottom:1px solid #E7E7E7;
	background:#FAFAFA;
}

#caption li{
	width:20.60546875%;
	float:left;
	padding-right:31px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#caption li:last-child{
	width:17.578125%;
	padding-right:0;
}

#caption a{
	display:table;
	width:100%;
	color:#333;
	padding:15px 0;
	font-size:109%;
	position:relative;
	overflow:hidden;
	border-bottom:3px solid #FAFAFA;
}

#caption a:hover,
#caption a.active{
	border-bottom-color:#FF9EBA;
}

#caption a div{
	display:table-cell;
	vertical-align:top;
	width:50px;
}

#caption a p{
	display:table-cell;
	vertical-align:top;
	padding:5px 0 5px 10px;
}
*/


/*------------------------------------------------------------ 
    contents 
------------------------------------------------------------*/  

#contents{
	display:table;
	width:100%;
	max-width:1044px;
	margin:40px auto 80px;
	padding:0 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}

#side-column{
	display:table-cell;
	vertical-align:top;
	width:220px;
	padding-right:20px;
}

#side-column-inner{ padding-top:20px;}

#main-column{
	display:table-cell;
	vertical-align:top;
}

/*------------------------------------------------------------ 
    side column 
------------------------------------------------------------*/  

#side-column dt{
	width:100%;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:134%;
	letter-spacing:0.5px;
	background:#FF9EBA;
	border-radius:8px;
}

#side-column dd{ padding-bottom:30px;}

#news{
	width:100%;
	padding:10px 0;	
}

#news a{
	display:block;
	padding:10px 0;
	color:#333;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

#news a:hover{ color:#FF9EBA;}

.news-date{
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.news-ttl{
	font-size:117%;
	line-height:1.3;
}

.more{
	width:100%;
	height:36px;
}

.more a{
	display:block;
	width:auto;
	height:34px;
	text-align:center;
	line-height:34px;
	color:#333;
	font-size:117%;
	background:#EFEFEF;
	border:1px solid #E5E5E5;
	border-radius:8px;
}

#side-sns p{
	text-align:center;
	margin:10px 0 15px;
	color:#999;
	font-weight:bold;
	font-size:117%;
	font-family:Arial, Helvetica, sans-serif;
}

#side-sns p span{
	font-size:125%;
	padding:0 2px;
}

#side-sns ul{
	width:100%;
	text-align:center;
}

#side-sns li{
	display:inline-block;
	width:45px;
	height:45px;
	padding:0 8px;
}

/*------------------------------------------------------------ 
    main column 
------------------------------------------------------------*/  

.headline{
	width:auto;
	margin-bottom:15px;
	color:#333;
	position:relative;
	overflow:hidden;
}

.headline h2{
	float:left;
	line-height:40px;
	font-size:175%;
}

.headline .en{
	font-size:46px;
	letter-spacing:1px;
	font-family: 'Amatic SC', cursive;
}

.headline p{
	float:right;
	font-size:117%;
	line-height:20px;
	padding:10px 24px 10px 0;
	background:url(../img/icon-arrow.png) no-repeat right 12px;
	background-size:16px 16px;
}

/*
.headline:after{
	display:block;
	content:"";
	width:100%;
	height:6px;
	position:absolute;
	left:50px;
	bottom:0;
	background:url(../img/icon-bdr.png) repeat-x left;
}
*/

/* pickup */

#pickup.headline{
	padding-top:20px;
	margin-bottom:25px;
}

#pickup.headline p{ 
	padding:17px 24px 3px 0;
	background-position:right 19px;
}

/*

#pickup.headline h2{ padding-bottom:0;}

#pickup.headline p{ padding-top:22px;}

#pickup.headline:after{
	bottom:9px;
	z-index:-1;
}
*/
/* new arrivals */

#new-arrivals.headline{
	margin-bottom:25px;
}

#new-arrivals.headline p{
	padding:17px 24px 3px 0;
	background-position:right 19px;
}

/*  popular */
/*
#popluar.headline h2{
	line-height:20px;
	background:url(../img/icon-popluar.png) no-repeat right top;
	padding:22px 40px 16px 0;
}
#popluar.headline p{ padding-top:22px;}
*/

/* seller */
/*
#seller.headline h2{
	line-height:25px;
	background:url(../img/icon-seller.png) no-repeat right top;
	padding:16px 45px 16px 0;
}
*/
.selletr-list{
	width:784px;
	padding-bottom:40px;
	letter-spacing: -.40em;
}

.selletr-list li{
	display: inline-block;
    letter-spacing: normal;
	vertical-align:top;
	width:125px;
	padding:0 15px 10px;
	text-align:center;
	border-right:1px solid #EFEFEF;
}

.selletr-list li:last-child{
	border-right:none;
	padding-right:0;
}

.selletr-list a{
	display:block;
	width:100%;
	margin-bottom:8px;
}

.selletr-list a img{
	width:120px;
	height:120px;
	border-radius:50%;
}

.selletr-list a p{
	color:#333;
	font-size:117%;
	margin-top:20px;
}

/* reccomend */
/*
#recommend.headline h2{
	line-height:25px;
	background:url(../img/icon-recommend.png) no-repeat right top;
	padding:14px 40px 16px 0;
}


/*
.headline:before{
	display:block;
	content:"";
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:50%;
}

#pickup:before{
	width:36px;
	height:37px;
	background-image:url(../img/icon-pickup.png);
	background-size:36px 37px;
	margin-top:-18px;
}

#new-arrivals:before{
	width:39px;
	height:25px;
	background-image:url(../img/icon-new.png);
	background-size:39px 25px;
	margin-top:-12px;
}

#popluar:before{
	width:38px;
	height:37px;
	background-image:url(../img/icon-popluar.png);
	background-size:38px 37px;
	margin-top:-18px;
}

#recommend:before{
	width:37px;
	height:30px;
	background-image:url(../img/icon-recommend.png);
	background-size:37px 30px;
	margin-top:-15px;
}
*/
/* item list */

.item-list{
	width:100%;
	padding-bottom:10px;
	letter-spacing: -0.5em;
}

.item-list li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:24.48979591836735%;
	border-right:1px solid #EFEFEF;
	padding-right:7px;
	margin-bottom:30px;
	margin-right:1.020408163265306%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.item-list li:nth-child(4n){
	width:23.46938775510204%;
	padding-right:0;
	margin-right:0;
	border:none;
}

.list-more{
	width:100%;
	max-width:280px;
	height:40px;
	margin:0 auto;
}

.list-more a{
	display:block;
	width:auto;
	height:40px;
	text-align:center;
	line-height:40px;
	padding-right:10px;
	color:#fff;
	font-size:109%;
	background:#FF9EBA url(../img/icon-more.png) no-repeat right 9px top 50% / 21px 21px;
	border-radius:5px;
}


.item-list li.notfound{
	border:none;
	font-size:117%;
}
