﻿@charset "utf-8";
/* CSS Document */
img{
	max-width: 100%;
}

@media screen and (min-width: 641px){
#btn-back a {
    width: 400px;
    padding: 20px 0;
    border: 1px solid #ccc;
    text-align: center;
    margin: 30px auto 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    font-weight: bold;
    background-color: #f7f7f7;
    font-size: 16px;
    background-image: url(../img/icon_arrow_back.gif);
    background-repeat: no-repeat;
    background-position: 5% center;
}
#news , #item , #shoplist , #lineup-top , #instagram{
	padding:50px 0 0 0;
}
#news{
	padding: 70px 0 0 ;
}
#news h2 , #item h2 , #shoplist h2 , #instagram h2{
	margin: 20px 0 20px;
}

#category_list{
	top: 112px;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
ブランドヘッダー
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
header{
	height: auto;
	margin-bottom: 15px;

}
header.itemViewH{
	height:85px;
	}
#brand{
	height: 93px;
	padding: 0;
	position: relative;
	margin: 0 auto 20px;
}
#brand h1{
	margin:0;
	position: absolute;
	bottom: 3px;
	left: 0;
}
#brand h1 img{
	width:197px;
}
#brand ul{
	position: absolute;
	bottom: 0;
	left: 197px;

}
#brand ul li{
	background: url(../img/brandlist/nav_brand.png) no-repeat;
	float: left;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#brand ul li a{
	display: block;
	width: 225px;
	height: 31px;
}
#brand ul li + li{
	width: 213px;
	background-position: -225px 0;
}
#brand ul li + li + li{
	width: 187px;
	background-position: -438px 0;
}
#brand-menu a{
	width: 109px;
	height:28px;
	background: url(../../common/img/header/btn-menu.png) no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	background-size: cover;
	right: 10px;
	bottom: 2px;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
ニュース
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */

/* / / / / / / / / /
#news{
	height: 641px;
}
/ / / / / / / / / */
#news ul{
	text-align: center;
}
#news li{
	width: 229px;
	min-height:383px;
	height: 362px;
	display:inline-block;
	margin: 0 0 0 12px;
	border: 1px dashed #ccc;
	vertical-align: top;
	text-align: left;
	position:relative;
}
#news li.new:after{
	content:url(/common/img/new_tag.png);
	position:absolute;
	top:0;
	left:0;
	}
#news li a{
	display:block;
}
#news li:first-child{
	margin: 0;
}
#news li dl{
	margin: 10px 13px;
}
#news li dl dd + span{
	display: none;
}
#news li dt img{
	padding: 10px 37px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	/*background-color: #ececea;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f2f2f0), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f2f2f0),
				color-stop(.75, #f2f2f0), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%,
			  transparent 50%, #f2f2f0 50%, #f2f2f0 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%,
			  transparent 50%, #f2f2f0 50%, #f2f2f0 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%,
			  transparent 50%, #f2f2f0 50%, #f2f2f0 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%,
			  transparent 50%, #f2f2f0 50%, #f2f2f0 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f2f2f0 25%, transparent 25%,
			  transparent 50%, #f2f2f0 50%, #f2f2f0 75%,
			  transparent 75%, transparent);*/

}
#news li dl dd{
	margin: 10px 0 0 0;
  background: #f5f3eb;
  padding: 10px 10px;
}
#news li dl dd p{
	line-height: 1.6em;
}
#news li dl dd p:first-child{

	margin-bottom:3px;
}
#news li dl dd p span{
	display: block;
	font-weight: normal;
	margin-bottom:3px;
}
#btn-news a , #btn-item a {
    width: 400px;
    padding: 20px 0;
    border: 1px solid #ccc;
    text-align: center;
    margin: 30px auto 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    font-weight: bold;
    background-color: #f7f7f7;
    font-size: 16px;
    background-image: url(../img/icon_arrow.gif);
    background-repeat: no-repeat;
    background-position: 95% center;
}
#btn-news a img , #btn-item a img{
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
アイテム
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */

