@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

html, body {
  background-color: #fcfcfc;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}

#main {
  max-width: 560px;
  margin: 0 auto;
}

#main h1, #main h2 {
  text-align: center;
}
  #main h1 {
    font-weight: 100;
    font-size: 45px;
    margin: 75px auto 0;
  }
  #main h2 {
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto 50px;
    color: #999;
  }

  #content {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 50px;
    padding-bottom: 25px;
    
  }

.col2 {
  width: 48%;
  float: left;
  font-style: normal;
  margin-left: 2%;
  display: inline-block;
}

.col2 small {
  color: #999;
}


#phone {}
#phone span {
  display: inline-block;
  width: 50px;
  color: #999;
}

#phone a {
  text-decoration: none;
  color: inherit;
}


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

#note-termin b {
  padding-top: 50px;
  display: inline-block;
}



.batch {
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #333333;
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  color: white;
  font-size: 2em;
  font-weight: 300;
  text-decoration: none;
  margin: 50px auto;
}

.batch:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  color: #333;
  background-color: #eee;
}
