@charset "UTF-8";

/* ===================================================================
	コンテンツ
		00 基本設定
		01 左カラム
		02 右カラム -基本/検索結果/sort-
		03 右カラム -アイテムリスト-
=================================================================== */
.subcate {
	 display: none;
}
.item_list img {
		width:100%;
	}
/* 00 基本設定
--------------------------------------------------------------------*/
#main {
	width: 1050px;
	margin: 0 auto;
	padding-top: 30px;
}
#main:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*==== PIレイアウト対応 ====*/
#pi {
	text-align:center;
	width:1050px;
	line-height:1.6;
	margin:0 auto 30px;
}
#pi img {
	max-width:1050px;
}
#pi .pi-text-area {
	text-align:left;
	padding-top:10px;
}

/*==== パンくず ====*/
#bread {
    margin: 0 auto;
    padding: 20px 0;
	width: 100%;
	font-size: 12px;
    text-align: left;
	background: #F2F2F2;
}
#bread ol{
    margin: 0 auto;
	width: 1080px;
}
#bread li a {
	color: #4C9ED9;
}
#bread li a.nopointer{
	color: #333333;
}

.section-brandlist {
    margin-top: 28px;
}

/*==== bottom_inc ====*/
.bottom_inc{
	margin: 40px 0 0 0;
	padding-top: 55px;
	width: 100%;
	border-top: 1px solid #E6E6E6;
}

/* 01 左カラム
--------------------------------------------------------------------*/
#nav {
	width: 190px;
	float:left;
	text-align: left;
}
#nav a:hover {
	text-decoration:none;
/*	opacity:0.7;*/
}
	#nav > dl > dt {
		padding-bottom: 13px;
/*		border-bottom: 1px #aeaeae solid;*/
		line-height: 25px;
		font-size: 16px;
/*		font-weight: bold;*/
	}
	.release {
		text-align:center;
	}
		#nav .release a {
			display: inline-block;
			padding: 8px 30px;
/*			border: 1px #aeaeae solid;*/
			border-radius: 19px;
			background: #EDEDED;
			height: 26px;
			line-height: 26px;
			margin-top: 15px;
		}

/* 検索結果件数 */
.search_number{
}
.search_number dt{
	font-size: 12px !important;
}
.search_number dd{
	padding: 5px 0 21px;
	text-align: center;
	font-size: 16px;
}
.search_number dd span{
	font-size: 24px;
}

/* 価格タイプ pricetype */
.search_pricetype {
	padding: 17px 0 28px;
	border-top: 1px solid #CCCCCC;
}
	.search_pricetype li {
		border-radius: 6px;
	}
	.search_pricetype li a {
		display:block;
		margin: 9px 0;
		padding: 8px 26px 8px 8px;
		font-size: 12px;
	}
	.search_pricetype li.active {
				background: #f0efef url(/static/full/images/list/close.svg) 168px center no-repeat;
		border-radius: 6px;
	}

/* 価格タイプ gender */
.search_gender {
	padding: 17px 0 28px;
	border-top: 1px solid #CCCCCC;
}
	.search_gender li {
		border-radius: 6px;
	}
		.search_gender li a {
		display:block;
		margin: 9px 0;
		padding: 8px 26px 8px 8px;
		font-size: 12px;
		}
	.search_gender li.active {
				background: #f0efef url(/static/full/images/list/close.svg) 168px center no-repeat;
		border-radius: 6px;
	}
	.search_gender li.release {
		border-bottom: none;
		padding: 0;
	}
		.search_gender li .sub_brand li {
			border-bottom: none;
/*			border-top: 1px #aeaeae dashed;*/
		}


/* カテゴリ */
.search_category {
	padding: 17px 0 28px;
	border-top: 1px solid #CCCCCC;
}
.category_list {
}
	.category_list dl {
	}
		.category_list dt {
			display: block;
			padding: 12px 0;
			font-size: 13px;
			cursor:pointer;
			border-radius: 6px;
			background: url(/static/full/images/list/down.svg) 168px center no-repeat;
		}
		.category_list dt:hover {
			background: url(/static/full/images/list/down.svg) 168px center no-repeat;
		}
		.category_list dt.open {
			background:url(/static/full/images/list/up.svg) 168px center no-repeat;
		}
		.category_list dt.opened {
			background: url(/static/full/images/list/up.svg) 168px center no-repeat;
		}
		.category_list ul {
			margin-bottom: 5px;
		}
		.category_list li {
			border-radius: 6px;
		}
			.category_list li a {
				display:block;
				margin: 3px 0;
				padding: 8px 26px 8px 8px;
				font-size: 12px;
			}
			.category_list li.active {
				background: #f0efef url(/static/full/images/list/close.svg) 168px center no-repeat;
				border-radius: 6px;
			}

