@charset "UTF-8";


#tabs{margin:15px 0 10px 0;}

#tabs li {
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    font-size: 80%;
    background: url(../img/tab_bg.gif) repeat-x top;
    border: solid 1px #60ABD6;
    border-bottom: none;
    position: relative;
    padding: 3px 7px 9px 7px;
    margin-top: 0;
    margin-right: 3px;
    margin-left: 0;
    margin-bottom: 0;
    z-index: 1;
}

#tabs li.shadow {
width: 730px;
height: 0;
bottom: -2px;
border:none;
background: #FFFFFF;
margin:-7px 0 0 0;
padding:3px;
z-index: 2;
-webkit-box-shadow: 0 -4px 3px rgba(0,0,0,.4);
-moz-box-shadow: 0 -4px 3px rgba(0,0,0,.2);
box-shadow: 0 -4px 3px rgba(0,0,0,.4);
}

#tabs li.one{
    margin-left: 0px;
}

#tabs li.selected {z-index:3;}

#tabs li a{text-decoration:none;}


/*以下菅追加20210614*/

#tabs2{margin:10px 0 10px 0;}

#tabs2 li {
list-style:none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
float: left;
font-size:70%;
background: url(../img/tab_bg.gif) repeat-x top;
border: solid 1px #60ABD6;
border-bottom:none;
position: relative;
padding: 3px 7px 9px 7px;
margin: 0 10px 0 0;
z-index: 1;
}

#tabs2 li.shadow {
width: 730px;
height: 0;
bottom: -2px;
border:none;
background: #FFFFFF;
margin:-7px 0 0 0;
padding:3px;
z-index: 2;
-webkit-box-shadow: 0 -4px 3px rgba(0,0,0,.4);
-moz-box-shadow: 0 -4px 3px rgba(0,0,0,.2);
box-shadow: 0 -4px 3px rgba(0,0,0,.4);
}

#tabs2 li.one{margin-left:15px;}

#tabs2 li.selected {z-index:3;}

#tabs2 li a{text-decoration:none;}
