@charset "utf-8";

/*作品リスト*/
.lists {
}
.lists ul {
	margin: 0;
	padding: 0;
}
.lists ul li {
	margin: 0;
	padding: 10px 5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #B09BFB;
	clear: both;
	 _zoom: 1;  
	 overflow: hidden; 
}
.lists ul li a.lists-title {
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-top: 8px;
}
.lists ul li .lists-image {
	display: block;
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.lists ul li:first-child {
	border-top: 1px solid #B09BFB;
}

/*ソートボックス*/
.sort-box {
	margin-bottom:10px;
	zoom: 100%;
}
.sort-box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.sort-box dl {
	clear: both;
}
.sort-box dl:after {
	content: "."; 
	line-height: 0;
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0.1em;
}

.sort-box dl dt{
	font-weight:bold;
	padding: 3px;
}
.sort-box dl dd{
	float:left;
	margin:0 2px 0 0;
	padding: 3px;
}
.sort-box dl dd.end{
	margin-left:0;
}
.sort-box dl dd a{
	display:block;
	padding: 5px 5px;
	text-decoration:none;
	background-color:#FFFFFF;
	border: 1px solid #C1C1C1;
}

.sort-box dl dd a:hover{
	background-color:#D02746;
	color: #FFFFFF;
}
.sort-box dl dd a.current{
	background-color:#E88697;
	color: #FFFFFF;
}
.pagertext {
	margin: 3px auto;
	text-align: center;
}