﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.ModuleSet_Standard2025
{
}

.ModuleSet_Standard2025 .ModuleReference {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

/* == MAIN(中央)ペイン == */
.ModuleSet_Standard2025 .SetContentPane
{
}

/* == 右ペイン == */
.ModuleSet_Standard2025 .SetRightPane
{
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.ModuleSet_Standard
{
    padding: 0px;
    float: left;
    height: auto;
    width: 320px;
}

/* == MAIN(中央)ペイン == */
.ModuleSet_Standard .SetContentPane
{
    float: left;
    max-width: 320px !important;
    padding: 0px !important;
}

/* == 右ペイン == */
.ModuleSet_Standard .SetRightPane
{
    float: left;
    max-width: 320px !important;
    padding: 0px !important;
}
}
