#comment_main {
    width: 290px;
    padding: 5px;
    background: url(../../images/shop/detail/comment_main.png) repeat-y;
    background-color: #dfebf7
}

.comment_text_close {
    height: auto;
    max-height: 55px;
    overflow: hidden;
    -webkit-transition-duration: 1s
}

.comment_text_open {
    height: auto;
    overflow: auto;
    -webkit-transition-duration: 1s
}

#open_text {
    text-align: right;
    color: #287acc;
    text-decoration: underline
}

#close_text {
    display: none;
    text-align: right;
    color: #287acc;
    text-decoration: underline
}

.sns_area {
    display: none;
    background-color: #ffe;
    border: 1px #CCC solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
    -webkit-transition-duration: 1s;
    margin-top: -20px
}

.sns_messeage {
    text-align: center;
    font-size: 14px;
    line-height: 30px
}

.sns_area dl {
    background-color: #ffe
}

.sns_area_inner {
    padding: 10px
}

.float_left {
    float: left
}

.float_clear {
    both: clear
}

.twitter,
.mixi,
.facebook {
    padding: 10px 0
}
