input,
textarea,
select {
  font-size: 1em;
}



#container {
  width: 1000px;
}


header,
section {
  position: relative;
}
header {
  padding-right: 230px;
  padding-left: 230px;
}
section {
  min-height: 180px;
  padding-right: 250px;
  padding-left: 250px;
}
section h3 {
  width: 100%;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
}
section h3 span {
  padding-left: 0.5em;
}
section ul {
  margin-top: 0.5em;
  margin-left: 20px;
}


.s {
  width: 230px;

  position: absolute;
  top: 0;
}
.s:nth-of-type(1) {
  left: 0;
}
.s:nth-of-type(2) {
  right: 0;
}



#notice {
  padding-right: 2em;
  padding-bottom: 50px;
  padding-left: 2em;
}
#notice h6 {
  font-size: 0.95em;
  text-align: center;
}
#notice a {
  width: 300px;
}



footer {
  padding: 50px 30px 20px;
}
footer > div {
  min-height: 240px;
  padding-left: 530px;
  position: relative;
}
#gmap {
  width: 500px;
  height: 240px;

  position: absolute;
  top: 0;
  left: 0;
}


.alpha:active,
.alpha:hover {
  opacity: 0.5;
}

.pcnone {
  display: none;
}







