@charset "utf-8";

/*共通のタグ-------*/
html {
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  background-color: #eee;
  color: #444;
  height: 100%;
}

input {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  margin: 0;
}

a {
  opacity: 1;
  filter: alpha(opacity=100); 
  color: #0070c0;
}

a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); 
}

a:visited,
a:active {
  opacity: 0.8;
  filter: alpha(opacity=80); 
}

/*ページ共通の構成要素-------*/
.containner {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}

.containner .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  padding: 10px;
  background-color: #888;
  z-index: 1000;
}

.containner .header > .title {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.containner > .main {
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
  padding: 0px;
  height: 100%;
  padding: 45px 0;
}

.containner #gmap {
  width: 100%;
  height: 100%;
}

.containner .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #888;
  z-index: 1000;
  color: #fff;
}

.containner .footer > .copyright {
  font-size: 0.8em;
  height: 25px;
}

/*共通に使用するclass-------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
}