/* ブランド */
.search_brand {
	padding: 17px 0 28px;
	border-top: 1px solid #CCCCCC;
}
	.search_brand li {
	}
		.search_brand li a {
		display:block;
		margin: 9px 0;
		padding: 8px 26px 8px 8px;
		font-size: 12px;
		}
	.search_brand li.active {
				background: #f0efef url(/static/full/images/list/close.svg) 168px center no-repeat;
		border-radius: 6px;
	}
	.search_brand li.release {
		border-bottom: none;
		padding: 0;
	}
		.search_brand li .sub_brand li {
			border-bottom: none;
/*			border-top: 1px #aeaeae dashed;*/
		}

/* カラー */
.search_color {
	padding: 17px 0 28px;
	border-top: 1px solid #CCCCCC;
}

	.search_color li  {
			position: relative;
			display:inline-block;
    vertical-align: middle;
    margin: 0 6px 12px 0;
			padding: 2px;
		border-radius: 50px;
	}
	.search_color ul li img {
/*    width: 100%;*/
    width: 24px;
}
	.search_color li:last-child {
			display: block;
			text-align: center;
			padding: 0px;
/*			margin-top: 10px;*/
	}
	.search_color li:not(:last-child) {
/*		width: 18px;*/
	}
	.search_color li:hover {
/*		background:#e0dddd;*/
	}
	.search_color li.active {
/*		padding:8px;*/
/*		background-color:#e0dddd;*/
		border: 1px solid #A1A1A1;
		box-sizing: border-box;
	}
/*
	.search_color li.active::after {
		display: block;
		content: '';
		position: absolute;
		top: 17px;
	    right: 8px;
		width: 8px;
		height: 3px;
		border-left: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}*/
	.search_color li.active img {
/*		border:1px solid #FFFFFF;
		box-sizing: border-box;*/
	}
	.search_color li.active.check_blk::after {
/*		border-left: 2px solid #000000;
		border-bottom: 2px solid #000000;*/
	}

/* 価格バー */
.search_price {
	padding: 17px 0 28px;
	border-top: 1px solid #CCCCCC;
}
.side_price *,
.side_price *:before,
.side_price *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.side_price dt {
	display: block;
	margin: 9px 0;
	font-size: 13px;
}
.side_price_range {
	padding: 10px 10px 30px;
}
.side_price_range .noUi-target {
	height: 2px;
}
.side_price_row {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;/* Safari6.1以降 */
	display: flex;
	-ms-flex-wrap: nowrap;/*IE10*/
	-webkit-flex-wrap:nowrap;/* Safari6.1以降 */
	flex-wrap: nowrap;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center; /* Safari6.1以降 */
	align-items: center;
	margin-bottom: 20px;
}
.side_price_col {
}
.side_price_col.col_price {
	display: -ms-flexbox;/*IE10*/
	display: -webkit-flex;/* Safari6.1以降 */
	display: flex;
	-ms-flex-wrap: nowrap;/*IE10*/
	-webkit-flex-wrap:nowrap;/* Safari6.1以降 */
	flex-wrap: nowrap;
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center; /* Safari6.1以降 */
	align-items: center;
}
.side_price_col.col_arw {
	padding: 0 6px;
}
.side_price_col.col_btn {
    width: 100%;
    padding: 0 5px;
}
.side_price_btn {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #ededed;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
}
.side_price_text {
	padding: 0 0 0 6px;
}
.side_price_input {
	display: inline-block;
	width: 60px;
	height: 30px;
	padding: 0 5px;
	font-size: 11px;
	line-height: 30px;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
}
.side_price_range .noUi-connect {
	border-radius: 0;
	background: #bfbfbf;
	box-shadow: none;
}
.side_price_range .noUi-origin {
	top: -10px;
}
.side_price_range .noUi-handle {
	cursor: default;
	border: 1px solid #b2b2b2;
	border-radius: 20px;
	background: #fff;
	box-shadow: none;
}
.side_price_range .noUi-horizontal .noUi-handle {
	width: 20px;
	height: 20px;
	margin-left: -10px;
	top: 0;
	left: 0;
	outline: none;
	cursor: w-resize;
}


