@charset "UTF-8";
body { min-width:320px; }
/* Headline
-------------------------------------------- */
h3, h4 {
  margin-top: 0;
}

h5, h6 {
  margin: 0;
}

.title01 {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.2em;
    color: #3eafc1;
}

.formtitle {
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #3eafc1;
}

.title02 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
}
.title02:before {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
    background: #3eafc1;
  position: absolute;
  bottom: -2px;
  left: 0px;
}

.title03 {
  color: #000;
  padding: 5px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.title03:before {
  content:"";
  display:inline-block;
  width:14px;
  height:14px;
  margin-right:5px;
  background-color: #3eafc1;
}

.panel h2 {
  margin-top: 0;
  font-size: 24px;
}

/* Link
-------------------------------------------- */
a {
  -webkit-transition: 300ms;
          transition: 300ms;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

/* header
----------------------------------*/
header {
  position: relative;  
  height: 100px;
}

.header-large {
  height: 100px;
}

.header-small {
  height: 70px !important;
}

/* logo */
.navbar-brand {
  display: block;
  background: url(../images/logo_erp.png) center center no-repeat;
  z-index: 900;
  overflow: hidden;
}

/* primary_message */
.primary_message {
  margin: 0;
  background: #505554;
  color: #ffffff;
  height: 20px;
  font-size: 12px;
}
.primary_message .container {
  padding: 4px 0px 4px 0px;

}
.primary_message h1, .primary_message strong {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0 auto;
  line-height: 1.1;
}

/* Global Navigation
----------------------------------*/
nav.navbar {
  height: 50px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.175);
}
nav.navbar .nav > li {
  margin-left: 1px;
}
nav.navbar .nav > li > a,
nav.navbar .nav > li p {
  position: relative;
  padding: 10px 15px;
  color: #555;
  font-size: 14px;
}
nav.navbar .nav > li > a:hover,
nav.navbar .nav > li p:hover {
  background: transparent;
  color: #009855;
}
nav.navbar .nav > li:focus, nav.navbar .nav > li.active > a {
  background: transparent;
  color: #009855;
}
nav.navbar .nav > li:focus:hover, nav.navbar .nav > li.active > a:hover {
  background: transparent;
  color: #009855;
}
nav.navbar .nav > li.dropdown.open > .dropdown-toggle, nav.navbar .nav > li.dropdown.active > .dropdown-toggle, nav.navbar .nav > li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: #009855;
}

nav.navbar .nav > li:focus, nav.navbar .nav > li a:hover,
.home nav.navbar .nav > li.gnav01 a, .system nav.navbar .nav > li.gnav02 p,
.case nav.navbar .nav > li.gnav03 a, .price nav.navbar .nav > li.gnav04 a,
.contact nav.navbar .nav > li.gnav05 a {
    color: #3eafc1;
}

/* dropdown */
.dropdown-backdrop {position: static;}
.dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
}
.dropdown-menu > li > a {
  padding: 14px 20px;
  color: #999;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #3eafc1 !important;
  color: #fff !important;
}

.dropdown-backdrop {
  position: static;
}