/* / / / / / / / / / / / /
#item{
	height: 999px;
}
/ / / / / / / / / */
#item ul + ul{
	display: none;
}
#item li{
	width: 308px;
	float: left;
	margin: 0 0 0 15px;
	border: 1px dashed #ccc;
	height: 522px;
	position: relative;
}
#item li a{
	display:block;
}
#item li:first-child{
	margin: 0;
}
/* / / / / / / / /
#item_list{
	height: 532px;
}
#item_list li{
	min-height: 532px;
}
/ / / / / / / / /*/
#item li dl{
	margin: 14px;
}
#item li dt img{
	padding: 10px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,

			  transparent 75%, transparent);
}
#item li dl dd{
	margin: 10px 0 0 0;
}
#item li dl dd p span{
	font-size: 1.3em;
	font-weight: bold;
}
#item li dl dd p{
	line-height: 1.6em;
}
#item li dl dd p:first-child{
	font-weight: bold;
}
#item li dl dd h3{
	font-size: 16px;
	margin: 20px 0 20px 0;
}
#item li dl dd p + p{
	font-size: 9.6px;
	position: absolute;
	bottom: 16px;
	left: 15px;
	width: 260px;
	margin: 10px 0 0 0;
	padding: 10px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,

			  transparent 75%, transparent);
}
#item li dl dd p + p strong{
	font-size: 12px;
	display: inline-block;
}
#item-lineup{
	margin: 50px 0 0 0 ;
}
h3{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 11px;
}
h3 + p{
	line-height: 1.6em;
}
#item-lineup p:first-child{
	width: 450px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin: 15px 0 0 0 ;
}

#lineup-icon > p{
	padding: 0 0 10px 0;
	font-size:11px;
	font-weight:bold;
}
#lineup-icon li{
	border: none;
	height: auto;
	width: 70px;
	float: left;
	text-align: center;
	margin: 0 0 0 0px;
}
#lineup-img{
	float: right;
}
#side{
	float: left;
	width: 500px;
}


#item .special{
  color: #e42424;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
shoplist
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#shoplist{
	margin-bottom: 60px;
}
#shoplist h4{
	text-align:center;
	width: 100%;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	clear: both;
	z-index: 1;
	margin: 20px 0;
	letter-spacing: 0.1em;
}
#shoplist h4:after{
	width: 200px;
	height:20px;
	content: ' ';
	top: 0px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	z-index: -1;
}
#shoplist h4:before{
	width: 100%;
	height:1px;
	content: ' ';
	top: 9px;
	background: #333;
	position: absolute;
	left: 0;
	z-index: -1;
	border-bottom: 1px solid #ccc;
}
#shoplist #list ul{
	border-left: 1px solid #ccc;
}
#shoplist #list ul li{
	width: 298px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: left;
	padding:10px;
	position: relative;
	height: 155px;
}
#shoplist #list ul li:nth-last-child(1) , #shoplist #list ul li:nth-last-child(2) , #shoplist #list ul li:nth-last-child(3) {
	border-bottom: 1px solid #ccc;
}

/* #shoplist #list #osaka li:nth-child(5) , #shoplist #list #osaka li:nth-child(6) , #shoplist #list #osaka li:nth-child(7) , #shoplist #list #osaka li:nth-child(8) , #shoplist #list #osaka li:nth-child(9) , #shoplist #list #osaka li:nth-child(10){
	border-bottom: 1px solid #ccc;
}
#shoplist #list #hyogo li{
	border-bottom: 1px solid #ccc;
}
#shoplist #list #hyogo li:first-child, #shoplist #list #hyogo li:nth-child(2){
	border-bottom: none;
}
#shoplist #list #kyoto li{
	border-bottom: 1px solid #ccc;
}
#shoplist #list .kanto02 li:nth-child(2) , #shoplist #list .kanto02 li:nth-child(3) , #shoplist #list .kanto02 li:nth-child(4){
	border-bottom: 1px solid #ccc;
} */
#shoplist #list ul li span{
	background: #fff;
	/*margin: 0 0 10px1em;*/
	padding: 7px 7px 7px 3.5px;
	display: inline-block;
	position: relative;
	/*font-weight:bold;*/
	font-size: 14px;
}
#shoplist #list ul li span.list_mark{
	color: #a9dbe0;
	padding: 7px 0px;
}
/*#shoplist #list > ul li span:before{
	position: absolute;
	left: 0px;
	top: 7px;
	content: url(../../common/img/shop_list/icon_circle.png);
}*/

#shoplist #list ul li span a{
	background: #fff;
	color: #333;
	display: block;
	padding: 0;
	margin: 0;
}
#shoplist #list ul li p{
	line-height: 1.6em;
}
#shoplist #list ul li p a.map {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	padding: 5px 15px;
	content: '';
}


/* .iicot #shoplist #list ul , .palette #shoplist #list ul , .kokoschka #shoplist #list ul li , .garland #shoplist #list ul li , .lynt #shoplist #list ul li , .monique #shoplist #list ul li{
	border-bottom: 1px solid #ccc;
} */
/****************
.garland #shoplist #list #kansai li:first-child , .garland #shoplist #list #kansai li:first-child + li{
	border-bottom: none;
}
*****************/
.palette #shoplist #list ul{
	border-bottom: 0;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
