@charset "utf-8";

#openMenu {
	float: left;
	margin-top: 0.5em;
	width: 15%;
	text-align: right;
}
#gNavi {
	display: none;
	width: 100%
}
.demo a {
	color: #ffffff;
    display: block;
	text-align: left;
}

/* リンクの下線を消す
.demo a:hover {
	text-decoration: none;
}
*/

.demo .child {
    display: none;
    background: #454545; /* li全体の色を変更するときは消す */
}
.demo .child > li {
	margin: 0;
	padding: 0.5em 1.0em; /* li全体の色を変更するときは消す */
	border-bottom: 1px dotted #dddddd;
}

/* li全体の色を変更する
.child li a{
	padding: 0.5em 1.0em;
	background: #454545;
}
.child li a:hover{
	background: #ff0000;
	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: #000000;
}
#globalLanguage {
	padding: 0.5em 0;
}
#globalLanguage a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
#globalLanguage a:hover {
	color: #ffffff;
	text-decoration: underline;
}