@charset "shift_jis";

section ul{
	display:inline-block;
	width:220px;
	margin:10px 5px;
	position:relative;
	background-color:#FFF;
	color: #a67b2d;
	}
	
section ul:nth-child(even){
	color: #fff;
	background-color:#ba9f6a;
}
	
section ul img{
	display:block;
	margin:0;
	padding:0;
	}
	
section li:nth-child(1){
	position:relative;
}

section li:nth-child(1) .movie{
	position: absolute;
	opacity: 0.7;
}

section li:nth-child(1) .movie:hover{
	opacity:1;
}
	
section li:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    padding-top: 11px;
    text-align: left;
    text-indent: 8px;
    line-height: 10px;
}

section li:nth-child(3){
	text-align: left;
text-indent: 10px;
}

section li:nth-child(2) span{
	font-size:12px;
	margin: 0 -5px;
}
	
section li:nth-child(4) {
    position: absolute;
	bottom:-3px;
right: -6px;
    background-color: #a67b2d;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    font-size: 7px;
    line-height:9px;
    box-sizing: border-box;
    font-weight: bold;
	border:solid 2px #FFF;
}

section li:nth-child(4):hover{
    background-color: #000;
}

section li:nth-child(4) a{
	box-sizing: border-box;
	padding-top: 18px;
	width:100%;
	height:100%;
	display:block;
	color:#fff;
	text-decoration:none;
}

.moviewaku{
	max-width:350px; width:100%; display:inline-block; overflow:hidden; margin:20px;
	vertical-align:top;
	}
	
	.name{
		font-size:20px;
		margin-top: 8px;
	}
	
.name span{
		font-size:16px;
	}

/*-----------------------------------------------------*/
	
@media screen and (max-width: 1290px){	

.moviewaku {
    width: 47%;
    margin: 20px 1%;
}


}

@media screen and (max-width: 1070px){


}

@media screen and (max-width: 900px){



}

@media screen and (max-width: 820px){



@media screen and (max-width: 660px){

.movie{
	margin:20px auto;
	}

.moviewaku {
	margin:20px auto;
	width:100%;
}

}

@media screen and (max-width: 500px){

section ul {
    width: 47%;
    margin: 5px 1%;
    max-width: 220px;
}

section li:nth-child(2) {
    font-size: 15px;
    padding-top: 7px;
    text-indent: 4px;
    line-height: 9px;
}

section li:nth-child(2) span {
    font-size: 11px;
}

section li:nth-child(3) {
    text-indent: 7px;
    font-size: 9px;
}


}