@charset "utf-8";

#openMenu {
	background: #000000;
	float: left;
	text-align: right;
	width: 14%;
}
#gNavi {
	display: none;
	width: 100%
}
.hamburger {
	margin-top: 40px;
}
.demo a {
	color: #ffffff;
    display: block;
	padding-bottom: 1.0em;
	padding-top: 1.0em;
	text-align: left;
}

.demo a:hover {
	text-decoration: none;
}

.demo .child {
    display: none;
}
.demo .child > li {
	margin: 0;
	border-bottom: 1px dotted #ffffff;
}

.child li a{
	padding: 1.0em;
	background: #004dcc;
}
.child li a:hover{
	background: #006ffb;
	text-decoration: none;
}

.demo .child > li:last-child {
        border-bottom: 0;
}
.switch .menu:after {
  position: absolute;
  top: 50%;
  right: 0.625em;
  margin-top: -1.4rem;
  content: '>';
  font-size: 1.4rem;
  font-weight: bold;
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
 }
.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu {
  display: block;
  position: relative;
  padding: 0.625em;
}
#global001, #global002, #global003, #global004, #global005, #global006, #global007, #global008 {
	background: #00399c;
	border-bottom: solid 1px #004dcc;
}