@charset "UTF-8";

#idTblItems
{
    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 ;
}

*.clsDesc
{
    text-align : center ;
}

*.clsArrow
{
    text-align : center ;
}

*.clsPhotoBox
{
    border-style : none ;
    border-color : red ;
    border-width : thin ;
}

*.clsPhotoBody
{
    width : 100% ;
}


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

    #colName  { width :  3.5em ; }
    #colValue { width : 13.0em ; }

    *.clsPhotoBox
    {
        width  : 400px ;
        margin : auto ;
     }

}


/* For Smartphone */
@media screen and ( max-width : 480px )
{
    h1 { font-size : x-large ; }

    #colName  { width : 3.5em ; }

    *.clsPhotoBox
    {
        width  : 98% ;
        margin : auto ;
    }
}

