@charset "UTF-8";
/* CSS Document */

html {
  line-height: 1.8; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
*{
	margin: 0 auto;
}
body{
	width: 600px;
	font-size: 15pt;
}
div{
	text-align: center;
}
main{
	text-align: center;	
}

.sample_movie img{
	width: 50%;
}
/*
.sample_movie{
	text-align: center;
	position: relative;
	top: -420px;
	margin-bottom: -320px;
}
*/
.bg_p{
	background-color: #f8d0d0;
	margin-top: 20px;
	margin-bottom: 50px;
}
.btn{
	margin-top: 30px;
	margin-bottom: 30px;
}
.img_s{
	text-align: left;
	margin-top: 0px;
	margin-bottom: -20px;
}
.space{
	margin-top: 40px;
}
.pp{
	width: 80%;
}
.pp p,.pp li,.pp h3{
	text-align: left;
}
.pp div{
	margin-bottom: 20px;
}
.pp_m{
	margin-top: 20px;
}
.t_a a p{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #E3007F;
}
.pp table{
	text-align: left;
}
.pp table tr{
	
}
.t_td{
	width: 230px;
}
h3{
	margin-top: 20px;
}
a{
	text-decoration: none;
}