/*** レスポンシブテーブルデザイン ***/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#666;
	line-height:120%;
	font-size:90%;
}

table.form{
	box-sizing:border-box;
  width:100%;
  border: 1px solid #999999;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
table.form th{
	box-sizing: border-box;
	padding: 6px 8px 5px;
	border-top: solid 1px #999999;
	width: 25%;
	overflow: hidden;
	color: #333333;
	font-style: normal;
	font-weight: 100;
	font-size: 90%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #f5f5f5;
}
 
table.form td{
	box-sizing:border-box;
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
.moji {
	 font-size:15px;	
}


.req {
	font-size:0.85em;
	color:#ff3300;
}

input#button {
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	color:#666;
}




@media (max-width: 768px) {
	#formWrap {
	width: 96%;
	color: #555;
	line-height: 120%;
	font-size: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	table.form th{
	  width:100%;
	  display:block;
	  margin: 0 auto;
	  border-bottom: solid 1px #999999;
	  border-radius: 0px;
	}
	table.form td{
	  display: list-item;
	  width: 100%;
	  padding-top: 15px;
	  padding-bottom:15px;
	  border-top: none !important;
	}


.moji {
	 font-size:90%;	
}


}/* end */
