@charset "UTF-8";

.content .breadcrumb{
margin-bottom:10px
}
.list-ttl{
	border-bottom:solid 1px #333;
	margin-bottom:15px;
}
.list-ttl .inner{
	border-left:solid 20px #026108;
	padding:5px;
}

.list-body{
}
.list-body .list-sec{
	margin-bottom:20px;
}
	.list-body .list-sec{
		width:50%;
		float:left;
		height:220px;			/*ボックスの高さ*/
	}

@media(max-width:640px){
	.list-body .list-sec{
		width:100%;
		float:none;
		height:148px;
		margin-bottom:10px;
		border-bottom:dashed 1px #ccc;
		padding-bottom:10px;
	}
}
.list-body .list-sec .jacket{
	width:144px;
	float:left;
	position: relative;
	z-index: 3;
	padding:0 8px
}
@media(max-width:640px){
	.list-body .list-sec .jacket{
		width:106px;
		padding:0 7px
	}
}

.list-body .list-sec .jacket a{
}
.list-body .list-sec .jacket a img{
	display:block;
}
.list-body .list-sec .title-data{
	position: relative;
	z-index: 2;
	float:right;
	width:100%;
	margin-left:-160px;
}
.list-body .list-sec .td-inner{
	margin-left:160px;
	height: 200px;
	position:relative;
}

@media(max-width:640px){
	.list-body .list-sec .title-data{
		margin-left:-120px;
	}
	.list-body .list-sec .td-inner{
		margin-left:120px;
		height:148px;
	}
}

.list-body .list-sec .title-data .title-name{
	margin-bottom:5px;
	background-color:#efe5ee;
	padding:8px;
}
@media(max-width:640px){
	.list-body .list-sec .title-data .title-name{
		margin-bottom:3px;
	}
}
.list-body .list-sec .title-data .title-name .inner{
	overflow:hidden;
	max-height:2.4em;
}
.list-body .list-sec .title-data .title-name .inner a{
	color:#333;
}
.list-body .list-sec .title-data dl{
	margin-bottom:10px;

}
.list-body .list-sec .title-data dl dt{
	float:left;
	clear:left;
	padding:0 0.5em;
/*	line-height:1.2;	*/
/*	font-size:14px;		*/
}
.list-body .list-sec .title-data dl dd{
	margin-left:4em;
/*	font-size:14px;		*/
/*	line-height:1.2;	*/
}
.list-body .list-sec .title-data dl dd a{
/*	font-size:14px;		*/
/*	line-height:1.2;	*/
}

.list-body .list-sec .title-data dl dt.actress{
}
.list-body .list-sec .title-data dl dd.actress{
	max-height:1.3em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.list-body .list-sec .title-data dl dt.time{
}
.list-body .list-sec .title-data dl dd.time{
}
.list-body .list-sec .title-data dl dt.price{
}
.list-body .list-sec .title-data dl dd.price{
	color:#c33;
	font-weight:bold;
}
.list-body .list-sec .title-data .btns{
	position:absolute;
	bottom:0;
	right:0;
	width: 100%;
}
.list-body .list-sec .title-data .btns li {
	width: 98%;
	padding: 0px 1%;
	margin: 0px auto 3px;
	max-width: 200px;
}
@media(max-width:640px){
	.list-body .list-sec .title-data .btns li{
		float:left;
		width:48%;
		padding:0 1%;
		margin: 0;
	}
}
.list-body .list-sec .title-data .btns li a{
	display:block;
	background-color:#fff799;
	border-radius:5px;
	border:solid 1px #333;
	text-align:center;
	color:#333;
	font-size:14px;
	padding:3px;
}

.list-body .list-sec .title-data .btns li a span{
	padding:1px 1px 1px 20px;
	padding:4px 0px 4px 20px;		/*	ボタンを大きくする	*/
	display: block;
	max-width:7em;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:16px 16px;
}


.errmsg{
	color:#c33;
	font-weight:bold;
	word-break:break-all;
	display:inline-block;
	padding:20px 10px;
}
.btn-pageback{
	padding:0 0 20px;
}

.btn-pageback a{
	display:block;
	padding:5px 0;
	background-color:#ccc;
	box-shadow:0 10px 10px #eee inset;
	border-radius:5px;
	text-align:center;
	width:200px;
	color:#333;
	border:solid 1px #ccc;
	margin: 0 auto;
}
