@media screen and (max-width: 450px) {
	
	.pc{
		
		display: none !important;
	}
	
	
		
	.sp{
		
		display:visible !important;
	
	}
	
	
	html,
	body{
	
		font-size: 1em;
		
	}
	
	section.itembox{
		
		margin: 0;

	}
	
	section.itembox>div{
		
		border:none;
		border-top:1px #00ffff solid;
		
	
	}
	
	section.itembox>h1{
		overflow: hidden;

		
	}

	section.itembox>h1 img{
		width:60%;
	
		
	}
	
	section.itembox>div{

	margin-top: -35px;
		padding-top:30px;
	}
	
	section.td{
		
		width: 100%;
	}

	
	.cast3{
		
		margin-top: -55px;
	}
	
	
	#INTRO section{
		font-size: 1em;	
		width: 95%;

	}
	
		#INTRO section p{
			
	line-height:1.5em;

	}



	#INTRO section h1 img{

	height:18px;
	}


	
	#INTRO section dt{
		font-size: 1.1em;	

	}

	
#MUSIC ul{
	
	text-align: center;
	margin-bottom: 30px;
	
}

#MUSIC ul li{
	width:200px;
	display: inline-block;
	margin: 5px;
	line-height: 1.2em;
	vertical-align: top;
	
}

#MUSIC ul li img{
	width: 100%;	
}
#MUSIC ul li strong{
	width: auto;
	display: block;
	font-size:1em;	
	margin: 5px 0;

}
	
#CHARA ul{
		text-align: center;
		width:100%;		
}

	
#CHARA ul li{
	width:47%;
	display: inline-block;
	margin:5px;

}

#CHARA ul li img{
	width: 100%;

}	
	
	
	#COMICS ul{

		margin: 0;
		text-align: center;
	}
	
	#COMICS ul li{
		margin: 5px;
		width: 120px;
		
	}
	
	#COMICS li img {

		width:100%;
		
	}
	
	footer ul li{
		
		margin: 5px
		
		
	}


#ONAIR ul{
 width: 90%;
	margin: auto;

	}

#ONAIR ul li{

	display: block;
	width: auto;
	text-align: center;
	border: solid 1px white; 
	font-size:1.2em;
	margin: 10px auto;
	
}


#DRAMACD ul{
	
	margin: auto;

  display:table;
	border-spacing:15px;
	}


#DRAMACD ul li{

display: block;
	text-align: center;
	margin-bottom:30px;
  display:table-cell;
	width: 100px;
	font-size:0.9em;
line-height: 1.2em;	
}


#DRAMACD ul li:before{
	content: 'NOW PRINTING';
	display: block;
	width:115px;
	height: 115px;
	line-height: 115px;
	background: #666;
	color:#999;
	margin:0 auto 10px auto;
}

	#DRAMACD p{
		width: 95%;
		font-size:0.9em
		
	}
.cart{
	width: 80%;
	margin: 10px auto;
	display: block;
	padding: 5px;
	
	background: #00ffff;
	border-radius:5px;
	font-weight: bold;
	transition: 0.5s;
}
.cart span{
		display: block;
		margin: 0px;
		padding: 0px;
}
.cart:hover{
	background: #cc00ff;
	color: white;
}

	
	
#PVLIST ul{
	text-align: center;
	margin-bottom: 30px;
	
}


	#PVLIST ul li{
	display: inline-block;
	width: 400px;
	margin:0px auto 50px auto;
	border: solid 1px white;
}




}
