html { 
    background: #E6E6FA;
}
body{
    text-align: center;
}


.school_top {
    width: 1015px;  
    /* height:1000px; */
    background: #FFFFFF;
    margin: auto;
    margin-top: 100px;
    /* text-align: center; */
    padding:2px 0 2px 0 ;
}
.text-space{
    margin: 0 5% 5% 5%;
}
.hoge{
    list-style: none;
    margin-top: auto;
}

.right{
    text-align: r
}

/*---------------header.html*/

.menu {  
    margin: 0;
    padding: 0 0 20px 2px;
    overflow: hidden; 
    /*display: flex;
	justify-content: center;*/
}
.m-1 {  
    font-size: 16pt;
    float: left; 
    overflow: hidden; 
}
.mn_btn{ 
    width:166px; 
    height: 42px; 
    display: block; 
    background: #aaa; 
    text-decoration: none; 
    color: #fff; 
    line-height: 40px;
    text-align: center; 
    margin:1px; 
}
/*--------------------共通*/
.left{
    text-align: left;
}
.entry-content{
    text-align: left;
}

.entry-content1{
    margin-left:20px;
    text-align: left;
}

h1{
    margin: 30px 10px 10px 20px;
    padding: 0 0 0 6px;
    border-bottom: solid 5px #5989cf;
    border-left: double 7px #5989cf;
    text-align: left;
}
h2{
    margin: 30px 10px 10px 20px;
    padding: 0 0 0 6px;
    border-bottom: solid 3px #5989cf;
    border-left: double 5px #5989cf;
    text-align: left;
}
h3{
    padding: 0 0 0 6px;
    text-decoration: dashed #5989cf;
}
.gra_image{
    margin-bottom:10px;
}
.entry-content p{
    margin: 0 5% 0 26px;
}

/* iframe{
    width: 90%;
    height: 150px;
} */
.time-line{
    width:90%;
    height:400px;
    overflow: scroll;
    padding-left: 40px;
}
.layerImage{
    width:                  100%;
    height:                 350pt;
    background-image:       url("../img/cover-picture2021.jpg");
    background-repeat:      no-repeat;
    background-position:    center;
    background-size:   99% auto; 
}
.layerTransparent{
    background-color:       rgba(255,255,255,0);
    height:                 600px;
    text-align: left;
}
.frontContents{
    color: rgb(13, 13, 14);
    font-size: 40px;
    font-weight: 800;
    margin: 20px 20px 20px 50px;
    font-family: fantasy;
}
/*---------------contact.php*/
#formWrap {
	width:95%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
    text-align: left;
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.mail_btn{ 
    float: right;
    width: 100px;
    background-color: #aaaaaa;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(136,136,136,1);
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 0 5px;
    padding: 0 5px;
}

/*---------------blog_create.php*/
.contents{
    width: 90%;
}

/*---------------footer.html*/
.footer{
    width: 1015px;  
    margin: auto;
    text-align: center;
    padding:2px 0 20px 70px ;
}
.footer p{
    text-align: left;
}