lineup-copy
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */


#lineup-copy{
	width: 50%;
	float: left;
}
#lineup-copy h3{
	margin: 0 20px 5px;
}
#lineup-copy p{
	margin: 0 20px;
	line-height: 1.6em;
	letter-spacing: 0.08m;
}

#lineup-top #lineup-icon{
	border-left: solid 3px #919191;
	float: right;
	width: 426px;
}
#lineup-top #lineup-icon{
padding-left:34px;
	}
#lineup-top #lineup-icon li{
	border: none;
	width: 70px;
	float: left;
	text-align: center;
	margin: 0;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
itemlist（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
.sub h2{
	width: 942px;
	border-left: solid 6px #a9dbe0;
	background: #666666;
	color: #fff;
	padding: 9px 0 12px 12px;
	font-size: 22px;
	font-weight: 500;
	display: table-cell;
}
.sub h2 span{
	font-size: 12px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

#itemlist ul{
	margin: 20px 20px 0;
}
#itemlist li{
	width: 448px;
	float: left;
	border: 1px dashed #ccc;
	margin-bottom: 20px;
}
#itemlist li:nth-child(2n){
	margin-left: 20px;
}
#itemlist li dl{
	margin: 10px;
}
#itemlist li dl dt{
	float: left;
	width: 55%;
	/*margin-bottom: 10px;*/
}


#itemlist li dl dt img{
	width: 85%;
	padding:10px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,

			  transparent 75%, transparent);

}
#itemlist li dl dd{
	float:right;
	width: 40%;
	background: #f5f3eb;
	padding:10px;
	font-size: 18px;
	/*margin-bottom: 10px;*/
	height: 200px;
	/*min-height: 199px;*/
	position: relative;
}
#itemlist li dl dd p {
	margin: 30px 0 0 0 ;
	line-height: 1.4em;
	font-size: 14px;
}
#itemlist li dl dd p.item_read{
	margin-top: 15px;
}
#itemlist li dl dd p + p {
	font-size: 16px;
}
#itemlist li dl dd p.item_price{
	font-size: 12.8px;
	position: absolute;
	bottom: 10px;
}
#itemlist li dl dd p + p span {
	/*font-size: 24px;*/
	margin: 0 2px;
	font-weight: bold;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
itemdeta（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#itemdeta h2{
}
#itemdeta #side{
	width: 560px;
	float: left;
	margin: 40px 0 0 0;
}
#itemdeta #side div.pc figure{
	width:560px;
	height:560px;
	/*padding:20px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #ececea;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #f2f2f0), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #f2f2f0), color-stop(.75, #f2f2f0), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%, transparent 50%, #f2f2f0 50%, #f2f2f0 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%, transparent 50%, #f2f2f0 50%, #f2f2f0 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%, transparent 50%, #f2f2f0 50%, #f2f2f0 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%, transparent 50%, #f2f2f0 50%, #f2f2f0 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f2f2f0 25%, transparent 25%, transparent 50%, #f2f2f0 50%, #f2f2f0 75%, transparent 75%, transparent);*/
	}
#itemdeta #side div.pc ul li{
	width:131px;
	float:left;
	/*border:3px solid #ececea;*/
	margin:20px 0 0 12px;
	cursor:pointer;
	}
#itemdeta #side div.pc ul li:first-child{
	margin-left:0;
	}
#itemdeta #right{
	width: 390px;
	margin: 40px 0 0 10px;
	float: right;
	font-size: 14px;
}
#itemdeta #right h3{
	font-size: 19px;
	margin: 10px 0 30px 0;
	font-weight:normal;
}
#itemdeta #right p{
	line-height: 2em;
}
#itemdeta #right p strong{
	font-size:20px;
	}
