/*==============
reset style
===============*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  background:transparent;
}

li {
  list-style-type: none;
}


/*==============
common style
===============*/
body {
  text-align: center;
  font-family: arial,sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}

header {
  padding: 10% 0 12% 0;
}

img.halfimage {
  max-width: 90%;
  height: auto;
  zoom: 0.5;
  -moz-transform:scale(0.5, 0.5);
  -o-transform:scale(0.5, 0.5);
}

li.inline {
  display: inline;
}

a {
  font-size: 1em;
  color: #373737;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #666666;
}

hr {
  display: none;
}

footer {
  margin-top:40px;
}

footer ul,
div.mapfooter ul {
  font-size: 0.9em;
}

footer small,
div.mapfooter small {
  font-size: 0.8em;
  color: #999999;
  line-height: 1.8;
}

form input[type="text"] {
  background: #efefef;
  width: 244px;
  padding: 5px 8px;
  font-size: 1em;
  margin-top: 10px;
}

/*------------
search
-------------*/
#mainContents ul.searchBtn {
  text-align: center;
  width: 100%;
}

#mainContents ul.searchBtn li {
  margin: 25px 15px 0 15px;
  display: inline-block;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.mapfooter {
  position:absolute;
  top: 80%;
  width: 100%;
}

.mapfooter  p.moreSearch {
  text-align: center;
  margin: 20px 0;
}

/*------------
help
-------------*/
#mainContents h1 {
  text-align: center;
  font-size:1.25em;
  padding: 1.25em 0 0.5em 0;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 0.5em;
}

div#howto {
  padding: 0 5% 5% 5%;
}

div#howto p.topic {
  font-size: 1.15em;
  text-align: left;
}

div#howto dl {
  text-align: left;
}

div#howto dl dt {
  font-size: 1.05em;
}

div#howto dl dd {
  margin-bottom: 1.5em;
}

div#howto ul {
  margin:0.25em 0 1.5em 0;
  text-align: left;
}
