@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*****************************************************************************************************/

img {
	border: 0;
	vertical-align:middle;
}

.clearfix:after {
	content: ".";
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
	visibility: hidden;
	clear: both;
	display: block;
}

/*
[ wrapper ]
-----------------------------------------------*/
#wrapper{
	width: 100%;
}

/*
[ header ]
-----------------------------------------------*/
#header_h{
	background-color: #BDAC87;
}

#header_h h1{
	width: 950px;
	height:  24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 auto;
}

#header{
	width: 950px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.logo a{
	width: 246px;
	height: 70px;
	margin: 5px 0;
	float: left;
}

.nav{

}

.nav ul{
	height: 80px;
	float: right;
	display: table;
}

.nav li{
	vertical-align: middle;
	display: table-cell;
}

.nav li a{
	color: #7A3518;
	border-right: 1px solid #dddddd;
	padding: 16px 10px;
}

.nav li a:hover{
	color: #7A3518;
	background-color: rgba(234, 201, 166, 0.5);
	text-decoration: none;
}

.nav li:first-child a{
	border-left: 1px solid #dddddd;
}

.cart{
	position: absolute;
	right: 0;
	top: -24px;
}

.cart a{
	color: #FFFFFF;
	background-color: #A2384F;
	border-bottom: 1px solid #761F32;
	box-shadow: 0px 0px 8px #ffffff;
	-webkit-box-shadow: 0px 0px 8px #ffffff;
	-moz-box-shadow: 0px 0px 8px #ffffff;
	padding: 12px;
	display: block;
}


/*
[ main ]
-----------------------------------------------*/
#main{
	width: 950px;
	height: auto;
	margin: 0 auto;
}

.main_img{

}

.main_img img{
	width: 100%;
	height: auto;
}

.sub_img{
	margin-top: 0;
}

.main_box{
	margin-top: 10px;
}

/*
[ categoly ]
--------------------------*/
.cate_box{
	margin: 0 0 10px 0;
}

.cate_title{
	font-size: 20px;
	line-height: 40px;
	color: #aa956a;
	font-weight: normal;
	padding-left: 38px;
	border-bottom: 2px dotted #d3ccbe;
	background: url(../../img/special/xmas2015/cate_title.gif);
	background-repeat: no-repeat;
}

.cate_title h2{
	
}

.cate_title h2 span{
	font-size: 14px;
	font-weight: normal;
	float: right;
}

/*
[ item ]
--------------------------*/
.cate_box ul {
	/*border-bottom: 1px dotted #BBBBBB;*/
	margin: 10px 0px 20px 13px;
	/*display: table;*/
	list-style: none;
	min-width: 950px;
	display: block;
	overflow: hidden;
}

.cate_box ul:last-child{
	border-bottom: none;
}

.cate_box ul li{
	width: 300px;
	vertical-align: top;
	padding-bottom: 20px;
	/*display: table-cell;*/
	display: block;
	float: left;
	margin-right: 12px;
/*	padding: initial;*/
}

.cate_box ul li:nth-child(2){
	/*width: 320px;*/
	
}

.item_box{
	position: relative;
}

.cate_box li:nth-child(2) .item_box{
	/*margin: 0 10px;*/
}

/*[ item_img ]---------*/

.item_img a:hover{
	opacity: 0.8;
}

.item_img{
	width: 100%;
	height: 380px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 3px 3px 3px #eae8e5;
	-webkit-box-shadow: 3px 3px 3px #eae8e5;
	-moz-box-shadow: 3px 3px 3px #eae8e5;
	box-sizing: border-box;
	position: relative;
}

.item_img div:first-child{
	width: 100%;
	height: 320px;
	display: table;
}

.item_img_large{
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 25px;
	right: 10px;
	display: block;
}

.item_img span{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.item_img span a img{
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

.item_name{
	width: 200px;
	height: 40px;
	font-size: 13px;
	margin: 0 auto;
	display: table;
}

.item_name span{
	vertical-align: middle;
	display: table-cell;
	text-align:left;
}

.item_name span a{
	color: #996633;
	text-decoration: underline;
}

.item_name a:hover{
	opacity: 0.8;
}

/*[ item_price ]---------*/
.item_price{
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin-top: 12px;
}

.item_price span{
	vertical-align: middle;
}


.item_price span:nth-child(3){
	font-size: 12px;
	color: #999999;
	margin-right: 10px;
}

.item_price span:nth-child(4){
	font-size: 12px;
	color: #FF8800;
}

/*[ item_discount ]---------*/
.item_discount{
	width: 140px;
	color: #A8A8A8;
	margin: 0px auto;
}

.item_discount span:first-child{
	color: #FFFFFF;
	background-color: #89C5C5;
	padding: 4px;
}

.item_discount span:last-child{
	float: right;
}

/*[ soldout ]---------*/
.soldout{
	height:20px;
	text-align:center;
	font-size:19px;
	color:#996699;
	padding:0px 0px;
}

/*[ btn ]---------*/
.btn a{
	width: 180px;
	height: 40px;
	text-align: center;
	margin: 10px auto;
	display: block;
}

/*
[ popup ]
-----------------------------------------------*/
.popup_bg{
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.60;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.popup_frame{

}

.popup_item{
	margin: 0;
	padding: 0;
	position:fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
}

#toTop {
	height: 30px;
	line-height: 29px;
	font-size: 35px;
	text-decoration: none;
	color: #ffffff;
	border: 4px double #fff;
	background-color: rgba(179, 158, 113, 0.6);
	padding: 16px 15px;
	position: fixed;
	bottom: 24px;
	right: 24px;
}

/*
[ other-menu ]
-----------------------------------------------*/
.other-menu{
}
.other-menu ul {
	list-style: none;
	margin:0;
	padding:0;
}
.other-menu ul li {
	table-layout: fixed;
	display: table-cell;
	width:475px;
	text-align:center;
}
.other-menu ul li:hover {
}
.other-menu ul li:nth-child(1){
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-right: 1px solid #d5d5d5;
	background: #990000;
}
.other-menu ul li:nth-child(1):hover{
	background: #880000;
}
.other-menu ul li:nth-child(2){
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #BB2255;
}
.other-menu ul li:nth-child(2):hover{
	background: #A2384F;
}
.other-menu ul li a {
	display: block;
	padding:10px 10px;
	font-size: 15px;
/*	font-weight: bold;*/
	text-decoration: none;
	color:#FFFFFF;
}
