@charset "utf-8";
/* CSS Document */
.header{
	position:fixed;
	width: 100%;
	z-index: 9999;
}
.footer{
	background-color: #e9ecef;
}

.profile td{
   text-align: left;
   padding-left: 1rem;
}

.profile th{
   font-size: 1.3rem;
   width: 20%;
}
.group td{
   text-align: center;
   padding-left: 1rem;
}
.group th{
   font-size: 1.3rem;
   width: 20%;
}

.clear{
   clear: both;
}
.contact{
   text-align: center;
}
.toiawase{
	margin: 0 auto;
	width: 100%;
}

.title1{
   background-image:url("../images/title-backimg.jpg");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   padding-left: 2%;
   font-weight: bold;
   color: #1100ED;
}

.act-picture-a1{
    width: 30%;
    height: auto;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.act-picture-a2{
    width: 30%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.act-picture-a3{
    width: 65%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.engineer-cont1-1{
    width: 40%;
    height: auto;
    margin-top: 10px;
    float: left;
}

.engineer-cont1-2{
    width: 60%;
    height: auto;
    margin-top: 10px;
    float: left;
}