*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: white;
	color : black;
	font-family : "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	margin-top : 4px;
	margin-bottom : 4px;
	margin-right : 4px;
	margin-left : 4px;
	font-size : 90%; 
}

@font-face{ 
	font-family: 'twofiveWebFont';
	src: url('font/crayon_1-twofive.eot');
	src: url('font/crayon_1-twofive.eot?#iefix') format('embedded-opentype'), 
		url('font/crayon_1-twofive.woff') format('woff'), 
		url('font/crayon_1-twofive.ttf') format('truetype'); 
	font-weight: normal;
	font-style: normal;
}

.twofiveWebFontClass {
	font-family: 'twofiveWebFont';
}

hr.menu {
   border-width: 1px 0px 0px 0px;
   border-style: solid;
   border-color: pink;
   height: 1px;
   margin-top: 1px;
}

iframe {
max-width: 100%;
}

#container {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0px;
}

#SNSLink {
	display: block;
	position: absolute;
	height: 40px;
	width:  40px;
	margin-right: auto;
	margin-left: 0;
	z-index: 9998;
}

#header {
	position: absolute;
	height: 40px;
	width:  100%;
	margin-right : auto;
	margin-left : auto;
	text-align: center;
	vertical-align: middle;
	z-index: 99;
}

#header h1 {
	display: table-cell;
	height: 40px;
	width:  240px;
	padding-right: 0px;
	text-align: center;
	color: #000;
	text-shadow:1px 1px 1px #999;
}

#header h1 a {
	text-decoration: none;
}

#letter1 {
font-size: 110%;
letter-spacing:  -2px; 
}

#letter2 {
font-size: 100%;
letter-spacing:  0px;
}

#letter3 {
font-size: 100%;
letter-spacing: -1px;
}

#letter4 {
font-size: 100%;
letter-spacing: -1px;
}

#letter5 {
font-size: 100%;
letter-spacing: -4px;
}

#letter6 {
font-size: 100%;
letter-spacing: -2px;
}

#letter7 {
font-size: 100%;
letter-spacing: -1px;
}

#letter8 {
font-size: 100%;
letter-spacing: 8px;
}

#letter9 {
font-size: 90%;
letter-spacing:-2px;
}

#letter10 {
font-size: 90%;
letter-spacing: -2px;
}

#letter11 {
font-size: 80%;
letter-spacing:  -3px; 
}

#letter12 {
font-size: 100%;
letter-spacing:  1px; 
}

#letter13 {
font-size: 90%;
letter-spacing:  -2px; 
}

#letter14 {
font-size: 70%;
letter-spacing:  -1px; 
}

#letter15 {
font-size: 100%;
letter-spacing:  -1px; 
}


#contents {
	position: relative;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-right : auto;
	margin-left : auto;
	text-align: center;
}

#footer {
	display: none;
}

#stage {
	position: relative;
	width: 640px;
	height: auto;
	max-width: 100%;
	margin-right : auto;
	margin-left : auto;
	text-align: center;
	margin-top : 2px;
	background:#ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
