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

table.type01{
             width: 550px;
             margin-right: auto;
             margin-left: auto;
             }
table.type01 td{
                padding-left: 100px;
                font-size: 14px;
                background-color: #cfd7e6;
                width: 300px;
                }   

table.type02{
             width: 600px;
             margin-right: auto;
             margin-left: auto;
             }
table.type02 td{
                text-align: center;
                font-weight: bold;
                color: #696969;
                }   
  

table.type03 th {
	    width:100px; 	 
        text-align:left;
	    padding: 10px;
	    font-weight: bold;
            font-size: 15px;
	    vertical-align: center;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #fff;
	    border-left: 1px solid #fff;
	    background: #cfe3e6;
	}
	table.type03 td {
	    width: 570px;    
        font-size:15px;
	    padding: 4px;
	    vertical-align: middle;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
            border-top: 1px solid #fff;
	    
            line-height: 1.2; 
	}       	

table.type05{
             width: 700px;
             }
table.type05 td{
                text-align: right;
                }
img.entry{
          width: 150px;
          height: 45px;
          }
table.type06{
             width: 700px;
             }
table.type0 td{
                text-align: right;
                }

.btn-square-emboss {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ff674d;/*ボタン色*/
  color: #cc4f39;/*ボタン色より暗く*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #cc4f39;
  border-radius: 3px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.btn-square-emboss:active  {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}