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

/*共通*/
body{
     margin-right: auto;
     margin-left: auto;
     width:750px;
    }

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;
} 
/*会社情報メニューバー*/

table.menu2{
            width: 750px;
           }
table.menu2 td{
               text-align: right;
               }
img.menu2 {
             width: 100px;
             height: 22px;
             }
/*コピーライト*/
table.cr{
          width: 750px;
             }
table.cr td{
          text-align: center;
             }

table.type01{
             width: 600px;
             margin-right: auto;
             margin-left: auto;
             }

table.type01 td{
             text-align: center;
             font-weight: bold;
             background-color: #c0c0c0;
                }

table.type02{
             width: 600px;
             margin-right: auto;
             margin-left: auto;
             border-collapse:separate;
             border-spacing:5px;
             }
table.type02{
             font-size: 0.9em;
            }

table.type03{
             width: 750px;
             margin-right: auto;
             margin-left: auto;
             border-collapse:collapse;
             }

.a{
   border: solid 2px #a9a9a9;
   padding: 5px;
   background-color: #b0c4de;
   width:180px;
   font-size: 0.9em;                
   }
.b{
   border: solid 2px #a9a9a9;
   padding: 5px;
   background-color: #b0c4de;
   width:15px;
   font-size: 0.9em;                
   }
.c{
   border: solid 2px #a9a9a9;
   padding: 5px;
   background-color: #b0c4de;
   font-size: 0.9em;                
   }

table.type03 td{
                border: solid 2px #a9a9a9;
                padding: 5px;
                font-size: 0.9em;
                }
                


table.type04{
             width: 750px;
             border-collapse:collapse;
            }
table.type04 td{
             margin: 0;
             padding: 0;
             border-collapse:collapse;
                }


table.type05 {
        width: 750px;
	    border: solid #ccc 1px;
	    border-collapse: collapse;
	    border-spacing: 0;
	    text-align: center;
	    line-height: 1.4;   
	    vertical-align: center;
	    border-left:solid #ccc 1px;
	}
	table.type05 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.type05 td {
	    padding: 3px;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;    
        font-weight: 300;
	}       	


table.type06 {
        width: 750px;
        border: 1px solid #ccc;
	    border-collapse: collapse;
	    border-spacing: 0;
	    text-align: center;
	    line-height: 1.4;   
	    vertical-align: center;
	    border: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	}
	table.type06 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.type06 td {
	    text-align:left;
	    padding: 3px;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;    
        font-weight: 300;
	}       	
	table.type06{
             font-size: 0.8em;
            }


/*縦書き*/
table.type03 tr:not(:first-child) th span {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
/*縦書き*/

