@charset "UTF-8";
body {
  font-family: "Helvetica Neue",Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.72;
  color: #666666;
  background-color: #ffffff;
  background: transparent url("../images/common/body-bg.gif") center center repeat;
}

a,
a:visited {
  color: #eb6100;
  text-decoration: none;
}

a:hover {
  color: #16497d;
  text-decoration: none;
}

h1 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: normal;
  color: #16497d;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 18px;
  }
}

.page-title {
  margin-top: 20px;
  border-left: solid 7px #16497d;
  padding-left: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .ir-page-title {
    font-size: 24px;
    border-left: 0;
    padding-left: 0;
  }
}

h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #16497d;
}

h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #16497d;
}

p {
  margin: 0 0 16px;
}

ul {
  margin-left: 24px;
}

ul.no-style {
  list-style: none;
  margin-left: 0;
}

table {
  border-left: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
}
table th, table td {
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 4px 8px;
}
table th {
  background-color: #f7f7f7;
}
table td {
  background-color: #ffffff;
}

table.company,
table.recruit {
  margin-bottom: 60px;
}
table.company th, table.company td,
table.recruit th,
table.recruit td {
  padding: 20px 15px;
  vertical-align: middle;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  table.company th, table.company td,
  table.recruit th,
  table.recruit td {
    padding: 12px;
  }
}
table.company th,
table.recruit th {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  width: 140px;
}
@media screen and (max-width: 768px) {
  table.company th,
  table.recruit th {
    font-size: 12px;
    vertical-align: top;
    width: 90px;
  }
}
table.company td,
table.recruit td {
  font-size: 12px;
  line-height: 22px;
}

table.company .katagaki {
  display: inline-block;
  padding-left: 155px;
}
@media screen and (max-width: 768px) {
  table.company .katagaki {
    padding-left: 0;
  }
}

table.contact-form th {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}
@media screen and (max-width: 768px) {
  table.contact-form th {
    font-size: 12px;
    width: 90px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
table.contact-form td {
  padding: 10px;
  font-size: 12px;
  line-height: 22px;
}
table.contact-form td input {
  width: 100%;
}

.color-blue {
  color: #16497d;
}

.color-orange {
  color: #eb6100;
}

.color-yellow {
  color: #f9cf23;
}

.color-gray {
  color: #999999;
}

.required {
  color: #eb6100;
}

.container {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .container {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .sp-text-left {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .sp-text-center {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sp-text-right {
    text-align: right;
  }
}

#wrapper {
  overflow: hidden;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 320px;
  }
}

#header {
  background-color: #ffffff;
}

#content {
  position: relative;
}
@media screen and (max-width: 768px) {
  #content {
    border-top: solid 1px #16497d;
  }
}
#content:before {
  content: '';
  display: block;
  width: 100%;
  height: 35px;
  background: transparent url("../images/common/content-bg.png") 0 0 repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #content:before {
    content: none;
  }
}
#content .container {
  padding: 30px 40px 40px;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  background-color: #ffffff;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #content .container {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 0;
    border-right: 0;
  }
}

