@charset "UTF-8";
/* CSS Document */

html,
body {
	margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after{
  box-sizing: inherit;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: center;
	background-color: rgb(255,255,255);
}
a{
  color: rgba(0, 0, 0, 1.0);
	text-decoration: none;
}
ol{
	list-style-type: none;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
}
li{
	background-color: rgb(210, 210, 210);
	margin: 4px 6px;
	padding: 6px 12px 6px 12px;
	border: 1px #b60000 solid;
  cursor: pointer;
}
li.deskmob{
	text-transform: uppercase;
	background-color: transparent;
	margin: 14px 6px 4px 6px;
	border: none !important;
}
li.deskmob.hi{
  font-size: 12px;
  margin: 8px 6px 4px 6px;
}
#container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 2460px 1440px;
	overflow: hidden;
}
#menu-bar{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 25px;
}
#navi{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
  min-height: 100%;
	background-color: #FFFFFF;
}
#content{
	position: fixed;
	width: 100%;
	background-color: transparent;
}
#menu-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
#menu-text{
  position: relative;
  width: 100%;
  height: auto;
}
#menu{
  position: relative;
  width: 100%;
  height: auto;
}
#iframe{
  position: relative;
	width: 1250px;
  height: auto;
	background-color: rgb(210, 210, 210);
}
