@charset "utf-8";
/* CSS Document */

.newstu{
	color:#5ba54c;
	font-weight:bold;		
}
.campstu{
	color:#d9334e;
	font-weight:bold;		
}
.parent{
	color:#c76c40;
	font-weight:bold;		
}
.staff{
	color:#a76f27;
	font-weight:bold;	
}
.alumni{
	color:#8da448;
	font-weight:bold;
}
.visitor{
	color:#5ba2e2;
	font-weight:bold;	
}

.opz-banner {
    width: 100%;
    height: 270px;
/*    margin-bottom: 15px; */
}
.opz-banner-newstu {
    background: url(../images/header-newstu.jpg) left center no-repeat;
}
.opz-banner-campstu {
    background: url(../images/header-campstu.jpg) left center no-repeat;
}
.opz-banner-staff {
    background: url(../images/header-staff.jpg) left center no-repeat;
}
.opz-banner-parent {
    background: url(../images/header-parent.jpg) left center no-repeat;
}
.opz-banner-alumni {
    background: url(../images/header-alumni.jpg) left center no-repeat;
}
.opz-banner-visitor {
    background: url(../images/header-visitor.jpg) left center no-repeat;
}
header{
	min-height:0;
	background:#FFF;
}

#services6 h1{
	margin-top:0;
}

#services6 .services-box {
	padding-bottom:5px;
	padding-top:20px;
}

#services6 h3 {
    font-family: 'source-han-sans-traditional', 'San Francisco', '蘋果正黑體', '微軟正黑體', sans-serif !important;
	margin-top:0;
	margin-bottom:5px;
	font-weight:bold;
}

#services6 h2 {
    font-size: 2.5em;
	margin-bottom:20px;	
    margin-top:10px;
}


#services6 p {
	font-size:13px;
	font-weight:100;
	line-height:150%;
}

.panel-group .panel {
/*		display:inline-block; */
	width:90%;
}


.panel-body {
	padding-right:5px; 
}

ul.panel-body li{
	font-size:15px;
	margin-left:10px;
	line-height:135%;
	margin-bottom:5px;
}
ul, ol {
    margin-top: 2px;
}
#accordion0{
	margin-bottom:0;
	padding-bottom:10px;
}
dl.panel-body{
	padding-left:5px;
	padding-right:5px;
}
dl.panel-body dt{
	display: inline-table;
	width:20%;
	background:#d8e9f2;
	padding:2px 4px;
	margin-right:4px;
	margin-bottom:4px;
}
#footer7 .social-icons {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
	.panel-group .panel {
		width:97%;
	}
	dl.panel-body dt{	
		width:45%; 
	}
}