    /* 増設  デフォルトのcssはmbExtruder.css */ @charset "UTF-8"
  
  .extruder {
  position: fixed;
  cursor: default;
 /*background: url("extruder_blank.png")*/
}

  /* 増設 */  .extruder a {
        text-decoration: none; 
        }
       
.extruder *{
  box-sizing: content-box;
}

/*.extruder .header {
  height: 27px
}*/

.extruder .extruder-content {
  display: none;
   background-color: rgba(255,255,255,0.5);/*展開時の背景色　background: #000;*/
}

.extruder.open .extruder-content {
  -moz-box-shadow: 2px 0 5px #999;
  -webkit-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999;
}
.extruder.left {
  height: 100%;
 /*   background:#ccc;*/ 
}

.extruder.left.open .extruder-content {
  -moz-box-shadow: 2px 0 5px #999;
  -webkit-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999;
}

.extruder.left .extruder-content {
  border-right: 0px solid #000;/*3px*/
}

.extruder.left .ext_wrapper {
  height: 100%;
}

.extruder.left .footer {
  display: none;
}

/*  タグ部分 */
.extruder.left .flap {
  font-size: 18px;
  color: white;
  top: 0;
  padding: 10px 0 10px 10px;
  margin-right: -37px;
   background: #000;
  width: 34px;/* 30px  */
  position: absolute;
  right: 0;
  -moz-border-radius: 0 8px 0 8px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  -moz-box-shadow: 2px 0 5px #999;
  -webkit-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999;
}

.extruder.left .flap .flapLabel {
  background: #000;
}

/* メニュー部分  */
.extruder .voice {
  font: 18px/24px Arial, Helvetica, sans-serif;
  color: #ccc;
  padding: 5px;
  padding-left: 10px;
  height: 27px;
    border-bottom: 1px solid gray;
  /* text-shadow: 2px 2px 2px #333;*/
 
  /* 増設 */  background-color: rgba(255,255,255,0.5); 
}

.extruder .voice:last-child {
  border-bottom: 0;
}

.extruder .voice .disabled {
  cursor: default;
}

.extruder .text {
  background-color: rgba(0,0,0,0.5);/*background: #222  */
  font: 14px/16px Arial, Helvetica, sans-serif;
  color: #000;/* gray */
  padding: 10px;
  /*border-bottom: 1px solid #333;*/
  /*text-shadow: 2px 2px 2px #333;*/
}

.extruder .voice.hover {
  /*background: url(extruder_voiceHover.png") repeat-x top;*/
}

.extruder .voice.sel {
  /*background: url("extruder_voiceHover.png") repeat-x top;*/
}

.extruder .voice img {
  float: left;
  margin-right: 15px;
}

.extruder .voice a.label {
  display: block;
  height: 30px;
  color: white;
  padding-top: 0;
  text-decoration: none;
}

.extruder .voice span.label {
  display: block;
  height: 30px;
  color: #d0cfcf;
  padding-top: 0;
  text-decoration: none;
}

.extruder .voice {
  position: relative;
}

.extruder .settingsBtn {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  background: url("settingsBtn.png") no-repeat bottom;
  cursor: pointer;
  right: -3px;
  top: -4px;
}

.extruder .optionsPanel {
/*background: url("fuzz.gif");*/
  display: none;
  border-bottom: 1px solid #333
}

.extruder .voice.sel {
  /*background: url("extruder_voiceHover.png") repeat-x top*/
}
/*子要素*/
.optionsPanel .panelVoice a {
  text-decoration: none;
  display: block;
  color:#ccc ;/*#ccc*/
  padding: 8px;
  padding-left: 20px;
  font-size: 16px;
  /*text-shadow: 2px 2px 2px #333;*/
  border-bottom: 1px solid white;/**/
  cursor: pointer
}

.optionsPanel .panelVoice a:hover {
  color: #fff;
  /*background: url("red_op_50.png")*/
}

:focus {
  outline: 0
}
