@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%;
}
.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;
}
