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


h1 {
  background: #c0c0c0;
  text-align: center;
  width: 750px;
  font-size: 20px;
  padding: 4px;
  margin-right: auto;
  margin-left: auto;
}

h2{
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    font-size: 20px;
    background:#a1d4e6;
    text-align: center;
    font-weight: bold;
    color: #36464d;
   }

table.type02 {
    width: 750px;
}
table.type02 td {
    margin: 0; 
    padding: 0;
    font-size: 0.9em;
}
.left{
      width: 280px;
      }
.right{
      width: 470px;
      }
img.pic{
        width: 250px;
        height: 167px;
        }
img.pic2{
         width: 230px;
         height: 153px;
         }

.btn-square-shadow {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

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

table.type03 th {
  border: solid 3px #ccc;
  padding: 10px;
}
table.type03 td {
  padding: 10px;
  border: solid 3px #ccc;
}
 
