#wrapper {
	margin:0 auto;
	width:100%;
	line-height:1.2em;
	padding : 0;
}
#wrapper2 {
	margin:0 auto;
	width:100%;
	line-height:1.1em;
	padding : 0;
}

#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
	text-indent: -9999px;
	/*margin-bottom: 25px;*/
}
#header2 {
	background-image: url(img/header2.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 100%;
	text-indent: -9999px;
	/*margin-bottom: 25px;*/
}

  p.caution1 {
     font-size:20px;
     font-weight:bold;
     color:#FF0000;
  }

  body {
    margin:0 calc((100% - 820px)/2);
	  background-color:#FFFFEF;
	padding:0;} 
  body.henkan{margin:30px;}

  h1 {font-size:18px;}
  f5 {font-weight: bold;}

  table {
     table-layout: fixed;
     border-collapse: collapse; /* 枠線を結合 */
/*   border: 2px solid black; 表の外側の枠線 */
}

#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
}
.white {
	color: #FFF;
	top:30%;
	position:relative;
	margin-left:10px;
}
#footer2 {
	background-image: url(img/footer2.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
}
.white {
	color: #FFF;
	top:30%;
	position:relative;
	margin-left:10px;
}

input {
       font-size:100%;
       font-family: monospace ;
}
.but{
     font-size:110%;
}
textarea {
          font-size:100%;
          font-family: monospace ;
}


p{
  margin:20px auto;
}

table {
  margin: 20px auto;
}
table tr{
  border:solid 1px #000000;
}
table th {
  text-align:left;
  font-weight:normal;
  min-width:195px;
  background:#88002c33;
}
table th,
table td {
  padding:10px;
}

@media screen and (max-width: 800px) {
  body{
    margin:0 5px;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
  }
  table {
    width: 99%;
  }
  table th,
  table td {
　　border-bottom: none;
    display: block;
    width: 96%;
  }

  #header{
    background-image:none;
    text-indent:0;
  }
  #header2{
    background-image:none;
    text-indent:0;
  }

}