#itemdeta #right p span{
	font-size: 18px;
	font-weight: bold;
}
#itemdeta #right p + p{
	line-height: 1.3em;
	margin: 10px 0 0 0;
}
#itemdeta #relation{
	clear: both;
	margin: 50px 0 0px 0;
}
#itemdeta #relation h4{
	border-bottom: 1px solid #333;
	color: #fff;
}
#itemdeta #relation h4 span{
	background: #333;
	padding: 10px 0 10px 10px;
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: 500;
	position: relative;
	border-radius: 2px 2px 0 0
}
#itemdeta #relation h4 span:after{
	position: absolute;
	border: solid 37px transparent;
	border-bottom: solid 37px #333;
	right: -36px;
	bottom: 0;
	content: ' ';
	z-index: -1;
}
#itemdeta #relation ul{
	margin: 20px 0 0 0;
}
#itemdeta #relation li{
	width: 163px;
	float: left;
}
#itemdeta #relation li:nth-child(2){
	margin: 0 30px;
}
#itemdeta #relation li dl dt img{
	padding: 6px;
	width: 157px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,

			  transparent 75%, transparent);
}
#itemdeta #relation li dl dd p{
	font-size: 14px;
	margin: 15px 10px 0;
}
#itemdeta #relation li dl dd p + p span{
	font-size: 20px;
	font-weight: bold;

}
  #itemdeta #relation li dl dd p.special{
    color: #e42424;
  }
#itemlist li dl dd p.item_price.special{
  color: #e42424;
}
#itemdeta #right p.item_price.special{
  color: #e42424;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
listnews（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#listnews ul{
	margin: 10px 0 0;
}
#listnews li{
	width: 308px;
	border: 1px dotted #ccc;
	float: left;
	margin-top: 15px;
}
#listnews li:nth-child(2) , #listnews li:nth-child(5){
	margin: 15px 14px 0;
}
#listnews li dl{
	padding:10px;
	position:relative;
}
#listnews ul li.new dl:after{
	content:url(../img/new_tag.png);
	position:absolute;
	top:0;
	left:0;
	}
#listnews li dl dt{
	text-align: center;
}
#listnews li dl dd{
	background: #f5f3eb;
	padding: 10px;
	line-height: 1.6em;
	margin: 10px 0 0 0 ;
}
#listnews li dl dd p:first-of-type{
	height: 7em;
}
#listnews li dl dd p + p{
	margin: 10px 0 0 0 ;
}
#pager{
	text-align:center;
	margin-top:20px;
}
#pager ul{
	margin: 20px auto;
	width: 270px;
}
#pager li{
	width: auto;
	margin: 0 5px ;
	padding: 5px;
}
#pager a{
	border: 1px dotted #ccc;
	padding: 5px;
	display:inline-block;
}
#pager li:first-child{
	text-align: right;
	padding: 5px;
	position: relative;
}
#pager li:last-child{
	text-align: left;
	padding: 5px;
	position: relative
}
#listnews #pager li:nth-child(2) , #listnews #pager li:nth-child(5){
	margin: 0 5px;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
newsdeta（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#newsdeta #newsdeta-contents{
	margin: 20px 0 ;
}
#newsdeta #side{
	width: 456px;
	float: left;
}
#newsdeta #side img{
	width: 436px;
	height:617px;
	padding: 10px;
/*	border: 1px solid #a69e8f;
	background: #ddd8ce;*/
}
#newsdeta #right{
	width: 484px;
	float: right;
	margin: 0 0 0 20px;
}
#newsdeta #right #deta{
	font-size: 16px;
}
#newsdeta #right #deta p{
	line-height: 2em;
}
#newsdeta #right #deta p + p{
	line-height: 1.6em;
}
#newsdeta #right #deta p:first-child{
	margin: 20px 0 10px;
	font-size: 12.8px;
}
#newsdeta #right #deta p:first-child span,
.monique #newsdeta #newsdeta-contents #right #deta h3{
	font-weight: bold;
	margin: 0 0 20px 0;
	font-size: 19.2px;
}

#newsdeta #relation{
	clear: both;
	margin: 50px 0 0px 0;
}
#newsdeta #relation h4{
	border-bottom: 1px solid #333;
	color: #fff;
}
#newsdeta #relation h4 span{
	background: #333;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: 500;
	position: relative;
	border-radius: 2px 2px 0 0
}
#inewsdeta #relation h4 span:after{
	position: absolute;
	border: solid 37px transparent;
	border-bottom: solid 37px #333;
	right: -36px;
	bottom: 0;
	content: ' ';
	z-index: -1;
}
#newsdeta #relation ul{
	margin: 20px 0 0 0;
}
#newsdeta #relation li{
	width: 140px;
	float: left;
}
#newsdeta #relation li:nth-child(2){
	margin: 0 15px;
}
#newsdeta #relation li dl dt img{
	padding: 5px;
	width: 130px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,

			  transparent 75%, transparent);
}
#newsdeta #relation li dl dd p{
	font-size: 14px;
	margin: 15px 10px 0;
}
#newsdeta #relation li dl dd p + p span{
	font-size: 20px;
	font-weight: bold;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#newsdeta #relation li dl dd p + p.special{
  color: #e42424;
}


}
@media screen and (max-width: 640px){
body{
	font-size: 14px;
}
header , #g_nav , .inner , #wrap , #f_area{
	width: 	100%;
	margin: 0 auto;
}
#btn-back a{
	display: block;
}
#category_list{
	top: 80px;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
