@charset "utf-8";

p.logo_s {
	width:100%;
	text-align:center;
	
}

p.logo_s img {
	width:50%;
	margin:5px auto 0;
	
}

p.movieTitle {
	background:#000;
	color:#fff;
	text-align:center;
	padding:8px;
	
}

div.movieTitle {
	background:#000;
	color:#fff;
	text-align:center;
	padding:8px;
	overflow: hidden;
	
}

div.movieTitle p {

	
}

div.movieTitle div {
		width:49%;
	margin-top:10px;


}

div.movieTitle div a {
		width:100%;

	padding:5px;
	display: block;
	text-decoration: none;
	
	
}


div.movieTitle div#btDeath a {
		background-color:#CD4345;
		color: #fff;
}

div.movieTitle div#btDeath a:hover {
		background-color:#E75C5E;

}

div.movieTitle div#btOther a {
		background-color:#1E50A8;
		color: #fff;
}

div.movieTitle div#btOther a:hover {
		background-color:#4275CD;

}






p.moviePic {
	margin:15px 0;
	text-align:center;
	
}

p.moviePic img {
	width:90%;
	
}

div.movieBt {
	width:90%;
	margin:0 auto 15px;
	overflow:hidden;
}

div.movieBt p {
	width:50%;
	float:left;

}

div.movieBt p img {
	width:97%;
}

div.movieBt p.bt_iOs {

}

div.movieBt p.bt_Android {
	text-align:right;

}

div.movieTxts {
	background:#5f5f5f;
	padding:15px;
	color:#fff;
	
}

div.movieTxts p {
	text-align:center;
}

div.movieTxts div.instTxt {
	margin:10px auto;
	width:80%;
	background:#afafaf;
	color:#000;
	padding:10px;
	overflow:hidden;
	
}

div.movieTxts div.instTxt p.inst_iOs {
	float:left;
	text-align:right;
	width:40%;
	padding-right:10px;
	font-weight:bold;
	margin-top:10px;
	
}

div.movieTxts div.instTxt p.inst_And {
	float:left;
	text-align:left;
	width:48%;
	padding-left:10px;
	font-weight:bold;
	margin-top:10px;

	
}

div.movieTxts div.instTxt p i {
	margin-right:8px;
	
}

p.movieChu {
		width:98%;
		line-height:160%;
		margin:10px auto 20px;
}

p.movieChu a:hover {
		color:#999;
}

ul.movieAtt {
	color:#5f5f5f;
	font-size:80%;
	list-style-type: disc;
	margin-top:20px;
	padding:0 10px 0 20px;
}

ul.movieAtt li {
	line-height:120%;
	margin-bottom:10px;
}







/* ------------------PCのスタイル-------------------------- */
@media all and (min-width:480px) {
	
	p.logo_s img {
	width:407px;
	margin-bottom:5px;

	
	}
	
	p.movieTitle {
	width:95%;
	margin:0 auto;
	}
	
	div.movieTitle {
	width:95%;
	margin:0 auto;
	}
	
	p.moviePic img {
	width:602px;

	
	}
	
	div.movieBt {
	width:602px;
	margin:0 auto 15px;
	overflow:hidden;
	}
	
	div.movieBt p img {
	width:289px;
	}
	
	div.movieTxts {
	padding-left:30px;
	padding-right:30px;
	width:95%;
	margin-left:auto;
	margin-right:auto;

	
	}
	
	div.movieTxts div.instTxt p.inst_iOs {
	width:45%;

	
}
	
	p.movieChu {
		width:95%;
		line-height:160%;
		margin:10px auto 20px;
	}
	
	ul.movieAtt {
	padding-left:40px;
	}
	
	ul.movieAtt li {
	margin-bottom:3px;
	}
	


}
