body { width: 100%; height: 100%; position: fixed; margin: 0px; padding: 0px; overflow: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }

#container { width: 100%; height: 100%; margin: 0px; padding: 0px; overflow: hidden; }
#container #content { background-color: white; width: 100%; height: 100%; margin: 0px; padding: 0px; font-size: 1em; overflow: hidden; }
#container #content #content_inner { position: absolute; width: 1024px; height: 577px; top: 0px; overflow: hidden; }
#container #content #content_inner #tab { overflow: hidden; margin-left: 50px; margin-top: 100px; /* Create an active/current tablink class */ /* Create an active/current tablink class */ /* Create an active/current tablink class */ }
#container #content #content_inner #tab .tablinks1 { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; height: 68px; width: 256px; margin-left: 15px; transition: 0s; font-size: 17px; background-repeat: no-repeat; background-size: cover; background-position: center; display: block; background-image: url("../../images/picture_select/Tap1_001.png"); }
#container #content #content_inner #tab .tablinks1.active { background-image: url("../../images/picture_select/Tap1_00.png"); }
#container #content #content_inner #tab .tablinks2 { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; height: 68px; width: 256px; margin-left: 15px; transition: 0.3s; font-size: 17px; background-repeat: no-repeat; background-size: cover; background-position: center; display: block; background-image: url("../../images/picture_select/Tap2_001.png"); }
#container #content #content_inner #tab .tablinks2.inactive { background-image: url("../../images/picture_select/Tap2_none.png"); }
#container #content #content_inner #tab .tablinks2.active { background-image: url("../../images/picture_select/Tap2_00.png"); }
#container #content #content_inner #tab .tablinks3 { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; height: 68px; width: 256px; margin-left: 15px; transition: 0.3s; font-size: 17px; background-repeat: no-repeat; background-size: cover; background-position: center; display: block; background-image: url("../../images/picture_select/Tap3_001.png"); }
#container #content #content_inner #tab .tablinks3.inactive { background-image: url("../../images/picture_select/Tap3_none.png"); }
#container #content #content_inner #tab .tablinks3.active { background-image: url("../../images/picture_select/Tap3_00.png"); }
#container #temp { width: 100%; height: 100%; margin: 0px; padding: 0px; }

@media only screen and (max-device-width: 767px) { #content_inner { top: 0; } }
@media only screen and (min-device-width: 768px) { #content_inner { width: 1024px !important; height: 577px; top: 0; }
  #content_inner.webclip { top: 96px !important; } }
