@charset "utf-8";


@media projection {

html, body, .presentation {
	font-family: "IPA P明朝";
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	line-height: 1.3;
}

.information {
	display: none;
}

address {
	margin-left: 2em;
}
address, address * {
	color: inherit;
	font-style: normal;
	text-decoration: inherit;
}

.slide,
.slidegroup {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body::after {
	padding: 4em 0 0 2em;
	content: "おしまい☆";
	display: block;
}

h1 {
	margin: .5em;
}

h1 .subtitle {
	display: block;
	font-size: smaller;
}

.slide,
body::after {
	display: block;
	overflow: auto;
	position: relative;
	page-break-before: always;
}
.presentation > .slide:first-child {
	page-break-before: auto;
}

.slide {
	padding-bottom: 110px;
	position: relative;
	background-image: url("../image/optn.png");
	background-color: #a2ded2;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.slide > h2 {
	position: absolute;
	bottom: 126px;
	left: 10px;
	right: 150px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: right;
}

.slide > h2 + * {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 220px;
	overflow: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.slide > h2 + .floatimage + * {
	margin-top: 0;
	margin-bottom: 0;
}

.slidecontent > *:first-child {
	margin-top: 0;
}
.slidecontent > *:last-child {
	margin-bottom: 0;
}

.presentation > .slide {
	background-color: white;
	background-repeat: no-repeat;
	background-image: url("../image/Opera-tan-9.png");
	background-position: top left;
	line-height: 1.1;
}

.slide.big {
	text-align: center;
}

ul, ol {
	margin-left: .5em;
}
li {
	margin-left:.5em;
	padding-left: .5em;
}

body { font-size: 50px }
h1 { font-size: 75px }
h1::after { font-size: 60px }
h2 { font-size: 62px }
.big { font-size: 150px }

.memo {
	display: none;
}

} /* /projection */


@media screen {

.information ,
.presentation {
	margin: 1em 10%;
}

} /* /screen */


@media screen, tv {

.slide:first-child > h2 {
	background-color: silver;
}

} /* /screen,tv */


@media print {

.information {
	display: none;
}

} /* /print */


@media screen, print, tv {

.slidegroup {
	border: thin gray solid;
	padding: 0;
	margin: .5em 0;
	clear: both;
}

.slidegroup > *:last-child::after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}

.slide > h2 {
	display: none;
}
.slide:first-child > h2 {
	display: block;
	margin: 0;
	padding: .25em;
}

.slide > h2 + *,
.slide.big {
	margin: 1em;
}

.memo {
	margin-left: 10%;
	margin-right: 10%;
	font-size: smaller;
	border: thin silver dotted;
}

} /* /screen,print,tv */


@media screen, print, tv, projection {

.floatimage {
	max-width: 50%;
	float: right;
	padding-right: 10px;
}
.floatimage + * {
	margin-top: 0;
}
.floatimage.strech {
	width: 33%;
}

.fullimage {
	text-align: center;
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 0;
}
.fullimage.strech {
	width: 95%;
}
.fullimage + p {
	text-align: center;
}
.fullimage + * {
	margin-top: 0;
}

img {
	max-width: 100%;
}

.strech img {
	width: 100%;
}

} /* /screen,print,tv,projection */