@charset "utf-8";

#armarkerAcco table {
	width: 100%;
	box-sizing: border-box;
}
#armarkerAcco th {
	width: 100%;
	box-sizing: border-box;
}
#armarkerAcco td {
	box-sizing: border-box;
}

.img_left {
	float: left;
}
.img_right {
	float: right;
}

.topTxt {
	line-height: 1.4;
}
.ttlTxt {
	font-weight: bold;
	line-height: 1;
}
.stepTxt {
	line-height: 1.4;
}

.sNote {
	clear: both;
	/*text-indent:-1em;
	padding-left:1em;*/
	font-size:83%;
	line-height:1.4;
}

ol.asterisk {
	text-indent: -1.6em;
	padding-left: 1.6em;
  	counter-reset: number;
  	list-style: none;
	font-size: 83%;
	line-height: 1.4;
}
ol.asterisk li:before {
  counter-increment: number;
  content: "*"counter(number)": ";
}

.specNoteDisc{
	/*text-indent:-1em;
	padding-left:1em;*/
	font-size:83%;
	line-height:1.4;
	list-style: disc;
}
.specNoteDisc li {
	list-style: disc;
	float:none;
	margin-left: 1.5em;
}

.StoreIcon {
	display: inline-table;
	vertical-align: bottom;
	height: 60px;
}

.AppIcon {
	display: inline-block;
	float: left;
	vertical-align: bottom;
	width: 80px;
	/*border: solid;*/
}

.AppIcon img {
	display: inline-block;
	vertical-align: bottom;
}

.AppStoreIcon {
	float: left;
	vertical-align: bottom;
	padding: 15px 10px 5px 10px;
	/*border: solid;*/
}
.AppStoreIcon img {
	display: inline-block;
	vertical-align: bottom;
}
/*
.AppStoreIcon a{
	display: inline-block;
	background: url(https://linkmaker.itunes.apple.com/en-gb/badge-lrg.svg?releaseDate=2012-04-23&kind=iossoftware&bubble=ios_apps) no-repeat;
	width: 90px;
	height: 40px;
	background-size: contain;
	background-position: center bottom;
}*/

.GooglePlayIcon {
	float: left;
	padding: 15px 10px 5px 10px;
	/*margin: 17px 0 0 0;*/
	/*border: solid;*/
}
.GooglePlayIcon img {
	display: inline-block;
	vertical-align: bottom;
}
/*
.GooglePlayIcon a{
	display: inline-block;
	background: url(https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png) no-repeat;
	width: 106px;
	height: 40px;
	background-size: contain;
	background-position: center bottom;
}*/

.broTbl{}
.broTbl td{
	text-align:left;
	padding: 8px 13px;
}
.broTbl th {
	text-align:left;
	padding: 4px 13px;
}
.broTbl tbody th,
.broTbl tbody td{
	text-align:left;
	vertical-align:top;
	border:1px solid #999;
}
.broTbl tbody .th01,
.broTbl tbody .th02{
	font-weight:bold;
}
.broTbl tbody .th01{
	background-color:#ccc;
}
.broTbl tbody .th02{
	background-color:#e7e6e6;
}
.broTbl tbody .td01{
	background-color:#ffffff;
	width: 30%;
}
.broTbl tbody .td02{
	background-color:#ffffff;
}
.broTbl tbody a{
	margin-left: 10px;
}
.broTbl tbody a{
	margin-left: 10px;
}

.broTbl tbody .td1st {
	border-left: 1px solid #ffffff !important;
}
.broTbl tbody .txtBlueBold {
	color: #0e71b7;
	font-weight: bold;
}
.broTbl tbody .alignCenter {
	text-align: center !important;
}
.broTbl tbody a{
	color: #065492;
    text-decoration: underline;
	cursor: pointer;
}

.arTbl {}
.arTbl td {
	text-align: center !important;
	vertical-align: text-top;
	line-height: 1.2;
	padding: 8px 13px;
	height: 100px;
}
.arTbl th {
	text-align:left;
	padding: 4px 13px;
}
.arTbl tbody th,
.arTbl tbody td{
	width: 33%;
	/*text-align:left;
	vertical-align:top;*/
	border:1px solid #999;
}
.arTbl tbody .th01,
.arTbl tbody .th02{
	font-weight:bold;
}
.arTbl tbody .th01{
	background-color:#ccc;
}
.arTbl tbody .th02{
	background-color:#e7e6e6;
}
.arTbl tbody a{
	color: #065492;
    text-decoration: none;
	cursor: pointer;
}
.arTbl tbody a:hover{
    text-decoration: underline;
}
.arTbl tbody img{
	vertical-align: bottom;
	padding-bottom: 10px;
	width: 60px;
}