@charset "utf-8";

/*
========== CSS of CONTENTS ==========

Created: 2024-03-25
Modified:

1:P02-01 Structure

========== /CSS of CONTENTS ==========
*/

/* P02-01 Structure
   ========================================================================== */
/**
 * Structure 2Column
 */
#mainColumn3 {
    float: left;
    width: 822px;
}

#sideRight {
    /* float: right;
    width: 822px; */
    display: none;
}
