@charset "UTF-8";
/*================================================
サイド専用CSS
================================================*/

/* side
--------------------------------------------------------------------*/

#side_nav {
	width:220px;
	float:left;
}
#side_nav .side_inner {
	width:220px;
	float:left;
	padding: 20px;
	margin-bottom:20px;
	box-sizing: border-box;
	background: #f8f8f8;
}


/* ec_side_search
--------------------------------------------------------------------*/

.ec_side_search {
	border-bottom: 1px solid #C6BFC7;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.ec_side_search .title {
	margin-bottom: 12px;
	font-size:17px;
}
.ec_side_search ul li a {
	padding: 8px 0;
	display:block;
	color:#707070;
	position: relative;
	font-size: 14px;
}


/* ec_side_category
--------------------------------------------------------------------*/

.ec_side_category {
	border-bottom: 1px solid #C6BFC7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.ec_side_category .title {
	margin-bottom: 12px;
	font-size:17px;
}

.ec_side_category > ul > li {
    position: relative;
}

.ec_side_category > ul > li > a {
	padding: 8px 0;
	display:block;
	background:url(/static/full/images/side/list_side_allow.png) no-repeat right center;
	color:#707070;
	text-decoration:none;
	position: relative;
	font-size: 14px;
}
.ec_side_category > ul > li > a:hover {
	background-color:#F5F3F6;
}
.ec_side_category > ul > li:last-child > a {
	border-bottom:none;
}
.ec_side_category > ul > li > a.selected {
	background:url(/static/full/images/side/ec_side_allow_02.png) no-repeat right center;
}

.ec_side_category > ul > li > div {
	display: none;
	position: absolute;
	background: #FFF;
	box-shadow:rgba(0,0,0,0.2) 3px 3px 16px 0px;
	left: 179px;
	width: 200px;
	z-index: 20;
	top: -1px;
}

.ec_side_category > ul > li > div > ul {
	padding:12px 0;
	/*display:none;*/
}

.ec_side_category > ul > li > div > ul > li > a {
	padding:8px 20px;
	display:block;
	color:#707070;
/*	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	text-decoration:none;*/
}
.ec_side_category > ul > li > div > ul > li > a:hover {
	background-color:#F5F3F6;
	text-decoration:none;
}

/* ec_side_shop
--------------------------------------------------------------------*/

.ec_side_shop {
	margin-bottom:27px;
}
.ec_side_shop .title {
	margin-bottom: 12px;
	font-size:17px;
}
.ec_side_shop ul {
	margin-bottom:13px;
}
.ec_side_shop ul li a {
	padding: 8px 0;
	display:block;
	color:#707070;
	font-size: 14px;
}
.ec_side_shop ul li:last-child a {
	border-bottom: none;
}
.ec_side_shop .btn a {
	width:142px;
	padding:10px 0 10px 14px;
	display:block;
	background:url(/static/full/images/common/btn_allow_01.png) no-repeat right center;
	border:1px solid #000;
	border-radius:5px;
	text-align:left;
	text-decoration:none;
}
.ec_side_shop .btn a:hover {
	background:url(/static/full/images/common/btn_allow_01.png) no-repeat right center #f2f2f2;
}


/* ec_side_bnr
--------------------------------------------------------------------*/

.ec_side_bnr li {
	margin-bottom:8px;
}


.ec_side_bnr li img{
	width:100%;
	height:auto;
}


/* store_side_search
--------------------------------------------------------------------*/
.hidden_parts {
	display:none;
}

.store_side_title {
	padding-bottom:11px;
	border-bottom:1px solid #000;
	font-size:16px;
	line-height: 1.3;
}

.store_side_title span{
	font-size:13px;
}
.store_side_search {
	background: #F8F8F8;
	margin-bottom:27px;
}
.store_side_search.section02 {
    border-top: none;
}

.store_side_search.nomansion {
	padding: 0px 16px 27px 16px;
}

.store_side_search .search {
	margin-bottom: 20px;
}

.store_side_search .title {
	padding-top: 15px;
	border-top: 1px solid #C6BEC9;
	font-size: 15px;
}

.store_side_search .toggle.title {
	cursor:pointer;
	position:relative;
}

.store_side_search .toggle.title:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	right: 10px;

	top: 16px;
	margin: auto;
	transition: 0.3s;
	transform: rotateX(0deg) rotate(135deg);
}

.store_side_search .toggleOn.title:after {
	transform:rotateX(180deg) rotate(135deg);
	top:20px;
}
.store_side_search .sub.freeword {
	padding-top:0px;
}

