body {
    font-family: "ヒラギノ角ゴ Pro W3","Meiryo UI","メイリオ","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
    color: #706F6F;
    background-color: #f8f8f8;
}
.sitename{
    margin:15px 0 15px;
}
.sitename a{
    font-size: 1.6em;
    color: inherit;
}
 
i{
    font-size: 1.3em;
    color: inherit;
}
 
.navbar .navbar-inner {
    padding: 0;
}
 
.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}
 
/*
.navbar .nav li {
    display: table-cell;
    float: none;
}
*/

 
.navbar .nav li a {
    //font-weight: bold;
    font-size: 1.2em;
    color: #9C9B9B;
    font-family: "Bodoni MT","Courier New","Agency FB","Juice ITC";
    text-align: center;
    //border-left: 1px solid rgba(255, 255, 255, .75);
    //border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    //border-top: 1px dashed rgba(0, 0, 0, .1);

}
 
.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}

/*hakuyasu*/
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.addless {
    border-radius: 12px;
    background-color: #ffffff;
    //border: dashed 1px rgba(0, 0, 0, .1);
    padding: 10px;
}
#map_canvas {
    border-radius: 20px;
    //border: dashed 1px rgba(0, 0, 0, .1);
}
.header img {
    height: 40px;
}

.navbar-brand {
  background: url("../img/logo_10x.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 250px;
}

