body {
	font-family: verdana,sans-serif;
	color: #666666;
	padding: 0;;
}
a {
	text-decoration: none; 
	color: #666666;
}
a:hover {
	text-decoration: underline; 
	color: #cc0000!important;
}
a.download {
	color: #0088cc;
}
a.blog {
	color: #0088cc;
}
a.link {
	color: #0088cc;
}
h1 {
	font-size: 1.5rem;
	font-weight: bold;
}
h2 {
	font-size: 1.2rem;
	font-weight: bold;
}
h3 {
	font-size: 1rem;
	font-weight: bold;
}
.appName {
	font-size: 1.5rem;
	font-weight: bold;
	color: #4FC4FF;
	margin-top:-10px;
}
.emphasis {
	font-size: 1.2rem;
}
.content {
	text-align:center;
	margin: 0;
	padding: 1rem;
}
.inner {
	width:100%;
}
.description {
	text-align:left;
	max-width: 780px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 4rem;
}
.description  h2 {
	margin-top: 2rem;
}
.description .related {
	border: 1px solid #aaaaaa;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 10px;
}
.back {
	text-align:left;
	padding: 1rem;
}
.back img {
	height:20px;
}
.image {
	text-align:center;
}
.imageReplay {
	float:center;
}
.image .logo {
	width:100%;
	max-width:550px;
	margin-top: 2.5rem;
}
.image .logo.mini {
	width:100%;
	max-width:550px;
	margin-top: 0;
}
.image .figure {
	width:100%;
	max-width:550px;
}
.image .figure2 {
	width:70%;
	max-width:350px;
}
.image .figure3 {
	width:80%;
	max-width:400px;
}
.link {
	text-align:center;
}
.footer {
	text-align:center;
	font-size: 14px;
}
.disable_ja {
	display: none!important;
}
.disable_en {
	display: none!important;
}
.appButton {
	background-color: #0088cc;
	border-width: 0px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	max-width: 500px;
	line-height: 50px;
	box-shadow: 0 2px 5px 0 #9e9e9e;
	margin-top:30px;
	margin-bottom:70px;
	opacity: 1;
	cursor: pointer;
}
.appButton a {
	color: #ffffff;
	font-weight: normal;
	white-space: nowrap;
}
.appButton:hover {
	opacity: 0.9;
}
.appButton a:hover {
	color: #ffffff!important;
	text-decoration: none;
}

.consoleWindows {
	background-color:#333333;
	color:#ffffff;
	max-width:780px;
	overflow:auto;
}
.consoleCommand {
	color:#ffffaa;
}
.consolePrompt {
	color:#999999;
}
.consoleLinux {
	background-color:#300a24;
	color:#ffffff;
	max-width:780px;
	overflow:auto;
}
.consoleJava {
	background-color:#f0f0f0;
	color:#000000;
	max-width:780px;
	overflow:auto;
	border:1px solid #dddddd;
}
.consoleJava .consoleCommand {
	color:#777700;
}
.sampleImage {
	width:100%;
	max-width:500px;
	border:1px solid #999999;
}
.language {
	text-align:right;
	margin-right:1rem;
}
.language {
	color:#aaaaaa;
}
.language .link {
	color:#aaaaaa;
}
.language .forJa {
	width:150px;
	position: absolute; 
	top: 0.5rem;
	left: 0.5rem;
}
.youtube_short {
	width: 70%;
	max-width: 400px;
	margin: auto;
}
.youtube_short iframe {
	aspect-ratio: 9 / 16;
	width: 100%;
	height: 100%;
}