@charset "Shift_JIS";
/*  #header  
-------------------------------------------------------------------------*/

.headerContainer {
	background-color: #fff;
}
.headerContainer a {
	color: #000;
}
.headerContainer a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
.headerContainer > #header {
	width: 100%;
	min-height: 90px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

#header_line{
	position: relative;
	width: 1000px;
	margin: 15px auto 0px auto;
	padding:0;
	text-align:left;
	}

		
#header_line a:hover{color:#6d6c6f; text-decoration:none;}

	
#header_line h1{
	font-size:11px;
	font-weight:400;
	}
	
#l-logo{float:left;text-align: left;margin: 0 0 1em;}

#hNavi{
    /* float: right; */
    /* width:600px; */
    font-size:11px;
    text-align:right;
 }

#header_line ul{
	width: 620px;
	float: left;
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	align-items: center;
	padding: 14px 0 0;
	position:relative;
}
	
#header_line ul li{
	display:inline-block;
	float:left;
	padding: 0 4px;
	margin-left: 0px;
	}
#header_line ul li.insta {
    /* background: #000; */
    /* margin-left: 8px; */
}

#header_line ul li.insta a {
    color: #FFF;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 7px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
	background:url(https://www.elements-lifestyle.jp/images/parts/instagram.png) no-repeat 9px 8px #666;
    background-size: auto 50%;
}
p#delivery{
	/* width:500px; */
	font-size:11px;
	font-weight:400;
	text-align:right;
	float: right;
	background: #ccc;
	padding: 5px 1em;
	line-height: 1.5em;
	}
p#delivery span{
	display: block;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	}
#search{
	clear: both;
	float: right;
	width: 380px;
}
#search iframe{
	overflow: hidden;
	height: 55px;
	width: 230px;
}

#hBnr{
	float: right;
	margin-right: 1em;
}
#hBnr img{
	height: 62px;
}
/*

#search{
	height:47px;
	text-align:right;
	width:600px;
	margin:5px;
}


dl.search{
    position:relative;
    background-color:#fff;
	width:475px;
	float:left;
    
}
dl.search dt{
    margin-right:40px;
    padding:8px 0 8px 8px;
}
dl.search dt input{
    width:208px !important;
    height:30px;
    line-height:30px;
    background:none;
	border:1px solid #ccc;
}
dl.search dd{
    position:absolute;
    top:0;
    right:0;
}
dl.search dd button{
    display:block;
    padding:10px;
    background:none;
    border:none;
}
dl.search dd button span{
    display:block;
    width:20px;
    height:30px;
    background:url('../img/icon_search.png') no-repeat scroll 0 0;
	background-position:0 5px;
}


	

*/


.cart_btn{	
    width: 100px;
    padding: 3px 10px 3px 10px;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    background: #666;
	float:right;
	margin-top:8px;
	display:block;
	text-align:center;
}	

.cart_btn a:link,.cart_btn a:active,.cart_btn a:visited{
	color:#FFF;
	}
	
a:hover .cart_btn  {
    background: #999;
	}

input{outline:none;}




/*  gNavi  
-------------------------------------------------------------------------*/
#gNavi {
	position: relative;

	border-bottom: 1px solid #eee;
	background: #fff;
}
#gNavi a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#gNavi a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}


	
.MegaMenu {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding:0;
	background: #fff;
}
.MegaMenu li {
	float: left;
	padding: 0;
}
.MegaMenu li#menu01 {
	width: 125px;
}
.MegaMenu li#menu02 {
	width: 111px;
}


.MegaMenu > li > a {
	display: block;
	margin: 0;
	padding: 13px 0;
	font-size: 13px;
	line-height: 1;
}
/*.MegaMenu li a span { display:block; font-size:10px;}*/

.MegaMenu li ul li {
	width: 160px;
	margin-right: 0;
}
.MegaMenu li:hover > a {
}
.MegaMenu li a:hover {
}
.MegaMenu .drop_content {
	position: absolute;
	top: 61px;
	left: 0;
	width: 944px;
	padding: 20px 25px 20px;
	border: 1px solid #eee;
	/*background:#fff;*/
	background-color: #fdfdfd;
	z-index: 5999;
	display: none;
	height:auto;
}
#gNavi ul li:hover .drop_content {
	display: block !important;
}
.MegaMenu .cate_menu {
	width: 440px;
	text-align: left;
}
.MegaMenu li dl dt {
	margin-bottom: 8px;
	font-size: 10px;
}
.MegaMenu li dl dt span {
	display: inline-block;
	padding-right: 1em;
	font-size: 13px;
	font-weight: bold;

}
.MegaMenu .sub_category li {
	margin-top: 3px;
	white-space:nowrap;
}
.MegaMenu .sub_category li:hover {/* background-color:#fcfaf5;*/
	background-color: #F5F4EF;
}
.MegaMenu .sub_category li a {
	display: block;
	padding: 5px 7px;
	text-align: left;
	white-space:nowrap;
}
.MegaMenu .reco_menu {
	float: right;
	width: 610px;
	padding-left: 30px;
	border-left: 1px dotted #eee;
	margin-top:-30px;
	text-align:left;
}

.MegaMenu .reco_menu img{
	display:block;
	}
	
