/* NAVIGATION MENU - START */



/*モバイルで　グローバルメニューを消す*/
@media screen and (max-width:700px) {
	#main-menu {
		display:none;
	}
}




#main-menu {
	display: block;
	width: 962px;
	list-style: none;
	position: absolute;
	right: 190px;
	top: 110px;
	font-size: .8em;
	line-height: 2;
	
}	








.lvl1 {
    display:inline-block;
    position: relative;
    text-align:center;
}
#main-menu .lvl1 a {
	display:block;
	background:#00afe0;
	color:#fff;
	padding:5px 10px;
	border-radius:10px;
	line-height:1.4;
	margin-left:5px;
	font-size:1.1em;
}
#main-menu .lvl1 a:hover {
	background: #009a00;
}
	

/* NAVIGATION MENU - END
-------------------------- */


/**********************************************************/
/******************   TrEVo Menu Style    *****************/
/**********************************************************/

div.lvl2 {
    display:none;
    background-color:#fefefe;
    position:absolute;
    z-index:1000;
    border:2px solid #fff;
    border-radius:2px;
    box-shadow: 0 0 2px #6C6C6C;
	border-right:1px solid #fff;
}
.col_1 {
	float:left;
	width:187px;
	height:auto;
    padding:0 0 20px 20px;
	min-height:200px;
	text-align:left;
	line-height:1.8;
}
.col_1 h1 {
    color: #00afe0;
    font-size:1.4em;
	font-weight:bold;
	line-height:1;
}
.col_1 ul {
	width:100%;
	height:auto;
	text-align:left;
	line-height:2;
	margin:0;
	padding:0;
}
.col_1 ul li {
	list-style:none;
	color: #7b7e86;
	font-size:1em;
	line-height:2;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #999;
}
#main-menu .lvl1 .lvl2 a {
	display:block;
	background:none;
	width:100%;
	color:#00afe0;
	padding:5px 10px;
	border-radius:0;
}
#main-menu .lvl1 .lvl2 a:hover {
	background:none;
	color:#009a00;
	background:#FFFCA3;
}
