@charset "utf-8";

.schoolcolor { background: #aa002b; border-color: #aa002b; color: #aa002b;  }

#header h1 {
	background: none;
    text-align: center;
    padding: 0;
}

#header h1 span{
	font-weight: bold;
    border-bottom: dashed;
    padding-bottom: 7px;
    margin-bottom: 2px;
    display: inline-block;
}

@media screen and (min-width: 641px){
#consultation_area .inner .homettl {
    padding-top: 23px;
}
}

section#consultation_area div.inner p.date{
	margin-top: 20px;
}
section#consultation_area div.inner p.date span{
	font-weight: bold;
    background-color: white;
    color: black;
    padding: 0 10px 3px 10px;
    margin: 10px;
}


@media screen and (max-width: 640px){
	#header .inner {
	    padding-left:0px;
	}
}