@charset "utf-8";
/*********************/



/***** ID *****/
#wrapB {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}


#main {
	width: 1000px;
	height: 350px;
	margin: 0 auto 25px;
	overflow: hidden;
}


#searchBox {
	width: 320px;
	margin-bottom: 25px;
	/*padding-top: 15px;*/
	float: right;
	/*background: url(../images/search_back_t.png) 0 0px no-repeat;*/
	border: #ccc 1px solid;
}


#searchBoxIn {
	padding: 20px;
	/*height: 260px;
	background: url(../images/search_back_b.png) 0 100% no-repeat;*/
}


#searchTit {
	margin-bottom: 20px;
	text-align: center;
}


#searchBtn {
	margin-top: 10px;
	text-align: center;
}


#pickup {
	width: 320px;
	float: right;
}


#pickupTit {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: #000 1px solid;
}


#news {
	width: 640px;
	min-height: 600px;
	float: left;
}


#newsTit {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #000 1px solid;
}


#news dl {
	/*height: 550px;
	overflow: auto;*/
}


#news dt {
	margin-bottom: 0.3em;
	font-size: 1.4em;
}


#news dd {
	margin-bottom: 0.5em;
	padding: 0 0 0.5em 70px;
	font-size: 1.4em;
	border-bottom: #bbb 1px dotted;
}




/**** class *****/
.searchCap {
	margin-top: 0.3em;
	font-size: 1.5em;
	font-weight: bold;
}


.searchUl li {
	margin-right: 9px;
	font-size: 1.4em;
	float: left;
}


.searchUl .last {
	margin-right: 0;
}


.moreBtn {
	margin: -50px 0 20px;
	text-align: right;
}


.moreBtn2 {
	margin: -45px 0 20px;
	text-align: right;
}


.newsIcon1 {
	background: url(../images/news_icon_01.gif) 0 0 no-repeat;
}


.newsIcon2 {
	background: url(../images/news_icon_02.gif) 0 0 no-repeat;
}


.newsIcon3 {
	background: url(../images/news_icon_03.gif) 0 0 no-repeat;
}


.newsIcon4 {
	background: url(../images/news_icon_04.gif) 0 0 no-repeat;
}


.newsIcon5 {
	background: url(../images/news_icon_05.gif) 0 0 no-repeat;
}



.slideIn {
	text-align: center;	
}


.pickupPh {
	margin-bottom: 1.5em;
	background: url(../images/picup_detail.gif) 50% 50% no-repeat;
}


.pickulDl {
	text-align: center;
}


.pickulDl {
	line-height: 1.3;
}


.pickulDl dt {
	margin-bottom: 0.2em;
	font-size: 1.5em;

}


.pickulDl dd {
	font-size: 1.5em;
}




