
.Design12_LeftAbs { position:absolute; left:0px; padding:0px; margin:0px; margin-left:0px; }
.Design12_LeftMainWithNavi { position:absolute; left:210px; margin-left:0px; }
.Design12_Advertise { position:absolute; left:1010px; margin-left:0px; }
.Design12_LeftAbsAd { position:absolute; left:0px; margin-left:0px; }
.Design12_Advertise2 { visibility: hidden; }

@media only screen and (min-width: 1250px)
{ 
    .Design12_LeftAbs { position:absolute; left:50%; margin-left:-500px; }
    .Design12_LeftMainWithNavi { position:absolute; left:50%; margin-left:-290px; }
    .Design12_Advertise { position:absolute; left:50%; margin-left:510px; }
    .Design12_LeftAbsAd { position:absolute; left:50%; margin-left:-500px; }
    .Design12_Advertise2 { visibility: visible; position:absolute; left:50%; margin-left:-670px; }
}
@media only screen and (max-width: 1250px)
{ 
    .Design12_LeftAbs { position:absolute; left:0px; margin-left:0px; }
    .Design12_LeftMainWithNavi { position:absolute; left:210px; margin-left:0px; }
    .Design12_Advertise { position:absolute; left:1010px; margin-left:0px; }
    .Design12_LeftAbsAd { display:block; position:absolute; left:0px; margin-left:0px; }
    .Design12_Advertise2{ visibility: hidden; }
}

.TTVSHFrame div {
    float: left;
    clear: none;
}

.navrow li ul {
    -moz-box-shadow: 0 5px 10px #444444;
    -webkit-box-shadow: 0 5px 10px #444444;
    box-shadow: 0 5px 10px #444444;
}



.FadingBox {
    -webkit-mask-image: -webkit-gradient(linear, left 60%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(0deg, transparent, rgb(0 0 0 / 100%) 30%);
}