
.mainVisual .bg {
    min-height: 150px;
    height: 150px;
    background-image: none;
}

.detailUl li:hover{
    cursor: pointer;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}