/*
------------------------------------------------
Japanese System Requirements HTML page styles
author:   unknown
updated:  Yukari Kinoshita(jpnyek)
version:  1.0
modified: 2014/5/27 by jpnyek
----------------------------------------------- 
*/

/* ****** CSS for System Requirements HTML *******
----------------------------------------------- */ 

 .outmost {
    position: relative;
  }

  .document-title-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5cm;
    margin-bottom: 2cm; /* added for japanese web-site by jpnyek 2011/6/30*/
    text-align: center;
    line-height: normal; /* added for japanese web-site by jpnyek  2014/5/12 */
  }

  .document-title {
    font-size: 24px;  /* change for japanese web-site by jpnyek 2011/6/30. orginal size was 32px */
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: normal; /* added for japanese web-site by jpnyek  2014/5/12 */
  }

  .system-requirements {
    position: absolute;
    right: 10px;
    top: -2cm; 
    font-size: 20px;  /* change for japanese web-site by jpnyek 2011/6/30. orginal size was 28px */
    font-weight: bold;
  }

  .outmost h1, .outmost h2, .outmost h3, .document-title, .system-requirements {
    font-family: Arial, Gothic, Gadget;
  }
  
  .section-body {
    font-size: 10pt;
  }
  
  .outmost h1 {
    font-size: 16px; /* change for japanese web-site by jpnyek 2011/6/30. orginal size was 24px */
  }
  
  .outmost h2 {
    font-size: 12px; /* change for japanese web-site by jpnyek 2011/6/30. orginal size was 18px */
/*    font-style: italic; */ /* delate for japanese web-site by jpnyek 2011/6/30*/
  }
  
  .outmost h3, .section-body {
/*      margin-left: 1cm;  */ /* delate for japanese web-site by jpnyek 2011/6/30 */
  }

  .outmost ul {
  margin-top: 0cm;
  }


/* CSS for System Requirements HTML ends */