div.slideShow {
	position: absolute;
	display: table;
	text-align: center;
	font-size: 120%;
	z-index: 2;
}
.slideShow img {
	width: 640px;
	height: auto;
	max-width: 100%;
	opacity: 0;
	-moz-animation: imgTrans 65s infinite;
	-webkit-animation: imgTrans 65s ease-in infinite;
	animation: imgTrans 65s infinite;
}
.slideShow span {
	width: 640px;
	height: auto;
	max-width: 100%;
	line-height: 110%;
	padding-top: 10px;
	opacity:0;
	-moz-animation: imgTrans 65s infinite;
	-webkit-animation: imgTrans 65s ease-in infinite;
	animation: imgTrans 65s infinite;
	color: white;
	font-weight: bold;
	display: table-cell;
	text-shadow:
		0px 0px 1px #111,
		0px 0px 5px #111,
		0px 0px 6px #111;
}
#photo1 img {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#photo2 img {
	-moz-animation-delay: 10s;
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}
#photo3 img {
	-moz-animation-delay: 15s;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
}
#photo4 img {
	-moz-animation-delay: 20s;
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
}
#photo5 img {
	-moz-animation-delay: 25s;
	-webkit-animation-delay: 25s;
	animation-delay: 25s;
}
#photo6 img {
	-moz-animation-delay: 30s;
	-webkit-animation-delay: 30s;
	animation-delay: 30s;
}
#photo7 img {
	-moz-animation-delay: 35s;
	-webkit-animation-delay: 35s;
	animation-delay: 35s;
}
#photo8 img {
	-moz-animation-delay: 40s;
	-webkit-animation-delay: 40s;
	animation-delay: 40s;
}
#photo9 img {
	-moz-animation-delay: 45s;
	-webkit-animation-delay: 45s;
	animation-delay: 45s;
}
#photo10 img {
	-moz-animation-delay: 50s;
	-webkit-animation-delay: 50s;
	animation-delay: 50s;
}
#text1 span {
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
#text2 span {
	-moz-animation-delay: 11s;
	-webkit-animation-delay: 11s;
	animation-delay:11s;
}
#text3 span {
	-moz-animation-delay: 16s;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
}
#text4 span {
	-moz-animation-delay: 21s;
	-webkit-animation-delay: 21s;
	animation-delay: 21s;
}
#text5 span {
	-moz-animation-delay: 26s;
	-webkit-animation-delay: 26s;
	animation-delay: 26s;
}
#text6 span {
	-moz-animation-delay: 31s;
	-webkit-animation-delay: 31s;
	animation-delay: 31s;
}
#text7 span {
	-moz-animation-delay: 36s;
	-webkit-animation-delay: 36s;
	animation-delay: 36s;
}
#text8 span {
	-moz-animation-delay: 41s;
	-webkit-animation-delay: 41s;
	animation-delay: 41s;
}
#text9 span {
	-moz-animation-delay: 46s;
	-webkit-animation-delay: 46s;
	animation-delay: 46s;
}
#text10 span {
	-moz-animation-delay: 51s;
	-webkit-animation-delay: 51s;
	animation-delay: 51s;
}

@-webkit-keyframes imgTrans {
	0% { opacity:0; }
	5% { opacity:1; }
	20% { opacity:1; }
	25% { opacity:0; }
	100% { opacity:0; }
}
@-moz-keyframes imgTrans {
	0% { opacity:0; }
	5% { opacity:1; }
	20% { opacity:1; }
	25% { opacity:0; }
	100% { opacity:0; }
}
@keyframes imgTrans {
	0% { opacity:0; }
	5% { opacity:1; }
	20% { opacity:1; }
	25% { opacity:0; }
	100% { opacity:0; }
}


#openingImage {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	z-index: 1;
}

#openingImage img{
	width: 640px;
	height: auto;
	max-width: 100%;
}

#openMenu {
	display: none;
}

#layerMenu {
	display: none;
}

#tabMenu {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	text-align: center;
}

#tabMenu a {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	font-size: 14px;
	display: inline-block;
	background: -moz-linear-gradient(top,mistyrose 0%,pink);
	background: -webkit-gradient(linear, left top, left bottom, from(mistyrose), to(pink));
	border: 1px solid hotpink;
	color: crimson;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 100px;
	max-width: 10%;
    padding: 6px 0;
	margin-top: 2px;
}

#tabMenu a:hover{
	color: white;
}

div.title {
	display: inline-block;
	max-width: 100%;
	padding: 6px;
	vertical-align: top;
	text-align: center;
}

div.appealPoint {
	display: inline-block;
	width: 480px;
	max-width: 100%;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 4px;
	vertical-align: top;
	text-align: left;
	font-size: 90%;
}

div.lastAppealPoint {
	display: inline-block;
	width: 480px;
	max-width: 100%;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 4px;
	vertical-align: top;
	text-align: left;
	font-size: 90%;
}

span.appealPoint {
	display: table-cell;
	width: 480px;
	height: 24px;
	max-width: 100%;
	text-align: left;
	vertical-align: middle;
	font-weight: bold; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 120%;
	line-height: 120%;
	background-color: #FFFFFF;
	color: #FF9500;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.instructor {
	display: inline-block;
	width: 120px;
	max-width: 100%;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 4px;
	vertical-align: top;
	text-align: center;
	font-size: 90%;
	line-height:100%;
}

a.instructor {/*リンクされた文字*/
	color: #000000;
	text-decoration: none;
}
a:link.instructor {/*未訪問のリンク*/
	color: #000000;
	text-decoration: none;
}
a:visited.instructor {/*訪問後のリンク*/
	color: #000000;
	text-decoration: none;
}
a:hover.instructor {/*マウスをのせたとき*/
	color: #000000;
	ext-decoration: none;
}
a:active.instructor {/*クリック中*/
	text-decoration: none;
}


div.textBook {
	display: block;
	width: 480px;
	max-width: 100%;
	padding: 2px;
	vertical-align: top;
	text-align: left;
	font-size: 90%;
	margin:auto;
}

