﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.MSet_BlockMenu
{
  padding: 0px;
  height: auto;
  width: 100%;
}

/* == MAIN(中央)ペイン == */
.MSet_BlockMenu .ContentPane
{
  display: none;
    background: #FFA1A1;
    border: 4px solid #ff6262;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
    box-sizing: border-box;
    z-index: 99;
}

/* == 右ペイン == */
.MSet_BlockMenu .RightPane
{
    display: none;
    background: #DADADD;
    border: 5px solid #c8c8c8;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
    box-sizing: border-box;
    z-index: 99;
}

.togge_select
{
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.togge_select li a
{
    padding: 55px 5px 5px;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-size: 12px !important;
}

#toggle1_btn
{
    background: url("/Images/2023/icon_04.png") no-repeat center top #FFA1A1;
    min-height: 80px;
    width: 80px;
    position: fixed !important;
    top: 0px;
    right: 90px;
    display: block;
    z-index: 101;
}

#toggle2_btn
{
    background: url("/Images/2023/icon_05.png") no-repeat center top #C8C8CB;
    min-height: 80px;
    width: 80px;
    position: fixed !important;
    top: 0px;
    right: 10px;
    display: block;
    z-index: 101;
}


.MSet_BlockMenu .toggle_on
{
    display: inline-block;
    position: relative;
}

.toggle_off
{
   display: none !important;
}

.MSet_BlockMenu .ContentPane > div,
.MSet_BlockMenu .RightPane > div
{
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto 10px;
    box-sizing: border-box;
    box-sizing: border-box;
}

.MSet_BlockMenu .ContentPane .inside_b,
.MSet_BlockMenu .RightPane .inside_b
{
    box-sizing: border-box;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px 8px / 8px 8px;
    font-size: medium;
    line-height: 1.5;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.MSet_BlockMenu
{
    padding: 0px;
    height: auto;
    width: 100%;
    margin-top: 35px;
    display: inline-block;
}

/* == MAIN(中央)ペイン == */
.MSet_BlockMenu .ContentPane
{
  display: none;
    background: #FFA1A1;
    border: 4px solid #ff6262;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
    box-sizing: border-box;
    z-index: 99;
}

/* == 右ペイン == */
.MSet_BlockMenu .RightPane
{
    display: none;
    background: #DADADD;
    border: 5px solid #c8c8c8;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
    box-sizing: border-box;
    z-index: 99;
}

.togge_select
{
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.togge_select li a
{
    padding: 40px 5px 5px;
    box-sizing: border-box;
    vertical-align: bottom;
    font-size: 80%;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}

#toggle1_btn
{
    background: url(/Images/2023/icon_04.png) no-repeat center top #FFA1A1;
    min-height: 60px;
    width: 60px;
    background-size: 40px auto;
    position: fixed !important;
    right: 60px;
    display: block;
    z-index: 101;
    top: 70px;
}

#toggle2_btn
{
    background: url("/Images/2023/icon_05.png") no-repeat center top #C8C8CB;
    min-height: 60px;
    width: 60px;
    background-size: 40px auto;
    position: fixed !important;
    right: 0px;
    display: block;
    z-index: 101;
    top: 70px;
}


.MSet_BlockMenu .toggle_on
{
    display: inline-block;
    position: relative;
}

.toggle_off
{
   display: none !important;
}

.MSet_BlockMenu .ContentPane > div,
.MSet_BlockMenu .RightPane > div
{
    box-sizing: border-box;
    width: 310px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    box-sizing: border-box;
}

.MSet_BlockMenu .ContentPane .inside_b,
.MSet_BlockMenu .RightPane .inside_b
{
    box-sizing: border-box;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px 8px / 8px 8px;
    font-size: medium;
    line-height: 1.5;
}
}
