@charset "utf-8";
/* CSS Document */

 
 /* アコーディオンメニュー バッサーテック様仕様 
 -----------------------------------------------------------*/

.switch{
    cursor: pointer; 
    width: 200px;
    height: 25px;
	padding: 6px 0px 0px 7px; /*［上］［右］［下］［左］*/
    background:url(../images/swich.png) 0px 0px no-repeat;
    color: #fff;
	font-size: 90%;
}

.active{
	background:url(../images/swich.png) -0px -50px no-repeat;
	}
.notactive{
	background:url(../images/swich.png) -0px -0px no-repeat;
	}

 
.menu_cate {
    display: none;
    width: 205px;
    margin: 0;
    padding: 0;
	font-size: 90%;
    background: #f9f9f9;
	border-left: dotted 1px #ddd;
	border-right: dotted 1px #ddd;
}
 
.menu_cate li{
	padding: 5px 0px 2px 7px; /*［上］［右］［下］［左］*/
    /*background: linear-gradient(#eee,#ddd);*/
    border-bottom: 1px dotted #ddd;
    list-style: none;
}

.menu_cate li:last-child{
  /*  border-bottom: none;　*/
     border-bottom: 3px solid #ddd;

}

.bk_b{
    background: linear-gradient(#dedede,#f5f5f5);
}

.bk_bl{
    /*background-color:#eaf9fb;*/
    background: linear-gradient(#d3effc,#eaf9f8);

}


/* アコーディオンメニュー ----- end ---------------------*/

