/* common */
h2 {
    border-left: solid 5px blue;
    border-bottom: solid 1px grey;
    padding: 10px;
}
.contents_education{
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	z-index: 10
}
/* top picture */
.top_pic {
    padding-top: 80px;/*メニューバーのheightに90pxに合わせること*/
    width:100%;
    height: auto;
}
/* interst */
.interest p.bold{
    font-weight: bold;
}
/* looks */

/* schedule */
.div_img{
    margin-left: auto;
    margin-right:auto;
}
.schedule_img{
    width: 100%;
    height: auto;
}