﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 旧デザイン == */
.contentspane_h
{
/*
    background: url("../../../Images/ContentPane_h_760.gif") no-repeat left bottom;
    font-size: 1px !important;
    height: 7px;
*/
    float: left;
    margin: 0;
    padding: 0;
    width: 760px;
}

.contentspane_bg
{
/*
    background: url("../../../Images/ContentPane_b_760.gif") repeat-y;
*/
    float: left;
    margin: 0;
    padding: 0px 10px;
    width: 740px;
}
/*-------------*/

/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}

}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.Contents img[style*="float"] {
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
}
