@charset "utf-8";

#path-link {
	float: right;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px -39px;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow : ellipsis;
	max-width: 60%;
}
#path-link a {
	line-height:1;
	text-decoration:none;
    color:inherit;
}
#path-link a:hover {
	text-decoration:underline;
}

#path-link h2,#path-link h3{
	display: inline-block;
}


#session-title {
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	
       
    background-repeat: no-repeat;
    background-position: 15px center;
}

#session-line {
	height:100%;
	padding-top:7px;
	padding-bottom:0px;
    		padding-left:30px;
    	line-height:1;
	border-top-width:6px;
	border-top-style:solid;
    border-top-color:transparent;
	border-bottom-width:6px;
	border-bottom-style:solid;
	border-bottom-color:#ffffff;
}
#session-line h1{
	color: #0c0c0c;
}
#session-line h1 span{
	color: #000000;
}

#left-title-area {
	background-color:#192f60;
    		line-height: 1;
    	padding-right: 15px;
		padding-left: 15px;
        padding-top: 8px;
        padding-bottom: 5px;
 		color: #FFF;
   }

#left-menu,#left-menu-2 {
    border-top-color: #ffc000 !important;
    border-bottom-color: #192f60 !important;
}
#left-menu li {
	border-bottom-color: #d8d8d8 !important;
}
#left-menu a {
	color: #000000;
}

#left-menu .sa:hover {
	background-color: #192f60;
    color: #f2f2f2;
}

.test {}
/* ==平板電腦====================================== */
@media screen and (min-width: 576px) and (max-width: 991px) {
	
	#path-link {
		display:block;
	}

        #left-title-area {
            padding-top: 5px;
            padding-bottom: 5px;
    }
    #i-menu {
        margin-top: 2px;
    }
    	
}
/* ==手機電腦====================================== */
@media screen and (max-width:575px) {

	#path-link {
		display:none;
	}

        #left-title-area {
            padding-top: 5px;
            padding-bottom: 5px;
    }
    #i-menu {
        margin-top: 2px;
    }
    
}
