﻿body {
	text-align: center;
	overflow: hidden;
}
.en {
	font-size: 16px;
}
.jp {
    font-size: 14px;
}
#appIcon {
    background-size: contain;
    height: 43px;
    width: 43px;
    float: left;
}
#appImg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    margin: auto;
}
#container {
    padding-top: 10px;
    overflow: auto;
}
#langDiv {
	width: 170px;
	margin-top: -5px;
	float: right;
}
.langLabel {
	float: right;
}
input[type="radio"] {
	opacity: 0;
}
iframe {
	width: 100%;
	height: 100%;
	border: none;
}
#contents {
	text-align: left;
	margin: 10px 20px 0px 20px;
}
div.name {
	font-weight: bold;
}
ul {
	margin-bottom: 20px;
}
.ui-content {
	padding: 0px;
}
.footer {
	font-size: 12px;
	padding: 6px;
	color: #666;
}
#mailTo {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration:none;
}
.ind1 {
    margin-left: 1em;
    text-indent: -1em;
}
.ind2 {
    margin-left: 2em;
    text-indent: -1em;
}