@media (min-width: 767px) {
  header .container {
    position: relative;
  }
  header .navbar-brand {
    position: absolute;
    top:5px;
    width: 286px;
    height: 0;
    padding: 37px 0 0 0;
    float: none;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  header {
    height: auto;
  }
  header .navbar-brand {
    position: absolute;
    top:10px;
    width: 228px;
    height: 0;
    padding: 29px 0 0 0;
    background-image: url(../images/erp_top_228.png);
  }
  header .primary_message {
    position: relative;
    height: auto;
  }
  header .primary_message .container {
    padding-left: 0;
  }
  header nav.navbar {
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
    /* Menuãƒœã‚¿ãƒ³ */
  }
  header nav.navbar .navbar-toggle {
    margin-bottom: 10px;
    border: none;
      background-color: #3eafc1;
      box-shadow: inset 0px 1px 0px #69bd83, 0px 5px 0px 0px #2F4F4F;
    color: #fff;
  }
  header nav.navbar .navbar-toggle:hover, header nav.navbar .navbar-toggle:focus {
      box-shadow: inset 0px 4px 0px #2F4F4F;
    margin: 13px 15px 5px 0;
  }
  header nav.navbar .navbar-toggle span:before {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 375px) {
  header .navbar-brand {
    position: absolute;
    top:14px;
    width: 190px;
    height: 0;
    padding: 24px 0 0 0;
    background-size: 190px 24px;
  }
}

/* title
----------------------------------*/
.title {
  margin: 0;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.title .col-md-offset-3 {
  margin-top: 130px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .title {
    height: auto;
    padding: 20px 0;
  }
  .title .col-md-offset-3 {
    margin-top: 0;
  }
}
/* breadcrumb
----------------------------------*/
.breadcrumb {
  font-size: 12px;
  margin-bottom: 0;
  background: transparent;
  color: #fff;
  font-weight: bold;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  text-decoration: none;
}
.breadcrumb li + li:before {
  content: 'Â»';
}

/* footer
----------------------------------*/
#footerArea {
  position: relative;
  background: #515556;
  color: #fff;
  font-size: 11px;
}
#footerArea h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
#footerArea h4 .small {
  color: #fff;
  font-weight: normal;
  font-size: 10px;
}
#footerArea a {
  color: #fff;
}
#footerArea a:hover {
  color: #3eafc1;
}

#footerArea a.btn.btn_wh {
  padding: 10px 30px 10px 10px;
  border: #a0969c solid 1px;
  border-radius: 2px;
  background: #fff url(../images/icon_arrow.png) 98% 50% no-repeat;
  color: #333;
}
#footerArea a.btn.btn_wh:hover {
  margin: 5px auto -5px;
}

#footerArea .row {
  position: relative;
}
#footerArea .logo_softem:before {
  float: left;
  content: "";
  display: block;
  width: 100px;
  height: 116px;
  margin-right: 10px;
  background: url(../images/logo_softem.png) no-repeat left top;
}
#footerArea dl.arrow {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footerArea dl.arrow dt {
  font-weight: normal;
  margin-bottom: 5px;
}
#footerArea dl.arrow dd {
  margin-bottom: 5px;
  padding-left: 5px;
}
#footerArea dl.arrow dd::before {
  font-size: 10px;
  color: #009855;
  margin-right: 2px;
}

#ftrContact {
  padding: 10px ;
  text-align: center;
  background: #FFFFFF;
  color: #000;
}

#footer {
  background: #414546;
  padding-top: 15px;
  padding-bottom: 0px;
  color: #fff;
}
#footer a {
  color: #666;
}
#footer a:hover {
  color: #009855;
}
#footer .cp {
  margin-top: 11px;
}
#footer #gototop {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  background: #3eafc1;
  font-size: 24px;
  color: #fff;
}
#footer #gototop:hover {
  background: #3eafc1;
  text-decoration: none;
}

@media (min-width: 992px) {
  #ftrContact img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #footerArea .logo_softem:before {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  #ftrContact {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 5px;
    height: auto;
  }
}
@media (max-width: 479px) {
  #ftrContact {
    margin-bottom: 10px;
    padding: 5px;
    height: auto;
    min-height: auto;
  }
}
/*ã‚¢ã‚¤ã‚³ãƒ³ãƒE‚­ã‚¹ãƒE
-------------------------------*/
.mark_pdf:after, .mark_new:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 14px;
  margin-left: 2px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

.mark_pdf:after {
  background-position: 0 0;
}

.mark_new:after {
  background-position: -34px 0;
}

/* Marginãƒ»Paddng
-------------------------------------------- */
.m0 {
  margin: 0px;
}

.mB0 {
  margin-bottom: 0px;
}

.p0 {
  padding: 0px;
}

.pT0 {
  padding-top: 0px;
}

.pB0 {
  padding-bottom: 0px;
}

.pTB0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.m10 {
  margin: 10px;
}

.mB10 {
  margin-bottom: 10px;
}

.p10 {
  padding: 10px;
}

.pT10 {
  padding-top: 10px;
}

.pB10 {
  padding-bottom: 10px;
}

.pTB10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pB50 {
    padding-bottom: 50px;
}
.pT100 {
    padding-top: 100px;
}

