/* base
---------------------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
    font-style: normal;
    font-weight: normal;
}

a img {
  border: none;
}
.cl {
  zoom: 100%;
}
.cl:after {
  display: block;
  clear: both;
  content: "";
  height: 0;
}

a:link, a:visited {
	color: #334db5;
	text-decoration: none;
}
a:hover, a:active {
	color: #e06984;
	text-decoration: none;
}

/* contents
---------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

/* FixMenu
---------------------------------------------------- */
#fix {
	margin: 0px;
	padding: 0px;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 100;
}
#fix div {
	margin: 0px;
    padding: 20px;
    background-color: #004090;
    opacity: 0.7;
    display: block;
    right: 0;
    
}
#fix p {
	display: none;
    
}

#nav-drawer {
	display: none;
}

/* header
---------------------------------------------------- */
#header {
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
    position:fixed;
    top:0;
	width: 100%;
	z-index: 10;
	box-shadow: 0px 2px 4px #999;
	-moz-box-shadow: 0px 2px 4px #999;
	-webkit-box-shadow: 0px 2px 4px #999;
    opacity: 0.9;
}
#global {
    width: 1000px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
#global #logo {
	font-size: 18px;
	line-height: 22px;
	font-family: "Gothic MB101 Regular";
    background-image: url("../img/global/logo.png");
    background-position: left 12px;
    background-repeat: no-repeat;
    float: left;
}
#global #logo a {
    width: 135px;
    height: 45px;
    padding-left: 215px;
    padding-top: 37px;
	color: #727070;
	text-decoration: none;
    display: block;
}
#global ul {
    margin: 0;
    padding: 0;
    float: right;
}
#global ul li {
    margin: 0;
    display: inline-block;
	font-size: 17px;
	line-height: 21px;
	font-family: "Koburina Gothic W6 JIS2004";
    padding-top: 36px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
	color: #999999;
    cursor: pointer;
    
}
#global ul li a {
	color: #989797;
    display: block;
    padding-bottom: 5px;
}
.menu1:hover , .menu2:hover, .menu3:hover, .menu4 a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #da5a95;
}
.menu5 {
    background-image: url("../img/global/entry.png");
    background-position: center 30px;
    background-repeat: no-repeat;
    width: 148px;
    height: 31px;
    text-indent: -10000px;
}
.child1, .child2, .child3 {
    position:fixed;
    top: 94px;
	left: 0;
	z-index: 9;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
}
#sub ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
#sub ul li {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 30px;
    display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-family: "Gothic MB101 Regular";
    color: #FFF;
    background-image: url("../img/global/slash.png");
    background-position: right 11px;
    background-repeat: no-repeat;
    
}
#sub ul li:last-child {
    padding-right: 0px;
    background-image: none;
}
#sub ul li a {
	color: #FFF;
}
#sub ul li a:hover {
	color: #e2d41e;
}


/* footer
---------------------------------------------------- */
#entry {
	background: -webkit-linear-gradient(116deg, rgb(167, 124, 215), rgb(68, 26, 132));
    background: linear-gradient(116deg, rgb(167, 124, 215), rgb(68, 26, 132));
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
}
#entry p {
    font-family: "UD Reimin Light";
	font-size: 29px;
	line-height: 32px;
    margin: 0px;
    padding: 50px;
    color: #FFF;
    letter-spacing: 0.4em;
}
#entry ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    list-style: none;
    display: table;
}
#entry ul li {
    margin: 0px;
    width: 200px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
}
.e1 {
    border: solid 1px #FFF;
    font-family: FB Benton Sans Bold;
    font-style: italic;
	font-size: 33px;
	line-height: 40px;
    letter-spacing: 0.2em;
    color: #FFF;
}
.e2 {
    border: solid 1px #FFF;
    background-color: #FFF;
}
.e2 a {
    display: block;
}
#footer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}
#add {
    background-image: url("../img/footer/logo.png");
    background-repeat: no-repeat;
    margin-top: 13px;
    padding-left: 200px;
    color: #737373;
    height: 65px;
}
#add h3 {
    font-family: UD Shin Go Regular;
	font-size: 16px;
	line-height: 20px;
    padding-top: 12px;
}
#add p {
    font-family: UD Shin Go Regular;
	font-size: 13px;
	line-height: 16px;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
}
#add p br {
    display: none;
}

#inst {
    text-align: right;
    margin-top: -45px;
    padding-bottom: 10px;
}

