a, a:visited, a:hover { color: #333333; text-decoration: none; }
table td {padding-left: 4px; padding-right: 4px;}
body {position: relative; margin-bottom: 90px;}
.bg-p2h-blue {
	background-color: #012169 !important;
	color: white;
}
.font-small { font-size: .8em; }
.page-header {
	margin: 10px auto;
}
.title-small {
	font-size: 2.4em;
	font-weight: bold;
	/*color: #053d7c;*/
}
.title-section {
	font-size: 1.6em;
	font-weight: bold;
}
.btn-link,
.btn-link:hover,
.btn-link:visited {
	color: #053d7c;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none !important;
}
.btn-link{
	width: 100%;
}
.card-header {
	padding: .2em .75rem;
}
.card-header .btn {
	text-align: left;
}
.btn-scroll-top {
	background-color: rgb(247, 247, 247);
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	bottom: 20px;
	color: #333333;
	cursor: pointer;
	display: none;
	left: 0;
	margin: auto;
	opacity: .6;
	padding: 8px;
	position: fixed;
	right: 0;
	text-align: center;
	width: 50px;
}
.btn-scroll-top:hover {
	opacity: 1;
}
.btn-scroll-top img{
	max-height: 28px;
	max-width: 28px;
}
.js-back:hover,
.js-home:hover{
	cursor: pointer;
	user-select: none;
}
.container-logo{
	height: 55px;
	line-height: 55px;
}
.js-home img{
	filter: brightness(0) invert(1);
	height: 60%;
}

/* typography */
.mt-1x { margin-top: 8px; }
.mt-2x { margin-top: 16px; }
.mt-3x { margin-top: 24px; }
.mt-4x { margin-top: 32px; }
.mt-5x { margin-top: 40px; }
.mb-1x { margin-bottom: 8px; }
.mb-2x { margin-bottom: 16px; }
.mb-3x { margin-bottom: 24px; }
.mb-4x { margin-bottom: 32px; }
.mb-5x { margin-bottom: 40px; }
.ml-1x { margin-left: 8px; }
.ml-2x { margin-left: 16px; }
.ml-3x { margin-left: 24px; }
.ml-4x { margin-left: 32px; }
.ml-5x { margin-left: 40px; }
.mr-1x { margin-right: 8px; }
.mr-2x { margin-right: 16px; }
.mr-3x { margin-right: 24px; }
.mr-4x { margin-right: 32px; }
.mr-5x { margin-right: 40px; }

.pt-1x { padding-top: 8px; }
.pt-2x { padding-top: 16px; }
.pt-3x { padding-top: 24px; }
.pt-4x { padding-top: 32px; }
.pt-5x { padding-top: 40px; }
.pb-1x { padding-bottom: 8px; }
.pb-2x { padding-bottom: 16px; }
.pb-3x { padding-bottom: 24px; }
.pb-4x { padding-bottom: 32px; }
.pb-5x { padding-bottom: 40px; }
.pl-1x { padding-left: 8px; }
.pl-2x { padding-left: 16px; }
.pl-3x { padding-left: 24px; }
.pl-4x { padding-left: 32px; }
.pl-5x { padding-left: 40px; }
.pr-1x { padding-right: 8px; }
.pr-2x { padding-right: 16px; }
.pr-3x { padding-right: 24px; }
.pr-4x { padding-right: 32px; }
.pr-5x { padding-right: 40px; }

.pt-fixed-11{ padding-top: 11px; }
.pb-fixed-11{ padding-bottom: 11px; }
.pt-fixed-20{ padding-top: 20px; }
.pb-fixed-20{ padding-bottom: 20px; }
.mt-fixed-14{ margin-top: 14px; }
/* end of typography */

.w-100{ width: 100%; }
.h-100{ height: 100%; }
.mw-100{ max-width: 100%; }

.d-none{ display: none; }

/* index.html */
#main-page .list-language > div,
#main-page .list-guide-sections > div{
	background-color: rgba(0,0,0,.03);
	border: 1px solid rgba(0,0,0,.125);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .9rem;
}
#main-page .list-guide-sections > div{
	font-size: 1.2rem;
}
#main-page .list-language > div:hover,
#main-page .list-guide-sections > div:hover{
	cursor: pointer;
	background-color: rgba(0,0,0,.1);
	transition: .3s;
}
#main-page .list-language img {
	width: 20px;
	vertical-align: bottom;
	margin-right: 6px;
}
/* end of index.html */

/* mobile-guide-index.html */
#mobile-guide-page #mobile-qa-accordion a{
	color: #007bff!important;
}

#mobile-guide-page #mobile-campaign > div {
	display: inline-block;
	height: 180px;
	vertical-align: top;
}
#mobile-guide-page .store img {
	display: block;
	height: calc((140px - 14px) / 2);
}
/* end of mobile-guide-index.html */

/* general-guide-index.html */
#general-guide-page tr.header {
	background-color: #e3ebf3;
	font-weight: bold;
}
#general-guide-page tr.odd {
	background-color: #f3f3f3;
}
/* end of general-guide-index.html */

.font-weight-bold{ font-weight: 700 !important; }