

/*** for PC Browser ***/
@media (min-width:401px)
{
body{
/*背景グラデーション*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #5d487f), color-stop(0.27, #061351));
background: -webkit-linear-gradient(top, #061351 27%, #5d487f 88%);
background: -moz-linear-gradient(top, #061351 27%, #5d487f 88%);
background: -o-linear-gradient(top, #061351 27%, #5d487f 88%);
background: -ms-linear-gradient(top, #061351 27%, #5d487f 88%);*/

/*背景単色*/
background:#141c33;

}

.Item_normal .Contents
{
background:#141c33;
}

.PickUp_info ul
{
background-color: #FFFFFF;
}

/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}

}


/*** for Smart Phone ***/
@media (max-width:400px)
{
body{
/*背景グラデーション*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #5d487f), color-stop(0.27, #061351));
background: -webkit-linear-gradient(top, #061351 27%, #5d487f 88%);
background: -moz-linear-gradient(top, #061351 27%, #5d487f 88%);
background: -o-linear-gradient(top, #061351 27%, #5d487f 88%);
background: -ms-linear-gradient(top, #061351 27%, #5d487f 88%);*/

/*背景単色*/
background:#141c33;

}

.Item_normal .Contents
{
background:#141c33;
}

.PickUp_info ul
{
background-color: #FFFFFF;
}

/*auto generated region*/

#BaseTable,
#ContentPane
{
background:#141c33;
}

.Item_normal .Contents
{
background:#141c33;
}

.PickUp_info ul
{
background-color: #FFFFFF;
}
}
