@font-face {
    font-family: 'Frutiger LT 55 Roman';
    src: url('../fonts/FrutigerLT-Roman.eot');
    src: url('../fonts/FrutigerLT-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FrutigerLT-Roman.woff2') format('woff2'),
        url('../fonts/FrutigerLT-Roman.woff') format('woff'),
        url('../fonts/FrutigerLT-Roman.ttf') format('truetype'),
        url('../fonts/FrutigerLT-Roman.svg#FrutigerLT-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

body {
	line-height: 1.5;
	color: #4c4c4c;
	background: #fff;
	font-family: 'Frutiger LT 55 Roman', helvetica, arial, meiryo, san-serif;
	font-size: 75%; /* 12px */
	text-align: left;
	overflow-y: scroll;
}
html.is-ModalOpen > body {
	height: 100%;
	overflow: hidden;
}

ul, ol {
	list-style: none;
}

address, em, strong {
	font-style: normal;
}

img {
	border: none;
	vertical-align: top;
}

input ,
select ,
textarea {
	font-family: helvetica, arial, sans-serif;
}

a,
a:link {
	color: #009acf;
	text-decoration: none;
}
a:visited {
	color: #464f9a;
}
a:hover,
a:active,
a:focus {
	color: #009acf;
	text-decoration: underline;
}

p {
	margin-top:0px;
	margin-bottom:15px;
}
.dl-Box p ,
.gen-dl-Compact p {
	margin-bottom: 14px;
}

dl {
	margin-bottom: 17px;
}

dl dd {
	margin-bottom: 7px;
}

small {
	font-size: 100%;
}
