@charset "UTF-8";

#wrapper {
  position: relative;
  width: 880px;
  margin: 0 auto;
}

#header {
  height: 110px;
  width: 100%;
}

#header-area {
  width: 780px;
  margin: 0 auto;
}

#main_head {
  position: relative;
  margin: 0 auto;
  width: 880px;
  height: 110px;
}

#main {
  position: relative;
  margin: 0px auto;
  width: 780px;
  top: 30px;
}

.point {
  float: left;
  width: 400px;
  margin-left: 20px;
  display: inline;
}

.demo {
  float: right;
  width: 326px;
  margin-right: 20px;
  display: inline;
}

#demo-order {
  float: right;
  width: 326px;
  margin-right: 24px;
  display: inline;
}


.advantage {
  position: relative;
  clear: both;
  top: 30px;
  width: 740px;
  margin-left: 20px;
}

.sub {
  position: relative;
  clear: both;
  width: 740px;
  margin-left: 20px;
}


.function {
  position: relative;
  top: 40px;
  width: 740px;
  margin-left: 20px;
}


.price {
  position: relative;
  clear: both;
  top: 60px;
  width: 740px;
  margin-left: 20px;
}

.order {
  position: relative;
  top: 60px;
  width: 740px;
  margin: 20px 20px 50px 20px;
}

#inquiry-btn {
  position: relative;
  top: 30px;
  width: 740px;
  margin: 0px 20px 30px 20px;
  text-align: center;
}

#footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 200px;
}
