@charset "UTF-8";

/**
 * bwff.css
 */

#product_info {
    margin-bottom: 0;
    min-height: 295px;
    background: white url(/camp/at/bmff/images/bg_infobox.jpg) left bottom no-repeat;
}
* html #product_info { height: 295px; }

#info_box {
    padding-top: 46px;
    background: transparent;
}
#info_box p { margin-top: 0; }

#product_btn_box {
    position: absolute;
    bottom: 12px;
    width: 100%;
}
#product_btn_box a {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 213px;
    height: 38px;
    overflow: hidden;
}
#product_btn_box a:hover { border: none; }
#product_btn_box a:hover img {
    position: absolute;
    top: -38px;
    left: 0;
}

