/* ***************************
print
*************************** */
/*
base
--------------------------- */
.base {
  width: 940px;
}

/*
globalNav
--------------------------- */
.globalNav {
  display: block !important;
}

.listGnav__item__link {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

.pointGnav a {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

/*
headding
--------------------------- */
.card__head__title,
h2 {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

.table-bcp th {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

.btn-footer {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

/*
for template
--------------------------- */
.textarea-template {
  display: none;
}

#input-address,
#output-code {
  display: none;
}
