@charset "utf-8";
/* CSS Document */
* { margin:0;	padding:0;}
* { font-family: "フォーク M" ,"Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
h1{
	text-align:center;
	font-size:25px;
	margin-top:20px;
}
h1 .f20{
	font-size:20px;
}
.poster{
	display:block;
	width: min(100vw, 1200px);
	margin:10px auto;
}
.poster img{
	width: 100%;
	height: auto;
}
.poster img:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}
p{
	text-align:center;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	line-height: 1.4;
	padding-top:10px;
	margin-bottom: 20px;
}
.b{
	font-weight:bold;
}
