  @charset "utf-8";
  @import url(https://fonts.googleapis.com/css?family=Titillium+Web);
  @import url(https://fonts.googleapis.com/css?family=Aldrich);

  @font-face {
      font-family: 'AORUS';
      src: url('../innergigabytefonts/AORUS.woff') format("woff");
  }

  /* CSS Document */

  .InnerGIGABYTEContent html,
  .InnerGIGABYTEContent body {
      background: #010000;
      font-family: 'Titillium Web', sans-serif, '微軟正黑體', Microsoft JhengHei;
      width: 100%;
  }

  .InnerGIGABYTEContent a,
  .InnerGIGABYTEContent a:hover,
  .InnerGIGABYTEContent a:focus {
      text-decoration: none;
  }

  /* --------sherry-------- */
  .InnerGIGABYTEContent .readread {
      padding: 0;
  }

  .InnerGIGABYTEContent .plus {
      width: 35px;
      height: 35px;
      border-radius: 0%;
      background-color: rgba(238, 238, 238, 0.2);
      border: 1px solid #eee;
      opacity: .7;
      position: relative;
  }

  .InnerGIGABYTEContent .plus_line_1,
  .InnerGIGABYTEContent .plus_line_2 {
      width: 21px;
      height: 2px;
      background: #eee;
      position: absolute;
      top: 16px;
      left: 6px;
  }

  .InnerGIGABYTEContent .plus_line_2 {
      transform: rotate(90deg);
  }