@charset "utf-8";

div#overwrap {
    display: none;
}

div#overwrap div#overwrap_bg {
    background: #000;
    opacity: 0.6;
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

div#overwrap div#title_info_form {
    background-color: #FFF;
    height: 330px;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 180px;
    width: 420px;
    z-index: 100;
    overflow: hidden;
}

div#overwrap div#title_info_form div.over_close {
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 8px;
}

.button.add-cart, .button.add-cart:hover {
    width: 180px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #bb0a0a;
    background: #e60b0b; /* Old browsers */
    background: -moz-linear-gradient(top,  #e60b0b -1%, #cf0b0b 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%,#e60b0b), color-stop(99%,#cf0b0b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e60b0b -1%,#cf0b0b 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e60b0b -1%,#cf0b0b 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e60b0b -1%,#cf0b0b 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #e60b0b -1%,#cf0b0b 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60b0b', endColorstr='#cf0b0b',GradientType=0 ); /* IE6-9 */
}

.button.add-cart:hover {
    opacity: 0.8;
}

.button.favorite {
    height: 40px;
    box-shadow: none;
    border-radius: 3px;
}
.to_login {
    float: right;
    font-size: 14px;
    margin: 20px 16px 10px 0;
}
