@charset "utf-8";
/* CSS Document */

/*共通*/
body{
     margin-right: auto;
     margin-left: auto;
     width:750px;
    }
table.type04{
             width: 750px;
             border-collapse:collapse;
            }
table.type04 td{
             margin: 0;
             padding: 0;
             border-collapse:collapse;
                }
table.head {
            width: 100%;
            }
table.head td{
            margin: 0;
            }
.info{
      vertical-align: bottom;
      text-align: right;
      width: 15em;
      font-size: 0.7em;
      }
img.me {
             width: 6px;
             height: 18px;
             }

img.nu {
             width: 123px;
             height: 18px;
             transition: .2s;
             }
img.nu:hover {
             opacity: 0.5;
             }
img.copy {
             width: 300px;
             height: 12px;
             }
/*パンくず*/

table.pan{
          width: 750px;
          }
table.pan td{
              font-size: 0.8em;
              padding: 3px;
             }
/*コピーライト*/
table.cr{
          width: 750px;
             }
table.cr td{
          text-align: center;
             }
hr { 
    width: 750px;
    border: 0 none; 
    height: 2px; 
    color: #696969;
    background-color: #696969;
} 

div {
    width:750px;
    text-align:left;
    }

h1 {
  padding:5px;
  margin:5px;
  text-align:center;
  font-size:20px;
  background-color:#c0c0c0;   
   }

h2 {
  padding:5px;
  margin:5px;
  text-align:center;
  font-size:20px;
  background-color:#6699cc;
   }

h3 {
  padding:5px;
  margin:5px;
  text-align:left;
  font-size:18px; color:purple;    
  clear:both;
   }

p.imgLeft { 	   
  margin-left:10px;
  margin-right:10px;
  margin-top:0;
  width:250px;   
  float:left;
   }
     
table.type02 {
            width: 750px;
	    border-collapse: separate;
	    border-spacing: 0;
	    text-align: center;
	    line-height: 1.0;   
	    vertical-align: center;
	    border: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	}
	table.type02 th { 	 
        text-align:center;
	    padding: 3px;
	    font-weight: bold;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #fff;
	    border-left: 1px solid #fff;
	    background: #eee;
	}
	table.type02 td {
	    padding: 7px;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	}       	   
	table.type02 tr:nth-child(even){
        background-color:#ffffc2;
}

 
table.type05 th {
	    width:200px; 	 
        text-align:center;
	    padding: 5px;
	    font-weight: bold;
	    vertical-align: center;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #fff;
	    border-left: 1px solid #fff;
	    background: #eee;
	}
	table.type05 td {
	    width: 550px;    
            font-size:0.9em;
	    padding: 7px;
	    vertical-align: top;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
        line-height: 1.2; 
	}       	

table.tn{
         width: 750px;
        }
table.tn td{
            text-align: right;
            font-size: 0.8em;
            }

table.type01{
             width: 750px;
             }
table.type01 td{
             font-size: 0.9em;
             }
table.type06{
             width: 750px;
            }
table.type06 td{
                text-align: center;
                }
img.en{
       width: 142px;
       height: 110px
       }
img.enz{
        width: 145px;
        height: 145px;
        }
table.type07{
             width: 750px;
            }
table.type07 td{
                font-size: 0.9em;
                }


table.type03 tr td:nth-of-type(1){
  width: 12em;
}
table.type03 tr td:nth-of-type(2){

  text-align: center;
}
table.type03 tr td:nth-of-type(3){

  text-align: center;
}
table.type03 tr td:nth-of-type(4){

  text-align: center;
}
table.type03 tr td:nth-of-type(5){

  text-align: center;
}
table.type03 tr td:nth-of-type(6){

  text-align: center;
}
table.type03 tr td:nth-of-type(7){

  text-align: center;
}


table.type03{
             width: 100%;
             border: solid 0.1em ;
             padding: 0.8em;
             border-collapse: collapse;
             }
table.type03 th{
                font-size: 0.7em;
                border: solid 0.1em ;
                padding: 0.3em;
                text-align: center;
                }
table.type03 td{
                font-size: 0.9em;
                border: solid 0.1em ;
                padding: 0.3em 0.5em ;
                }
.s2{
         padding: 0.3em;
         background: #d5eded;

         }         

.fixed01{
  position: sticky;
  top: 0;
  background: #f5f5f5;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 0.2em solid #a9a9a9;
  }
}