@charset "shift-jis";


.contentTitle{ margin-bottom: 20px; }


#HintSection{
	padding-top: 15px;
}


#HintSection .none{
	display: none;
}

	#HintSection .block{
		width: 100%;
	}
	
	
	#HintSection .aboutBlock{
			padding-bottom: 15px;
	}
	
	
	#HintSection .movieListBlock{
		padding-bottom: 15px;
	}
	
		#HintSection .movieListBlock .cellBox{
			width: 100%;
			margin-bottom: 40px;
		}
		
		#HintSection .movieListBlock .cellBox.last{
			margin-bottom: 0px;
		}
	
		#HintSection .movieListBlock .cell{
			float: left;
			width: 248px;
			margin-right:28px;
			text-align: center;
		}
		
		#HintSection .movieListBlock .cell.turn{
			margin-right: 0px;
		}
			
			
			#HintSection .movieListBlock .cell .img{
				margin-bottom: 10px;
			}
	
				
			
			
			
			