ブランドヘッダー
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#brand{
	padding-bottom: 15px;
	height: 65px;
	position: relative;
}
#brand h1{
	max-width: 150px;
	width: 150px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 10px;
	margin: 0 auto;
}
#brand h1 img{
	max-width: 150px;
	width: 150px;
	display: block;
}
#brand-menu{
	background: url(../img/header/sp-btn-menu.png) no-repeat;
	background-size:100% auto;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	float: right;
	margin: 25px 20px 0 0;
}
#brand-menu a{
	display: block;
		width: 75px;
		height: 26px;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
ニュース
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */

/* / / / / / / / / / /

#news{
	height: 620px;
}
/ / / / / / / / / */
#news h2 , #item h2 , #instagram h2{
	background: #666666;
	color: #fff;
	padding: 11px 0;
	position: relative;
	margin: 33px 0 0 0;
	font-size: 16px;
	font-weight: 500;
}
#news h2{
	margin: 33px 0 0;
	font-size: 11px;
}
#news h2:before , #item h2:before , #instagram h2:before{
	content: " ";
    position: absolute;
    top: 0%;
    left: 0;
    width: 0;
    height: 0;
    border-width: 13px 13px 0 0;
    border-style: solid;
    border-color: transparent;
}
#news h2 span , #item h2 span , #instagram h2 span{
	padding: 0 0 0 20px;
}
#news ul{
	margin: 10px 0 0 0 ;
}
#news li{
	width: 100%;
	clear: both;
}
#news li + li + li , #news li + li + li + li{
	display: none;

}

#news li dl a{
	display:block;
}
#news li dl{
	position: relative;
	width: 100%;
}
#news li dl dd + span{
	position: absolute;
	right: 10px;
	bottom: 0.3em;
	content: ' ';
}
#news li dl dt{
	float: left;
	width: 40%;
}
#news ul li.new dl dt:after{
	content:"";
	display:block;
	background:url(../../common/img/new_tag.png) no-repeat;
	background-size:auto 100%;
	width:100%;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	}
#news li dt img{
	padding: 10px;
	max-width: 100%;
	width: 80%;

}
#news li dl dd{
	float: right;
	width: 60%;
}
#news li dl dd p{
	line-height: 1.6em;
	width: 95%;
	margin: 10px 0 0 0;
}
#news li dl dd p:first-child{
	font-size: 12px;
}
#news li dl dd p:first-child + p{
	margin-bottom:1.5em
}
#news li dl dd p span{
	display: block;
	font-weight: normal;
}
#btn-news , #btn-item{
	margin: 30px 0 0 0;
}
#btn-news , #btn-item{
	/*background: url(../img/brandlist/sp-btn-brand01.png) no-repeat;*/
	margin: 20px auto;
	width: 90%;
}
#btn-news a , #btn-item a {
    padding: 15px 0;
    border: 1px solid #ccc;
    text-align: center;
    margin: 30px auto 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    font-weight: bold;
    background-color: #f7f7f7;
    font-size: 12px;
    background-image: url(../img/icon_arrow.gif);
    background-repeat: no-repeat;
    background-position: 95% center;
}
#btn-news a img , #btn-item a img{
	height: auto;
	margin: 0 auto;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
アイテム
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */

/* / / / / / / / / / / / / / / / / / /
#item{
	height: 1054px;
}
.palette #item , .kokoschka #item{
	height: 682px;
}
.garland #item{
	height: 730px;
}
.lynt #item{
	height: 1024px;
}
/ / / / / / / / / / / / / / / */
#item ul{
	text-align:left;
	width:95%;
	margin:auto;
	}
#item li{
	width: 31.5789%;
	float:left;
	vertical-align:top;
}
#item li{
	margin-left:2.6%;
	}
#item li:first-child{
	margin-left:0;
	}
/*#kokoschka #item{
	display: none;
}*/
#item ul li:first-child,
#item ul li:first-child + li + li + li{
	margin-left:0;
	}
#item li a{
	display:block;
}

#item li dl{
	margin: 25px 0;
	/*font-weight: bold;*/
}
#item li dt img{
	width: 95%;
	padding: 2.5%;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,

			  transparent 75%, transparent);
}
#item li dl dd{
	margin: 10px 0 0 0;
	font-size:10px;
	line-height: 1.5;
}

