/* CSS Document */
#contactDisp {
	width: 95%;
	margin:20px auto 20px !important;
	box-sizing: border-box;
	background-color: #F1F1F1;
	padding: 20px 40px;
}
#contactDisp table {
	width: 85%;
	margin: auto;
}
#contactDisp th {
	padding: 20px;
	position: relative;
	width: 171px;
}
#contactDisp td {
	padding: 10px 20px;
	border-bottom: 1px solid #e6e6e6;
}
#contactDisp th span {
	color:#f00;
	text-align: right;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -10px 0 0;
}
#contactDisp td input{
	padding:3px 5px;
}
#contactDisp td label{
	margin: 0 15px 7px 0;
	display: inline-block;
}
#contactDisp td textarea{
	width:100%;
	padding: 3px 
 5px;
	box-sizing: border-box;
}
#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;
}
#soushin a{
	display:block;
	background-color:#5a4bd5;
	border-radius:5px;
	color:#FFF;
	height: 80px;
	line-height: 83px;
	text-decoration: none;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 23px;
	border-bottom: 5px solid #120671;
}
#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;
}


