/* ----------------------------------------------------------------------------------------

Initial Setting

------------------------------------------------------------------------------------------- */
/* 1: Base Setting
=========================================================================================== */
html {
  height: 100%;
  overflow-y: scroll; }

/* 2: Body Setting
=========================================================================================== */
body {
  height: 100%;
  overflow-y: auto; }

/* ----------------------------------------------------------------------------------------

Setting of special page

------------------------------------------------------------------------------------------- */
/* [p1] Pop-up Windows
=========================================================================================== */
/* --- [-] Content Area --- */
#PopUpContents {
  padding: 30px 30px 5px 30px; }
