@charset "UTF-8";

/* WRAP */
.l_wrap {
  margin:0;
  max-width: 900px;
  background-color: #fcfbfa;
}

.l_wrap h3 {
  margin: 0 auto;
  font: normal 18px sans-serif;
}

.l_wrap p {
  margin: 0;
  padding: 1.5em 1em;
}

.l_wrap ul {
  margin: 0;
  padding: 0;
}

.l_wrap li {
  margin: 0;
  font-size: 18px;
  list-style: none;
  line-height:25px;
}

.l_wrap li a {
  padding: 0.4em;
}

/* SECTION */
.section_dmenu {
  margin: 0;
  max-width: 900px;
  width:100%;
}

.section_dmenu1 .active {
  background-color: #abbbc0 !important;
}

.section_dmenu_list .target {
  background-color: #eee;
}

.section_dmenu_list .target a:hover {
  background-color: #fff;
}

.section_dmenu .trigger {
  z-index: 0;
  line-height: 1.3em;
}

.section_dmenu .trigger a {
  position: relative;
  display: block;
  padding: .5em .6em;
  color: #425157;
  text-decoration: none;
  transition: .35s all ease;
}
.section_dmenu .trigger a:before, .section_dmenu .trigger a:after {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  background-color: #425157;
  transition: .25s all ease;
  border-radius: 10px;
}

.section_dmenu .trigger a:before {
  top: .75em;
  right: 20px;
  height: 12px;
  background-color:#ddd;
  transform: rotate(-45deg);
}

.section_dmenu .trigger a:after {
  top: .75em;
  right: 13px;
  height: 12px;
  background-color:#ddd;
  transform: rotate(45deg);
}

.section_dmenu .target {
  z-index: 1;
  display: none;
  margin: 0 auto;
  padding: 0;
  color: #fcfbfa;
}

.section_dmenu .target .trigger a {
  background-color: #161b1d;
}

.section_dmenu .target .trigger a:before, .section_dmenu .target .trigger a:after {
  background-color: #fcfbfa;
}

.section_dmenu .target .trigger a:before {
  top: .5em;
  right: 16px;
}
.section_dmenu .target .trigger a:after {
  top: .85em;
  right: 16px;
}

.section_dmenu .target .active a:after {
  display: none;
}

.section_dmenu .target .active a:hover {
  background-color: #21292c !important;
}

.section_dmenu .target ul li a {
  padding: .5em 1em .6em;
}

.section_dmenu .target a {
  display: block;
  color: #fcfbfa;
}

.section_dmenu .active a {
  color: #fcfbfa;
}

.section_dmenu .active a:hover {
  background-color:#6c8359;
}

.section_dmenu .active a:before, .section_dmenu .active a:after {
  background-color: #fcfbfa;
  }

.section_dmenu .active a:before {
  top: .65em;
  right: 16px;
  height: 16px;
}

.section_dmenu .active a:after {
  top: .65em;
  right: 16px;
  height: 16px;
}

.section_dmenu > ul > li {
  border-bottom: 1px #2c363a solid;
}

.section_dmenu > ul > li:last-of-type {
  border-bottom: 0;
}