/* 02 右カラム -基本/検索結果/sort-
--------------------------------------------------------------------*/
#searchResult {
	width: 835px;
	float:right;
	text-align: left;
}
	.number {
		font-size: 24px;
/*		font-weight: bold;*/
		line-height: 26px;
		margin-bottom: 40px;
	}
	.switching {
		margin-bottom: 25px;
		padding: 15px;
		background: #F8F3E4;
	}
		.switching > ul {
			display: table;
			width: 100%;
		}
			.switching > ul > li {
				display: table-cell;
			}
			.switching dt {
				float: left;
				line-height: 25px;
			}
			.switching dd {
				float: left;
				position: relative;
				line-height: 23px;
				background: #FFFFFF;
/*				border: 1px #aeaeae solid;*/
				border-radius: 4px;
				margin-left: 6px;
				padding: 0 10px 0 5px;
				cursor: pointer;
			}
			.switching dd.open {
				border-radius: 4px 4px 0 0;
				border-bottom: none;
			}
				.switching dd .active {
					display: block;
					background: url(/static/full/images/list/down.png) right center no-repeat;
					padding-right: 18px;
				}
				.switching dd ul {
					display: none;
				    position: absolute;
				    top: 21px;
				    left: 0;
				    border-radius: 0 0 4px 4px;
				    border-top: none;
				    z-index: 1000;
				    background: #fff;
				    padding-top: 2px;
				}
					.switching .open li {
					}
						.switching .open li a {
							padding-left:5px;
							display:block;
						}
						.switching .open li a:hover {
							background-color:#FAE9B4
						}
						.switching .open li:last-child a:hover {
							border-radius: 0 0 4px 4px;
						}

/* sort */
.sort dd {
	width: 102px;
}
	.sort dd ul {
		width: 117px;
	}

/* stnum */
.stnum dd {
	width: 100px;
}
	.stnum dd ul {
		width: 115px;
	}
/* scls */
.scls dd {
	width: 115px;
}
	.scls dd ul {
		width: 130px;
	}
/* sv */
.sv dd {
	width: 55px;
}
	.sv dd ul {
		width: 70px;
	}
/* rows */
.rows dd {
	width: 65px;
}
	.rows dd ul {
		width: 80px;
	}



/* ページャー */
.about_page {
	margin: 50px auto;
}
.about_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	.about_page .displayedResults {
		float: left;
		line-height: 27px;
		font-size: 13px;
		font-weight: bold;
	}
	.about_page ol.pager{
	position: relative;
    margin: 0 auto;
		color: #131313;
    text-align: center;
	}
		.pager li {
    display: inline-block;
/*			float: left;*/
			margin-right: 10px;
			line-height: 40px;
			height: 40px;
			width: 40px;
			text-align: center;
			border-radius: 50px;
		}
		.pager li:last-child {
			margin-right:0;
		}
		.pager li.prev {
			text-indent: -9999px;
		}
			.pager li.prev a {
				background: url(/static/full/images/list/prev.svg) center center no-repeat;
    background-size: 8px;
			}
		.pager li.next {
			text-indent: -9999px;
		}
		.pager li.active {
			background-color: #f0efef;
		}
			.pager li.next a {
				background: url(/static/full/images/list/next.svg) center center no-repeat;
    background-size: 8px;
			}
			.pager li a {
				display: block;
			}



