div.exp {
	margin-bottom: 3em
}
div.exp em {
	color: #ff0000;
	font-weight: bold
}
p.note {
	font-size: small
}

.finished:after {
	content:"[終了]";
	font-size:50%;
	color:red;
}

#skipbutton {
	display:block;
	background:white;
	position:fixed;
	top:0px;
	left:0px;
	width:100px;
	height:40px;
	color:blue;
}

#opening {
	z-index:100;
	position:fixed;
	width:100%;
	height:100%;
	background:skyblue;
/*背景画像はhttp://www.priga.jp/free-photos_P/ja/01/priga.jp_P02225.htmlから*/
	background-image:url("./sora.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	display:none;
}

#opening #opening-text {
	text-align:center;
	line-height:100px;
	margin-top:100px;
	font-size:200%;
	color:white;
}

#line1, #line2, #line3 {
	display:none;
}

#pamph_flyer li{
	line-height: 1.5em;
}
