@charset "utf-8";
body {
	font-family: Verdana;
	color: #443e3f;
	font-size: 9.99px;
	font-weight: 400;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(251,251,251,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(251,251,251,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(251,251,251,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(251,251,251,1.00) 100%);	
	padding: 0;
	margin: 0;
}

.logo {
	position: absolute;
	left: 38px;
	top: 42px;
	width: 111px;
	height: 45px;
}

.container {
	position:absolute;
	display:block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	width: 511px;
	height: 226px;
}

.card {
	width: 511px;
	height: 226px;
	background-image: url('images/card_back.png');
}

.address{
	position: absolute;
	left: 38px;
	top: 92px;
	width: 192px;
	height: 70px;
}

.open-time {
	position:absolute;
	top: 76px;
	left: 260px;
	width:213px;
	height: 46px;
}

.open-time h1{
	font-family: Verdana;
	color: #7a102b;
	font-size: 11px;
	font-weight: 700;
	margin: 0;
}

.open-time p span {
	float: right;
}

.welcome {
	position:absolute;
	left: 180px;
	top: 230px;
	width: 151px;
	height: 17px;
}
.card .open-time p {
	margin-top: 0px;
	position: relative;
	top: 11px;
}
