For short, " I. M. G. D. " Light up your room, and browse away from the monitor, please! :-)
Established : 1997/12/07
    .column {
        height : 50% ;
    }
    .column {
        height : 50% ;
        display:-webkit-box;   /* old Android */
        display:-webkit-flex;  /* Safari etc. */
        display:-ms-flexbox;   /* IE10        */
        display:flex;
        -webkit-flex-flow    : column wrap;      /* Safari etc. */
        -ms-flex-flow        : column wrap;      /* IE          */
        flex-flow            : column wrap;      /* = flex-direction:row;flex-wrap:wrap; */
        float:left;
    }
    .column {
        display:-webkit-box;   /* old Android */
        display:-webkit-flex;  /* Safari etc. */
        display:-ms-flexbox;   /* IE10        */
        display:flex;
        -webkit-flex-flow    : column wrap;      /* Safari etc. */
        -ms-flex-flow        : column wrap;      /* IE          */
        flex-flow            : column wrap;      /* = flex-direction:row;flex-wrap:wrap; */
        float:left;
    }
    .column:nth-child(-n+2) {
        height: 100%;
        width: 28%;
    }
    .column:nth-child(2) {
        font-size: small;
    }
    .column:nth-child(n+3) {
        height: 55%;
        width: 23%;
        font-size: small;
    }
    .column:nth-child(n+5) {
        height: 45%;
        width: 23%;
        font-size: small;
    }
    .column:last-of-type {
        height: 100%;
        width: 19.5%;
        clear:both;
        position : absolute;
        top: 0px;
        right: 0px;
        font-size: small;
    }
 
2025年上半期はワタシの人生におけるターニングポイントがいっぺんにやってきた印象が強かったが、その総決算的なイベントを先日済ませてきた。 兄が亡くなって数えで七年が経った ので、残された関係者のうち、ワタシと姉と義姉の3人で集まって、会食がてら献杯してきた。つい先日まで父母...
