  @charset "UTF-8";

/* title
----------------------------------*/
.h2_title {
  height: 200px;
  padding: 60px 10px;
}
.h2_title h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #fff;
}

.title_index {
  background: url(../images/bg_title_index.jpg) center top no-repeat;
  background-size: cover;
}
.title_processwatcher {
  background: url(../images/bg_title_processwatcher.jpg) center top no-repeat;
  background-size: cover;
}
.title_tradewatcher {
  background: url(../images/bg_title_tradewatcher.jpg) center top no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .h2_title {
    height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .h2_title {
    padding: 30px 0;
  }
  .h2_title h2 img {
    max-width: 100%;
  }
}
.head {
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #3eafc1;
  border-bottom: 1px solid #3eafc1;
}

#outlineSection {
  margin-top:30px;
  background: #3eafc1 no-repeat 100% 98%;
  background-size: 15% auto;
  color: #fff;
}


/* #systemSection
------------------------------*/
#systemSection a.btn {
  width: 100%;
}

#systemSection h3 {
  font-size: 21px;
}

.system_detail {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

.system_detail a {
  color: #333;
  display: block;
}

.system_detail a:hover {
  opacity: .8;
}
@media (min-width: 768px) {
  .systemicon {
    text-align: center;
  }
  .system_detail {
    min-height: 120px;
  }
}
@media (max-width: 767px) {
  #systemSection {
    font-size: 12px;
  }
  #systemSection h2 {
    font-size: 21px;
  }
  #systemSection h3 {
    font-size: 18px;
  }
}
@media print {
  #systemSection {
    page-break-before: always;
  }
  #systemSection.pTB30 {
    padding :0;
  }
  #systemSection h3 {
    font-size: 12pt;
  }
  #systemSection .col-sm-4 {
    width: 33%;
    float: left;
    padding: 0;
  }
  #systemSection .system_detail {
    margin-bottom: 0;
    padding: .2cm;
  }
  #outlineSection {
    display: none;
  }
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .page-break{ page-break-before: always;}
}

#lang-menu {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
