@charset "utf-8";

@import "../../../files/css/layout.css";


/*-------------------------------------------------------------------------
    Contents
/*-----------------------------------------------------------------------*/
#contents {
    background-color: #ffec6e;
}
    #contents #box {
        border-color: #ffa500;
        padding-bottom: 38px;
    }
        #contents #box #txt {
            margin: -29px 0 0 47px;
            position: relative;
            z-index: 2;
        }
        #contents #box #puramon {
            margin: -160px 0 0 38px;
            position: relative;
            z-index: 3;
        }
        #contents #box #gyoroseijin {
            margin: -350px 0 0 670px;
            position: relative;
            z-index: 3;
        }

        #contents #box #save {
            margin-top: 110px;
        }
            #contents #box #save h2 {
                margin-left: 50px;
            }
            #contents #box #save #world {
                margin: 10px 0 0 -28px;
            }
            #contents #box #save #roulette {
                margin: 27px 0 0 38px;
            }
            #contents #box #save #course {
                margin: 4px 0 0 56px;
            }
            #contents #box #save #house {
                margin: 3px 0 0 43px;
            }
            #contents #box #save #get {
                margin: 37px 0 0 50px;
            }
