﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 外枠  == */
.tbmenuV_L2 .outside_h
{
    background: url("../../../Images/outside_top.gif") no-repeat left bottom;
    font-size: 1px !important;
    height: 5px;
    width: 180px;
}

.tbmenuV_L2 .outside_b
{
    background: url("../../../Images/shisei_inside_bg.gif") repeat-y;
    padding: 0px;
    width: 180px;

}

.tbmenuV_L2 .outside_f
{
    background: url("../../../Images/outside_bottom.gif") no-repeat left bottom;
    font-size: 1px !important;
    height: 5px;
    margin: 0 0 5px;
    width: 180px;
}


/* == 内側 == */
.tbmenuV_L2 .inside_h
{
    background: url("../../../Images/shisei_inside_title2_bg.gif") repeat-y left top;
    height: auto;
    margin: 0;
    padding: 0 3px 5px;
    width: 174px;
}

.tbmenuV_L2 .inside_b
{
    margin: 0;
    padding: 0;
    width: 180px;
}

.tbmenuV_L2 .inside_f
{
    background: url("../../../Images/shisei_inside_bottom.gif") no-repeat left bottom;
    font-size: 1px !important;
    height: 0px;
    width: 180px;
}


/* == タイトル == */
.tbmenuV_L2 .Fix_header2
{
    background: url("../../../Images/shisei_inside_title2.gif") no-repeat left top;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.tbmenuV_L2 h2 a
{
    background: url("../../../Images/icon_b.gif") no-repeat 10px 12px;
    display: block;
    padding: 5px 5px 0 22px;
}


/* == コンテンツ == */
.tbmenuV_L2 ul
{
    margin: 0 3px;
    padding: 0px;
}

.tbmenuV_L2 li
{
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 174px;
}

.tbmenuV_L2 li a.SelectedTab
{
    background-color:#EAF6FD !important;
}

.tbmenuV_L2 .inside_b li a
{
    background: url("kagi_icon.gif") no-repeat 6px 7px;
    display: block;
    padding: 2px 5px 2px 18px;
    text-align: left;
    width: 150px;
}

/*= リンク設定 =*/

.tbmenuV_L2 A.OtherTabs:link,
.tbmenuV_L2 A.SelectedTab:link
{
 text-decoration:none;
}

.tbmenuV_L2 A.OtherTabs:visited,
.tbmenuV_L2 A.SelectedTab:visited
{
 text-decoration:none;
}

.tbmenuV_L2 A.OtherTabs:hover,
.tbmenuV_L2 A.SelectedTab:hover
{
 text-decoration:underline;
}

.tbmenuV_L2 A.OtherTabs:active,
.tbmenuV_L2 A.SelectedTab:active
{
 text-decoration:none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 外枠  == */
.tbmenuV_L2 .outside_h
{
}

.tbmenuV_L2 .outside_b
{
    background-color: white;
    border: 1px solid silver;
    padding: 0;
    width: 318px;

}

.tbmenuV_L2 .outside_f
{
}


/* == 内側 == */
.tbmenuV_L2 .inside_h
{
    background: url("../../../Images/sp_shisei_inside_title2.gif") no-repeat left top;
}

.tbmenuV_L2 .inside_b
{
}

.tbmenuV_L2 .inside_f
{
}


/* == タイトル == */
.tbmenuV_L2 .Fix_header2
{
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 5px 5px 5px 10px;
    text-align: left;
}

.tbmenuV_L2 h2 a
{
    background: url("icon.gif") no-repeat 0 6px;
    display: block;
    padding: 0 0 0 10px;
}


/* == コンテンツ == */
.tbmenuV_L2 ul
{
    margin: 0;
    padding: 0;
}

.tbmenuV_L2 li
{
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 318px;
}

.tbmenuV_L2 li a.SelectedTab
{
    background-color:#EAF6FD !important;
}

.tbmenuV_L2 .inside_b li a
{
    background: url("kagi_icon.gif") no-repeat 8px 4px;
    display: block;
    padding: 2px 5px 2px 19px;
    text-align: left;
}

/*= リンク設定 =*/

.tbmenuV_L2 A.OtherTabs:link,
.tbmenuV_L2 A.SelectedTab:link
{
 text-decoration:none;
}

.tbmenuV_L2 A.OtherTabs:visited,
.tbmenuV_L2 A.SelectedTab:visited
{
 text-decoration:none;
}

.tbmenuV_L2 A.OtherTabs:hover,
.tbmenuV_L2 A.SelectedTab:hover
{
 text-decoration:underline;
}

.tbmenuV_L2 A.OtherTabs:active,
.tbmenuV_L2 A.SelectedTab:active
{
 text-decoration:none;
}
}
