@charset "utf-8";
/* import css 
-------------------------------------------------- */
@import url('pure-drawer-add.css');
@import url('webfont.css');
@import url('swiper.min.css');

/* Language font
-------------------------------------------------- */
body {
	font-family: Roboto,"Droid Sans",-apple-system,BlinkMacSystemFont,‘Helvetica Neue’,"Segoe UI",Meiryo,Verdana,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.5;
}

/* column
-------------------------------------------------- */
.mw-640 {max-width: 640px;}
.mw-480 {max-width: 480px;}
.mw-320 {max-width: 320px;}
.mw-240 {max-width: 240px;}
.mw-180 {max-width: 180px;}
.mw-160 {max-width: 160px;}

/* header 
-------------------------------------------------- */
header {
	height: 108px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 1em;
	padding-top: 20px;
}

.header-logo {
	height: 68px;
	width: 68px;
	margin-right: 1em;
}

.header-statement {
	height: 17px;
	width: 136px;
}

@media (max-width: 599px) {
	header {
		height: 68px;
		padding-top: 15px;
	}
	
	.header-logo {
		height: 40px;
		width: 40px;
		margin-right: 0.5em;
	}

	.header-statement {
		height: 11px;
		width: 90px;
	}
}

/* Search 
-------------------------------------------------- */
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px;
}

/* breadcrumb 
-------------------------------------------------- */
.breadcrumb {
	font-size: smaller;
}

.breadcrumb > li {
    display: inline;
}

.breadcrumb > li + li:before {
	content: "\003e\00a0";
}

.print {
	margin-left: 0.5em;
}

/* pager
-------------------------------------------------- */
nav .pager {
	margin-top: 4em;
}

nav .pager li > a, .pager li > span {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 48px;
	background-color: #808080;
	border: 2px solid #808080;
	border-radius: 24px;
	color: #fff;
	transition: all 400ms ease-in-out 0s;
}

nav .pager li > a:hover {
	color: #808080;
}

/* footer 
-------------------------------------------------- */
footer {
	margin-bottom: 4em;
	border-top: #d4d4d4 solid 1px;
	padding-top: 1em;
}

footer .text-muted {
	font-size: small;
}

/* TOP page style 
-------------------------------------------------- */
.manual-header {
	padding: 2em 1em;
	border: #ccc solid 1px;
	margin-bottom: 1em; /* 2022 */
	background: url(nikon.svg) no-repeat 1em 1em;
	text-align: right;
}

.manual-header h1 {
	font-size: 32px; /* 2022 */
	font-weight: bold; /* 2022 */
}

h2.header-top {
	font-weight: bold;
	border-left: #fee600 solid 8px;
	border-bottom: #ccc solid 1px;
	padding-left: 8px;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3.header-top {
	font-weight: bold;
	border-bottom: #ccc solid 1px;
	padding-left: 16px;
	margin-top: 2em;
	margin-bottom: 1em;
}

/* link-list 
-------------------------------------------------- */
.link-list, .link-list-small, .anchor-list {
	list-style: none;
	margin-left: 0;
}

.link-list li {
	margin-left: 0.5em;
	text-indent: -1em;
	margin-bottom: 1em;
}

.link-list li:before {
	content: "0";
	display: inline-block;
    font-family: '01xnb';
    font-style: normal;
    font-weight: normal;
	font-size: 1.5em;
	color: #444;
    line-height: 1;
    position: relative;
	margin-right: 0.4em;
    top: 2px;
}

.link-list-small {
	padding-left: 0;
}

.link-list-small li {
	margin-left: 2em;
	text-indent: -0.75em;
}

.link-list-small li:before {
	content: "0";
	display: inline-block;
    font-family: '01xnb';
    font-style: normal;
    font-weight: normal;
	margin-right: 0.5em;
}

.anchor-list li {
	margin-left: 0.25em;
	text-indent: -0.75em;
	margin-bottom: 1em;
}

.anchor-list li:before {
	content: "\e114";
	display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
	color: #444;
    line-height: 1;
    position: relative;
	margin-right: 0.5em;
    top: 2px;
}

/* nav-page-top 
-------------------------------------------------- */
#nav-page-top {
	position: fixed;
	right: 28px;
	bottom: 0;
	z-index: 9999;
}

#nav-page-top a span {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 48px;
	background-color: #808080;
	border: 2px solid #808080;
	border-radius: 24px;
	color: #fff;
	transition: all 400ms ease-in-out 0s;
}

