
/*##################################################*/
/*################## CSS-Code  #####################*/
/*##################################################*/


.click-menu .box1  {
	font-family: Lucida Calligraphy;
    color: #3D9B37;
	text-shadow: 1px -1px 1px #C9E972;
    font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}
.click-menu .box1-hover  {
	font-family: Lucida Calligraphy;
    color: #9acd32;
	text-shadow: 1px -1px 1px #C9E972;
    font-weight: bold;
    font-size: 16px;
	text-decoration:underline;
}
.click-menu .box1-open  {
    font-family: Lucida Calligraphy;
    color: #3D9B37;
	text-shadow: 1px -1px 1px #C9E972;
    font-weight: bold;
    font-size: 16px;
	text-decoration:none;
}
.click-menu .box1-open-hover  {
    font-family: Lucida Calligraphy;
    color: #9acd32;
	text-shadow: 1px -1px 1px #C9E972;
    font-weight: bold;
    font-size: 16px;
	text-decoration:underline;
    
}
.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}

.click-menu .section {
	/*       ob  re  un  li*/
	padding: 5px 5px 3px 20px;
    font-size: 14px;
    font-family: Lucida Calligraphy;
    color: #3D9B37;
	text-shadow: 1px -1px 1px #C9E972;
    text-decoration: none;
    display: none;
}
.click-menu .section a {
	color: #3D9B37;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #9acd32;
    text-decoration:underline;
    white-space: nowrap;
}
.click-menu .mtd {
	/*       ob   re   un  li*/
	padding: 15px 10px 5px 15px;
	background-image: linear-gradient(180deg, #9acd32 0px, #FFFFFF 10px);
	border-top: solid 1px #9acd32;
	border-left: solid 1px #9acd32;
	border-right: solid 1px #9acd32;
	border-bottom: solid 1px #9acd32;
	/*          h - v - blur - spread - color*/
	box-shadow: 3px 2px 4px 0px #9acd32;
	/*             ob-li ob-re un-re un-li */
	border-radius: 1.0em 0.0em 1.0em 0.0em;
}

.click-menu   {
	border-spacing: 30px 15px;
}