@charset "utf-8";
/*----------------------------------------------------------
	mainImage Area
----------------------------------------------------------*/
body {
  margin-top: 63px;
}

body#search #mainImageArea{
	background-position: -200px;
}

body#search #mainImageArea h1{
	position:absolute;
	width:98%;
	top:20px !important;
	left:2% !important;
	}
	body#search #mainImageArea h1 img{
		width:40%;
	}
/*----------------------------------------------------------
	search.html
----------------------------------------------------------*/
body#search #LeftContents .tetIn {
	width:94%;
	margin:10px 2%;
	padding:0 1%;
}
body#search #LeftContents .mainContentsArea h3 {
	padding:30px 0 15px;
}

@media all and (orientation:portrait){
body#search #LeftContents .searchBtn {
	display:block;
	clear:both;
	padding:5px 0 10px;
	margin-left:32%;
	width:auto !important;
}
}
@media all and (orientation:landscape){
body#search #LeftContents .searchBtn {
	display:block;
	clear:both;
	padding:5px 0 10px;
	margin-left:40%;
	width:auto !important;
}
}
