﻿@charset "UTF-8";

#path {
    background-color: transparent;
}

    #path .group_center {
        width: 1040px;
    }

#path_bottom_shadow {
    background-image: none;
    display: none;
}

#item_video {
    position: relative;
}

.colorball_div a {
    outline: none; /* for Firefox Google Chrome  */
    behavior: expression(this.onFocus=this.blur()); /* for IE */
}

h2.producttitle {
    display: block;
    padding-top: 60px;
    width: 500px;
    height: 57px;
    font-weight: bold;
    overflow: hidden;
    background-size: auto 57px;
    background-repeat: no-repeat;
    background-image: url(/svgfile/@Model.LinePhotoFile.Replace(".svg",""));
    font-size: 57px;
    text-indent: -9999px;
}

.no-svg h2.producttitle {
    background-image: url(/svgimg/@Model.LinePhotoFile.Replace(".svg",""));
}

