*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
table th {
  background-color: #eee;
  text-align: center;
  vertical-align:middle;
  width: 30%;
}

@media screen and (max-width: 768px) {
  table {
   border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}



p.indent-1 {
padding-left:1em;
text-indent:-1em;
}




/*----------------------------------*/
/*	FORM関連                       */
/*----------------------------------*/

.title{font-size:15px;}

.ja10px{font-size:10px;}
.ja12px{font-size:12px;}

.chui{font-size:12px;color:#ff0000;}

.input{
	border:#eee 1px solid;
	color:000000;
	font-Size:15px;
	padding-top:5px;
	padding-bottom:5px;
}

.forbu {width:100px;}

.formst {margin-top:0px; margin-bottom:0px;}
