﻿                 @charset "UTF-8";
             #M2_SSD {
                 background: url("../images/ssd_1920.jpg") center 499px no-repeat;
                 height: 1231px;
             }
             
             #M2_SSD div {
                 position: absolute;
                 left: 121px;
                 top: 66px;
                 width: 516px;
                 height: 247px;
             }
             
             #M2_SSD div.content2 {
                 position: absolute;
                 left: 793px;
                 top: 66px;
                 width: 516px;
                 height: 247px;
             }
             
             @media screen and (max-width: 1366px) {
                 #M2_SSD {
                     background: url("../images/ssd_1366.jpg") center 302px no-repeat;
                     height: 896px;
                 }
                 #M2_SSD div {
                     left: 44px;
                     top: 0px;
                     width: 406px;
                     height: 187px;
                 }
                 #M2_SSD div.content2 {
                     position: absolute;
                     left: 543px;
                     top: 0px;
                     width: 406px;
                     height: 247px;
                 }
             }
             
             @media screen and (max-width: 960px) {
                 #M2_SSD {
                     background: url("../images/ssd_960.jpg") center 129px no-repeat;
                     height: 1659px;
                 }
                 #M2_SSD div {
                     left: 44px;
                     top: 27px;
                     width: 572px;
                     height: 224px;
                 }
                 #M2_SSD div.content2 {
                     position: absolute;
                     left: 44px;
                     top: 888px;
                     width: 572px;
                     height: 247px;
                 }
                 #M2_SSD h3 {
                     width: auto;
                 }
             }
             
             @media screen and (max-width: 640px) {
                 #M2_SSD {
                     background-image: url("../images/ssd_640.jpg");
                     height: 1415px;
                     background-position: center 221px;
                 }
                 #M2_SSD div.content2 {
                     position: absolute;
                     top: 481px !important;
                 }
