header{
	background-color: #fff;
}

header h1{
	width: 960px;
	margin: auto;
	padding: 20px 20px 40px;
}

.active_02{
	color: #2BA6CB !important;
}

.overview h3 {
    position: relative;
    margin: 0px;
    text-align: left;
    padding-left: 45px;
}

.overview h3::before {
    position: absolute;
    content: "";
    background: transparent url("../img/curriculum/pentagon.png") no-repeat scroll 0% 0%;
    top: -2px;
    left: 0px;
    width: 36px;
    height: 31px;
}

.exterior{
	text-align: center;
	padding: 20px 0;
}

.equipment p{
	font-size: 0.875rem;
}

.privilege{
	padding-bottom: 20px;
}

.privilege ul{
	font-size: 0.875rem;
	margin: 0px;
	list-style: none;
	color: #E77C88;
}

table{
	line-height: 1.6;
}

table thead {
    background: #F5F5F5 none repeat scroll 0% 0%;
}

table tr th, table tr td{
	text-align: center;
	padding: 10px 5px;
}

.dorm tr th:nth-child(3),table tr th:nth-child(4){
	width: 15%;
}

.initial_cost h5 {
    position: relative;
    height: 32px;
    font-size: 1.125em;
    color: #fff;
    text-align: left;
    margin: 40px 0 25px;
    letter-spacing: 1px;
    padding: 4.5px 5px 4px;
    border-radius: 3px;
    background-color: #C2D467;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.initial_cost h5::after {
    position: absolute;
    background: transparent url("../img/curriculum/hexa_01.png") no-repeat scroll 0% 0% / cover;
    content: "";
    width: 45px;
    height: 32px;
    top: 0px;
    right: 0px;
}

.cost tr th:nth-child(1){
	width: 4%;
}

.cost tr th:nth-child(2){
	width: 6%;
}

.model_case h5 {
    position: relative;
    height: 32px;
    font-size: 1.125em;
    color: #fff;
    text-align: left;
    margin: 40px 0 25px;
    letter-spacing: 1px;
    padding: 4.5px 5px 4px;
    border-radius: 3px;
    background-color: #C2D467;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.model_case h5::after {
    position: absolute;
    background: transparent url("../img/curriculum/hexa_01.png") no-repeat scroll 0% 0% / cover;
    content: "";
    width: 45px;
    height: 32px;
    top: 0px;
    right: 0px;
}

.model_case p{
	font-size: .875rem;
}

.school_by{
	padding-top: 30px;
}

table tr th:nth-child(4) {
    width: 20%;
}









@media only screen and ( max-width : 959px ){
	header h1{
		padding: 40px 20px 70px;
	}
}
