@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");




.box{
	float:left;
		margin:0 4px 5px 4px;
	width:182px;
	height:210px;
	display:inline;

}

.box p{
	float:left;
	width:125px;

	display:block;
	font-size:80%;
}

.box .photo{
	margin:0 0 5px 0;
	border: 1px solid #CCCCCC;	
}

.box .btn{
	float:right;
	margin:5px 0 0 0;
	padding:0;
		display:block;
}

.search_box{
	clear:both;
	width:570px;
	margin:5px auto ;
}

.search_left{
	width:350px;
	float:left;
	font-size:80%;
	text-align:left;

}
.search_right{
	width:220px;
	float:right;
	font-size:80%;
	text-align:right;
}
.nowpage{	
	font-weight:bold;
}