/* 03 右カラム -アイテムリスト-
--------------------------------------------------------------------*/
#itemContainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.item_list > ul > li {
		width:191px;
		margin: 0 23px 28px 0;
	}
	.item_list > ul > li:nth-child(4n) {
		margin-right:0;
	}
	/* アイコン */
	.item_list .icon {
	position: relative;
	margin: 5px 0 0 0;
/*		height: 22px;*/
	}

	.item_list .icon li {
		float: left;
		line-height: 17px;
		/* width: 26.3%; */
		height: 17px;
		padding: 0 4px;
		border-radius:0px;
		margin:0 5px 5px 0;
		color:#fff;
		font-size: 10px;
		text-align: center;
	}

	.item_list .icon li:nth-child(3n) {
		margin-right: 0;
	}

		.item_list .icon .sale {
			background-color:#cf4953;
		}
		.item_list .icon .new {
			background-color:#e6913c;
		}
		.item_list .icon .rearrival {
			background-color:#828282;
		}
		.item_list .icon .comigsoon {
			background-color:#16b84b;
		}
		.item_list .icon .reserve {
			background-color:#9e57d5;
		}
		.item_list .icon .magazine {
			background-color:#1653b8;
		}
		.item_list .icon .limited {
			background-color:#1e84b3;
		}
		.item_list .icon .outlet {
			background-color: #ba2b13;
		}
		.item_list .icon .kids {
			background-color: #4f81bd;
		}
		.item_list .icon .lottery,
		.item_list .icon .ec_presale {
			background-color:#008080;
		}
		.item_list .icon .point_5x,
		.item_list .icon .point_10per,
		.item_list .icon .point_15per,
		.item_list .icon .point_20per {
			background-color:#FF69B4;
		}
		.item_list .icon .timesale {
			background-color: #778899;
		}

		.item_list .icon .coupon {
		    background-color: #16b84b;
		}

/* 商品画像周り */
.photo {
	display: block;
	position:relative;
	width: 191px;
    height: 254px;
    background: url("/static/full/images/default/loadingimg.gif") center no-repeat;
    background-size: 30px;
}
	.photo .outlet {
		position: absolute;
		bottom: 3px;
		left: 3px;
		background-color: #ba2b13;
		color: #fff;
		display: inline-block;
		font-size: 11px;
		line-height: 20px;
		height: 20px;
		padding: 0 5px;
		border-radius: 3px;
	}
	.photo .timesale_icon {
		position: absolute;
		bottom: 3px;
		left: 3px;
		background-color: #000000;
		color: #fff;
		display: inline-block;
		font-size: 11px;
		line-height: 20px;
		height: 20px;
		padding: 0 5px;
		border-radius: 3px;
	}
	.photo .limited_icon {
		position: absolute;
		bottom: 3px;
		left: 3px;
		background-color: #1e84b3;
		color: #fff;
		display: inline-block;
		font-size: 11px;
		line-height: 20px;
		height: 20px;
		padding: 0 5px;
		border-radius: 3px;
	}
	.soldout a {
    	color: #4D4D4D;
	    font-size: 17px;
	    line-height: 25px;
	    position: absolute;
	    width: 100%;
	    height: 100%;
    	background-color: rgba(255, 255, 255, 0.8);
	    top: 0px;
	    display: block;
	}
		.soldout a span {
			position: absolute;
		    display: block;
		    left: 50px;
		    top: 11px;
    		padding-top: 37%;
		}
		/*
		#itemlist .photo .soldout .soldout-txt {
    display: block;
    padding-top: 37%;
    width: 100%;
}
*/
	.restockmail {
		position: absolute;
	    height: 36px;
	    line-height: 36px;
	    text-align: center;
	    border-radius: 30px;
	    width: 141px;
	    background: #C08550;
	    letter-spacing: 1px;
	    bottom: 94px;
	    left: 26px;
	}
		.restockmail a {
			color:#fff;
			display: block;
		}

.item_list > ul > li:nth-child(4n) .hoverarea{
	width: 60px;
	left: 40px;
}

.item_list > ul > li .hoverarea{
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -23px;
	right: initial;
	display: none;
}

