@charset "UTF-8";
/* サイドナビゲーション */


.signup_btn:link,
.signup_btn:visited,
.mycuoca_btn:link,
.mycuoca_btn:visited {
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    width: 158px;
    padding: 1px 0 0;
}

.signup_btn.new {
    background-color: #1F2678;
    background-image: none;
    padding: 2px 0;
}
.signup_btn.new:hover { text-decoration: none;}

.signup_btn.member {
    background-color: #1F2678;
}
.mycuoca_btn {
    background-color: #1f2678;
}
.signup_btn:hover,
.mycuoca_btn:hover { background-color:#5668AB; text-decoration: none}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.nav-collapse.collapse {
 	height: auto;
 	overflow: visible;
}

.nav-collapse.collapse ul.nav { width: 164px;
    margin: 0 auto;}

.nav-collapse.collapse .menu-head {
	text-align: center;
    margin: 0 auto;
    border-bottom: 3px solid #ddd;
    font-weight: 900;
    line-height: 2;
}
.nav-collapse.collapse .menu-head.deal {
background-image: url(//img.cuoca.com/library/common/img/side_deal.png);
    background-repeat: no-repeat;
    background-size: 12%;
    background-position: 26px 4px;
    padding-left: 14px;
}

.dropdown-menu {
	width: 164px;
	display: block;
	position: relative;
	top: 100%;
	left: 0;
	z-index: 80;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0 0 24px 0;
	list-style: none;
}


.dropdown-menu li {
	position: relative;
	border-bottom: 1px #eee solid;
	width:160px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 5px 0 4px 14px;
  clear: both;
  font-weight: normal;
  line-height: 1.75em;
  color: #333;
/*  white-space: nowrap;*/
  text-decoration: none;
  background-image: url(//img.cuoca.com/library/common/img/listv_off.png);
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

.dropdown-menu > li > a.li-a-line2 {
    line-height: 1.5;
    padding-top: 6px;
    padding-bottom: 2px;
}

.dropdown-menu > li > a.maintainHover{
  color: #000;
  text-decoration: none;
  background-color: #EBE6DF;
}

.dropdown-menu li:last-child {border-bottom: none;}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.popover {
  position: absolute;
  overflow: hidden;
  width: 400px;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 286px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
	  height: auto !important;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 12px 5px 12px 10px;
}

.popover-content .popover-content-menu {
	width: 155px;
	float: left;
}

.popover-content .popover-content-menu p {
	margin: 0;
	border-bottom: 1px #EBE6DF dashed;
	line-height: 1.5;
}

.popover-content .popover-content-menu > p > a {
	display: block;
	text-decoration: none;
	padding: 5px 0 4px 15px;
	background-image: url(//img.cuoca.com/library/common/img/listv_off.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
}


.popover-content .popover-content-menu > p > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #EBE6DF;
}

.popover-content .popover-content-pic {
	width: 105px;
	float: right;
}

.popover-content .popover-content-button {
	text-align: left;
	clear:both;
	margin-left: 7px;
}

.popover-content .popover-content-button .allButton {
	background-color:#fff;
	border: 1px solid #7d5d3b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#7d5d3b;
	font-family:arial;
	font-size:12px;
	padding:3px 7px;
	text-decoration:none;
	margin-top: 10px;
}
.popover-content .popover-content-button .allButton:hover {
	background-color:#7d5d3b;
	color:#fff;
}
.popover-content .popover-content-button .allButton:active {
	position:relative;
	top:1px;
}


span.saleicon {
	background: #efcece;
    color: #c50707;
    font-size: 10px;
    padding: 3px 4px;
    margin-left: 5px;
	}

    span.saleicon.width {
	    padding: 2px 10px;
	    margin-left: 6px;
	    }

    span.saleicon.li-a-span-line2 {
	    margin-left: 0;
        font-size: 10px;
	    }
