@charset "utf-8";

p.fav-prev {
    text-align: right;
}

p.explain{
    float: left;
    background: url("//www.google.com/mapfiles/gadget/letters/markerA.png") 5px center no-repeat #DDDDDD;
    padding: 0 5px 0 26px;
    border-radius: 5px;
    line-height: 51px;
    margin: 16px 0 30px;
}
.fav-select {
    float: right;
    margin: 12px 0 30px;
}
.fav-select p {
    float: left;
    background: url(/images/bg_fav_arw.jpg) no-repeat right center;
    padding: 0 15px 0 0;
    line-height: 51px;
    margin: 0 2px 0 0;
}

.fav-select ul {
    background: url(/images/bg_fav_dotted.jpg);
    overflow: hidden;
    width: 334px;
    float: left;
    padding: 4px 0;
}
.fav-select li {
    display: table-cell;
    vertical-align: middle;
    zoom: 1;
    _display:inline;
    *display:inline;
}
.fav-select li img {
    margin: 0 0 0 5px;
}
.his-select {
    float: right;
    margin: 12px 0 30px;
}
.his-select p {
    float: left;
    background: url(/images/bg_fav_arw.jpg) no-repeat right center;
    padding: 0 15px 0 0;
    line-height: 51px;
    margin: 0 2px 0 0;
}

.his-select ul {
    background: url(/images/bg_fav_dotted.jpg);
    overflow: hidden;
    width: 230px;
    float: left;
    padding: 4px 0;
}
.his-select li {
    display: table-cell;
    vertical-align: middle;
    zoom: 1;
    _display:inline;
    *display:inline;
}
.his-select li img {
    margin: 0 0 0 5px;
}
#favorite-section {
    clear: both;
}
.favorite-list {
    position: relative;
    background: #fff;
    float: left;
    width: 218px;
    border: 1px solid #bbb;
    padding: 8px 0 0px 0;
    margin: 0 6px 30px;
    display: inline;

}
.favorite-list:after {
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 15px;
      right: 7px;
      left: auto;
      width: 50%;
      top: 80%;
      max-width:300px;
      background: #777;
      -webkit-box-shadow: 0 15px 10px #777;
      -moz-box-shadow: 0 15px 10px #777;
      box-shadow: 0 15px 10px #777;
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg);
}
.icn {
    float: right;
    margin: 0 6px 3px 0;
    display: inline;
}
.icn p {
    background: #bbb;
    padding: 1px 10px 0 10px;
    width: auto;
    border-radius: 2px;
    font-weight: bold;
    color: #fff;
    font-size: 90%;
    float: left;
    text-align: center;
}
input {
    float: left;
}
.favorite-list h2 {
    clear: both;
    font-weight: bold;
    margin: 0 auto;
    width: 199px;
    border-bottom: 1px dotted #ccc;
}
.info1 {
    width: 180px;
    padding: 8px 0 0 0;
    margin: 0 auto 4px;
    overflow: hidden;
    height: 100%;

}
.info1 p {
    text-align: center;
    margin: 0 0 6px;
    border: 1px solid #ccc;
}
.info1 p.list_archive {
    border: none;
    text-align: left;
    margin: 0;
    font-weight: bold;
    font-size: 120%;
}
.info1 ul.left {
    float: left;
}
.info1 ul.right {
    float: right;
    margin: 5px 0 0 0;
    text-align: right;
}
.info1 li{
    font-size: 90%;
    line-height: 1.1;
    margin-bottom: 3px;
}
.info1 li span.price {
    font-size: 150%;
    font-weight: bold;
    color: #ff0000;
    margin: 0 3px;
}
.info1 li span.small {
    font-size: 80%;
}
.info1 li.madori {
    font-weight: bold;
}
.info2 {
    clear: both;
    width: 199px;
    margin: auto;
    padding: 3px 0 0 0;
    border-top: 1px dotted #ccc;
}
.info2 ul {
    margin: 0 0 10px;
    overflow: hidden;
    height: 100%;
}
.info2 .bt li {
    float: left;
    margin: 0 4px 0 0;
}
.info2 .bt li.nomargin {
    margin: 0;
}
.info2 li span {
    font-weight: bold;
}
p.pin {
    position: absolute;
    top: -11px;
    left: 4px;
}