﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* サブメニュー切り替えモジュール */
.pane_toggle
{
display:none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* サブメニュー切り替えモジュール */
.pane_toggle
{
  color:white;
  background:url("../../../images/sub_menu_b.gif") no-repeat gray left top;
  position:relative;
  display:block;
  cursor:pointer;
  background-color:silver;
  height:40px;
  font-size:15px;
}

.pane_toggle .label
{
  position:absolute;
  left:0px;
  top:6px;
  display:block;
  text-indent: -9999px;
  width:225px;
  height:30px;
  overflow:hidden;
}

.pane_toggle .btn
{
  position:absolute;
  left:230px;
  top:6px;
  text-indent: -9999px;
  width:80px;
  height:30px;
  cursor:pointer;
  overflow:hidden;
}

#LeftPane,
#RightPane,
.nodis
{
display:none;
        overflow-x: scroll;
}
}