#nav-page-top a span:hover {
	color: #808080;
	background-color: #ddd;
}

/* contents 
-------------------------------------------------- */
.page-header {
    border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 1em;
}

.page-header h1 {
	background-color: #d1d5ff;
	font-weight: bold;
	padding: 0.25em;
}

.page-header h1 .subtitle {
	font-size: 24px;
	color: #444;
	font-weight: normal;
	font-style: italic;
}

.page-header .transition {
	color: #666;
	font-style: italic;
	text-align: right;
}

.page-header .transition strong {
	font-style: normal;
}

.menu-header {
	background-color: #ddd;
	padding: 0.5em;
	border-right: 4px solid #808080;
	border-bottom: 4px solid #808080;
	margin-top: 40px;
	margin-bottom: 1em;
}

.menu-header h1 {
	font-weight: bold;
	margin-top: 0;
}

.menu-header h1 .subtitle {
	font-size: 24px;
	color: #444;
	font-weight: normal;
	font-style: italic;
}

.menu-header .transition {
	font-style: italic;
	text-align: right;
	margin-bottom: 0;
}

h2.section-head {
	margin-top: 2em;
	font-weight: bold;
	text-decoration: underline;
}

h3.subsection-head {
	margin-top: 1.5em;
	font-weight: bold;
	font-style: italic;
}

h3.subsection-head:before {
	content: "\e073";
	display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    position: relative;
	margin-right: 0.125em;
    top: 2px;
}

h4.subsubsection-head {
	margin-top: 1.5em;
	font-weight: bold;
}

@media (max-width:767px){
	.page-header h1, .menu-header h1 {
		font-size: 28px;
	}
	
	h2.section-head {
		font-size: 24px;
	}
	
	h3.subsection-head {
		font-size: 20px;
	}
}

.bullet-list {
	margin-bottom: 1em;
	padding-left: 20px;
}

.bullet-list li {
	list-style-type: disc;
}

.bullet-list li .bullet-list li {
	list-style-type:  none;
	padding-left: 0;
	text-indent: -1em;
}

.bullet-list li .bullet-list li:before {
	content:"-";
	margin-right: 0.5em;
}

.parts-list {
	padding-left: 1em;
	text-indent: -1em;
	font-style: italic;
}

.parts-list:before {
	content:"□";
	font-style: normal;
	margin-right: 0.5em;
}

.lead {
	font-weight: 600;
	margin-bottom: 0;
}

.caption {
	font-style: italic;
}

.text-bold {
	font-weight:bold;
}

.text-emphasis {
	font-style: italic;
}

.text-underline {
	text-decoration: underline;
}

.text-subtitle {
	font-style: italic;
	font-weight: bold;
}

.text-normal {
	font-style: normal;
}

.text-small-caps {
	font-variant: small-caps;
}

.text-bullet {
	display: list-item;
	list-style-type: disc;
	margin-left: 20px;
}

.text-bullet-sub {
	display: list-item;
	list-style-type: circle;
	margin-left: 40px;
}

.web-link {
	font-style: italic;
}

@media (max-width:767px){
	.text-bullet-right {
		margin-left: 20px;
	}
	
	.text-bullet-sub-right {
		margin-left: 40px;
	}
}

.hr-thin {
	border: #ccc solid 1px;
	margin: 0.5em 0;
}

.bordered-list {
	list-style: none;
	padding: 0;
}

.bordered-list > li {
	border-top: #ccc solid 2px;
	padding: 0.5em 0;
}

.bordered-list > li:last-child {
	border-bottom: #ccc solid 2px;
}

.panel-rectangle {
	border-radius: 0;
}

.panel-bordered {
	padding: 0.5em;
	border: #333 solid 1px;
	margin-bottom: 1em;
}

.bg-panel-bordered {
	background-color: #efefef;
}

.bg-panel-bordered-dark {
	background-color: #ccc;
}

.bg-tableheader {
	background-color: #ddd;
}

.bg-tableheader-green {
	background-color: #deece5;
}

.bg-tableheader-dark {
	background-color: #444 !important;
	color: #fff;
}

.img-bordered {
	border: #333 solid 1px;
}

@media (max-width:767px){
	.table-left, .list-left {
		margin-bottom: 0;
	}
	.table-responsive > .table-bordered > tbody > tr > th, .table-responsive > .table-bordered > tbody > tr > td {
		border-bottom: 0;
	}
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	vertical-align: middle;
	border-color: #999;
	border-left: none;
}

