/* Common CSS */

html, body {
	background:#fff;
}
/* ___________________Font */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	font-size:14px;
    color: #353945;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana;
}
*::selection {
	background: #c7d3f2;
}
*::-moz-selection {
background:#c7d3f2;
}
/* ___________________Link */
a {
	color: #445688;
	text-decoration: underline;
	background: none  transparent;
	transition: all 0.1s linear 0s;
}
a:hover {
	text-decoration: none;
	background: #cad3e9;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

 @media screen and (min-width : 701px) {
	html, body {
		min-width:1120px;
	}
		
	/* ___________________Header */
	
	#header {
		background:#fff;
		height:154px;
	}
	#header_head {
		 width:100%;
		 min-width:1080px;
		 background:url(../images/common/bg_footer.png) 0 0 repeat;
	}
    #header_head  h1 {
          font-size: 13px;
          color: #343b4b;
          line-height: 29px;
          float: left;
    }
    #header_head .header_content {
          width:1080px;
          height:29px;
          margin:0 auto;
          padding:0 0 0 0;
	}
	.header_cartarea {
          height:22px;
          padding:7px 0 0;
          margin:0 auto;
          text-align:right;
          float:right;
          background:url(../images/common/line_header.png) right center no-repeat;
	}
	.header_cartarea_sp {
          display:none;
	}
	.header_cartarea li {
		display: inline;
		text-align:right;
		font-size:13px;
		background:url(../images/common/line_header.png) left center no-repeat;
	}
	.header_cartarea li a{
		color:#343b4b;
		font-size:13px;
		text-decoration:none;
		padding:2px 10px;
	}
	.header_cartarea li.icon_mail {
          padding:0 0 0 10px;
	}
	.header_cartarea li.icon_mail a{
		padding:2px 10px 2px 22px;
		margin:0 0 0 ppx;
		background:url(../images/common/icon_mail.png) 0 -1px no-repeat;
	}
	.header_cartarea li.icon_cart a{
		padding:2px 10px 2px 22px;
		margin:0 0 0 9px;
		background:url(../images/common/icon_cart.png) 0 1px no-repeat;
	}
	.header_cartarea li.icon_mail a:hover,
	.header_cartarea li.icon_cart a:hover {
		text-decoration: none;
		background-color:#cad3e9;
	}
	#header_main {
          width:1080px;
          margin:0 auto;
          padding:13px 0 0 0;
          overflow: hidden;
	}
	#logo {
          width: 338px;
          height:68px;
          margin:0 auto 0 auto;
          clear:both;
	}
	#logo a {
		width: 338px;
          height:68px;
		background: url(../images/common/logo.jpg) 0 0 no-repeat;
		padding: 0;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#logo a:hover {
		opacity:0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";	
	}
	.header_sbnavarea {
          padding:0;
          margin:0 0 10px 0;
          float:right;
	}
	.header_sbnavarea li {
		display: inline;
		padding:0 8px;
	}
	 .header_sbnavarea li.insta a {
		 border-radius: 4px;
	 }
	.header_sbnavarea li.insta a img {
		width: 20px;
		height: auto;
		display: inline-block;
		vertical-align: middle;
	}
	.header_sbnavarea li:last-child {
          padding-right: 0;
	}
	.header_sbnavarea li a{
		color:#343b4b;
		font-size:13px;
		text-decoration:none;
		display: inline-block;
	}
	.sp_headermenu,
    .sp_sbnav,
    .sp_gnav .sp_close {
		display:none;
	}
	
	/* ___________________Global Navigation */
	#gnav_wrapper {
		width:1080px;
		margin:0 auto 60px auto;
		position:relative;
	}
	#top_gnav_wrapper {
          width:1080px;
          height:30px;
          margin:0 auto 15px auto;
          position:relative;
	}
	#gnav {
          width:760px;
          height: 30px;
          margin:0; 
          background:#fff;
          float:left;
	}
	#gnav > li {
		width:249px;
		height:30px;
		margin:  0 5px 0 0;
		padding: 0;
		display: block;
		float:left;
		background:url(../images/common/gnav.png) no-repeat ;
	}
	#gnav > li.gnav3 {
		margin:0;
	}
	
	#gnav li.gnav1 { background-position: 0 center; }
	#gnav > li.gnav2  { background-position: -257px center; }
	#gnav > li.gnav3  { background-position: -515px center; }
	
	#gnav > li > a {
		width:249px;
		height:30px;
		margin: 0;
		padding: 0;
		display: block;
		text-indent: 200%;
		white-space: nowrap;
		overflow: hidden;
		background:url(../images/common/gnav_hover.png) no-repeat ;
		opacity:0.0;
		filter: alpha(opacity=00);
		-ms-filter: "alpha(opacity=00)";
		transition: all 0.2s linear 0s;
	}
	#gnav li.gnav1 a { background-position: 0 center; }
	#gnav > li.gnav2 > a { background-position: -257px center; }
	#gnav > li.gnav3 > a { background-position: -515px center; }
	
	#gnav > li > a:hover {
		opacity:1.0;
		filter: alpha(opacity=10);
		-ms-filter: "alpha(opacity=10)";
	}
	
	#gnav li div  {
		box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
		position: absolute;
		top: 30px;
		left:0;
		z-index: 999;
		text-indent: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: visibility 0.2s ease, height 0.2s ease, padding 0.2s ease, opacity 0.2s ease;
		-moz-transition: visibility 0.2s ease, height 0.2s ease, padding 0.2s ease, opacity 0.2s ease;
	}
	#gnav li:hover div{
		visibility: visible;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
		-khtml-opacity: 0.99;
	    opacity: 0.99;
	}
	div.categories_nav {
		width:700px;
		padding:20px 30px 20px;
		margin:0 auto;
		display:block;
	}
    div.categories_nav .more {
        padding: 10px 0 0 0;
        text-align: right;
    }
    div.categories_nav .more a {
        text-decoration: none;
        padding: 6px 0 6px 15px;
        background: url(../images/common/icon_flink.png) 0 10px no-repeat;
    }
    div.categories_nav .more a:hover {
        text-decoration: underline;
    }
	
	/*searchArea*/

	#searcharea{
		height:30px;
		width:320px;
		float:right;
	}
	.key_ward {
		width:125px;
		height:22px;
		float:left;
		background:url(../images/common/gnav_keyward.png) right 7px no-repeat;
		display:block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#searchform{
		width: 188px;
		float:right;
		position: relative;
		margin: 2px 0;
	}
	
	#searchform .search_text{
		width: 180px;
		height: 20px;
		padding: 2px 4px;
		border:1px solid #ccced1;
	}
	
	#searchform .box_search_btn .search_btn{
		white-space: nowrap;
		text-indent: 800%;
		overflow: hidden;
		cursor: pointer;
		border: none;
		background: url(../images/common/icon_search.png) center 2px no-repeat;
		position: absolute;
		z-index: 10;
		top: 0px;
		right:0;
		display: block;
		height: 20px;
		width: 30px;
	}
	
	#searchform .box_search_btn .search_btn:hover{
		opacity:0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
	}

	/* ___________________Cate Navigation */
	.item_cate {
		margin:0 -5px 0 0;
	}
	.item_cate li {
		width:171px;
		height:66px;
		margin:0 5px 5px 0 ;
		float:left;
		background:url(../images/common/item_cate.png) no-repeat;
	}
	
	.item_cate li.kitchen  { background-position:0 0 ; }
	.item_cate li.interior { background-position:-176px 0 ; }
	.item_cate li.glassware { background-position:-352px 0 ; }
	.item_cate li.funiture  { background-position:-527px 0 ; }
	.item_cate li.book-toy { background-position:0 -71px ; }
	.item_cate li.light { background-position:-176px -71px ; }
	.item_cate li.recommended { background-position:-352px -71px ; }
	.item_cate li.sale  { background-position:-527px -71px ; }
	
	.item_cate li a{
		width:171px;
		height:66px;
		margin:0;
		padding:0;
		display:block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background:url(../images/common/item_cate_hover.png) no-repeat;
		opacity:0.0;
		filter: alpha(opacity=00);
		-ms-filter: "alpha(opacity=00)";
		transition: all 0.15s linear 0s;
	}
	
	.item_cate li.kitchen  a { background-position:0 0 ; }
	.item_cate li.interior a { background-position:-176px 0 ; }
	.item_cate li.glassware a { background-position:-352px 0 ; }
	.item_cate li.funiture  a { background-position:-527px 0 ; }
	.item_cate li.book-toy a { background-position:0 -71px ; }
	.item_cate li.light a { background-position:-176px -71px ; }
	.item_cate li.recommended a { background-position:-352px -71px ; }
	.item_cate li.sale a { background-position:-527px -71px ; }
	
	.item_cate li a:hover {
		opacity:1.0;
		filter: alpha(opacity=10);
		-ms-filter: "alpha(opacity=10)";
	}
	
	.country_cate {
		margin:0 0 0 0;
	}
	.country_cate li {
		margin:0 5px 0 0 ;
		display:inline-block;
		padding:5px 0 6px;
		background: url(../images/common/ccate.png) no-repeat;
	}
	.country_cate li.usa { background-position: 0 3px;}
	.country_cate li.france { background-position: 0 -38px;}
	.country_cate li.euro  { background-position: 0 -79px;}
	.country_cate li.uk  { background-position: 0 -119px;}
     .country_cate li.canada  { background-position: 0 -159px;}
	.country_cate li.japan  { background-position: 0 -199px;}
	
	.country_cate li a {
		margin: 0 20px 0 35px;
		padding: 5px 0 5px 0;
		color:#353945;
		transition: all 0.15s linear 0s;
		text-decoration:none;
		background:url(../images/common/line_country.png)  0 bottom repeat-x;
	}
	.country_cate li:hover {
		opacity:0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";	
	}
	
    /* ___________________Topics */
    #common_topics {
		width:1080px;
        margin: 0 auto;
    }
    #common_topics p {
        padding: 10px;
        line-height: 1.4;
        background: url(../images/common/bg_footer.png) 0 0 repeat;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    
	/* ___________________Pankuzu */
	
	#pankuzu {
		width:1080px;
		padding:10px 0 20px 0;
		overflow: hidden;
	}
	#pankuzu ul li{
		font-size: 12px;
		float: left;
		line-height:1;
		padding:3px 0 3px 10px;
	}
	#pankuzu ul li a{
		padding: 0 20px 0 0;
		font-size: 12px;
		color: #444;
		line-height:1;
		background: url(../images/common/pankuzu.png) no-repeat right 2px;
	}
	
	#pankuzu ul li.pan_house{
		padding: 3px 0 3px 22px;
		background: url(../images/common/pan.png) no-repeat left center;
	}
	
	/* ___________________Layout */
	
	.main_wrapper {
		width:100%;
		min-width:1080px;
		border-top:1px solid #dadbdd;
		clear:both;
		margin:20px 0 0 ;
	}
	#main {
		width:1080px;
		margin:0 auto;
		padding:0 15px 50px 15px;
		overflow:hidden;
	}
	h2.mtitle {
		padding:10px 0 0 50px;
		margin:0 0 30px;
		background:url(../images/common/mtitle_icon.png) 20px 12px  no-repeat;
		color:#2d3547;
	}
	h2.mtitle span{
		font-size:24px;
		font-family: 'Halant', serif;
		color:#2d3547;
		padding:0 15px 0 0 ;
	}
	h2.mtitle span:after {
		padding: 0 0 0 15px;
		font-size:16px;
		content: "/";
	}
	h2.mtitle:after {
		height:2px;
		width:1080px;
		margin:20px 0 0 -50px;
		background:url(../images/common/line_tilt.png) 0 0 repeat-x;
		display:block;
		content: "";
	}
	h4.stitle {
		font-size:16px;
		font-weight:bold;
		margin:0 0 20px;
	}
	.margin_B40 {
          margin-bottom:40px;
	}
	.margin_B25 {
		margin-bottom:25px;
	}
	.btn {
		width:200px;
		height:45px;
		display:block;
		background:url(../images/common/btn.png) 0 0 repeat #a4b4df;
		float:right;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
		transition: all 0.1s linear 0s;
	}
	.btn a {
		width:200px;
		height:45px;
		padding:0 0 0 3px;
		display:block;
		background:url(../images/common/icon_btn.png) 25px center no-repeat ;
		font-family: 'Halant', serif;
		font-size:16px;
		color:#fff;
		text-align:center;
		line-height:45px;
	}
	.btn:hover {
		background:url(../images/common/btn.png) 0 0 repeat #6a7daf;
	}
	.bg_blue {
		border: solid 1px #fff;
 		outline: solid 1px #e9edf0;
		background:url(../images/common/bg_blue.jpg) 0 0 repeat;
	}
	
	/* ___________________Layout_product */
	
	.product {
		margin:0 -20px 0 0 ;
	}
	.product article {
		width:200px;
		margin:0 20px 30px 0;
		padding:0 0 10px;
		background: url(../images/common/item_bottom.jpg) center bottom no-repeat;
		float:left;
		position:relative;
	}
	.product article:before {
		width:200px;
		height:7px;
		content: "";
		display:block;
		background:url(../images/common/item_top.png) center top;
		position: absolute;
		top:0;
		z-index:200;
	}
	.product article a {
		text-decoration:none;
	}
	.product article a:hover {
		opacity:0.85;
		filter: alpha(opacity=85);
		-ms-filter: "alpha(opacity=85)";
		background:none;
	}
	.product article .thumbnail {
        height: 200px;
        overflow: hidden;
        background: url(../images/common/product_textarea_bg.jpg) 0 bottom no-repeat;
    }
    .product article img {
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		line-height:0;
        display:block;
	}
	dl.product_textarea {
		padding:15px 10px 5px ;
		background:url(../images/common/product_textarea_bg.jpg) 0 0 repeat;
		z-index:10;
	}
	dl.product_textarea dt {
		padding:0 0 15px;
		margin:0 0 7px;
		border-bottom:1px solid #cfd2d7;
		height:55px;
		line-height:1.2;
		overflow: hidden;
	}
	dl.product_textarea dt a{
		color:#353945;
		text-decoration:none;
		line-height:1.2;
		font-size:13px;
	}
	dl.product_textarea dd{
		font-family: 'Halant', serif;
		font-size:16px;
		padding:0 0 0 3px;
	}
     dl.product_textarea dd i{
		font-family: 'Halant', serif;
		font-size:15px;
		padding:0 5px 0 0;
          color:#c51b08;
	}
	.newarrival {
		width:50px;
		height:50px;
		background:url(../images/common/newarrival.png) 0 0 no-repeat;
		padding: 0;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position:absolute;
		top:160px;
		left:-8px;
		z-index:200;
	}
	dl.product_textarea dd.soldout {
		width:54px;
		height:23px;
		background:url(../images/common/soldout.png) 0 0 no-repeat;
	    display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position:absolute;
	    top:292px;
	    right:15px;
	}
    .noresult {
        text-align:center;
    }
	
	/* ___________________Footer Instagram */
	 #footer_bnr_insta {
		width: 1080px;
		margin: 0 auto 50px auto;
	 }
	 #footer_bnr_insta p {
		 text-align: center;
	 }
	
	/* ___________________Footer */
	
	.footer_wrapper {
		width:100%;
		background:url(../images/common/bg_footer.png) 0 0 repeat;
		padding:45px 0 0 ;
	}
	#footer {
		width:1080px;
		margin:0 auto;
          position:relative;
          overflow:hidden;
          padding:0 0 50px;
	}
	dl.fnav {
		width:200px;
		float:left;
		margin:0 20px 0 0;
	}
	dl.fnav_categry {
		width:180px;
	}
     dt.sp_footertitle {
          display:none;
      }
	dl.fnav dd {
		padding:6px 0 6px 15px;
		background:url(../images/common/icon_flink.png) 0 10px no-repeat;
	}
     dl.fnav dd ul li {
          padding:4px 0 4px 15px;
		background:url(../images/common/icon_flink.png) 0 10px no-repeat;
      }
	dl.fnav dd a {
		color:#353945;
		text-decoration: none;
	}
	dl.fnav dd a:hover {
		text-decoration: none;
	}
	dl.fnav dt {
		font-size:22px;
		 font-family: 'Halant', serif;
		 margin:0 0 20px;
		 padding:6px 0 6px 18px;
		 background: url(../images/common/footer_midasi.png) left center no-repeat;
	}
	dl.fnav dd ul {
		padding:5px 0 0 ;
	}
	
	.address {
		width:180px;
		padding:45px 0 0 ;
		float:left;
	}
	.address dd {
		line-height:1.5;
		padding:0 0 20px;
		margin:0 0 20px;
		background:url(../images/common/footer_midasi.png) left bottom no-repeat;
	}
	.address dd span {
		font-size:20px;
		font-weight:bold;
	}
	
	.calendar {
		width:225px;
		float:right;
	}
	.calendar dt {
		font-size:14px;
		 margin:5px 0 15px;
		 font-weight:bold;
	}
	.calendar dd {
		line-height:1.3;
	}
	.calendar dd span {
		color:#eed9bc;
	}
	table#calendar {
		width:220px;
		border:1px solid #a2a8b9;
		margin: 0 0 10px;
	}
	table#calendar td {
		height:30px;
		text-align:center;
		vertical-align: middle;
		border:1px solid #a2a8b9;
		background:#fff;
	}
	table#calendar td.month {
		background:#54638a;
		text-align:center;
		color:#fff;
	}
	table#calendar tr.week td{
		background:#b6c1de;
		color:#343b4b;
	}
	table#calendar td.holiday {
		background:#eed9bc;
	}
	#copyrights_wraper {
		height:80px;
	}
	#copyrights {
		font-size:16px;
		text-align:center;
		font-family: 'Halant', serif;
		line-height:80px;
	}
	.pagetop {
		width:52px;
		height:32px;
          position: absolute;
          bottom:20px;
          right:0;
	}
	.pagetop a {
		width:52px;
		height:32px;
		background:url(../images/common/pagetop.png);
		margin: 0;
		padding: 0;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.pagetop a:hover {
		opacity:0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
	}
 }
 