.color_variation {
	display: none;
	position: absolute;
	z-index: 1000;
	right: -94px;
	width: 60px;
	top: 0;
	border: 1px #aeaeae solid;
	background-color: #fff;
	padding: 6px 6px 6px 10px;
	border-radius: 10px;
}
.color_variation .color {
	position:relative;
}
	.item_list > ul > li:nth-child(4n) .color_variation {
		left: -94px;
		padding-right: 10px;
	}
		.color_variation:after, .color_variation:before {
			right: 100%;
			top: 50px;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}
		.item_list > ul > li:nth-child(4n) .color_variation:after,
		.item_list > ul > li:nth-child(4n) .color_variation:before {
			left: 100%;
		}
		.color_variation:after {
			border-color: rgba(255, 255, 255, 0);
			border-right-color: #FFFFFF;
			border-width: 10px;
			margin-top: -10px;
		}
		.item_list > ul > li:nth-child(4n) .color_variation:after {
			border-left-color: #FFFFFF;
			border-right-color: rgba(255, 255, 255, 0);
		}
		.color_variation:before {
			border-color: rgba(174, 174, 174, 0);
			border-right-color: #aeaeae;
			border-width: 11px;
			margin-top: -11px;
		}
		.item_list > ul > li:nth-child(4n) .color_variation:before {
			border-left-color: #aeaeae;
			border-right-color: rgba(255, 255, 255, 0);
		}
	.color_variation li {
		margin-bottom: 6px;
	}
	.color_variation li:last-child {
		margin-bottom: 0;
	}

/* 商品情報周り */
.item_info {
	display: block;
}
	.item_info .brand_name {
		font-size: 10px;
		display: block;
		margin: 8px 0 5px 0;
		line-height: 13px;
	}
	.item_info .item_name {
		display:block;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 19px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 191px;
	}
	.price {
		/* display:block; */
		font-size: 14px;
	}
		.price .tax {
			/* display:none; */
			font-size: 11px;
		}
		.price del {
			display:block;
			font-size: 11px;
		}
			.price del .tax {
				font-size: 10px;
			}
		.price .sale {
			color: #ef201e;
		}
		.price .off {
			display: inline-block;
			padding-left: 3px;
			font-size: 11px;
		}

/*iframeの上*/
#rearrival-info {
/*    display: none;
    position: absolute;
    z-index: 2004;
    margin: 0 auto;*/
}

/*ポップアップ ダイアログ iframe*/
.floating-dialog {
	z-index:2005;
	display:none;
	position:absolute;
	min-width:740px;
	min-height:650px;
/*	min-width:700px;
	min-height:472px;*/
	background:#fff;
	border:0px;
	border-radius:0px;
}

/*
--------------------------------------------*/
	.suggest {
		margin: 0 auto;
		padding: 0px 0px 27px;
		font-size: 14px;
		text-align: left;
	}
	.suggest .bottom {
		margin: 0 auto;
		padding: 27px 0px 0px;
		border-top: 1px solid #E6E6E6;
	}
	.suggest .bottom .bottom_txt {
		margin: 0 auto;
		width: 1080px;
	}
	.suggest .bottom .bottom_cat {
		margin: 0 auto;
		padding: 17px 0 0 0;
		width: 1080px;
	font-size: 12px;
	}
	.suggest a {
	    color: #5b9bd5;
	    /*text-decoration: underline;*/
	}

.suggest .bottom .bottom_brand {
		margin: 0 auto;
		padding: 17px 0 0 0;
		width: 1080px;
	font-size: 12px;
}
.suggest .bottom .bottom_brand a {
    display: block;
}
.suggest .bottom .bottom_brand span {
    display: inline-block;
    margin-left: 31px;
    width: 8px;
    height: 8px;
    background: url(/static/full/images/menu/navi_allow_04.svg) no-repeat right center;
    background-size: 8px 8px;
}
.suggest .bottom .bottom_brand_list {
    display: none;
    padding: 9px 0 0px;
}
.bottom_brand_text {
	text-align: left;
    margin: 0 auto 30px;
    width: 1080px;
    line-height: 24px;
}
.bottom_brand_text .bottom_brand {
    overflow: hidden;
    transition: .3s;
    height: 75px;
}
.bottom_brand_text .itemlist_more {
    font-size: 12px;
    cursor: pointer;
    transition: opacity .3s;
    padding-top: 5px;
}
.bottom_brand_text .itemlist_more:hover {
	opacity: .8;
}
.bottom_brand_text .itemlist_close {
	display: none;
    font-size: 12px;
    cursor: pointer;
    transition: opacity .3s;
    padding-top: 5px;
}
.bottom_brand_text .itemlist_close:hover {
	opacity: .8;
}

/*.bottom_brand_text .bottom_brand li.bottom_txt-list:nth-child(n+4) {
	display: none;
}*/

/*coordinate
--------------------------------------------*/

.section-coordinate {
	width: 1050px;
	text-align: left;
	margin: 0 auto 55px;
}