#item li dl dd p{
	display: none;
}
#item li dl dd p + p{
	display: block;
	margin: 0 2.5%;
	font-size: 8px;
}
#item li dl dd p + p strong{
	font-size: 10px;
}
#item li dl dd p + p span{
	font-weight: bold;
	font-size: 1.2em;
}

#item li dl dd h3{
	font-size: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px 0;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.kokoschka #lineup-icon ul {
    width: 230px;
}
#btn-item{
	/*background: url(../img/brandlist/sp-btn-brand02.png) no-repeat;*/
}
#item-lineup{
	margin: 20px 0 0 0 ;
	padding-bottom: 20px;
}
#item-lineup p{
	width: 90%;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin: 0 5% 0 5%;
	padding: 0px 0 20px;
	border-bottom: dotted 2px #ccc;
	font-size: 12px ;
	//font-weight: bold ;
}
#item-lineup h3{
	margin: 0 0 10px 5%;
	font-size:12px;
}
#lineup-icon div{
	background: #efefed;
	width: 90%;
	margin: 0 auto;
}
#lineup-icon p:first-child{
	border: none;
	padding: 0;
	margin: 10px 5% 10px ;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#lineup-icon ul{
	width:210px;
	padding: 10px 0px 25px;
	margin:  0 auto 20px;
	display: block;
	text-align: center;

}
#lineup-icon li{
	border: none;
	display: inline-block;
	padding: 0;
	margin: 10px 0 0;
	float:none;
	max-width:70px;
}
#lineup-icon li img{
}


#item .special{
  color: #e42424;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
ショップリスト
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#shoplist{
	width:100%;
	margin:11px auto 0;
	padding:0 0 25px;
	background: #eeeeee;
	}
#shoplist h2{
	background:#5e5c54;
	position:relative;
	box-shadow:none;
	border-bottom:1px solid #a09d94;
	padding: 10px 20px;
}
#shoplist h2:before{
	content: " ";
    position: absolute;
    top: 0%;
    left: 0;
    width: 0;
    height: 0;
    border-width: 7px 7px 0 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #a9dbe0;

}
#shoplist h2 img{
	max-width: 100%;
	height:9px;
	width:auto;
}
#shoplist h4{
	background: #666666;
	color: #fff;
	padding:10px 0 10px 3%;
	width: 97%;
	letter-spacing: 0.1em;

}
#shoplist #list{
	width:90.625%;
	margin:11px auto 0;
	padding:0 0 25px;
}

#shoplist #list > p > img{
	width:34.482%;
	margin:0 0 2px;
}
#shoplist #list select{
	width:100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(../../common/img/shop_list/select_vecter.gif) no-repeat right top;
	background-color:#fff;
	background-size:auto 100%;
	padding:11px 3.965% 10px;
	border-radius:0;
	border:none;
	text-indent: 0.01px;
	text-overflow:'';
	margin: 0 0 10px 0;
}
#shoplist #list select::-ms-expand {
  display: none;
}
#shoplist #list > ul{
	background:#fff;
	border: solid 1px #999;
	}
#shoplist #list > ul li{
	padding:13px;
	border-bottom:1px solid #a09d94;
	}
#shoplist #list > ul li span{
	color:#a9dbe0;
	font-weight:normal;
	margin:0 0 8px 5px;
	position: relative;
	}

#shoplist #list > ul li span:before{
	position: absolute;
	left: -10px;
	top: 4px;
	content: url(../../common/img/shop_list/icon_circle.png);
}
#shoplist #list > ul li p{
	font-size:10px;
	line-height:1.6;
	}
#shoplist #list > ul li p span{
	margin:0 1em 0 1em;
	}
#shoplist #list > ul li p.bt{
	display:inline-block;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	width:21.42%;
	text-align:center;
	margin:10px 3.571% 0 0;
	}
#shoplist #list > ul li p.bt a{
	background:#6b685f;
	display:block;
	padding:7px 0;
	color:#FFF;
	border-radius:5px;
	letter-spacing:0.2em
	}
#shoplist #list p.more_search{
	width: 100%;
	text-align: center;
	font-weight: bold;
	border: 1px solid #999891;
	border-radius: 10px;
	margin: 20px auto ;
	background:#fff;
	}
#shoplist #list p.more_search a{
	display: block;
	padding: 15px 0 17px;
	position: relative;
	}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
