@charset "UTF-8";
/* CSS Document */

body{
	background: #fff;
}

#wrapper{
	text-align: center;
}

/*----------------------------
common classes
----------------------------*/

.box_a,.box_b{
	width: 100% !important;
	padding:50px 0;
	margin: 0 auto 0 !important;
}
.box_b{
	background:#efefef;
}
.box_a p{
	text-align:center;
}

.content_t{
	margin-bottom:-30px !important;
}
.content_t{
	text-align:center;
	padding:0 0 40px 0 !important;
}

.ap_description{
	width:840px;
	text-align:center;
	margin:0 auto 30px;
	padding:30px 0 20px 0;
	font-size:15px;
	border-bottom:#fff 3px solid ;
}
.ap_description p{
	margin-bottom:15px;
}
.ap_description span{
	font-size:80%;
}

.search_box{
	margin-bottom:50px;
}

.search_box h3{
	font-size:20px;
	color:#00b3cd;
	margin-bottom:10px;
}
.search_box p{
	font-size:15px;
	color:#333;
	line-height:1.4;
	margin-bottom:20px;
}

.search_text_box{
	padding:3px;
}

input#search_maker{
	padding:5px;
}

.search_results_top{
	padding:30px 0;
}

.search_results_top span{
	font-size:18px;
	color:#e7242e;
}

.search_results{
	margin-bottom:30px;
	overflow: hidden;
}

.search_results table{
	float:left;
	width:450px;
	margin:0 20px 30px 20px;
	text-align:left;
	border:#eee 1px solid;
}
.search_results th{
	width:100px;
	background:#fcfcfc;
	border:#eee 1px solid;
	padding:8px;
}
.search_results td{
	background:#fff;
	border:#eee 1px solid;
	padding:8px;
}

.btn{
	background:#FFF;
	cursor: pointer;
	font-weight: normal;
}
	

@media screen and (max-width: 768px) {
#wrapper img{
	width:100%;
}

.ap_description{
	width:100%;
	font-size:15px;
}

.search_results table{
	float: none;
	width:95%;
	font-size:13px;
}
.search_results th{
	width:110px;
	padding:5px 10px;
}
.search_results td{
	padding:5px 10px;
}

.btn{
	width:90% !important;
}

}
@media screen and (max-width: 640px) {
.box_a,.box_b{
	padding:30px 0 15px 0;
	margin: 0 auto 0 !important;
}
.content_t{
	padding:0 0 20px 0 !important;
}
.ap_description{
	width:95%;
	font-size:13px;
}

.search_box{
	margin-bottom:30px;
}

.search_box h3{
	font-size:20px;
	margin-bottom:10px;
}
.search_box p{
	font-size:13px;
	line-height:1.4;
	margin-bottom:10px;
}

.search_results table{
	float: none;
	width:90%;
	font-size:12px;
	border:#eee 1px solid;
}
.search_results th{
	white-space: nowrap;
	width:auto;
	border:#eee 1px solid;
	padding:5px;
}
.search_results td{
	border:none;
	border:#eee 1px solid;
	padding:5px;
}

.btn{
	width:80% !important;
	margin-bottom:15px;
}
