@media only screen and (max-width : 640px){
input{
width:95%
}
textarea{
width:95%
}
}
.table2 {
	width:100%;
}
.table2 th{
	width:20%;
}
.wrap{
word-break: break-all;

}

@media screen and (max-width: 640px) {


}
@media screen and (max-width: 950px) {
.table3 {
	width:100%;
}
}


@media screen and (min-width: 951px) {
.th_top {
}

}

.table span{
background-color:#186aaa;
margin-left:10px;

}

.must {
	font-size:90%;
	margin-left:5px;
	color:#f00;
	font-weight:700;

}

.button {
	margin:10px;
}