.m20 {
  margin: 20px;
}

.mB20 {
  margin-bottom: 20px;
}

.p20 {
  padding: 20px;
}

.pT20 {
  padding-top: 20px;
}

.pB20 {
  padding-bottom: 20px;
}

.pTB20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.m30 {
  margin: 30px;
}

.mB30 {
  margin-bottom: 30px;
}

.p30 {
  padding: 30px;
}

.pT30 {
  padding-top: 30px;
}

.pB30 {
  padding-bottom: 30px;
}

.pTB30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pTB35 {
  padding-bottom: 10px;
  margin-left: 800px
}

.m40 {
  margin: 40px;
}

.mB40 {
  margin-bottom: 40px;
}

.p40 {
  padding: 40px;
}

.pT40 {
  padding-top: 40px;
}

.pT130 {
  padding-top: 130px;
}

.pB40 {
  padding-bottom: 40px;
}

.pTB40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pTB130 {
  padding-top: 130px;
  padding-bottom: 130px;
}


.m50 {
  margin: 50px;
}

.mB50 {
  margin-bottom: 50px;
}

.p50 {
  padding: 50px;
}

.pT50 {
  padding-top: 50px;
}

.pB50 {
  padding-bottom: 50px;
}

.pTB50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Width
-------------------------------------------- */
.w100per {
  width: 100%;
}

/* Background
-------------------------------------------- */
.bg_lightgray {
  background: #F6F6F6;
}

.bg_lightgreen {
  background: #7FC752;
}

.bg_green {
    background: #3eafc1;
}

.bg_strype {
  background: url(../images/bg_strype.gif);
}

/* Text
-------------------------------------------- */
.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.text_color_theme{
  color: #3EAFC1
}
.text_color_bk{
  color: #000000;
}

.text_color_wh_bb{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 25px
}

.text_color_wh{
  color: #FFFFFF;
}

.text_color_red{
  color: #f00;
}

.bold {
  font-weight: bold;
}
.text_large {
  font-size: 25px;
}
.text_16px {
  font-size: 16px;
}

/* Table
-------------------------------------------- */
.panel > .table-bordered, .table {
  border: 1px solid #DDD;
}

/* Button
-------------------------------------------- */
.btn.btn_contact {
    margin-bottom: 10px;
    background-color: #a0969c;
    box-shadow: inset 0px 1px 0px #b3abb0, 0px 5px 0px 0px #817a80;
    color: #fff;
}
.btn.btn_contact:hover {
    box-shadow: inset 0px 4px 0px #817a80;
    margin: 5px auto 5px;
}

.btn.btn_blu {
  padding: 10px;
  border: #fff solid 1px;
  border-radius: 2px;
  background-color: #3eafc1;
  color: #fff;
  font-weight: bold;
}
.btn.btn_blu:hover {
  margin: 5px 0 -5px;
  background-color: #65bfcd;
}

.btn.btn_gray {
  width: 100%;
  margin-top: 10px;
  padding: 20px 10px;
  background-color: #a0969c;
  box-shadow: inset 0px 1px 0px #b3abb0, 0px 5px 0px 0px #817a80;
  color: #fff;
}

.btn.btn_gray:hover,.btn.btn_gray.active, a:hover .btn.btn_gray {
  margin-top: 15px;
  margin-bottom: -5px;
  box-shadow: inset 0px 4px 0px #817a80;
  transition: 300ms;
}

.btn img {
    width: 100%;
}

.panel-default > .panel-heading {
  background: #7FC752;
  color: #fff;
}

@media print {
  body {
    color: #000;
    background-color: #fff;
    font-size: 9pt;
  }
  header, footer,.breadcrumb {
    display: none;
  }
  h1, .h1 {
  font-size: 24pt;
  }

  h2, .h2 {
    font-size: 16pt;
  }

  h3, .h3 {
    font-size: 16pt;
  }

  h4, .h4 {
    font-size: 12pt;
  }

  h5, .h5 {
    font-size: 10.5pt;
  }

  h6, .h6 {
    font-size: 9pt;
  }
  .panel{
    margin-bottom: 0;
  }
  .pT30 {
    padding-top: 0.5cm;
  }
}

