/*    fujita4.css   */
@charset "Shift_JIS";
 

.text-center{
      text-align:center;
}
.text-left{
      text-align:left;
}
.text-justify{
      text-align: justify;
}
.boxA::after{
	content:"";
       display:block;
       clear:both;
}
/*title*/
.box1{
       margin-right:auto;
       margin-left:auto;
       border : 0; 
       padding:0;  
       width:900px;
}

.box3{

  display:flex !important;
  justify-content:center;
       margin:1px;
       border : 0; 
       padding:10px 15px 10px 15px ;
       width:750px;
      background-color:#7cbac1;
}
.box4{
       margin-right:auto;
       margin-left:auto;
       margin-top:10px;
       margin-bottom:10px;
       width:900px;
       padding:0;
       /*background-color:#bbffff;*/
}
.box5{
       margin-right:auto;
       margin-left:auto;
       margin-top:0;
       margin-bottom:0;  
       border: 5px double #9999ff; 
       padding:10px 15px 10px 15px ;
       width:860px; 
      background-color:#ffffbb;
}

/* copyright */
.boxcopyright{
       margin:0px;
       line-height:1.4;
       width:750px;
       padding:5px 15px 5px 15px;
       background-color:#bbffff;
}
.copyright p{
    font-size: 12px;
}
