@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;
  clear:both;
   }
   

h2 {
  padding:5px;
  margin:5px;
  text-align:center;
  font-size:18px;
  background-color:#87cefa;  
  clear:both;
   }




p.imgLeft {
  float:left;
  margin-right:10px;
  margin-top:20px;
  width:200px;
}
    
table.type02 {
            width: 500px;
	    line-height: 1.2;
	       }
table.type02 th {
	    font-weight: bold;
            font-size: 1.5em;
            color: #6a5acd;
                 }
table.type02 td {
	font-size:1em;
        background-color: #cfe6dd;
	vertical-align: top;
        padding: 10px;

	}     
p.btn {
   text-align: right;
   padding-top: 0px;
   margin-top:10px;

   }		   
p.line {
       clear:both;
   }
p.center{
         text-align: center;
         color: blue;
         font-weight: bold;
         }
img.s{
      width: 180px;
      height: 130px;
      }
span{
     color: red;
     }

table.type01{
             width: 750px;
             border: solid 3px #1e90ff;
             border-collapse: collapse;
            }
table.type01 th{
                text-align: center;
                font-size: 1em;
                padding: 7px;
                width: 100px;
                border: solid 3px #1e90ff;
                }
table.type01 td{
                font-size: 0.9em;
                padding: 7px;
                border: solid 3px #1e90ff;
                }
table.type03{
             width: 750px;
            }
table.type03 td{
                text-align: center;
                font-size: 1em;
                }
p.right{
        text-align: right;
        }
table.type05{
             width: 750px;
             }