.MegaMenu .reco_menu ul li {
	float: left;
	width: 120px;
	margin-right: 40px;
	text-align:left;
}
.MegaMenu .reco_menu ul li p {
	margin: 5px 0 0 0;
	line-height: 1.3;
	font-size: 11px !important;
	font-weight: normal;
	display:block;
	width:120px;
}
.MegaMenu .reco_menu .caption {
	font-size: 10px;
}
.MegaMenuTable {
	cursor: default;
}
.MegaMenuTable a {
	cursor: pointer;
	padding: 9px 7px;
}
.MegaMenuTable .MegaMenuLists {
	margin: 0px 15px;
	padding: 0px;
	color: #BBB;
	list-style: none;
}
.MegaMenuTable .MegaMenuLists li a:hover {
	background-color: #F5F4EF;
}
.MegaMenuTable .MegaMenuLists li a {
	display: block;
	padding: 3px 5px;
	text-align: left;
	text-decoration: none;
}
.MegaMenuLists li {
	font-size: 12px;
	width: 160px;
	clear:both;
}
.MegaMenuTable {
	border-collapse: collapse;
}
.MegaMenuTable th {
	text-align: left;
	padding: 5px 10px;
	font-size: 12px;
}
.MegaMenuTable .MegaMenuHead {
	padding: 0;
}
.MegaMenuTable .MegaMenuHead a {
	text-decoration: none;
}
.MegaMenuTable td {
	vertical-align: top;
}
.MegaMenuTable td.LastCell {
	border: none;
}


/* RMS用 header iframe */

#gNavi_r {
	position: relative;
	background: #fff;
	padding:0;
}
#gNavi_r a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#gNavi_r a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}

#hNavi_r {
    float: right;
	width:600px;
	font-size:11px;
	text-align:right;
}

#gNavi_r ul li:hover .drop_content {
	display: block !important;
}

/*  main カラム */

#main{
	width:1000px;
	margin:30px auto 20px auto;
	text-align:center;
	}
	
/*  グリッド */
#contents_recommmended{
	width:1000px;
}


#contents_recommmended .gld_left{
	   margin:0 20px 0 0;
	   width:280px;
	   float:left;
   }
   
#contents_recommmended .gld_left .glid02{
	   margin-top:20px;
   }
   
	   
#contents_recommmended .gld_center{
	   margin:0 20px 0 0;
	   width:280px;
	   float:left;
   }  
   
#contents_recommmended .gld_center .glid04{
	   margin-top:20px;
   }
   
#contents_recommmended .gld_center .glid05{
	   margin-top:20px;
   }
   
#contents_recommmended .gld_right{
	   margin:0;
	   width:400px;
	   float:left;
   }
   
#contents_recommmended .gld_right .glid07{
	   margin-top:20px;
   }

 
/* RECOMMEND-ITEM */

#recommend-item { 
	width:1000px; 
	margin:20px 0 20px 0; 
	font-size: 75%; /* 12px */ 
	text-align:left;
	-webkit-text-size-adjust: none; }
	
#recommend-item a:hover{color:#6d6c6f; text-decoration:underline;}


#recommend-item .itemList ul { margin-right:-20px;} 

#recommend-item .itemList .itemBox
{ position:relative;
	display:block;
	float: left;
 	width: 184px;
	margin:0 20px 50px 0;
    line-height: 1.4;}

#recommend-item #topPage.itemList .itemBox:nth-child(4n+1) { clear:left;} 

#recommend-item .itemList  img {width:184px; height:184px;}

#recommend-item .itemList  .itemBox .icon_01 { 
position:absolute; top:0; left:0;
width:184px; height:184px;
z-index:999;
display:none; /*newの三角アイコンを非表示 */}

#recommend-item .itemList  .itemBox .icon_02 {
	position: absolute;
	width:184px; height:184px;
	top: 0; right: 0;
	z-index: 200;}
	
	

#recommend-item .itemList  .itemBox .name {       margin:6px 0 0 0;
    height:20px;
    overflow: hidden;
    line-height: 20px;
}


#recommend-item .itemList  .itemBox .price {
	font-size: 124%;
	text-align: right;
	color:#000;
	font-weight: bold;
	}

#recommend-item .itemList  .itemBox .price:before {
	    content: "￥";
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 80%;
}
	
	
	
	
/* coordinate */

#cooddinate { 
	width:1000px; 
	margin:20px 0 20px 0; 
	font-size: 75%; /* 12px */ 
	text-align:center;
	
	-webkit-text-size-adjust: none; }
#cooddinate a:hover{color:#6d6c6f; text-decoration:underline;}

#cooddinate .itemList ul { margin-right:-20px;} 

#cooddinate .itemList .itemBox
{ position:relative;
	display:block;
	float: left;
 	width: 320px;
	margin:0 20px 50px 0;
    line-height: 1.5;
	}

#cooddinate .itemList  img {width:320px; }
#cooddinate .itemList  .itemBox .name { margin:4px 0 0 0; height:50px;}
#cooddinate .title {font-size:124%; font-weight:bold; margin:10px 0 0 0;}


/* cc licenses */

#cc {
	width:1000px;
	margin:0 auto 0 auto;
	text-align:center;
	font-size:9px;
	}

/*インスタい埋め込みエリア*/
div.insta{
	width: 1000px;
	margin:30px auto 100px;
}
div.insta h3{
	margin:0 0 15px;
	background:url(../../images/parts/h3_instagram.png) no-repeat left center;
	background-size: auto 100%;
	text-align: left;
	padding: 0 0 0 30px;}
div.insta div{
	position: relative;}
div.insta div a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;}
div.insta div iframe{
	margin: 0 0 30px;}

div.insta p a{
	display: block;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #666;
	padding: 15px;
	transition: 0.3s;
	border-radius: 15px;
	background: #333;
	color: #FFF;
	}
div.insta p a:hover{
	border: 1px solid #000;
	background: #FFF;
	color: #333;
	}
.navbar{
	display: none;
}
.sp_area{
	display: none;
}

