
@charset "utf-8";
/* CSS Document */


/*
	common
*/
html, body{
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 100%;
}
  form{
    margin: 0 auto;
    width: 70%;
  }
  input, textarea, button{
    border: solid 1px #ccc;
    border-radius: 3px;
    font-size: 100%;
    line-height: 200%;
    padding: 0 10px;
  }
  textarea{
    min-height: 150px;
  }
  .short{
    width: 30%;
  }
  .medium{
    width: 50%;
  }
  .long{
    width: 90%;
  }
  .tCNT{
    text-align: center;
  }
  .error{
    color: #c00;
    font-size: 85%;
  }
  tr:nth-child(odd){
    background: #f7f7f7;
  }
  th{
    background: #ccc;
    padding: 10px;
  }
  th:first-child{
    width: 20%;
  }
  th:last-child{
    width: 20%;
  }
  td{
    padding: 10px;
  }
.ymd_leng{
	width: 3em;
}
.w100per{
	width: 80%;
}
.w50per{
	width: 50%;
}
table{
	width: 100%;
}