.header-over {
  display: none;
  background-color: #16497d;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-over {
    display: none !important;
  }
}
.header-over .over-view {
  position: relative;
  overflow: hidden;
  min-height: 550px;
}
.header-over .over-view img {
  width: 100%;
  height: auto;
  max-width: none;
}
.header-over .over-view div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header-head {
  background-color: #16497d;
}
.header-head .lang-nav {
  float: right;
  height: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-head .lang-nav li {
  margin: 0;
  padding: 0;
  float: left;
}
.header-head .lang-nav li a {
  color: #fff;
  font-size: 9px;
  line-height: 12px;
}
.header-head .lang-nav li a:before {
  content: '> ';
}
@media screen and (max-width: 768px) {
  .header-head .lang-nav li a {
    font-size: 11px;
  }
}

.header-main {
  background-color: #ffffff;
}
#ie8 .header-main {
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 768px) {
  .header-main .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-main .header-logo {
  float: left;
}
.header-main .header-logo a {
  display: block;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .header-main .header-logo a {
    width: 145px;
  }
}
.header-main .header-pull {
  float: right;
  width: 158px;
  height: 0;
  padding: 72px 0 0;
  background: transparent url("../images/header/header-pull.png") 0 0 no-repeat;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header-main .header-pull {
    display: none;
    width: 91px;
    padding-top: 44px;
    background-image: url("../images/header/sp-header-pull.png");
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-main .header-menu {
    float: right;
  }
  .header-main .header-menu a {
    display: block;
    width: 56px;
    height: 0;
    padding-top: 44px;
    background-image: url("../images/header/sp-header-menu.png");
    background-size: 100%;
    overflow: hidden;
    cursor: pointer;
  }
}
.header-main .header-nav {
  float: right;
}
@media screen and (max-width: 768px) {
  .header-main .header-nav {
    display: none;
  }
}
.header-main .header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-main .header-nav ul li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.header-main .header-nav ul li a {
  display: block;
  padding: 25px 20px;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  color: #999999;
}
.header-main .header-nav ul li a:hover {
  color: #eb6100;
}
.header-main .header-nav ul li a.current {
  color: #16497d;
  font-weight: bold;
}
.header-main .header-nav ul li ul.sub {
  display: none;
  position: absolute;
  border: solid 1px #eeeeee;
  top: 100%;
  left: 0;
  background: white;
  z-index: 1000;
  padding: 4px 20px;
}
.header-main .header-nav ul li ul.sub li {
  float: none;
  margin: 6px 0;
}
.header-main .header-nav ul li ul.sub li a {
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  color: #666666;
}
.header-main .header-nav ul li ul.sub li a:before {
  content: '> ';
}
.header-main .header-nav ul li ul.sub li a:hover {
  color: #eb6100;
}

.footer-main .container {
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer-main .container {
    border-left: 0;
    border-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 45px;
  }
}
.footer-main .footer-nav {
  float: right;
  margin: 50px 40px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .footer-main .footer-nav {
    float: none;
    margin: 35px 0 0;
  }
}
.footer-main .footer-nav li {
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer-main .footer-nav li {
    float: none;
    margin: 0 0 5px;
  }
}
.footer-main .footer-nav li a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.footer-main .footer-nav li a:before {
  content: '> ';
}
.footer-main .footer-nav li a:hover {
  color: #eb6100;
}
.footer-main .footer-copy {
  float: left;
  margin: 30px;
}
@media screen and (max-width: 768px) {
  .footer-main .footer-copy {
    float: none;
    margin: 15px 0 0;
  }
}
.footer-main .footer-copy .text {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-main .footer-copy .text {
    font-weight: normal;
  }
}
.footer-main .footer-copy .copy {
  font-size: 12px;
}

#sp-nav.mobile-nav-0 {
  display: block !important;
  background-color: #f7f7f7;
}
#sp-nav.mobile-nav-0 .sp-menu-close {
  position: relative;
  border-top: solid 14px #16497d;
  border-bottom: solid 1px #cccccc;
}
#sp-nav.mobile-nav-0 .sp-menu-close:before {
  content: '';
  display: block;
  width: 45px;
  height: 0;
  padding-top: 44px;
  background-image: url("../images/header/sp-menu-close.png");
  background-size: 100%;
  overflow: hidden;
  cursor: pointer;
}
#sp-nav.mobile-nav-0 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-nav.mobile-nav-0 ul li {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #cccccc;
}
#sp-nav.mobile-nav-0 ul li a {
  display: block;
  padding: 10px 15px 10px 27px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #999999;
  position: relative;
}
#sp-nav.mobile-nav-0 ul li a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: transparent solid 4px;
  border-left: #eb6100 solid 6px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -5px;
}
#sp-nav.mobile-nav-0 ul li a:hover {
  color: #eb6100;
  text-decoration: none;
}
#sp-nav.mobile-nav-0 ul li ul {
  display: none;
}

#toTop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 50px;
  display: block;
  width: 46px;
  height: 46px;
  background: transparent url("../images/common/totop.png") 0 0 no-repeat;
  cursor: pointer;
  z-index: 10;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #toTop {
    background-image: url("../images/common/totop@2x.png");
    background-size: 100%;
  }
}

#breadcrumbs {
  font-size: 11px;
  line-height: 14px;
  color: #999999;
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    margin-top: 15px;
  }
}
#breadcrumbs a {
  color: inherit;
}
#breadcrumbs a:hover {
  color: #eb6100;
}

