/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015/04/06
    Author     : digila5
*/

/* ドロップダウンをマウスオーバーで開く */
.dropdown:hover > .dropdown-menu{
  display: block;
}

@media (max-width: 767px){
    .navbar-nav > li {
        float: left;
    }
}

/* Dividers */
.divide-10 {
  height: 10px;
  width: 100%;
}
.divide-20 {
  height: 20px;
  width: 100%;
}
.divide-30 {
  height: 30px;
  width: 100%;
}
.divide-40 {
  height: 40px;
  width: 100%;
}
.divide-50 {
  height: 50px;
  width: 100%;
}
.divide-60 {
  height: 60px;
  width: 100%;
}
.divide-70 {
  height: 70px;
  width: 100%;
}
.divide-80 {
  height: 80px;
  width: 100%;
}
.divide-90 {
  height: 40px;
  width: 100%;
}
.divide-100 {
  height: 100px;
  width: 100%;
}