lineup-top
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#lineup-top{
	margin: 50px 0 0 0 ;
}
#lineup-copy p{
	margin: 0 20px 15px;
	line-height: 1.6em;
	letter-spacing: 0.08m;
	border-bottom: dotted 1px #ccc;
	padding: 0 0 15px 0;
	font-weight: bold;
}
#lineup-copy h3{
	margin: 0 20px 5px;
}
#lineup-top #lineup-icon{
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
itemlist（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
.sub h2{
	background: #666;
	padding: 10px 0;
	color: #fff;
	margin: 15px 0;
	padding-left: 2.5%;
}
.sub h2 span{
	margin: 0 0 0 10px;
}
#itemlist li{
	margin-bottom: 20px;
	width: 95%;
	clear: both;
	border-bottom: 1px dotted #999;
	padding: 20px 0;
	margin: 0 2.5%;
}
#itemlist li dl{
	position: relative;
	height: 100px;
}
#itemlist li dl:after{
	position: absolute;
	top: 0;
	bottom: 0px;
	right: 20px;
	//content: url(../img/brandlist/icon-arrow.png);
	margin: auto 0;
}
#itemlist li dl dt{
	float: left;
	width: 40%;
	margin-bottom: 10px;
}


#itemlist li dl dt img{
	width: 85%;
	padding:10px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,

			  transparent 75%, transparent);

}
#itemlist li dl dd{
	float:right;
	width: 60%;
	font-size: 18px;
	position: relative;
}
#itemlist li dl dd p {
	margin: 15px 0 0 10px ;
	line-height: 1.4em;
}
#itemlist li dl dd p + p {
	font-size: 16px;
}
#itemlist li dl dd p.item_name{
	margin-bottom: 20px;
}
#itemlist li dl dd p.item_price{
	font-size: 12.8px;
	position: absolute;
	bottom: 0;
}
#itemlist li dl dd p + p span {
	/*font-size: 24px;*/
	margin: 0 2px;
	font-weight: bold;
}
#itemlist li dl dd p.item_price.special{
  color: #e42424;
}
#btn-back a {
	width: 90%;
    padding: 15px 0;
    border: 1px solid #ccc;
    text-align: center;
    margin: 30px auto 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    font-weight: bold;
    background-color: #f7f7f7;
    font-size: 12px;
    background-image: url(../img/icon_arrow_back.gif);
    background-repeat: no-repeat;
    background-position: 5% center;
}
#btn-back a img{
	maxwidth: 100%;
	width: 90%;
	margin: 0 5%;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
itemdeta（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#itemdeta h2{
}
#itemdeta #side{
	width: 85%;
	margin: 15px auto 0;
}#itemdeta #side div.sp{
	margin:0 0 60px;
	position: relative;
	}
#itemdeta #side div.sp:before{
	content: " ";
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 10;
	}
#itemdeta #side div.sp:after{
	content: " ";
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 10;
	}
#itemdeta #side div.sp > div{
	/*padding:20px 3.676%;*/
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	}

#itemdeta #side div.sp .bx-wrapper .bx-pager{
	background:none;
	bottom: -50px;
	}
#itemdeta #side div.sp .bx-wrapper .bx-pager.bx-default-pager a{
	background:#666666;
	border:solid 2px FFF;
	}
#itemdeta #side div.sp .bx-wrapper .bx-pager.bx-default-pager a.active{
	border:solid 2px #666666;
	}
#itemdeta #right{
	width: 95%;
	margin: 0 2.5%;
	font-size: 14px;
}
#itemdeta #right h3{
	font-size: 20px;
	margin: 20px 0 20px 0;
	line-height: 1.4em;
}
#itemdeta #right p{
	line-height: 1.8em;
}
#itemdeta #right p span{
	font-size: 22px;
	font-weight: bold;
}
#itemdeta #right p + p{
	line-height: 1.6em;
	margin: 10px 0 0 0;
}
#itemdeta #relation{
	width: 95%;
	margin: 40px 2.5% 0;
}
#itemdeta #relation h4{
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
}
#itemdeta #relation ul{
	margin: 20px 3% 0;
}
#itemdeta #relation li{
	width: 32%;
	float: left;
}
#itemdeta #relation li:nth-child(2){
	margin: 0 2%;
}
#itemdeta #relation li dl dt img{
	padding: 5%;
	width: 90%;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,

			  transparent 75%, transparent);
}
#itemdeta #relation li dl dd p{
	font-size: 14px;
	margin: 15px 10px 0;
}
#itemdeta #relation li dl dd p + p span{
	font-size: 20px;
	font-weight: bold;

}

#itemdeta #relation li dl dd p.special{
  color: #e42424;
}
#itemdeta #right p.item_price.special{
  color: #e42424;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