.table-bordered > thead > tr > .border-top, .table-bordered > tbody > tr > th.border-top {
	border-top: #999 1px solid;
}

.table-bordered, .table-bordered > thead > tr > th:last-child, .table-bordered > tbody > tr > td:last-child {
	border-right: none;
}

.table-bordered > thead > tr > th.border-right, .table-bordered > tbody > tr > td.border-right {
	border-right: #999 1px solid;
}

.table-bordered > thead > tr > th.border-left, .table-bordered > tbody > tr > td.border-left, .table-bordered > tbody > tr > th.border-left {
	border-left: #999 1px solid;
}

.table-bordered > thead > tr > th {
	background-color: #ddd;
	text-align: center;
}

.table-bordered > tbody > tr > th.border-right-none, .table-bordered > tbody > tr > td.border-right-none {
	border-right: none;
}

.table-bordered > tbody > tr > th.border-top-none, .table-bordered > tbody > tr > td.border-top-none {
	border-top: none;
}

.table-bordered > tbody > tr > th.border-bottom-none, .table-bordered > tbody > tr > td.border-bottom-none {
	border-bottom: none;
}

.table-bordered > tbody > tr > th.cell-merge, .table-bordered > tbody > tr > td.cell-merge {
	border-top: #fff 1px solid;
}

.table-bordered > tbody > tr > th.cell-merge-note, .table-bordered > tbody > tr > td.cell-merge-note {
	border-top: #eee 1px solid;
}

.table-bordered-green, .table-bordered-green > thead > tr > th, .table-bordered-green > tbody > tr > th, .table-bordered-green > tfoot > tr > th, .table-bordered-green > thead > tr > td, .table-bordered-green > tbody > tr > td, .table-bordered-green > tfoot > tr > td {
	vertical-align: middle;
	border: 1px solid #5da17f;
}

.table-bordered-green > thead > tr > th {
	background-color: #deece5;
	text-align: center;
}

.table-parts > tbody > tr > td, .table-parts > tbody > tr > th, .table-parts > tfoot > tr > td, .table-parts > tfoot > tr > th, .table-parts > thead > tr > td, .table-parts > thead > tr > th {
	border-top: 1px solid #fff;
}

.table-parts th {
	width: 40px;
	text-align: right;
	background-color: #666;
	color: #fff;
}

.table-noborder > tbody > tr > td, .table-noborder > tbody > tr > th, .table-noborder > tfoot > tr > td, .table-noborder > tfoot > tr > th, .table-noborder > thead > tr > td, .table-noborder > thead > tr > th {
	border: none;
}

.table-menu, .table-menu > tbody > tr > th, .table-menu > tbody > tr > td {
	vertical-align: middle;
	border-color: #666;
}

.table-menu > tbody > tr > th.cell-merge {
	border-top: #fff 1px solid;
	border-right: #666 1px solid;
}

 .table-menu > tbody > tr > td {
 	border-left: #666 1px solid;
 }

.table-spec {
	border-bottom: #888 solid 1px;
	margin-bottom: 0.25em;
}

.table-spec, .table-spec > tbody > tr > th, .table-spec > tbody > tr > td {
	vertical-align: top;
	border-color: #888;
	border-left: none;
}

.table-spec, .table-spec > tbody > tr > th:last-child, .table-spec > tbody > tr > td:last-child {
	border-right: none;
}

.table-spec > tbody > tr > th.cell-merge, .table-spec > tbody > tr > td.cell-merge {
	border-top: #bcbcbc 1px solid;
	border-right: #888 1px solid;
	width: 8px !important;
	padding: 0;
}

.table-spec > tbody > tr > th {
	background-color: #bcbcbc;
}

.table-spec > tbody > tr > th.sub {
	background-color: #dedede;
	width: 30%;
}

@media (max-width: 767px){
	.table-spec > tbody > tr > th.sub {
	 width: 40%;
	}
}

@media (max-width: 479px){
	.table-spec > tbody > tr > th.sub {
	 width: 50%;
	}
}

.table-responsive {
	border-color: #999;
}

.cell-width-thin {
	width: 24px;
}

