::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background:#dddddd;
}
::-webkit-scrollbar-thumb {
    background:#9c9a9a;
    border-radius:8px;
}
::-webkit-scrollbar-thumb:hover {
    background: #aba7a7;
    border-radius:8px;
}
html {
	marign:0;
	padding:0;
}
body {
	margin:0;
	padding:0.5em;
	background-color:#ffffff;
	font-family:"游ゴシック", "メイリオ", sans-serif;
}
span {
	padding-left:1.0em;
}
img {
	padding-left:1.0em;
}
.title_box {
	text-align:left;
}
.productname_text {
	font-size:1.2em;
}
.info_box {
	text-align:left;
	border-top:2px solid #cccccc;
}
.appname_text {
	display:block;
	font-weight:bold;
	font-size:1.2em;
}
.appname_text:before {
	display:block;
	content:"このページでは";
	font-size:0.8em;
	font-weight:normal;
}
.appname_text:after {
	display:block;
	content:"についてご案内しています。";
	font-size:0.8em;
	font-weight:normal;
}
.appfunc_text {
	display:block;
	margin-top:1em;
}
.appfunc_text:before {
	display:block;
	content:"このアプリの主な役割";
	font-weight:bold;
}
.appicon_text {
	display:block;
	margin-top:1em;
}
.appicon_text:before {
	display:block;
	content:"このアプリのアイコン";
	font-weight:bold;
}
.appicon_image {
	display:inline-block;
	height:3em;
	width:3em;
}
.appimage_text {
	display:block;
	margin-top:1em;
}
.appimage_text:before {
	display:block;
	content:"このアプリの表示イメージ";
	font-weight:bold;
}
.appimage_image {
	display:inline-block;
	max-width:90%;
}
.about_box {
	min-height:2.5em;
	margin-top:0.5em;
	border-top:2px solid #cccccc;
}
.body_box {
	text-align:left;
	border-top:2px solid #cccccc;
}
.detail_title {
	display:block;
	margin-bottom:1.0em;
	font-size:1.2em;
	font-weight:bold;
}
.detail_title:before {
	display:block;
	content:"このページでは";
	font-size:0.8em;
	font-weight:normal;
}
.detail_title:after {
	display:block;
	content:"についてご案内しています。";
	font-size:0.8em;
	font-weight:normal;
}
.detail_chapter {
	display:block;
	margin-top:1.0em;
	font-size:1.1em;
	font-weight:bold;
	border-top:2px solid #cccccc;
}
.detail_chapter:before {
	content:"・";
}
.detail_step {
	display:block;
	margin-top:1.0em;
	font-weight:bold;
}
.detail_text {
	display:block;
}
.detail_note {
	display:block;
	font-size:0.9em;
}
.detail_note:before {
	content:"*";
}
.detail_caution {
	display:block;
	font-size:0.9em;
	color:#cc0000;
}
.detail_caution:before {
	content:"*";
	color:#cc0000;
}
.detail_image {
	max-width:80%;
}
.detail_back {
	display:inline-block;
	text-decoration:none;
	color:#000000;
	float:right;
}
.ui_name {
	display:inline-block;
	padding:0.2em;
	line-height:1.0em;
	background-color:#ccffdd;
	white-space:nowrap;
	color:#000000;
}
