.statusMemoC {
	color: red;
	font-size: 0.8em;
}

.statusMemoX {
	color: black;
	font-size: 0.8em;
}

#slideMenu {
	position: fixed; height: 100%; z-index: 1204; overflow: auto;
    background: #fff;
    background: -moz-linear-gradient(#fff, #f9fdff);
    background: -o-linear-gradient(#fff, #f9fdff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9fdff));
    background: -webkit-linear-gradient(#fff, #f9fdff);
	/* right: 0; */
}
#slideMenu:hover #slideImageIcon { display: block; }
#slideBar { 
	height: 100%; float: right; width: .3em;
}
#slideImageIcon { 
	height: 100%; float: right; width: 48px; display: none;
}
#slideImageIcon div { width: 100%; }
#slideImageIcon div img { margin: 6px; cursor: pointer; }
#slideImageIcon div img:hover { border-right: 2px solid rgba(4, 129, 177, 0.4); }

#slideDivs { float: right; } /* right: 0; */
#slideDivs > div { display: none; float: right; }

.recommend-menu-content img {
    height: 50px;
    margin-right: 10px;
    box-shadow: 2px 2px 4px #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 50px;
}

.recommend-menu-content > div {
    margin: 20px;
}

/*摺疊式選單*/
#slideDivs_1 fieldset ul li {/*第一層menu & 第一層menu之content*/
    cursor: pointer;
    list-style:circle;
    list-style-position:inside;
	text-align: left;
}

#slideDivs_1 fieldset {
	padding: 2.5em 1em 1em 1em;
	margin:1.5em auto;

    border: 2px solid rgba(4, 129, 177, 0.4);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

    background: #fff;
    background: -moz-linear-gradient(#fff, #f9fdff);
    background: -o-linear-gradient(#fff, #f9fdff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9fdff));
    background: -webkit-linear-gradient(#fff, #f9fdff);

	position:relative;
}
#slideDivs_1 legend {
	padding: .5em .8em;
	text-align:center;
	font-weight:bold;

	background-color:#fff;
	color:#0481b1;

	border-radius:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

	box-shadow:2px 2px 4px rgba(4, 129, 177, 0.5);
	-moz-box-shadow:2px 2px 4px rgba(4, 129, 177, 0.5);
	-webkit-box-shadow:2px 2px 4px rgba(4, 129, 177, 0.5);

	position:absolute;
	left:10px;top:-15px;
}