﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* === スマートフォン用CSS === */

/*スマホ表示切替*/
#smart_mode_change
{
display:none;
color:white;
background:url("../../../Images/menu_pc.gif") no-repeat top left gray;
position:relative;
margin: 20px auto;
width:320px;
height:40px;
}

#smart_mode_sf_btn
{
position:absolute;
left:60px;
top:6px;
width:125px;
height:30px;
text-indent: -9999px;
overflow:hidden;
}

/*スマートフォン切り替え*/
.pane_toggle
{
display:none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* === スマートフォン用CSS === */

/*スマートフォン切り替え*/
.pane_toggle
{
  color:white;
  background:url("../../../Images/sub_menu_w.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;
}

/*smart phone用トグルボタン*/
.smart_togglebtn
{
display:block;
cursor:pointer;
  background:url("../../../Images/icon.gif") ;
width:20px;
height:20px;
}

/*スマートフォン用幅調整*/
.smart_w320,
.smart_fullwidth
{
width:320px !important;
}

.smart_w300
{
width:300px !important;
}

.smart_w310
{
width:310px !important;
}

.smart_w160,
.smart_halfwidth
{
width:160px !important;
}

/*スマホ対応*/
#smart_mode_change
{
    display:none;
    color:white;
    background:url("../../../Images/menu_sf.gif") no-repeat top left #f0f0f0;
    position:relative;
    width:320px;
    height:40px;
    margin: 0px 0px 20px 0px;
    margin-right: auto;
    margin-left: auto;
}

#smart_mode_pc_btn
{
    position:absolute;
    left:185px;
    top:6px;
    width:125px;
    height:30px;
    text-indent: -9999px;
    overflow:hidden;
}


/*  === フッタログインスマホ調整用 === */
.BrowserModuleSet_Div_1058
{
display:none;
}
}
