@charset "utf-8";

header>h1>a
{
	margin-top: 8px;
	width: 248px;
	height: 40px;
	background: url(/resrv_mgr/images/resrv/common/accesary/logo@2x.png) left top no-repeat;
	background-size: 248px 40px;
	text-indent: -5000px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
header>h1>a:hover
{
	opacity: 0.75;  
	filter: alpha(opacity=75);
}
header>h1.sd>a
{
	margin-top: 8px;
	background: none;
	font-size: 14px;
	font-weight: normal;
	text-indent: 0;
	text-decoration: none;
	color: #333;
}


section.receipt .logo
{
	width: 102px;
	height: 43px;
}

a.renewal
{
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	background-color: #5faf68;
	color: #fff;
}