﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.BrowserModuleSet_contents
{
float:left;
height:auto;
padding:0 0 10px 0;
text-align:left;
margin-bottom:5px;
}

/* == MAIN(中央)ペイン == */
.BrowserModuleSet_contents .SetContentPane
{
float:left;
}

/* == 右ペイン == */
.BrowserModuleSet_contents .SetRightPane
{
float:left;
}

.ms_EndClear
{
clear:both;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == MAIN(中央)ペイン == */
.BrowserModuleSet_contents .SetContentPane
{
float:left;
max-width:320px !important;
}

/* == 右ペイン == */
.BrowserModuleSet_contents .SetRightPane
{
float: none;
max-width: 100% !important;
}

.ms_EndClear
{
clear:both;
float: none;
max-width: 100% !important;
}
}