.cell-oblique-line {
  background-image: linear-gradient(to top right, transparent, transparent 49%, #ccc 51%, transparent 51%, transparent 100%);
}

.cell-vertical {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 1em;
	line-height: 1em;
	white-space: nowrap;
}

.footnote-asterisk {
	padding-left: 1em;
	text-indent: -1em;
}

.footnote-asterisk:before{
	content: "*";
	margin-right: 0.5em;
}

.footnote-counter {
	counter-reset: number;
}

.footnote {
	padding-left: 1em;
	text-indent: -1em;
}

.footnote:before {
	counter-increment:number;
	content: counter(number);
	margin-right: 0.5em;
}

.warnings-header {
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 2em;
	text-indent: -2em;
}

.warnings-header:before {
	content: "A";
	font-family: '00pletc';
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	margin-right: 0.25em;
}

.warnings-text {
	padding-left: 2em;
}

.warnings-bullet-list {
	margin-left: 1em;
	margin-bottom: 1em;
}

.note {
	background-color: #eee;
	padding:0.5em;
	margin-bottom: 1em;
}

.note-header-caution, .note-header-note {
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.note-header-caution:before {
	content: "D";
	font-family: '01xnb';
	color: #5da17f;
	font-size: 1.5em;
	line-height: 1;
	margin-right: 0.125em;
}

.note-header-note:before {
	content: "A";
	font-family: '01xnb';
	color: #5da17f;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	margin-right: 0.125em;
}

.note-text-caution, .note-text-note {
	margin-bottom: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.note-text-caution:before {
	content: "D";
	font-family: '01xnb';
	color: #5da17f;
	font-size: 1.5em;
	line-height: 1;
	margin-right: 0.125em;
}

.note-text-note:before {
	content: "A";
	font-family: '01xnb';
	color: #5da17f;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	margin-right: 0.125em;
}

.procedure {
	padding-left: 0px;
	list-style: none;
}

.procedure > li {
	padding: 1em 0px 1em 0px;
	border-top: #333 solid 1px;
}

.procedure > li .step-lead {
	font-weight: 600;
}

.procedure > li.step1 {
	background-image: url(step1.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step2 {
	background-image: url(step2.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step3 {
	background-image: url(step3.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step4 {
	background-image: url(step4.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step5 {
	background-image: url(step5.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step6 {
	background-image: url(step6.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step7 {
	background-image: url(step7.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step8 {
	background-image: url(step8.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step9 {
	background-image: url(step9.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step10 {
	background-image: url(step10.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step11 {
	background-image: url(step11.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step12 {
	background-image: url(step12.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step13 {
	background-image: url(step13.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step14 {
	background-image: url(step14.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step15 {
	background-image: url(step15.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step16 {
	background-image: url(step16.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li.step17 {
	background-image: url(step17.svg);
	background-repeat: no-repeat;
	background-position: 0 1em;
	background-size: 32px 32px;
}

.procedure > li > * {
	margin-left: 2.5em;
}

.procedure > li > .row > div {
	padding-left: 0;
}

.procedure > li ul {
	list-style: disc;
}

.menu-list dt {
	border-bottom: #ccc dotted 2px;
	margin-bottom: 0.5em;
}

.menu-list dt .icn-15em, .menu-list dt .icn-2em {
	line-height: 1em;
}

.menu-list dt .circled-number {
	margin-right: 0.25em;
	margin-bottom: 0.25em;
}

.menu-list dd {
	margin-left: 1em;
	margin-bottom: 1em;
}

.see {
	font-family: '01xnb';
	font-weight: normal;
	font-style: normal;
}

.page-link:before {
	content: "“";
}

.page-link:after {
	content: "”";
}

.icn-1em {
	font-size: 1em;
}

.icn-15em {
	font-size: 1.5em;
}

.icn-2em {
	font-size: 2em;
}

.icn-3em {
	font-size: 3em;
}

.icn-4em {
	font-size: 4em;
}

/* menu guide toc */
.panel-menuguide-toc {
	border: 4px solid #ccc;
	margin-top: 4em;
	padding: 1em 1em 0 1em;
}

.panel-menuguide-toc .lead .subtitle {
	font-weight: normal;
	font-style: italic;
}

.panel-menuguide-toc .sublead {
	font-weight: bold;
}

.panel-menuguide-toc .list-group-item {
	font-weight: bold;
}

.panel-menuguide-toc .list-group-item:first-child, .panel-menuguide-toc .list-group-item:last-child {
	border-radius: 0px;
}
.panel-menuguide-toc .list-group-item.active, .panel-menuguide-toc .list-group-item.active:focus, .panel-menuguide-toc .list-group-item.active:hover {
	background-color: #fee600;
	border-color: #ddd;
	color: #333;
}

/* toc section
-------------------------------------------------- */
.search-title {
	font-size: 1.25em;
	font-weight:bold;
	border-bottom: #ccc solid 4px;
} /* 2022 */

.search-inner {
	margin-left: 1rem;
} /* 2022 */

.toc-title {
	font-size: 1.25em;
	font-weight:bold;
	border-bottom: #ccc solid 4px;
} /* 2022 */

.toc .toc_title {
	font-size: 1.25em;
	font-weight:bold;
	border-bottom: #ccc solid 4px;
}

.pure-drawer .toc_title_search {
	margin-top: 2em;
}

.toc .home {
	display: block;
	cursor: pointer;
	font-weight:bold;
	margin-bottom: 0;
}

.toc .home a {
	color: #333;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 8px;
	text-decoration: none;
}

.toc .home a:hover {
	background: #e7e7e7;
	border-radius: 5px;
}

.toc .toc_direct {
	cursor: pointer;
	margin-bottom: 0;
}

.toc .toc_direct a {
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 22px;
}

.toc .toc_direct a:hover {
	background: #e7e7e7;
	border-radius: 5px;
	text-decoration: none;
}

.toc .chapter_title {
	cursor: pointer;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 22px;
	margin-bottom: 0;
	background: url("i_nav.svg") no-repeat 0 20px;
	background-size: 16px 16px;
	border-top: #CCC dashed 1px;
}

.toc .on {
	background: url("i_nav_on.svg") no-repeat 0 20px;
	background-size: 16px 16px;
	font-weight: bold;
}

.toc ul {
	padding-left: 1em;
	display: none;
	list-style: none;
}

.toc li a, .toc .toc_direct a {
	display:block;
	padding: 1em 0.5em;
	text-decoration: underline;
} /* 2022 */

.toc li a:hover {
	background: #e7e7e7;
	border-radius: 5px;
	text-decoration: none;
}

.toc li.active, .toc p.active {
	font-weight: bold;
	background: #fee600;
	border-radius: 5px;
}

.toc li.active a, .toc p.active a {
	color:#000;
	text-decoration: none;
}

.toc li.active a:hover, .toc p.active a:hover {
	background: #fee600;
}

/* for MTS */
.accordion-title {
    cursor: pointer;
    border-bottom: 2px solid #333;
}

.accordion-title:hover {
    opacity: 0.8;
}

.accordion-title:before {
    display: block;
    float: right;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\2b";
}

.open:before {
    content: "\2212";
}

.accordion-inner {
    display: none;
    margin: 0.5rem;
}

/* top-page 
-------------------------------------------------- */ /* 2022 */
.top-page h1 {
	font-weight: bold;
}

.top-page .search-btn a.btn {
	border-radius: 0;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-weight: bold;
	font-size: small;
}

.top-page .search-btn img {
	height: 64px;
	width: auto;
}

.top-page .accordion_inner {
	display: none;
}

#mokuji .accordion_title {
	cursor: pointer;
}

#mokuji .accordion_title::before {
	display: block;
	float: right;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-left: 0.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\2b";
}

#mokuji .on::before, .top-page .on::before {
	content: "\2212";
}

/* margin control 
-------------------------------------------------- */
.mt0 {margin-top: 0;}
.mt1em {margin-top: 1em;}
.mt2em {margin-top: 2em;}
.mb0 {margin-bottom: 0 !important;}
.mb025em {margin-bottom: 0.25em;}
.mb05em {margin-bottom: 0.5em;}
.mb1em {margin-bottom: 1em;}
.mb2em {margin-bottom: 2em;}
.ml0 {margin-left: 0;}
.ml05em {margin-left: 0.5em;}
.ml1em {margin-left: 1em;}
.ml15em {margin-left: 1.5em;}
.ml2em {margin-left: 2em;}
.mr0 {margin-right: 0;}
.mr025em {margin-right: 0.25em;}
.mr05em {margin-right: 0.5em;}
.mr1em {margin-right: 1em;}
.mr2em {margin-right: 2em;}
.pt0 {padding-top: 0 !important;}
.pl0 {padding-left: 0 !important;}
.pl1em {padding-left: 1em;}
.pl2em {padding-left: 2em;}
.pr0 {padding-right: 0 !important;}
.pr2em {padding-right: 2em;}
.pb0 {padding-bottom: 0 !important;}
.va_top {vertical-align: top !important;}
.va_middle {vertical-align: middle !important;}
.va_bottom {vertical-align: bottom !important;}
