@charset "utf-8";

#kh_center {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 80px;
	margin: 10px;
	background-color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}
#kh_center .logo {
  background: url('/img/kh16366.gif');
  background-repeat: no-repeat;
  width: 150px;
  height: 75px;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  right: 0px;
}
#kh_center p, #kh_center ul, #kh_center ol{
	margin-bottom:0.9em;
  margin-right: 40px;
  margin-left: 40px;
}
#kh_center ul, #kh_center ol{
  margin-top: 0px;
  margin-left: 60px;
}
img.lightbox {
	cursor: pointer;
}
#kh_center a:link, #kh_center a:visited {
  color: #006599;
  text-decoration: underline;
  font-weight: inherit;
}
#kh_center h2, #kh_center h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}
#kh_center h2 {
  font-size: 18px;
}
#kh_center h3 {
  font-size: 16px;
}
#kh_center h1{
  font-size: 22px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #kh_center {
    padding: 80px 0 0 0;
  }
  #kh_center li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  a {
    display: block;
    padding: 10px;
  }
}