@charset "UTF-8";
/* shop-top */
#shop_list {
	width: 766px;
    float: right;
}
.shop_column {
	padding:0 13px;
}
.motion {
    width: 500px;
    display: none;
}
#motion_area1 {
    display: block;
}
#tab {
	overflow:hidden;
	border-bottom: 1px #d2d2d2 solid;
}
#tab li {
	float: left;
    width: 160px;
    text-align: center;
}
#tab li a {
	display:block;
	color: #000;
    height: 38px;
    line-height: 39px;
    font-size: 16px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}
#tab li a.active {
	background: #d2d2d2;
}
#motion_area2 {
	display:none;
}


/*ショップ名で探す*/
#motion_area1 .search {
	margin-bottom:40px;
}
#motion_area1 .search form {
	position:relative;
	height:35px;
	border:1px solid #000;
}
#motion_area1 .search input[type="text"] {
	width: 682px;
    height: 35px;
    color:#b7b7b7;
    padding: 0 10px;
    font-size: 14px;
    line-height: 33px;
    border: none;
}
#motion_area1 .search input[type="submit"] {
	width:34px;
	height:34px;
	background:url(/static/full/images/top/top_btn_01.jpg) no-repeat center center;
	text-indent:-9999px;
	position:absolute;
	top:0px;
	right:0px;
}
#motion_area1 .search .btn a {
	border:1px solid #000;
	height:36px;
	background:url(/static/full/images/top/top_btn_02.jpg) no-repeat 195px center;
	padding:0 0 0 10px;
	font-size:14px;
	line-height:36px;
	display:block;
}

#shop_list .content {
	padding: 40px 0;
}
.first_letter {
	margin-bottom: 42px;
}
.first_letter ul li {
	float: left;
    border-left: 1px solid #bfbfbf;
    text-align: center;
	margin-bottom: 11px;
}
.first_letter ul li a {
	width: 36px;
    height: 18px;
    line-height: 18px;
    display: block;
	font-size: 14px;
	text-decoration:underline;
}
.first_letter ul li:first-child,
.first_letter ul li:nth-child(21) {
	border-left: none;
}


.brand_area {
}
.brand_area dt {
	font-size: 22px;
    margin-bottom: 23px;
	border-bottom: #CCC 1px solid;
	padding-bottom:2px;
}
.brand_area dd {
	margin-bottom: 60px;
	position:relative;
}
.brand_area dd ul {
}
.brand_area dd li {
	width: 246px;
    float: left;
    font-size: 14px;
    margin-bottom: 14px;
}
.brand_area dd li a {
}
.brand_area dd .up {
	display: block;
    position: absolute;
    right: 0;
    bottom: -25px;
}
.brand_area dd .up a {
	display: block;
    background: url(/static/full/images/common/up.png) no-repeat;
    text-indent: -99999px;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.brand_area dd .up a:hover {
	opacity:0.7;
}

/*タグで探す*/
#motion_area2 > ul {
	margin-bottom: 42px;
}
#motion_area2 > ul > li {
	float: left;
    margin: 0 10px 10px 0;
}
#motion_area2 > ul > li a {
	color: #ef7aad;
    font-size: 14px;
    padding: 0 9px;
    height: 40px;
    line-height: 40px;
    background-color: #f3f3f3;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

