/* ------------------------------------------

  layout

------------------------------------------ */
#main .box1 {
  margin-left: 0;
}
#main .box2 {
  margin-left: 87px;
}
#main .box3 {
  margin-left: 132px;
}
#main .box4 {
  margin-left: 268px;
}
#main .spec {
  position: relative;
  width: 926px;
  height: 544px;
  background: url(../img/bg_spec.jpg) no-repeat 0 0;
}
#main .spec .topSdw {
  position: absolute;
  top: 0;
  left: 0;
  width: 808px;
  height: 80px;
  background: url(../img/bg_top_sdw.png) no-repeat 0 0;
}
#main .spec .shutter {
  position: absolute;
  top: 0;
}
#main .spec .shutterL {
  left: 0;
}
#main .spec .shutterR {
  left: 460px;
}
#main .spec .list {
  position: absolute;
  top: 0;
  left: 56px;
}
#main .spec .machine {
  position: absolute;
  top: 31px;
  left: 462px;
}
