@font-face {
    font-family: 'swis721_btroman';
    src: url('font/swz721n.eot');
    src: url('font/swz721n.eot?#iefix') format('embedded-opentype'),
         url('font/swz721n.woff2') format('woff2'),
         url('font/swz721n.woff') format('woff'),
         url('font/swz721n.ttf') format('truetype'),
         url('font/swz721n.svg#swis721_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

.smk_accordion {
  position: relative;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  border: 1px solid #dfdfdf;
  position: relative;
  z-index: 10; border-radius:3px;
  margin-top: -1px;
  overflow: hidden; margin-bottom:10px;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
  position: relative;
  background: #;
  padding: 10px;
  font-size: 17px;
  display: block;
  cursor: pointer;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(../images/plusminus.png) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  background: #;
  color: #7B7E85;
  padding: 3px 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../images/plusminus.png) center -18px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}

.mnbox{ width:100%; }

.haing{ background:#b9a05b; border-top-left-radius:1em;border-top-right-radius:1em;padding:0px; margin:0px; }
.haing h2{ text-align:center; display:block; font-size:16px; color:#fff;font-family: 'swis721_btroman'; font-weight:bold; line-height:40px; padding:0px; margin:0px; text-transform:uppercase;}

.tebl-bx{ width:100%; border:1px solid #abaaaa; border-top:none; margin-bottom:30px;}

.wtbx{ background:#fff;border-right:1px solid #abaaaa; }
.gry-bx{border-right:1px solid #abaaaa; background:#d6d6d6;}


.wtbx{ }

table tr td{color:#444444; font-size:15px;font-family: 'swis721_btroman'; text-align:center; line-height:30px;}

@media (min-width:320px) and (max-width:767px) {
	
	
	
	}
