@charset "utf-8";

/* Geeklog Horizon Theme 1.0 | Copyright (C) 2012-2015 by Ivy | http://www.ivywe.co.jp | License:GPLv2 */

       .map {
      	border:solid 1px #666;
        height: 350px;
        width: 100%;
				background-color: grey;
       }


html {
  font: normal 15px / 20px "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}


.uk-form-row + .uk-form-row {margin-top: 8px;}

.uk-navbar-nav > li > a[href='#'],
.uk-navbar-nav > li > a[href=''] {
  cursor: default;
}

div ul.gl-list li{
  width: 280px;
  float: left;
  margin-left: 1em;
}

.uk-table-condensed th,.uk-table-condensed th td {
	padding: 1px 2px ;
}
.uk-table gl-table {
	width: auto;
  min-width: 0;
}

.uk-navbar-brand{height: 58px; }

.uk-navbar {
/*	background:#7296C6;  */
	color: #444444;
	border: none;
	border-radius: 0;
}

nav .uk-tab > li > a {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 0 #2E4A72;
}
nav .uk-tab > li.uk-active > a {
	color: #3A6092;
  text-shadow: 0 1px 0 #eeeeee;
  background: #f5f5f5;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-h7 {
  font-weight: bold;
}

#wrapper {overflow: hidden; margin-bottom: 0;padding-bottom: 0; }


.gl-topicbar {
  font-size: 14px;
  font-weight: bold;
  background: #7296C6;
  color: #ffffff;
  padding: 2px 2px 2px 10px;
	margin: 0;
}

.gl-topicbody {
	padding: 20px;
  margin-top: 0;
  background: #E2EAF3;
}