@charset "utf-8";

/* CSS Document */

ul { margin: 0; padding: 0; }
ul li { list-style: none; margin: 0; white-space: nowrap; display: inline;  }

.Nav1,
.Nav1:hover,
.Nav1-active,
.Nav1-active:hover {
	padding: 5px 8px 5px 8px;
	display: block;
	position: relative;
	left: 0px;
	width: 180px;
	height: 70px;
	line-height: 70px;
}

.Nav1 {
	cursor: hand;
	z-index:50;
	width: 180px;
	height: 70px;
	line-height: 70px;
}

.Nav2,
.Nav2:hover,
.Nav2-active,
.Nav2-active:hover {
	padding: 5px 8px 5px 8px;
	display: block;
	white-space: nowrap;
	width: 180px;
	height: 70px;
	line-height: 70px;
}

.Nav2 {
	cursor: hand;
	z-index:50;
	width: 180px;
	height: 70px;
	line-height: 70px;
}

.section {
	position: absolute;
	z-index: -1;
	white-space: nowrap;
	visibility: hidden; 
	width: 180px;
	height: 70px;
	line-height: 70px;	
}

* html td { position: relative; } /* ie 5.0 fix */


input[type=submit].buttons, input[type=button].buttons {
display:inline-block;
padding:0.3em 0.8em;
margin:0 0.3em 0.3em 0;
border-radius:.8em;
box-sizing: border-box;
text-decoration:none;
box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
font-weight: bold;
color:#FFFFFF;
background-color: #666;
text-align:center;
transition: all 0.7s;
}
input[type=submit].btn_remove, input[type=button].btn_remove {
display:inline-block;
padding:0.05em 0.2em;
margin:0 0.1em 0.1em 0;
box-sizing: border-box;
text-decoration:none;
box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
font-weight: bold;
color:#FFFFFF;
background-color: #666;
text-align:center;
transition: all 0.7s;
font-size:10px;
font-variant:small-caps;
}
input[type=button]:disabled {
    opacity: 0.3;
}
input[type=submit]:hover, input[type=button]:hover {
background-color:#4095c6;
}
input[type=submit]:active, input[type=button]:active {
background-color: #CCC;
animation: btnBlink .3s linear infinite;
}
@keyframes btnBlink{
0%{background-color: #999;}
50%{background-color: #000;}
100%{background-color: #FFF;}
}
input[type=submit], input[type=button]  {
/* display:block; */
margin:0.2em auto;
}