.sidebar-content {
  margin-bottom: 30px;
  border-left: solid 1px #16497d;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .sidebar-content {
    border-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sidebar-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #16497d;
}

.sidebar-archives {
  margin: 10px 0 44px;
  padding: 0;
  list-style: none;
  border-top: solid 1px #eeeeee;
}
.sidebar-archives li {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #eeeeee;
}
.sidebar-archives li a {
  display: block;
  padding: 6px 0 4px;
  font-size: 14px;
  line-height: 20px;
  color: #eb6100;
  text-indent: -1em;
  padding-left: 1em;
}
.sidebar-archives li a:before {
  content: '> ';
}
.sidebar-archives li a:hover {
  color: #16497d;
  text-decoration: none;
}
.sidebar-archives li.current a {
  color: #16497d;
}

.sidebar-search {
  margin-bottom: 30px;
  padding-left: 31px;
}
@media screen and (max-width: 768px) {
  .sidebar-search {
    border-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sidebar-banner {
  margin: 10px 0 10px;
  padding: 0;
  list-style: none;
}
.sidebar-banner li {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

.page-side {
  text-align: center;
}

.profile-post {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #999999;
}
@media screen and (max-width: 768px) {
  .profile-post {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}

.profile-name {
  margin: 0 0 5px;
  font-size: 32px;
  font-weight: side-nav normal;
  line-height: 42px;
  color: #16497d;
}
@media screen and (max-width: 768px) {
  .profile-name {
    text-align: center;
  }
}

a.btn-orange {
  display: inline-block;
  width: 173px;
  padding: 13px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #ffffff;
  background: transparent url(../images/common/btn-orange.png) center top no-repeat;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.btn-orange:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-image: url(../images/common/btn-yellow.png);
}
a.btn-orange:hover {
  color: #16497d;
  text-decoration: none;
  background: transparent url(../images/common/btn-yellow.png) center top no-repeat;
}

.side-nav {
  margin-bottom: 30px;
  border: solid 1px #16497d;
  padding: 20px 30px 10px;
}
.side-nav h2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #16497d;
  margin-bottom: 15px;
}
.side-nav ul li {
  margin-bottom: 4px;
}

.icon-human {
  margin-top: 6px;
  position: relative;
  padding-left: 30px;
}
.icon-human:after {
  content: '';
  display: block;
  width: 23px;
  height: 29px;
  background: transparent url(../images/common/icon-human.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.paginate-content {
  margin: 30px 0 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .paginate-content {
    margin-top: -26px;
    margin-left: -15px;
    margin-right: -15px;
    border-top: solid 1px #eeeeee;
    padding-bottom: 20px;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 25px;
  }
}
.paginate-content p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .paginate-content p {
    margin-top: 2px;
    border-top: solid 1px #eeeeee;
    padding-top: 20px;
  }
}
.paginate-content a, .paginate-content span {
  display: inline-block;
  padding: 9px 14px 8px;
  color: #666666;
  background-color: #f7f7f7;
  border: solid 1px #eeeeee;
  margin: 0 -3px;
}
@media screen and (max-width: 768px) {
  .paginate-content a, .paginate-content span {
    padding: 6px 9px 4px;
  }
}
.paginate-content a:hover {
  color: #ffffff;
  background-color: #eb6100;
}
.paginate-content a.prev {
  position: absolute;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .paginate-content a.prev {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.paginate-content a.next {
  position: absolute;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .paginate-content a.next {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.paginate-content .current {
  color: #ffffff;
  background-color: #16497d;
}

.contact-submit {
  text-align: center;
}
.contact-submit input[type="submit"] {
  width: 173px;
  padding: 13px 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  background: transparent url(../images/common/btn-orange.png) center top no-repeat;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.contact-submit input[type="submit"]:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-image: url(../images/common/btn-yellow.png);
}
.contact-submit input[type="submit"]:hover {
  color: #16497d;
  text-decoration: none;
  background: transparent url(../images/common/btn-yellow.png) center top no-repeat;
}

span.wpcf7-not-valid-tip {
  color: #eb6100;
}

.search-form {
  overflow: hidden;
  border: solid 1px #cccccc;
  position: relative;
}
.search-form label {
  float: left;
  width: 100%;
  padding-right: 50px;
  display: block;
  margin-bottom: 0;
  font-weight: normal;
}
.search-form label input {
  width: 100%;
  height: 44px;
  border: 0;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 18px;
}
.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 44px;
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  background: #f7f7f7;
  box-shadow: none;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
}
.search-form .search-submit:hover {
  box-shadow: none;
  color: #ffffff;
  background-color: #eb6100;
}

.sidebar-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #16497d;
}

.ir-sidebar,
.privacy-sidebar {
  border-left: solid 1px #16497d;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .ir-sidebar,
  .privacy-sidebar {
    border-left: 0;
    border-top: solid 1px #eeeeee;
    padding: 35px 28px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.ir-sidebar .sidebar-archives li a,
.privacy-sidebar .sidebar-archives li a {
  padding: 10px 0 8px;
  color: #999999;
}
.ir-sidebar .sidebar-archives li a:hover,
.privacy-sidebar .sidebar-archives li a:hover {
  color: #eb6100;
}
.ir-sidebar .sidebar-archives li.current a,
.privacy-sidebar .sidebar-archives li.current a {
  color: #16497d;
}

.privacy-sidebar .sidebar-title {
  font-size: 16px;
}
.privacy-sidebar li {
  padding-left: 1em;
  text-indent: -1em;
}

.post-type-archive-topics .page-content.ir-sidebar {
  margin-top: 0;
}

.sp-slider-menu {
  margin: 0 -15px;
  border-bottom: solid 1px #16497d;
}
.sp-slider-menu #sp-slider-menu {
  display: none;
}
.sp-slider-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 130px;
  height: 80px;
}
.sp-slider-menu ul .rsOverflow {
  overflow: visible;
}
.sp-slider-menu ul li {
  margin: 0 10px;
  padding: 0;
  float: left;
  width: 120px;
}
.sp-slider-menu ul li a {
  display: block;
  padding-top: 60px;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  min-width: 60px;
  color: #16497d;
}
.sp-slider-menu ul li.ir {
  background: transparent url(../images/ir/sp-icon-ir.png) center top no-repeat;
  background-size: auto 60px;
}
.sp-slider-menu ul li.topics {
  background: transparent url(../images/ir/sp-icon-topics.png) center top no-repeat;
  background-size: auto 60px;
}
.sp-slider-menu ul li.highlight {
  background: transparent url(../images/ir/sp-icon-highlight.png) center top no-repeat;
  background-size: auto 60px;
}
.sp-slider-menu ul li.library {
  background: transparent url(../images/ir/sp-icon-library.png) center top no-repeat;
  background-size: auto 60px;
}
.sp-slider-menu ul li.calendar {
  background: transparent url(../images/ir/sp-icon-calendar.png) center top no-repeat;
  background-size: auto 60px;
}
.sp-slider-menu ul li.stock-quotes {
  background: transparent url(../images/ir/sp-icon-stock-quotes.png) center top no-repeat;
  background-size: auto 60px;
}
.sp-slider-menu ul li.stock-information {
  background: transparent url(../images/ir/sp-icon-stock-information.png) center top no-repeat;
  background-size: auto 60px;
}
.sp-slider-menu ul li.corporate {
  background: transparent url(../images/ir/sp-icon-corporate.png) center top no-repeat;
  background-size: auto 60px;
}
.sp-slider-menu ul li.question {
  background: transparent url(../images/ir/sp-icon-question.png) center top no-repeat;
  background-size: auto 60px;
}
.sp-slider-menu ul li.notice {
  background: transparent url(../images/ir/sp-icon-notice.png) center top no-repeat;
  background-size: auto 60px;
}

a.link-arrow:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  background: transparent url(../images/common/arrow-orange.png) center top no-repeat;
  margin-left: 25px;
  position: relative;
  top: -2px;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
}
a.link-arrow:hover:after {
  left: 20px;
}

a.link-blue {
  color: #16497d;
}
a.link-blue:hover {
  color: #eb6100;
}

table.table-calendar th, table.table-calendar td {
  padding: 10px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  table.table-calendar th, table.table-calendar td {
    padding: 6px 12px;
  }
}
table.table-calendar th {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  width: 40%;
}
@media screen and (max-width: 768px) {
  table.table-calendar th {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  table.table-calendar th.year {
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 4px;
    text-align: left;
  }
}

table.table-calendar th, table.table-calendar td {
  padding: 10px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  table.table-calendar th, table.table-calendar td {
    padding: 6px 12px;
  }
}
table.table-calendar th {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  table.table-calendar th {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  table.table-calendar th.year {
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 4px;
    text-align: left;
  }
}

ul.tab-selecter {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  ul.tab-selecter {
    margin-bottom: 10px;
  }
}
ul.tab-selecter li {
  margin: 0 10px 10px 0;
  padding: 0 10px 0 0;
  border-right: solid 1px #cccccc;
  float: left;
  position: relative;
  line-height: 1;
}
ul.tab-selecter li a {
  color: #999999;
}
ul.tab-selecter li a:hover {
  color: #eb6100;
}
ul.tab-selecter li a.active {
  color: #16497d;
}
ul.tab-selecter .selecter-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-right: solid 1px #16497d;
  border-bottom: solid 1px #16497d;
}
@media screen and (max-width: 768px) {
  ul.tab-selecter .selecter-line {
    display: none;
  }
}

.selecter-item {
  display: none;
}
.selecter-item.active {
  display: block;
}

.panel-title {
  font-size: 18px;
  font-weight: bold;
  color: #16497d;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .panel-title {
    padding-left: 0;
  }
}
.panel-title:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #16497d;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 13px;
}
@media screen and (max-width: 768px) {
  .panel-title:before {
    display: none;
  }
}

.panel-group {
  border-top: solid 1px #cccccc;
}
.panel-group .panel-head {
  font-size: 18px;
  font-weight: normal;
  background-color: #f7f7f7;
  border-bottom: solid 1px #cccccc;
  padding: 6px 10px 4px 30px;
  position: relative;
  cursor: pointer;
}
.panel-group .panel-head:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: transparent solid 5px;
  border-top: #666666 solid 9px;
  position: absolute;
  left: 10px;
  top: 16px;
}
.panel-group .panel-head.collapsed:before {
  content: none;
}
.panel-group .panel-head.collapsed:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: transparent solid 5px;
  border-left: #666666 solid 9px;
  position: absolute;
  left: 10px;
  top: 16px;
}

table.table-library {
  margin: 0;
  border-left: 0;
  border-top: 0;
}
table.table-library td, table.table-library th {
  padding: 10px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  table.table-library td, table.table-library th {
    padding: 6px 12px;
  }
}
table.table-library th {
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
}
table.table-library td {
  border-right: 0;
}
table.table-library td a {
  color: #999999;
}
table.table-library td a:hover {
  color: #eb6100;
}
table.table-library td .link-pdf {
  display: block;
  padding-right: 40px;
  padding-top: 7px;
  background: transparent url(../images/common/icon-pdf.png) right center no-repeat;
  min-height: 39px;
}

.title-inlink {
  float: right;
  font-size: 14px;
}

ul.topics-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
ul.topics-list li.article {
  padding-bottom: 14px;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 14px;
  position: relative;
}
ul.topics-list li.article a {
  color: #999999;
}
ul.topics-list li.article a:hover {
  color: #eb6100;
}
ul.topics-list li.article a .entry-date {
  position: static;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 16px;
  color: #999999;
}
ul.topics-list li.article a .entry-image {
  float: left;
  margin-top: 5px;
  width: 27px;
  height: 36px;
  background: transparent url(../images/common/icon-file.png) 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  ul.topics-list li.article a .entry-image {
    float: left;
    margin-right: 13px;
    margin-top: 5px;
  }
}
ul.topics-list li.article a .entry-title {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-left: 40px;
  min-height: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  ul.topics-list li.article a .entry-title {
    margin-left: 0;
    padding-right: 20px;
  }
  ul.topics-list li.article a .entry-title:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    background: transparent url(../images/common/arrow-orange.png) 0 0 no-repeat;
  }
}

.svg-link {
  cursor: pointer;
  opacity: 1;
}
.svg-link:hover {
  opacity: 0.7;
}

.svg-box,
.ir-highlight-box {
  border: solid 1px #7da8d4;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .svg-box,
  .ir-highlight-box {
    border: 0;
  }
}

.ir-highlight-box {
  min-height: 325px;
  margin-bottom: 30px;
}

/*wordpress header*/
@media screen and (max-width: 600px) {
  #wpadminbar {
    margin-top: -46px;
  }
}