/*favorite
--------------------------------------------*/
.list_favorite_box{
    position: relative;
}
.list_favorite {
    width: 24px;
    height: 24px;
    background: url(/static/full/images/detail/icon_fav_off.svg) no-repeat center;
    background-size: 20px 17px;
    /* background-color: #fff; */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* box-shadow: 0px 0px 3px #ddd; */
    border-radius: 50%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 9;
}
.list_favorite.on {
    background: url(/static/full/images/detail/icon_fav_on.svg) no-repeat center;
	background-size: 20px 17px;
}
.favorite.enrollment {
    position: absolute;
    display: block;
    bottom: 9px;
    right: 14px;
    width: 45px;
    height: 45px;
    color: #4D4D4D !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #fff url(/static/full/images/detail/icon_fav.svg) no-repeat center 8px;
    background-size: 20px 17px;
}
.favorite.enrollment span {
    position: relative;
    top: 24px;
}

/**TODO:一時的にここに**************/
#favorite-add-info {
	display:none;
}

#favorite-remove-info {
	display:none;
}

.lightbox-login {
	display:none;
}

/* 03 section-coordinate
--------------------------------------------------------------------*/

.section-coordinate {
	width:1050px;
	text-align:left;
	margin:0 auto 82px;
}

.section-coordinate .slickslider {
	position:relative;
}
.section-coordinate .slickslider li {
	padding:0 10px 0 11px;
}
.section-coordinate .slick-list {
	overflow:visible!important;
}
.section-coordinate .slick-slide {
	opacity:0.5;
}
.section-coordinate .slick-slide.slick-active {
	opacity:1!important;
}
.section-coordinate .slickslider button {
  text-decoration: none;
  display: block;
  width: 28px;
  height: 48px;
  position: absolute;
  top: 210px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  border:none;
}
.section-coordinate .slick-prev {
  left: -15px;
  background:url(../../images/brand/coordinate_allow_01.png) no-repeat left center;
  text-indent:-9999px;
}
.section-coordinate .slick-next {
  right: -15px;
  background:url(../../images/brand/coordinate_allow_02.png) no-repeat left center;
  text-indent:-9999px;
}

.section-coordinate ul {
	padding-bottom:40px;
}
.section-coordinate li {
	width:210px;
}
.section-coordinate .photo {
/*	border:1px solid #e6e6e6;*/
	display:block;
}
.section-coordinate a:hover .photo {
/*	border:5px solid #e4e4e4;
	overflow:hidden;*/
}
.section-coordinate a:hover .photo img {
/*	margin:-4px;*/
}
.section-coordinate .text {
	text-align:center;
	padding:18px 10px 0;
	font-size:14px;
	line-height:1.4em;
}
.section-coordinate .brand_name {
    text-align: center;
    /* padding: 18px 10px 0; */
    /* font-size: 14px; */
    /* line-height: 1.4em; */
    display: block;
    margin: 10px 0 5px 0;
    font-size: 15px;
}

.section-coordinate .model_height {
    font-size: 13px;
    text-align:center;
    display: block;
}

.section-coordinate .btn {
	text-align:center;
}
.section-coordinate .btn a {
	display: inline-block;
    margin: 0 auto;
    padding: 10px 50px;
	color: #535353;
	font-size: 14px;
    background: #EDEDED;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.section-coordinate .btn a:hover {
	color:#fff;
	background:#000;
}

.section-coordinate .photo{
	width: 100%;
    height: auto;
}

/* popup bg
--------------------------------------------------------------------*/
.page-mask, .page-mask-white, #popupbg {
    background-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
/*    z-index: 301;*/
    z-index: 2001;
}

/* きりまる */
span.list_favorite[url*="A1CAN0006M1Z"]
,span.list_favorite[url*="A1CAN0006M20"]
,span.list_favorite[url*="A1CAN0006M21"]
,span.list_favorite[url*="A1CAN0006M23"]
/* dev1 */
,span.list_favorite[url*="A1CAN0005R1P"]

/*test1テスト用*/
,span.list_favorite[url*="A1CAN0006M6B"]

/*#51222 kazumiコラボ vol.10用(test1)*/
,span.list_favorite[url*="A1CAN0009EC1"]
,span.list_favorite[url*="A1CAN00096TT"]
,span.list_favorite[url*="A1CAN0008ZIF"]

{
    display: none;
}
