﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
*
{
font-family: "BIZ UDGothic" !important;
}

/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}

}


/*** for Smart Phone ***/
@media (max-width:400px)
{
*
{
font-family: "BIZ UDGothic" !important;
}
}