span.blueTitle {
	display: table-cell;
	width: 260px;
	height: 36px;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	font-size: 120%;
	line-height: 120%;
	background-color: lightcyan;
	color: blue;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

span.greenTitle {
	display: table-cell;
	width: 260px;
	height: 36px;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	font-size: 110%;
	line-height: 120%;
	background-color: #C0FF90;
	color: darkgreen;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

span.orangeTitle {
	display: table-cell;
	width: 260px;
	height: 30px;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	font-size: 110%;
	line-height: 120%;
	background-color: #FFDF88;
	color: #BF4C00;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

span.purpleTitle {
	display: table-cell;
	width: 260px;
	height: 36px;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 110%;
	line-height: 120%;
	background-color: #FFB2FF;
	color: purple;
	font-weight: bold; 
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

span.longPurpleTitle {
	display: table-cell;
	width: 260px;
	height: 32px;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 130%;
	line-height: 120%;
	background-color: #FFC2FF;
	color: #FF0000;
	font-weight: bold; 
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

span.blackTitle {
	display: table-cell;
	width: 360px;
	height: 24px;
	max-width: 100%;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 110%;
	line-height: 120%;
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

span.redTitle {
	display: table-cell;
	width: 480px;
	height: 24px;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 110%;
	line-height: 120%;
	background-color: #FFFFFF;
	color: #FF0000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

span.simpleTitle {
	display: table-cell;
	width: 360px;
	height: 24px;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold; 
	font-size: 140%;
	line-height: 120%;
}

span.redReverseTitle {
	display: table-cell;
	width: 320px;
	height: 24px;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	background-color: #DD0000;
	color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

span.pinkTitle {
	display: table-cell;
	width: 320px;
	height: 24px;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	background-color: pink;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

div.withNumber {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

div.withAsterisk {
	padding-left: 1em;
	text-indent: -1em;
	line-height:120%;
}

span.withNumber {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

span.withAsterisk {
	padding-left: 1em;
	text-indent: -1em;
}

div.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

span.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

img.appealImage {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	display: inline-block; 
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	max-width: 82%;
	border: none;
}

img.courseImage {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	display: inline-block; 
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 10px;
	width: 360px;
	max-width: 100%;
	border: none;
}

img.instructorImage {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	max-width: 40%;
}

img.instrumentImage {
	display: inline-block;
	max-width: 100%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.blur, .blur > img {
	padding: 0;
	border: 0;
}

.blur {
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.blur:after {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	 -moz-box-shadow: inset 0px 0px 8px 0px #fff;
	-webkit-box-shadow: inset 0px 0px 8px 0px #fff;
	box-shadow: inset 0px 0px 8px 0px #fff;
	content: "";
}

img.textImage {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
	max-width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:2px;
}

div.greenButton {
	display: inline-block;
	padding: 6px;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.greenButton a {
	display: table-cell;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	font-size: 20px;
	color: green;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 300px;
	background: -moz-linear-gradient(top,lightgreen 0%,limegreen);
	background: -webkit-gradient(linear, left top, left bottom, from(#DDFF9F), to(#66FF11));
	border: 1px solid #00AA00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}

div.purpleButton {
	display: inline-block;
	padding: 6px;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.purpleButton a {
	display: table-cell;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	font-size: 20px;
	color: purple;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 300px;
	background: -moz-linear-gradient(top,lavender 0%,plum);
	background: -webkit-gradient(linear, left top, left bottom, from(lavender), to(plum));
	border: 1px solid mediumorchid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}

div.blueButton {
	display: block;
	padding: 6px;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

.blueButton a {
	display: table-cell;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	font-size: 16px;
	color: blue;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 300px;
	background: -moz-linear-gradient(top,lightcyan 0%,skyblue);
	background: -webkit-gradient(linear, left top, left bottom, from(lightcyan), to(skyblue));
	border: 1px solid steelblue;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}

div.simpleTable{
	max-width: 96%;
	display: inline-block;
}

table.simpleTable {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.simpleTable tr {
	border: 1px solid #b9b9b9;
}

.simpleTable td {
	line-height: 130%;
	border: 1px solid #b9b9b9;
	padding: 4px;
	font-size: 85%;
}

.simpleTable th {
	line-height: 130%;
	border: 1px solid #b9b9b9;
	padding: 4px;
	text-align: center;
	background-color: greenyellow;
}

span.nowrap {
	white-space: nowrap;
}


div .balloonWrapper {
	padding: 4px;
	position: relative;
} 

div.redBalloon {
	position: relative;
	background: #FFDDDD;
	height: 24px;
	width: 40px;
	margin-bottom: 20px;
	border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color: red;
	font-weight: bold;
	border: 1px solid #DD3333;
	}
 
div.redBalloon:after {
	content: '';
	position: absolute;
	border-top: 8px solid #FFDDDD;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -7px;
	left: 15px;
}
 
div.redBalloon:before {
	content: '';
	position: absolute;
	border-top: 8px solid #DD3333;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -9px;
	left: 15px;
}


div.blueBalloon {
	position: relative;
	background: #DDDDFF;
	height: 24px;
	width: 40px;
	margin-bottom: 20px;
	border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color: blue;
	font-weight: bold;
	border: 1px solid #3333DD;
	}
 
div.blueBalloon:after {
	content: '';
	position: absolute;
	border-top: 8px solid #DDDDFF;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -7px;
	left: 15px;
}
 
div.blueBalloon:before {
	content: '';
	position: absolute;
	border-top: 8px solid #3333DD;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -9px;
	left: 15px;
}
 

div.bubbleBalloonWrapper {
	padding: 4px;
	position: relative;
} 

div.bubbleBalloon {
	display: table-cell;
	position: relative;
	background: #FFFF00;
	height: 30px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: blue;
	font-weight: bold;
	font-size: 100%;
	border: 1px solid #3333DD;
}
 
div.bubbleBalloon:before {
	content: '';
	position: absolute;
	background: #FFFF00;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	bottom: -10px;
	left: 10px;
	border: 1px solid #3333DD;
}
 
div.bubbleBalloon:after {
	content: '';
	position: absolute;
	background: #FFFF00;
	border-top: 8px solid #FFFF00;
	height: 6px;
	width: 6px;
 	border-radius: 3px;
	bottom: -12px;
	left: 20px;
 	border: 1px solid #3333DD;
}

.cloud {
	display: block;
	width: 254px;
	height: 160px;
	background-color: #33d;
	border-radius: 50%;
	box-shadow: 80px 15px 0 -25px #33d, -60px 20px 0 -30px #33d, -80px -15px 0 -40px #33d, 80px -20px 0 -40px #33d;
	white-space: nowrap;
	color: blue;
	font-weight: bold;
	font-size: 100%;
	border: 0px solid #33d;
	z-index: 2;
	position: relative;
	bottom: 0px;
	left: 0px;
	text-align: left;
}

.cloud:after {
	content: '';
	display: block;
	width: 254px;
	height: 160px;
	background-color: #ff0;
	border-radius: 50%;
	box-shadow: 80px 15px 0 -26px #ff0, -60px 20px 0 -31px #ff0, -80px -15px 0 -41px #ff0, 80px -20px 0 -41px #ff0;
	white-space: nowrap;
	color: blue;
	font-weight: bold;
	font-size: 100%;
	border: 0px solid #33d;
	z-index: 3;
	position: relative;
	bottom: 242px;
	left: 0px;
}

.cloud:before {
	content: '';
	display: block;
	width: 256px;
	height: 162px;
	background-color: #33d;
	border-radius: 50%;
	z-index: 1;
	position: relative;
	bottom: 1px;
	left: 0px;
}


div.babyCloud {
	display: inline-block;
	position: relative;
	left: -80px;
	bottom: -18px;
	background: #FFFF00;
	height: 20px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid #3333DD;
}
 
div.babyCloud:after {
	content: '';
	position: absolute;
	background: #FFFF00;
	border-top: 8px solid #FFFF00;
	height: 10px;
	width: 12px;
 	border-radius: 50%;
	left: 32px;
	bottom: -9px;
 	border: 1px solid #3333DD;
}


.inCloud {
	position: relative;
	top: -120px;
	left: -30px;
 	display: table-cell;
	font-size: 90%;
	line-height: 200%;
	white-space: nowrap;
	color: blue;
	font-weight: bold;
	z-index: 4;
}

.rotate10 {
	transform: rotate(-10deg);
	 -moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}


div.jazzLife {
	width:100%;
	padding: 2px;
}

div.jazzLifeLeft {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

div.jazzLifeTitle {
	display: inline-block;
	vertical-align: top;
}

div.jazzLifePage {
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}

div.jazzLifeRight {
	display: inline-block;
	width: 75%;
	vertical-align: top;
}


div.jazzLife:nth-child(2n+1) {
   background-color: #eeeeff;
}
div.jazzLife:nth-child(2n) {
   background-color: #ddddff;
}


@media (min-width:480px) and (max-width:720px) {

body {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	margin-left : 0px;
	font-size : 90%; 
}

#contents {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right : auto;
	margin-left : auto;
	text-align: center;
}

#footer{
	display: block;
	position: fixed;
	width: 100%;
	height: 36px;
	bottom: 0;
	z-index: 999;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 1px;
	margin-right: 2px;
}

#footer div {
	display: inline-block;
	max-width: 100%;
}

#footer a {
	display: table-cell;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	background: -moz-linear-gradient(top,mistyrose 0%,pink);
	background: -webkit-gradient(linear, left top, left bottom, from(mistyrose), to(pink));
	border: 1px solid hotpink;
	color: crimson;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	 -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 300px;
	height: 35px;
	max-width: 48%;
	margin-right: 1px;
	margin-left: 1px;
}

#openMenu {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:9999;
	width: 40px;
	margin-right: 0;
	margin-left: auto;
	text-align: center;
	background: -moz-linear-gradient(top,pink 0%,hotpink);
	background: -webkit-gradient(linear, left top, left bottom, from(mistyrose), to(pink));
	border: 1px solid hotpink;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#layerMenu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#closeMenu {
	width: 40px;
	border: 1px solid hotpink;
	margin-right: 0;
	margin-left: auto;
	text-align: center;
	background: -moz-linear-gradient(top,pink 0%,hotpink);
	background: -webkit-gradient(linear, left top, left bottom, from(mistyrose), to(pink));
	color: hotpink;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#layerMenu ul {
	border: solid 0px red;
	width: 100%;
	margin: 0;
	padding: 0;
}

#layerMenu ul li {
	width: 100%;
	list-style: none;
	border-bottom: solid 1px pink;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	 box-shadow: 5px 5px 15px 0px #bbb;
	-webkit-box-shadow: 5px 5px 15px 0px #bbb;
	-moz-box-shadow: 5px 5px 15px 0px #bbb;
}

#layerMenu ul li a {
	padding: 10px;
	text-decoration: none;
	color: crimson;
	display: block;
}

#tabMenu {
	display: none;
}

div.appealPoint {
	width: 360px;
}

div.lastAppealPoint {
	width: 360px;
}

div.textBook {
	width: 480px;
}

span.blackTitle {
	width: 480px;
}

span.orangeTitle {
	width: 480px;
}

span.purpleTitle {
	width: 480px;
}

}


@media  (max-width:480px) {

body {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	margin-left : 0px;
	font-size : 90%; 
}

#contents {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right : auto;
	margin-left : auto;
	text-align: center;
}

#footer{
	display: block;
	position: fixed;
	width: 100%;
	height: 36px;
	bottom: 0;
	z-index: 999;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 1px;
	margin-right: 2px;
}

#footer div {
	display: inline-block;
	max-width: 100%;
}

#footer a {
	display: table-cell;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	background: -moz-linear-gradient(top,mistyrose 0%,pink);
	background: -webkit-gradient(linear, left top, left bottom, from(mistyrose), to(pink));
	border: 1px solid hotpink;
	color: crimson;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	 -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 300px;
	height: 35px;
	max-width: 48%;
	margin-right: 1px;
	margin-left: 1px;
}


#openMenu {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:9999;
	width: 40px;
	margin-right: 0;
	margin-left: auto;
	text-align: center;
	background: -moz-linear-gradient(top,pink 0%,hotpink);
	background: -webkit-gradient(linear, left top, left bottom, from(mistyrose), to(pink));
	border: 1px solid hotpink;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#layerMenu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#closeMenu {
	width: 40px;
	border: 1px solid hotpink;
	margin-right: 0;
	margin-left: auto;
	text-align: center;
	background: -moz-linear-gradient(top,pink 0%,hotpink);
	background: -webkit-gradient(linear, left top, left bottom, from(mistyrose), to(pink));
	color: hotpink;
	border-radius: 4px;
	-moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
}

#layerMenu ul {
	border: solid 0px red;
	width: 100%;
	margin: 0;
	padding: 0;
}

#layerMenu ul li {
	width: 100%;
	list-style: none;
	border-bottom: solid 1px pink;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	 box-shadow: 5px 5px 15px 0px #bbb;
	-webkit-box-shadow: 5px 5px 15px 0px #bbb;
	 -moz-box-shadow: 5px 5px 15px 0px #bbb;
}

#layerMenu ul li a {
	padding: 10px;
	text-decoration: none;
	color: crimson;
	display: block;
}

#tabMenu {
	display: none;
}

div.appealPoint {
	width: 360px;
}

div.lastAppealPoint {
	width: 360px;
}

div.textBook {
	width: 360px;
}

}