.feedback_table {
	border-spacing:0;
	margin:20px auto;
	border:1px solid #eee;
	border-radius:5px;
	background:#eee;
	padding:10px;
	box-shadow:2px 2px 4px rgba(0,0,0,0.5);
}
.feedback_table th {
	text-align:right;
	padding:10px 5px;
	vertical-align:top;
}
.feedback_table th b {
	color:#f00;
	margin-left:5px;
}
.feedback_table th div {
	font-size:12px;
	font-weight:normal;
}
.feedback_table td{
	vertical-align:top;
	padding:10px 5px;
}
.feedback_table td div{
	font-size:12px;
	margin-top:5px;
}
.feedback_table td[colspan]{
	text-align:center;
}
.feedback_table input[type="text"] {
	width:350px;
}
.feedback_table input[name="fb_num"] {
	width:50px;
}
.feedback_table textarea {
	width:350px;
	height:105px;
	resize:vertical;
}
.feedback_table textarea[name="fb_contacts"] {
	height:50px;
	resize:none;
}

#fb_graphcode { vertical-align:middle; }

/* v 2018 */
.feedback-block {
	border-spacing:0;
	margin:20px auto;
	border:1px solid #eee;
	border-radius:5px;
	background:#eee;
	padding:10px;
	box-shadow:2px 2px 4px rgba(0,0,0,0.5);
	width:750px;
	margin:0 auto;
	max-width:100%;
	box-sizing:border-box;
}
.feedback-block  * {
	box-sizing:border-box;
}
.form-row {
	font-size:0;
}
.form-row .form-th,
.form-row .form-td {
	display:inline-block;
	vertical-align:top;
	width:50%;
	font-size:1rem;
	padding:10px 5px;
}
.form-row .form-th {
	text-align:right;
	font-weight:bold;
}
.feedback-block .w100 {
	width:100%;
}
.feedback-block .h100 {
	height:100px;
}
.feedback-block .note {
	font-size:80%;
}
.form-th .note {
	font-weight:normal;
}
.form-submit {
	text-align:center;
	border-top:1px solid #fff;
	padding-top:20px !important;
}
.form-submit input, .form-submit button {
	border:1px solid #333;
	border-radius:3px;
	cursor:pointer;
	font-size:1rem;
	padding:.2em .5em;
}
.form-submit input:hover, .form-submit button:hover,
.form-submit input:focus , .form-submit button:focus  {
	box-shadow:1px 1px 2px rgba(0,0,0,.3);
}
.form-submit input:active , .form-submit button:active  {
	box-shadow:none;
	position:relative;
	left:1px;
	top:1px;
}
.feedback-block b {
	color:red;
}
.feedback-block input[type="text"],
.feedback-block textarea {
	font-size:1rem;
	padding:.2em .5em;
}
@media screen and (max-width: 700px) {
	.form-row .form-th,
	.form-row .form-td {
		width:100%;
	}
	.form-row .form-th {
		text-align:left;
		padding-bottom:0;
	}
}

.map-block {
	height:300px;
}
.map-block:empty {
	display:none;
}