@charset "utf-8";

#container {min-width: 1030px;}
#content.pt {padding-top: 0!important;}

.close a {transition:all 200ms;}
.close a:hover {opacity: 0.5;}

#liIndexMain {margin-top: 15px;}
.liIndexheader {margin-bottom:30px;}
.liIndexheader .logo {float: left; width: 60px;}
.liIndexheader .close {float: right;}
.searchForm h2 {
	text-align: center;
	font-size: 185.8%;
	border-left: none;
	height: auto;
	line-height: 1;
	padding-left: 0;
	margin-bottom: 35px;
	color: #006fab;
}
.searchResultFooter .close {text-align: center; margin-top: 70px;}
.searchResultFooter .close a img {width: 36px; height: 36px; margin-right: 10px; vertical-align: -10px;}
.searchResultFooter .close a {font-size: 128.6%; text-decoration: none;}
@media screen and (max-width:768px){
	#container {min-width: inherit; min-width: auto;}
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.liIndexheader:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.liIndexheader {
	*zoom: 1;
}