/* =================================================
SP
================================================= */
@media screen and (max-width : 700px) {
	
	* {
		box-sizing:border-box;
	}
	htm, body {
		width:100%;
		max-width:700px;
		background:#fff;
          -webkit-text-size-adjust: 100%;
	}
	
	/* ___________________SP_Header */
	
	#header {
		width:100%;
		padding:2% 1.5% 0 1.5%;
	}
	#header_head {
		display:none;
	}
	.header_content {
		width:100%;
		padding:0 1.5% 0 1.5%;
		margin:0 auto;
	}
	#logo {
		width: 100%;
		display:block;
		margin:0 auto;
	}
	#logo a {
		width: 100%;
		height:48px;
		padding:0 ;
		margin:0 auto 15px auto;
		background: url(../images/sp_common/logo.jpg) center center no-repeat;
		background-size: auto 100%;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.sp_headermenu {
		width:100%;
          height:45px;
		margin:0 auto 15px;
		background:url(../images/sp_common/line_header.png) left center repeat-y;
		position: relative;
	}
	.sp_headermenu li{
		width:33.33333%;
		height:45px;
		display:block;
		padding:0;
		margin:0;
          float:left;
		background:url(../images/sp_common/line_header.png) right center repeat-y;
	}
	#header .sp_headermenu li a{
		width:100%;
		font-size:15px;
		line-height:45px;
		font-weight:bold;
		color:#485882;
		text-decoration:none;
		padding:2% 0 0 30%;
		display:inline-block;
		background-size: auto 19px;
	}
	.sp_headermenu li.icon_login a{
		background:url(../images/sp_common/icon_login.png) 10% center no-repeat;
	}
	.sp_headermenu li.icon_spcart a{
		background:url(../images/sp_common/icon_cart.png) 10% center no-repeat;
	}
	.sp_headermenu li.icon_menu a{
		background:url(../images/sp_common/icon_menu.png) 10% center no-repeat;
	}
	#header .sp_headermenu li.icon_insta {
		position: absolute;
		top: -50px;
		right: 10px;
		width: 25px;
		height: 25px;
		background: none;
	}
	#header .sp_headermenu li.icon_insta a {
		padding: 0;
		display: block;
	}
	#header .sp_headermenu li.icon_insta a img {
		width: 100%;
		height: auto;
		display: block;
	}
     .header_sbnavarea {
          display:none;
     }
     
	/* _________________SP_Gnav */
     
	#gnav_wrapper {
		width:100%;
		margin:0 auto ;
          padding:15px 5px 10px;
		background:url(../images/sp_common/bg_blue.jpg) 0 0 repeat;
		border: solid 1px #fff;
 		outline: solid 1px #e9edf0;
          box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
          overflow:hidden;
	}
	#top_gnav_wrapper {
		width:100%;
		margin:0 auto ;
          padding:15px 5px 10px;
		overflow:hidden;
		background:url(../images/sp_common/bg_blue.jpg) 0 0 repeat;
		border: solid 1px #fff;
 		outline: solid 1px #e9edf0;
          box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
	}
     .sp_gnav {
         display:none;
      }
     .sp_gnav.sp_open {
          display:block;
	}
	#gnav  {
		width:100%;
		margin:0 0 15px; 
	}
	#gnav > li,.sp_sbnav li {
		width:100%;
		padding: 0;
		display: block;
          border-bottom:1px solid #c8d2dc;
	}
     .sp_sbnav li  {
          background:url(../images/sp_common/icon_link.png) 10px center no-repeat;
          background-size: auto 20%;
          padding:0 0 0 20px;
      }
     #gnav > li {
          margin:0 0 10px;
     }
	#gnav > li > a,.sp_sbnav li a {
		width:100%;
          padding:14px 10px;
		margin: 0;
		display: block;
          text-decoration:none;
	}
     #gnav > li.gnav1{
          display:none;
      }
	#gnav > li.gnav2 > a,#gnav > li.gnav3 > a  {
          background-color: rgba(204,216,229,0.7);
          margin:0 0 10px;
     }
     #gnav li div.bg_blue {
          position:0;
          margin:0;
          background:none;
          border:none;
     }
     .sp_gnav .sp_close a {
          width:100%;
          height:30px;
          display:block;
          margin:10px 0 0 ;
          background: url(../images/sp_common/gnav_icon.png) center center no-repeat ;
           background-size: auto 45%;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
     }
	/*searchArea*/

	#searcharea{
		width:95%;
          margin:0 auto 15px;
	}
	.key_ward {
          padding:10px 0 5px ;
	}
	#searchform{
		width: 100%;
		position: relative;
		margin: 2px 0;
	}
	#searchform .search_text{
		width: 77%;
		height: 33px;
		padding: 2px 4px;
		border:1px solid #cbd4da;
          -webkit-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px;
	}
	#searchform .box_search_btn .search_btn{
		width: 20%;
           height: 33px;
          display:block;
           white-space: nowrap;
           text-indent: 800%;
          overflow: hidden;
          background: url(../images/sp_common/btn_search.png) center center no-repeat #a4b4df;
          background-size: auto 55%;
          -webkit-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px;
          color:#fff;
          text-align:center;
          line-height:30px;
          border: none;
		position: absolute;
		z-index: 10;
		top: 0px;
		right:0;
	}
	#searchform .box_search_btn .search_btn:hover{
		opacity:0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
	}
    
	/* ___________________Cate Navigation */
	ul.item_cate {
          width:100%;
          padding:0 0 10px;
	}
	ul.item_cate li {
          width:46%;
          height:auto;
          float:left;
		margin:  0 2% ;
		display: block;
          border-bottom:1px solid #c8d2dc; 
	}
	.item_cate li a{
          width:100%;
          padding:15px 12px 15px 34px;
		margin: 0;
		display: block;
          text-decoration:none;
          font-size:13px;
	}
	
	.item_cate li.kitchen  a{
          background:url(../images/sp_common/icon_kitchen.png) 3px center no-repeat;
          background-size: auto 60%;
      }
	.item_cate li.interior a{
          background:url(../images/sp_common/icon_interior.png) 3px center no-repeat;
          background-size: auto 60%;
      }
	.item_cate li.glassware a{
          background:url(../images/sp_common/icon_glassware.png) 3px center no-repeat;
          background-size: auto 60%;
      }
	.item_cate li.funiture a{
          background:url(../images/sp_common/icon_funiture.png) 3px center no-repeat;
          background-size: auto 60%;
      }
	.item_cate li.book-toy a{
          background:url(../images/sp_common/icon_book_toy.png) 1px center no-repeat;
          background-size: auto 52%;
      }
	.item_cate li.light a{
          background:url(../images/sp_common/icon_light.png) 1px center no-repeat;
          background-size: auto 60%;
      }
	.item_cate li.recommended a{
          background:url(../images/sp_common/icon_recommended.png) 5px center no-repeat;
          background-size: auto 60%;
          color:#4aa794;
      }
	.item_cate li.sale a{
          background:url(../images/sp_common/icon_sale.png) 5px center no-repeat;
          background-size: auto 60%;
          color:#cba46c;
      }
    div.categories_nav .more {
        padding: 5px 2% 10px 2%;
        text-align: right;
    }
    div.categories_nav .more a {
        text-decoration: none;
        padding: 6px 0 6px 15px;
        background: url(../images/common/icon_flink.png) 0 10px no-repeat;
        font-size: 13px;
    }
    div.categories_nav .more a:hover {
        text-decoration: underline;
    }
	
	.country_cate {
          overflow:hidden;
          padding:0 0 10px;
	}
	.country_cate li {
		width:46%;
          float:left;
		margin:  0 2% ;
		padding: 0 ;
		display: block;
          border-bottom:1px solid #c8d2dc;
	}
     .country_cate li a {
		width:100%;
          padding:15px 12px 15px 45px;
		margin: 0;
		display: block;
          text-decoration:none;
          font-size:13px;
	}
	.country_cate li.usa a{
          background:url(../images/sp_common/icon_usa.png) 3px center no-repeat;
          background-size: auto 55%;
      }
	.country_cate li.france a{
          background:url(../images/sp_common/icon_france.png) 3px center no-repeat;
          background-size: auto 55%;
      }
	.country_cate li.euro  a{
          background:url(../images/sp_common/icon_euro.png) 3px center no-repeat;
          background-size: auto 55%;
      }
	.country_cate li.uk  a{
          background:url(../images/sp_common/icon_uk.png) 3px center no-repeat;
          background-size: auto 55%;
      }
      .country_cate li.japan  a{
          background:url(../images/sp_common/icon_japan.png) 3px center no-repeat;
          background-size: auto 55%;
      }
	.country_cate li.canada  a{
          background:url(../images/sp_common/icon_canada.png) 3px center no-repeat;
          background-size: auto 55%;
      }
      
    /* ___________________SP_Topics */
    #common_topics {
        margin: 0 1.5% 10px 1.5%;
    }
    #common_topics p {
        padding: 10px;
        line-height: 1.4;
        background: url(../images/common/bg_footer.png) 0 0 repeat;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
      
	/* ___________________Pankuzu */
	
	#pankuzu {
		width:100%;
		padding:10px 0 20px 0;
		overflow: hidden;
	}
	#pankuzu ul li {
		font-size: 12px;
		float: left;
		line-height:1;
		padding:3px 0 3px 10px;
	}
	#pankuzu ul li a {
		padding: 0 20px 0 0;
		font-size: 12px;
		color: #444;
		line-height:1;
		background: url(../images/common/pankuzu.png) no-repeat right 2px;
	}
	#pankuzu ul li.pan_house {
		padding: 3px 0 3px 22px;
		background: url(../images/common/pan.png) no-repeat left center;
	}
     
	/* ___________________SP_Layout */
	
	.main_wrapper {
		width:100%;
		border-top:1px solid #dadbdd;
		margin:20px 0 0 ;
	}
	#main {
		width:100%;
		margin:0 auto;
		padding:0 1.5% 30px 1.5%;
		overflow:hidden;
	}
	h2.mtitle {
		width:100%;
          height:auto;
		padding:0 0 0 32px;
		margin:0 0 17px 0;
		background:url(../images/sp_common/mtitle_icon.png) 2px top no-repeat #fff;
          background-size: 22px auto;
		color:#2d3547;
	}
	h2.mtitle span{
		font-size:24px;
		font-family: 'Halant', serif;
		color:#2d3547;
		padding:0 10px 0 0 ;
	}
	
	/*h2.mtitle:after {
		height:2px;
		width:1080px;
		margin:20px 0 0 -50px;
		background:url(../images/common/line_tilt.png) 0 0 repeat-x;
		display:block;
		content: "";
	}*/
	h4.stitle {
		font-size:16px;
		font-weight:bold;
		margin:0 0 20px;
	}
	.margin_B40 {
		margin-bottom:30px;
	}
	.margin_B25 {
		margin-bottom:15px;
	}
	.btn{
		width:100%;
		height:50px;
		display:block;
		background: url(../images/sp_common/btn.png) 0 0 repeat #a4b4df;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
		margin:0 0 15px;
	}
	.btn a{
		width:100%;
		height:50px;
		line-height:50px;
		display:block;
		color:#fff;
		font-size:20px;
		text-decoration:underline;
		text-align:center;
		font-family: 'Halant', serif;
	}
	.btn a:hover,.btn a:active {
		background: url(../images/sp_common/btn.png) 0 0 repeat #6e80af;
	}
	.bg_blue {
		border: solid 1px #fff;
 		outline: solid 1px #e9edf0;
		background:url(../images/sp_common/bg_blue.jpg) 0 0 repeat;
	}
     .sp_span {
          margin:0 0 4px;
          display:block;
      }
	
	/* ___________________SP_Layout_product */
	
	.product {
		width:100%;
		margin:0 auto;
	}
	.product article {
		width:46%;
		margin:0 2% 5% ;
		padding:0 0 2.72%;
		background: url(../images/sp_common/item_bottom.jpg) center bottom no-repeat ;
		background-size: 100% auto;
		/*float:left;*/
		position:relative;
        display: inline-block;
        vertical-align:top;
	}
	.product article:before {
		width:100%;
		height: 0px;
		padding:4.545% 0 0 ;
		content: "";
		display:block;
		background:url(../images/sp_common/item_top.png) center top ;
		background-size: 100% auto;
		position: absolute;
		top:0;
		z-index:200;
	}
	.product article a {
		text-decoration:none;
	}
	.product article a:hover {
		opacity:0.85;
		filter: alpha(opacity=85);
		-ms-filter: "alpha(opacity=85)";
		background:none;
	}
	.product article img {
		width:100%;
		height:100%;
		margin:0 0 -1px;
	}
	dl.product_textarea {
		width:100%;
		padding:12px 7px 5px ;
		background:url(../images/sp_common/product_textarea_bg.jpg) 0 0 repeat;
		background-size: 100% auto;
		z-index:10;
	}
	dl.product_textarea dt {
		padding:0 0 15px;
		margin:0 0 7px;
		border-bottom:1px solid #cfd2d7;
		height:50px;
		line-height:1.2;
		overflow: hidden;
	}
	dl.product_textarea dt {
		color:#353945;
		text-decoration:none;
		line-height:1.2;
		font-size:13px;
	}
	dl.product_textarea dd{
		font-family: 'Halant', serif;
		font-size:16px;
		padding:0 0 0 3px;
	}
      dl.product_textarea dd i{
		font-family: 'Halant', serif;
		font-size:15px;
		padding:0 5px 0 0;
          color:#c51b08;
	}
	.newarrival {
		width:50px;
		height:50px;
		background:url(../images/sp_common/newarrival.png) 0 0 no-repeat;
		background-size: 100% auto;
		padding: 0;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position:absolute;
		top:1%;
		left:-4%;
		z-index:200;
	}
	dl.product_textarea dd.soldout {
		width:45px;
		height:23px;
		background:url(../images/sp_common/soldout.png) 0 0 no-repeat;
		background-size: 100% auto;
          display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position:absolute;
		bottom:2.5%;
	    right:10px;
	}
	
	/* ___________________SP_Footer Instagram */
	 #footer_bnr_insta {
		width: 80%;
		margin: 0 auto 20px auto;
	 }
	 #footer_bnr_insta p {
		 text-align: center;
	 }
	#footer_bnr_insta p a {
		display: block;
		width: 100%;
	}
	#footer_bnr_insta p a img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	/* ___________________SP_Footer */
	
	.footer_wrapper {
		width:100%;
		background:url(../images/common/bg_footer.png) 0 0 repeat;
		padding:30px 0 40px ;
	}
	#footer {
		width:100%;
		padding:0 3% 0 3%;
		margin:0 auto;
	}
     #footer dl {
           width:100%;
       }
      #footer dl dd {
        display:none;
      }
      #footer dl dt.open {
          display: block;
      }
      #footer dl dt.sp_footertitle {
           font-weight:bold;
           padding:15px 10px;
           border-bottom:1px solid #dadbdd;
           background:url(../images/sp_common/footericon_plus.png) 95% center no-repeat;
           background-size: auto 50%;
      }
      #footer dl dt.sp_footertitle.open{
           background:url(../images/sp_common/footericon_minus.png) 95% center no-repeat;
           background-size: auto 50%;
      }
     #footer dl dt.pc_footertitle,dl.fnav dd h4 {
          display:none;
      }
	#footer dl.fnav dd,dl.fnav dd ul li {
		width:100%;
          height:auto;
          background:url(../images/sp_common/line_dot.png) 0 bottom repeat-x;
          background-size: auto 1px;
	}
     #footer dl.fnav dd.sp_no_icon > a{
           display:none;
      }
	#footer dl.fnav dd a {
		color:#353945;
          padding:15px 10px 15px 30px;
		text-decoration: none;
          display:block;
          background:url(../images/sp_common/icon_link.png) 10px center no-repeat;
          background-size: auto 20%;
	}
     #footer dl.fnav dd:last-child {
          margin-bottom:40px;
      }
	.address dd {
		line-height:1.5;
		padding:10px 5px 15px;
		margin:0 0 10px;
		background:url(../images/common/footer_midasi.png) 5px bottom no-repeat;
	}
	.address dd span {
		font-size:25px;
		font-weight:bold;
	}
	.calendar dt {
		font-size:14px;
		 margin:5px 0 15px;
		 font-weight:bold;
	}
	.calendar dd {
		line-height:1.3;
	}
	.calendar dd span {
		color:#eed9bc;
	}
	table#calendar {
		width:100%;
		border:1px solid #a2a8b9;
		margin: 0 0 10px;
	}
	table#calendar td {
		height:40px;
		text-align:center;
		vertical-align: middle;
		border:1px solid #a2a8b9;
		background:#fff;
	}
	table#calendar td.month {
		background:#54638a;
		text-align:center;
		color:#fff;
	}
	table#calendar tr.week td{
		background:#b6c1de;
		color:#343b4b;
	}
	table#calendar td.holiday {
		background:#eed9bc;
	}
	#copyrights_wraper {
		height:50px;
	}
	#copyrights {
		font-size:16px;
		text-align:center;
		font-family: 'Halant', serif;
		line-height:50px;
	}
	.pagetop {
		width:100%;
		height:50px;
		display:block;
		background: url(../images/sp_common/btn.png) 0 0 repeat #a4b4df;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
		margin:0 0 15px;
	}
	.pagetop a{
		width:100%;
		height:50px;
		line-height:50px;
		display:block;
		color:#fff;
		font-size:20px;
		text-decoration:underline;
		text-align:center;
		font-family: 'Halant', serif;
	}
	.pagetop a:hover,.pagetop a:active {
		background: url(../images/sp_common/btn.png) 0 0 repeat #6e80af;
	}
     
      dl.open {
          display:block;
      }
}