@charset "UTF-8";

h2
{
    text-align : center ;
}

#idTblItems
{
    /* width            : 100% ; */
    background-color : transparent /* skyblue */ ;
}

*.clsItemNam
{
    font-family  : "MS Gothic", "Osaka-Mono", monospace ;
    border-style : none ;
    border-width : thin ;
    border-color : yellow ;
}

*.clsItemVal
{
    padding      : 0 0 0.5em 0 ;
    border-style : none ;
    border-width : thin ;
    border-color : yellow ;
}

#idLinkArea
{
    text-align : center ;
    margin     : 1em 0 1em 0 ;
}

*.clsLink
{
    font-size : large ;
    margin    : 0 1em 0 1em ;
}


/* For PC or Tablet */
@media screen and ( min-width : 481px )
{

    #colName  { width :  5.5em ; }
    #colValue { width : 30.5em ; }

    *.clsPhotoArea1
    {
        width  : 40% ;
        margin : auto ;
    }

    *.clsPhotoArea2
    {
        width                 : 80% ;
        display               : grid ;
        grid-template-columns : 56% 42% ;
        grid-column-gap       : 2% ;
        grid-template-rows    : auto ;
        margin                : auto ;
    }

    *.clsPhotoBox
    {
        padding    : 0.5em 0.5em 0.5em 0.5em ;
        text-align : center ;
        align-self : end ;
    }

    *.clsPhotoBox1 { grid-area : 1 / 1 / span 1 / span 1 ; }
    *.clsPhotoBox2 { grid-area : 1 / 2 / span 1 / span 1 ; }

    *.clsPhotoBody { width : 100% ; }
}


/* For Smartphone */
@media screen and ( max-width : 480px )
{
    #colName  { width : 5.25em ; }

    *.clsPhotoArea1
    {
        width  : 90% ;
        margin : auto ;
    }

    *.clsPhotoArea2
    {
        width  : 90% ;
        margin : auto ;
    }

    *.clsPhotoBox
    {
        padding    : 0.5em 0.5em 0.5em 0.5em ;
        text-align : center ;
    }

    *.clsPhotoBody { width : 100% ; }
}

