/*TOPメインビジュアル*/
.main-v {
    position: relative;
    background-color: #333;
    margin-bottom: 30px;
}

.main-container{
    position:relative;
    max-width: 1170px;
    margin-left:auto;margin-right:auto;
}

img{
    max-width: 100%;
    height: auto;
}

.main-img{
    display: block;
}

.main-info h2{
  position: absolute;
  background: rgba(33, 33, 44, 0.7);
  color: #fff;
  padding:10px 10px;
}
.main-info2 h2{
  position: absolute;
  background: rgba(33, 33, 44, 0.7);
  color: #fff;
  padding:10px 10px;
}

@media screen and (max-width: 767px) {
    .main-info h2{
      top: 5px;

      font-size: 1.2em;
    }
    .main-info2 h2{
      top: 70px;

      font-size: 1.2em;
    }
}

@media screen and (min-width: 768px) {
    .main-info h2{
      top: 40px;
      right: 40px;
    }
    .main-info2 h2{
      top: 120px;
      right: 40px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {

 }

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {

 }

.sitename > .container h1{

  font-size: 20px;
}


/*コンテントエリア*/

.enimg{

  border-radius: 50%;
  margin-bottom: 5px;

}

i.main-i{
  float: left;
}
.clear {
    clear:both;
}


div.enimg{
  text-align:center;

}


i.main-i{
  margin-right: 10px;
  font-size: 1.5em;
}

.row{
  margin-bottom: 20px;
}

/* Customize the navbar links to be fill the entire space of the .navbar */
.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;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .75);
    border-right: 1px solid rgba(0, 0, 0, .1);
}

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

.navbar-default{
  background-color: #f5f5f5; 
}

/*Fotter*/
#footer{
  width: 100%;
  height: 60px;
  bottom: 0;
  background-color: #f5f5f5;
}

#footer .container {
  padding-top: 15px;
}




