@media screen{
#preview {
  display: none;
}

}

@media print{

#free_space {
  display: none;
}

#button {
  display: none;
}

}

h2.top-shop-title {
	padding: 0.5rem 0.5rem 0.5rem 10px;
	border-left: solid 5px #ffa902;
	background-color: #fff8ea;
	margin-bottom: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
h2.top-shop-title a {
	color: #333333;
}

#map {
	width:660px;
	height:400px;
}

#free_space {
	width:660px;
	height:50px;
}

div.shop_data2 {
	margin-top:2em;
	/*padding:1em;*/
}

div.shop_data2 table.left {
	width:68%;
	border:1px solid #cccccc;
	float:left;
}

div.shop_data2 table.left th {
	white-space:nowrap;
	width:20%;
	background-color:#FFA902;
	border:1px solid #cccccc;
	text-align:center;
}

div.shop_data2 table.left td {
	width:80%;
	border:1px solid #cccccc;
	padding:5px 8px;
	text-align:left;
}

div.shop_data2 table.right {
	width:30%;
	border:1px solid #cccccc;
	float:right;
}

div.shop_data2 table.right th {
	white-space:nowrap;
	width:100%;
	background-color:#FFA902;
	border:1px solid #cccccc;
	text-align:center;
}

div.shop_data2 table.right td {
	width:100%;
	border:1px solid #cccccc;
	padding:2em;
	text-align:center;
	vertical-align:middle;
}

.shop_map div.shop_data2 {
    margin-top:1em;
}
