@import url("pure-grids-min.css");
/* mixin
-------------------------------- */
/* layout
---------------------------------------------------------------------------- */
#header {
  border-top: solid 10px #FF0;
}
@media screen and (max-width: 568px) {
  #header {
    border-top: none;
  }
}
#header .article {
  padding: 20px 0 0;
}
@media screen and (max-width: 568px) {
  #header .article {
    padding: 0;
  }
}
#header .article #main-menu {
  padding-top: 30px;
  margin-left: 0;
  float: right;
  letter-spacing: 0.15em;
  font-size: 14px;
}
#header .article #main-menu a {
  color: #000;
  text-decoration: none;
}
#header .article #main-menu a:link {
  color: #000;
}
#header .article #main-menu a:visited {
  color: #000;
}
#header .article #main-menu a:hover {
  color: #666;
}
#header .article #main-menu a:active {
  color: #000;
}
#header .article #main-menu ul {
  overflow: hidden;
}
#header .article #main-menu ul li {
  float: left;
  margin-right: 35px;
  padding-bottom: 20px;
}
#header .article #main-menu ul li.active {
  background: url(../images/header-sub-menu-bg-tri-main.png) no-repeat center bottom;
  background-size: 18px 8px;
}
#header .article #main-menu ul li.active a {
  font-weight: bold;
}
#header .article #main-menu ul li:last-child {
  margin-right: 0;
}

#sub-menu {
  position: inherit;
  z-index: 1000;
  width: 100%;
  background-color: #E3E3E3;
  opacity: 1;
}
#sub-menu a {
  color: #000;
  text-decoration: none;
  letter-spacing: normal;
}
#sub-menu a:link {
  color: #000;
}
#sub-menu a:visited {
  color: #000;
}
#sub-menu a:hover {
  color: #000;
}
#sub-menu a:active {
  color: #000;
}
#sub-menu .active a {
  background-color: #CCC;
}
#sub-menu .inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 960px;
  padding: 0;
  height: 53px;
}
#sub-menu #sub-menu-renew {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: inherit;
}
#sub-menu #sub-menu-renew li {
  position: relative;
  padding: 20px 0 0;
  float: left;
  cursor: pointer;
}
#sub-menu #sub-menu-renew li.pulldown-icon:hover {
  padding-bottom: 20px;
  background: url(../images/header-sub-menu-bg-tri-sub.png) no-repeat 23% bottom;
  background-size: 18px 8px;
}
#sub-menu #sub-menu-renew li a {
  display: block;
  margin-right: 40px;
  padding-right: 40px;
  border-right: solid 1px #999;
  line-height: 1em;
}
#sub-menu #sub-menu-renew li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#sub-menu #sub-menu-renew li.active a {
  background-color: transparent;
  font-weight: bold;
}
#sub-menu #sub-menu-renew li.active li a {
  font-weight: normal;
}
#sub-menu #sub-menu-renew li.information {
  padding-bottom: 0 !important;
}
#sub-menu #sub-menu-renew .sub-menu-dropdown {
  display: none;
  position: absolute;
  top: 53px;
  left: -40px;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  background-color: #F3F3F3;
  z-index: 100000;
}
#sub-menu #sub-menu-renew .sub-menu-dropdown li {
  float: none;
  display: block;
  margin: 0;
  padding: 10px 30px;
}
#sub-menu #sub-menu-renew .sub-menu-dropdown li a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  font-size: 12px;
  white-space: nowrap;
}

#contents .topicpath {
  padding-top: 30px;
}
@media screen and (max-width: 568px) {
  #contents .topicpath {
    padding-top: 20px;
  }
}
#contents .topicpath ul {
  margin: 0;
}