listnews（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#listnews ul{
}
#listnews li{
	width: 100%;
	clear: both;
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}
#listnews li dl{
	padding: 10px;
	position:relative;
}
#listnews ul li.new dl:after{
	content: "";
	display: block;
	background: url(../../common/img/new_tag.png) no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	}
#listnews li dl dt{
	width: 30%;
	float: left;
}
#listnews li dl dd{
	width: 60%;
	margin: 0 5%;
	line-height: 1.6em;
	float: right;
}
#listnews li dl dd p:first-of-type{
	font-size: 12px;
}
#listnews li dl dd p + p{
	margin: 10px 0 0 0 ;
}
#pager{
	text-align:center;
	margin-top:20px;
}
#pager ul{
	margin: 20px auto;
}
#pager ul li{
	width: 11%;
	border: solid  1px #ccc;
	margin: 0;
	padding: 10px 0;
	float: left;
	clear: none;
	margin: 0 2.5% 0 0;
	text-align: center;

}
#pager ul li:last-child{
	margin: 0;
}
#pager li span{
	display: none;
}
#pager a{
	border: 1px dotted #ccc;
	padding: 5px;
	display:inline-block;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
newsdeta（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#newsdeta #newsdeta-contents{
	margin: 20px 0 ;
}
#newsdeta #side{
	width: 67.34%;
	margin: 0 auto;
	text-align: center;
}
/*#newsdeta #side img{
	padding: 4px ;
	border: 1px solid #a69e8f;
	background: #ddd8ce;
}*/
#newsdeta #right{
	width: 95%;
	margin: 0 2.5%;
}
#newsdeta #right #deta{
	font-size: 14px;
}
#newsdeta #right #deta p{
	line-height: 1.6em;
}
#newsdeta #right #deta p span{
	font-weight:bold;
	}
#newsdeta #right #deta p:first-child{
	margin: 20px 0 10px;
	font-size: 11.2px;
}
#newsdeta #right #deta p:first-child span{
	font-size: 16.8px;
}
#newsdeta #right #deta h3{
	font-weight: bold;
	margin: 0 0 15px 0;
}

#newsdeta #relation{
	width: 95%;
	margin: 40px 2.5% 0;
}
#newsdeta #relation h4{
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
}
#newsdeta #relation ul{
	margin: 20px 3% 0;
}
#newsdeta #relation li{
	width: 32%;
	float: left;
}
#newsdeta #relation li:nth-child(2){
	margin: 0 2%;
}
#newsdeta #relation li dl dt img{
	padding: 5%;
	width: 90%;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,

			  transparent 75%, transparent);
}
#newsdeta #relation li dl dd p{
	font-size: 12px;
	margin: 15px 10px 0;
}
#newsdeta #relation li dl dd p + p span{
	font-size: 18px;
	font-weight: bold;
	word-wrap : break-word;
	overflow-wrap : break-word;

}
#newsdeta #relation li dl dd p + p.special{
  color: #e42424;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
brand top （ブランドカラー別）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
.episode #news h2 , .episode #item h2 , .episode #instagram h2{
	background: #004c6f;
}
.episode #news h2:before , .episode #item h2:before , .episode #instagram h2:before{
	border-top-color: #b3e7ff;
}
.iicot #news h2 , .iicot #item h2 , .iicot #instagram h2{
	background: #f39800;
}
.iicot #news h2:before , .iicot #item h2:before , .iicot #instagram h2:before{
	border-top-color: #ffd793;
}
.lynt #news h2 , .lynt #item h2 , .lynt #instagram h2{
	background: #baeaf3;
}
.lynt #news h2:before , .lynt #item h2:before , .lynt #instagram h2:before{
	border-top-color: #fcf885;
}
.monique #news h2 , .monique #item h2 , .monique #instagram h2{
	background: #a37e39;
}
.monique #news h2:before , .monique #item h2:before , .monique #instagram h2:before{
	border-top-color: #fbdad1;
}
.garland #news h2 , .garland #item h2 , .garland #instagram h2{
	background: #c7e5da;
}
.garland #news h2:before , .garland #item h2:before , .garland #instagram h2:before{
	border-top-color: #f8e28f;
}
.palette #news h2 , .palette #item h2 , .palette #instagram h2{
	background: #e6d44f;
}
.palette #news h2:before , .palette #item h2:before , .palette #instagram h2:before{
	border-top-color: #2d3a3f;
}
.kokoschka #news h2 , .kokoschka #item h2 , .kokoschka #instagram h2{
	background: #333;
}
.kokoschka #news h2:before , .kokoschka #item h2:before , .kokoschka #instagram h2:before{
	border-top-color: #ccc;
}
}
