@charset "utf-8";
/* CSS Document */


.search_list ul li {
	margin:10px 0;
	padding-bottom:4px;
	border-bottom:dotted 1px #cccccc;
	overflow:hidden;
}
/* 名前表示
--------------------------------------------------*/
.namebox{
	display:block;
	margin:10px 0;
	padding:2px 2px 2px 10px;
	border:solid 2px #fce4ee;
	overflow:hidden;
}
.namebox h2{
	display:block;
	width:600px;
	float:left;
	font-size:16px;
	line-height:26px;
}
.namebox div{
	display:block;
	width:140px;
	float:left;
	text-align:right;
}
.namebox a:link{
	color:#181818;
	text-decoration: underline;
	
}
.namebox a:visited{
	color:#181818;
	text-decoration: underline;
	
}
/* 情報表示
--------------------------------------------------*/
.detabox {
	display:block;
	width:710px;
	float:left;
}
.detabox p{
	display:block;
	float:left;
}
.detabox table{
	display:block;
	width:480px;
	float:left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 16px;
}
.detabox table tr td{
	padding:3px;
}
.detabox td:nth-child(odd){
	width:100px;
}


.lookbox{
	display:block;
	width:60px;
	height:80px;
	float:left;
	text-align:right;
	position:relative;
}
.lookbox span{
	display:block;
	width:60px;
	background:#ddf3f7;
	padding:4px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:solid 1px #7fc7d5;
	text-align:center;
	font-size:10px;
	position: absolute;
	bottom:0;
}

/* ページャー
--------------------------------------------------*/
#m-pager{
	padding: 10px 0;
	overflow: hidden;
	position: relative;
}
#m-pager ul {
	list-style: none outside none;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	left: 50%;
}
#m-pager ul li{
	float:left;
	margin-right: 5px;
	position: relative;
	left: -50%;
	}
#m-pager ul li span{
	border:solid 1px #cccccc;
	color: #7fc7d5;
	text-align:center;
	padding:4px;
	background:#ddf3f7;
}
#m-pager ul li span.current{
	border:solid 1px #cccccc;
	color: #7fc7d5;
	text-align:center;
	padding:4px;
	background:#ffffff;
}
