@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}

html {
	font-size: 98%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-tap-highlight-color: transparent;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
	outline:none;
/**/
}

option {
	padding-right: 10px;
}




/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}

#jalcard:after {
	display: block;
	clear: both;
	visibility: hidden;
}

.language-switcher-wrapper {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
  text-align: center;
  font-size: 14px;
}
.language-switcher-wrapper button {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: 0;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: inherit;
  padding: .6em;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.language-switcher-wrapper button:after {
  content: "";
  margin-left: .5em;
  width: .5em;
  height: .5em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg) translate(-40%, 0);
}
.language-switcher-wrapper.is-open button:after {
  transform: rotate(-45deg) translate(10%, 30%);
}
.language-switcher {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
}
.is-open .language-switcher {
  display: block;
}
.language-switcher li {
  margin: 0;
  border-top: 1px solid #ebeaea;
}
.language-switcher li a {
  display: block;
  padding: 1em .6em;
  text-decoration: none;
}
.language-switcher li a:active,
.language-switcher li a {
  color: #333;
}
.language-switcher li a:hover {
  color: #009d95;
}
@media only screen and (max-width: 640px) {
  .language-switcher-wrapper {
    font-size: 12px;
  }
}