@charset "utf-8";

/*■■■共通■■■*/

#staff,
.list p.comment {
	clear: both;
}
#staff,
.list div {
	overflow: hidden;
	height: 100%;
}

/*■■■ページャー■■■*/
#article .pager {
    float: right;
	margin: 0 0 10px;
}
#article .pager p {
    margin: 0 20px 0 0;
	float: left;
}


#article .pager p span {
    color: #2577C4;
    font-size: 190%;
    font-weight: bold;
}
#article .pager ul {
	float: left;
	padding: 12px 0 0;
}
#article .pager ul li {
    border-right: 1px solid #CCCCCC;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
	float: left;
}
#article .pager ul li.go {
	border: none;
}

/*■■■■■■*/

#staff {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 3px #999999;
    margin: 0 auto 20px;
    padding: 24px 0;
    width: 700px;
}
.list {
	float: left;
	border: 1px solid #aaa;
	border-radius: 5px;
	background: #fbfbfb;
	width: 303px;
	padding: 14px 10px 5px 10px;
	margin: 0 0 17px 17px;
}
.list:hover {
    background: #eee;
	cursor: pointer;
}
.list .list-top {
	margin: 0 0 10px;
}
.list .list-top div.pht {
	float: left;
	width: 119px;
	background: url(/images/bg_staff.png) no-repeat left center;
	height: 94px;
}
.list .list-top .pht .origin {
    max-width: 113px;
    max-height: 80px;
}
.list div p {
	width: 119px;
	height: 87px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	layout-grid-line: 87px;
}
.list div p img {
	border: 1px solid #fff;
}
.list div .right {
	float: right;
	width: 176px;
}
.list div .right h3 {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	margin: 0 0 5px;
}
.right dt {
	float: left;
	clear: both;
	background: url(/images/bg_staffArw.jpg) no-repeat right center;
	width: 28px;
	padding: 0 10px 0 0;
	margin: 0 2px 0 0;
}
.right dd {
	float: left;
	width: 136px;
}
.list p.comment {
	 background: #e9eef5;
	 border-radius: 10px;
	 box-shadow: 0 1px 2px #ccc;
	 padding: 5px 10px;
	 line-height: 1.5;
	 margin: 0 0 5px;
	 height: 38px;
}
.list p.next {
	 float: right;
	 cursor: pointer;
	 background: url(/images/bg_staffArw2.jpg) no-repeat left center;
	 padding: 0 0 0 15px;
	 font-weight: bold;
	 text-decoration: underline;
}