.store_side_search .sub {
	padding:27px 0 10px;
	font-size: 15px;
}
.store_side_search .select {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	overflow:hidden;
}
.search .shop_box {
    margin-top: -28px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 27px;
    padding: 25px 15px 35px;
    background-image: url(/static/full/images/side/list_side_border_01.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
}
.store_side_search .select select {
	background:url(/static/full/images/side/store_side_allow_01.jpg) no-repeat 168px center #fff;
	width:240px;
	padding:10px;
}
.store_side_search form {
	position:relative;
}
.store_side_search input[type="text"] {
	width:166px;
	height: 24px;
	padding: 0 11px;
	background:#fff;
	color:#000;
	line-height: 24px;
	border:none;
}
.store_side_search input[type="submit"] {
	width:32px;
	height:32px;
	background:#eeeeee url(/static/full/images/header/ec_header_btn_01.jpg) center no-repeat;
	text-indent:-9999px;
	position:absolute;
	top: -4px;
	right:1px;
}
.store_side_search .tag {
	padding:13px 0 0;
}
.store_side_search .tag li {
	float:left;
	margin-right:8px;
	margin-bottom:12px;
}
.store_side_search .tag li a {
	padding:1px;
	display:inline-block;
	background:#fff;
	color:#707070;
	font-size: 14px;
}
.store_side_search .tag li a.active {
	background:#707070;
	color:#fff;
}

.store_side_search .onjun > ul > li > a {
	padding:13px 0;
	display:block;
	background:url(/static/full/images/side/store_side_allow_02.jpg) no-repeat right center;
	border-bottom:1px solid #d2d2d2;
	color:#707070;
	text-decoration:none;
}
.store_side_search .onjun > ul > li:last-child > a {
	border-bottom: none;
}
.store_side_search .onjun > ul > li > a.selected {
	background:url(/static/full/images/side/store_side_allow_03.jpg) no-repeat right center;
}
.store_side_search .onjun > ul > li > ul {
	padding:6px 0;
	border-bottom:1px solid #d2d2d2;
	display:none;
}
.store_side_search .onjun > ul > li > ul > li > a {
	padding:6px 12px;
	display:block;
	color:#707070;
}



/* store_side_bnr
--------------------------------------------------------------------*/

.store_side_bnr ul li {
	margin-bottom:8px;
}



/* list_side_result
--------------------------------------------------------------------*/

.list_side_result {
	margin-bottom:27px;
	font-size:34px;
}
.list_side_result p {
	font-size:14px;
	margin-bottom:10px;
}
.list_side_result span {
	padding-left:10px;
	font-size:14px;
	display:inline-block;
}

.list_side_result .result_totalnumber {
	display: inline;
}

/* list_side_category
--------------------------------------------------------------------*/

.list_side_category {
	margin-bottom:27px;
}
.list_side_category .title {
	margin-bottom: 12px;
	font-size:17px;
}

.list_side_category > ul > li {
	position: relative;

}

.list_side_category > ul > li > a {
	padding: 8px 0;
	display:block;
	background:url(/static/full/images/side/list_side_allow.png) no-repeat right center;
	color:#707070;
	text-decoration:none;
	font-size: 14px;
}
.list_side_category > ul > li > a:hover {
	background-color:#F5F3F6;
}

.list_side_category > ul > li > div {
	display: none;
	position: absolute;
	background: #FFF;
	box-shadow:rgba(0,0,0,0.2) 3px 3px 16px 0px;
	left: 179px;
	width: 200px;
	z-index: 20;
	top: -1px;
}

.list_side_category > ul > li:last-child > a {
	border-bottom: none;
}
.list_side_category > ul > li > a.selected {
	background:url(/static/full/images/side/list_side_allow_03.jpg) no-repeat right center #eeeeee;
}
.list_side_category > ul > li > a.closed {
	background:url(/static/full/images/side/list_side_allow_01.png) no-repeat right center;
}

.list_side_category > ul > li > div > ul {
	padding:12px 0;
}

.list_side_category > ul > li > ul {
	padding:6px 0;
	display:none;
}

.list_side_category > ul > li:last-child > div > ul,
.list_side_category > ul > li:last-child > ul {
	border-bottom:none;
}
.list_side_category > ul > li > div > ul > li > a{
	padding:8px 20px;
	display:block;
	color:#707070;
}
.list_side_category > ul > li > ul > li > a {
	padding: 8px 20px;
	display:block;
	color:#707070;
	font-size: 14px;
}
.list_side_category > ul > li > ul > li > a.selected {
	background:url(/static/full/images/side/list_side_allow_02.jpg) no-repeat right center #eeeeee;
}

.list_side_category li.other > ul > li > a {
	padding:6px 12px;
	display:block;
	background:url(/static/full/images/side/list_side_allow.png) no-repeat right center;
	border-bottom:1px solid #d2d2d2;
	color:#707070;
	text-decoration:none;
}
.list_side_category > ul > li > div > ul > li > a:hover,
.list_side_category li.other > ul > li > a:hover {
	background-color:#F5F3F6;
	text-decoration:none;
}

.list_side_category li.other ul > li > a.selected {
	background:url(/static/full/images/side/list_side_allow_03.jpg) no-repeat right center #eeeeee;
}
.list_side_category li.other ul > li > a.closed {
	background:url(/static/full/images/side/list_side_allow_01.png) no-repeat right center;
}
.list_side_category li.other > ul {
	padding:6px 0;
	border-top:1px solid #d2d2d2;
	display:none;
}

.list_side_category li.other > ul > li {
	position: relative;
}

.list_side_category li.other > ul > li > div {
	display: none;
	position: absolute;
	background: #FFF;
	left: 180px;
	width: 200px;
	z-index: 20;
	top: -1px;
	box-shadow:rgba(0,0,0,0.2) 3px 3px 16px 0px;
	padding:12px 0;
}

.list_side_category li.other > ul > li > div > ul > li > a {
	padding:8px 20px;
	display:block;
	color:#707070;
}
.list_side_category li.other > ul > li > div > ul > li > a.selected {
	background:url(/static/full/images/side/list_side_allow_02.jpg) no-repeat right center #eeeeee;
}

.list_side_category li.other > ul > li > div > ul > li > a:hover {
	background-color:#F5F3F6;
	text-decoration:none;
}

/* list_side_category
--------------------------------------------------------------------*/
.list_side_shop {
	margin-bottom:27px;
}
.list_side_shop .title {
	margin-bottom: 12px;
	font-size:17px;
}
.list_side_shop > ul > li > a {
	padding:8px 0;
	display:block;
	color:#707070;
	font-size:14px;
}
.list_side_shop > ul > li:last-child > a {
	border-bottom: none;
}
.list_side_shop > ul > li > a.selected {
	background:url(/static/full/images/side/list_side_allow_02.jpg) no-repeat right center #eeeeee;
}
.list_side_shop > ul > li > a.selected > span {
	display: block;
	width: 90%;
}

.list_side_shop > ul > li > ul {
	padding: 6px 0;
	display:none;
}
.list_side_shop > ul > li > ul > li > a {
	padding: 8px 12px;
	display:block;
	color:#707070;
}

.list_side_shop > ul > li.other > a {
	padding:8px 0;
	display:block;
	background:url(/static/full/images/side/list_side_allow_01.png) no-repeat right center;
	color:#707070;
	text-decoration:none;
}
.list_side_shop > ul > li.other > a.selected {
	background:url(/static/full/images/side/list_side_allow_03.jpg) no-repeat right center #eeeeee;
}


.list_side_shop > ul > li.other  ul.shopListUl > li a.selected {
	background:url(/static/full/images/side/list_side_allow_02.jpg) no-repeat right center #eeeeee;
}

.list_side_shop li.priority,
.list_side_shop li.other > ul > li,
.list_side_shop li.other ul.shopListUl > li {
	display: none;
}

li.other > ul > li > ul {
    display: none;
}

li.other > ul > li > a {
    padding: 8px 24px;
    display: block;
    color: #707070;
    font-size: 14px;
}

li.other > ul > li.first > a {
    border-top: none;
}

li.other > ul > li > ul > li > a {
    padding: 6px 24px;
    display: block;
    color: #707070;
}

/* list_side_price
--------------------------------------------------------------------*/

.list_side_price {
	margin-bottom:27px;
}
.list_side_price .title {
	margin-bottom: 12px;
	font-size:17px;
}
.list_side_price ul li a {
	padding:8px 0;
	display:block;
	color:#707070;
	font-size: 14px;
}
.list_side_price ul li:last-child a {
	border-bottom: none;
}
.list_side_price ul li a.selected {
	background:url(/static/full/images/side/list_side_allow_02.jpg) no-repeat right center #eeeeee;
}


/* list_side_color
--------------------------------------------------------------------*/
.list_side_color {
	margin-bottom:27px;
}
.list_side_color .title {
	margin-bottom: 12px;
	font-size:17px;
}
.list_side_color ul {
	width: 198px;
}
.list_side_color ul li {
	width:22px;
	float:left;
	margin-right:17px;
	margin-bottom:16px;
}

.list_side_color ul li.release {
	float: none;
	width: 100%;
}

/* list_side_coordinate
--------------------------------------------------------------------*/

.list_side_coordinate {
	margin-bottom:27px;
}
.list_side_coordinate .title {
	margin-bottom: 12px;
	border-bottom:2px solid #000;
	font-size:17px;
}
.list_side_coordinate ul li a {
	padding:8px 0;
	display:block;
	border-bottom:1px solid #d2d2d2;
	color:#707070;
}

.list_side_coordinate ul li:last-child a {
	border-bottom: none;
}

/* list_side_height
--------------------------------------------------------------------*/
.list_side_height {
	margin-bottom:27px;
}
.list_side_height .title {
	margin-bottom: 12px;
	font-size:17px;
}

.list_side_height > ul > li > a {
    padding: 8px 0;
    display: block;
    color: #707070;
    font-size:14px;
}

.ec_side_bnr{
	width:220px;
	float:left;
}