﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 大枠 == */
#BaseTable
{
  width:900px;
}
#SystemMenu{
width:100%;
}

/* == 中間ペイン群 == */
#Middle
{
 width:100%;
}

/* == ヘッダー == */
#HeaderPane
{
 width:100%;
}

/* == フッター == */
#FooterPane
{
 width:100%;
}


#header { 
 WIDTH: 100%;
} 

#header2 { 
 WIDTH: 100%;
}/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}

}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#BaseTable
{
width:320px !important;
padding:0;
margin:0;
}
#SystemMenu
{
width:320px !important;
padding:0;
margin:0;
}
#HeaderPane
{
width:320px !important;
padding:0;
margin:0;
}
#Middle
{
width:320px !important;
padding:0;
margin:0;
}
#LeftPane
{
width:320px !important;
padding:0;
margin:0;
}
#ContentPane
{
width:320px !important;
padding:0;
margin:0;
}
#RightPane
{
width:320px !important;
padding:0;
margin:0;
}
#FooterPane
{
width:320px !important;
padding:0;
margin:0;
}
/*auto generated region*/
}
