@charset "utf-8";
/* CSS Document */
#form{
	width:100%;
	max-width:800px;
	margin:0 auto;
	display:none;
}
#form table{
	width:100%;
}
#form table th,#form table td{
	font-weight:normal;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}
#form table td input[type="text"],#form table td textarea{
	background:#eee;
	width:100%;
	box-sizing:border-box;
	border:none;
	padding:0 10px;
}
#form table td .input_wrap input[type="text"]{
	width:49%;
	display:inline-block;
}
#form table td .input_wrap input:first-child{
	margin-right:1%;
}
#form .hissu{
	display:inline-block;
	line-height:1.3;
	margin-right:10px;
	background:#F00;
	color:#fff;
	font-size:14px;
	vertical-align: middle;
	padding:0 10px;
}
#form .red,#form .ERR{
	color:#F00;
}
#form .ERR{
	text-align:center;
	margin:10px auto;
}
input[type="text"]{
    -webkit-appearance: textfield;/*safari*/
}
::-webkit-input-placeholder { color:#D1D1D1;}
:-ms-input-placeholder { color:#D1D1D1;}
::-moz-placeholder { color: #D1D1D1; opacity: 1;}

#form input[type="submit"]{
	display:block;
	width:260px;
	height:56px;
	line-height:56px;
	background:#2EB6AA;
	color:#fff;
	text-align:center;
	font-size:16px;
	margin:auto;
	border:none;
	cursor:pointer;
	border-radius:10px;
	font-weight:bold;
}
#form input[type="submit"]:hover{
	opacity:.8;
}
#form td input[type="button"]{
	display:inline-block;
	height:42px;
	line-height:42px;
	padding:0 20px;
	background:#2EB6AA;
	color:#fff;
	text-align:center;
	font-size:13px;
	border:none;
	cursor:pointer;
	margin-left:-4px;
}
#form input[type="button"]#back{
	display:block;
	width:260px;
	height:56px;
	line-height:56px;
	background:#999;
	color:#fff;
	text-align:center;
	font-size:16px;
	margin:auto;
	border:none;
	cursor:pointer;
}
#form #btn_wrap{
	text-align:center;
}
#form #btn_wrap input{
	display:inline-block !important;
	margin:20px 5px 0;
}
@media screen and (min-width: 768px) {
#form{
	padding:30px 0;
}
#form table{
	margin-bottom:30px;
}
#form table th,#form table td{
	padding:15px 10px;
}
#form table td input[type="text"],#form table td textarea{
	height:42px;
	line-height:42px;
}
#form th{
	width:280px;
}
#form input[type="submit"]{
	font-size:18px;
}
}

@media screen and (max-width: 767px) {
#form{
	padding:20px 5%;
}
#form table td input, #form table td textarea {
	width:100%;
	padding:0 10px;
	height:30px;
	line-height:30px;
}
#form table th,#form table td{
	display:block;
}
#form table td{
	padding:8px 0 10px;
	margin-bottom:10px;
}
#form table th{
	border:none;
}
}
