/* CSS Document */
#contactDisp {
	width: 95%;
	margin:20px auto 20px !important;
	box-sizing: border-box;
	background-color: #F1F1F1;
	padding: 20px 40px;
}
#contactDisp table {
	width: 100%;
	
}
#contactDisp th {
	padding: 20px;
	position: relative;
	width:138px;
}
#contactDisp td {
	padding:20px 20px;
	border-bottom: 1px solid #e6e6e6;
}
#contactDisp th span {
	color:#f00;
	text-align: right;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -10px 0 0;
}
#timeDisp td {
	padding:10px !important;
	border-bottom: none;
}
.w395 {
	width: 395px !important;
}
.w200{
	width: 200px;
}
.w630 {
	width:600px;
	height: 100px;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
	margin: 0 5px 0 0;
}
#soushin {
	margin: 30px auto;
	width: 100%;
	text-align: center;
}
#send_Bt1{
	text-align:center;
	line-height:55px;
  cursor: pointer;
  display: block;
  width: 247px;
  height: 55px;
  border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#e70303;
	margin:20px auto 5px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}
#clear_Bt1{
  cursor: pointer;
  display: block;
  width: 180px;
  height: 55px;
  border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#797979;
	margin:0 auto 10px;
	color:#FFF;
	font-weight:bold;
margin:20px auto 5px;
}
#clear_Bt1:hover{
	background-color:#5a5a5a;
}
.button_block{
	width:480px;
	margin:auto;
}
.button_block2{
  cursor: pointer;
  display: block;
  width: 180px;
  height: 55px;
  border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#797979;
	margin:0 auto 10px;
	color:#FFF;
	font-weight:bold;
}
