/* CSS Document */

.no_img #page_title {
	height: auto;
	display: block;
	padding: 20px 0 17px;
}

.no_img #page_title h1 {
    color: #333;
}

#title_text_area.no_img {
    width: 80%;
    min-width: 980px;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}



#title_text_area_bg,
.cat_dept-index #title_text_area_bg {
    background-image: url(../images/pc/title_text_area_bg.png);
    background-repeat: repeat-x;
    background-position: center center;
}



.education_main .cat_dept-education a {
    background-color: #6495ed;
    color: #fff;
}

.education_class .cat_dept-education-class a {
    background-color: #6495ed;
    color: #fff;
}

.education_prof .cat_dept-education-prof a {
    background-color: #6495ed;
    color: #fff;
}

@media screen and (max-width: 740px) {

.no_img #page_title h1 {
    padding: 1em 0 0;
    font-size: 150%;
    color: #144d80;
}

.no_img #page_title {
    padding: 0;
}


#title_text_area_bg, .cat_dept-index #title_text_area_bg {
    background-image: none;
}

#title_text_area.no_img {
    width: 80%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

}
