
@font-face {
    font-family: 'Meiryo';
    src: url('./meiryo.ttf') format('truetype');
    
}
.en-gb body,
.en-gb .tabItem {
    font-family: Arial, sans-serif;
    font-size: 14px;
   
}
body,
.tabItem {
    font-family: "Meiryo", Arial, sans-serif;
    font-size: 14px;
    
}

#main {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
#MainContentWrapper {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

/* .tabItem::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #CCC;
    position: absolute;
    right: 1%;
} */

.tabs {
    text-align: center;
    padding: 0;
    margin: 0px 0 1em;
    position: relative;
}

/* .tabs li:first-child a {
    border-radius: 0.625em 0.0em 0.0em 0.625em;
}

.tabs li:last-child a {
    border-radius: 0em 0.625em 0.625em 0em;
} */

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabs li {
    float: none;
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    padding-right: 0;
    /* margin: 0px 1px; */
}

.tabItem {
    height: auto;
    line-height: normal;
    display: inline-block;
    font-family: inherit;
	font-size: 14;
	font-weight: bold;
	color: #3050A2;
	text-transform: none;

	margin: 0.5em 0em;
  padding: 1.0em 0em;

	border: 0em solid #FFFFFF;
	border-radius: 5px;
	background: #FFFFFF;

	transition: all 300ms ease-out;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 93%;
}

.tabItem:hover,
.tabItem:active,
.tabItem-active,
.tabItem-active:hover {
   text-decoration: none;
  background: #3333330D;
  color: #3050A2;
  border-color: #FFFFFF;
  box-shadow: 0 0 10px #00000040;

}


.tabs-control {
    margin-bottom: 2em;
    margin-top: 2px;
}

.tabs:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: -1;
    /* border-bottom: 1px solid #333333; */
}

@media (max-width: 889px) {
    .tabItem {
        min-width: unset;
    }
}

/*
@media (max-width: 595px) {
    .tabs li {
        width: 45%;
    }

    .tabItem {
        margin-bottom: 2px;
    }

    .tabs:after {
        bottom: -3px;
    }
}
*/
@media(max-width:670px){
    .tabs li{
        width: 90%;
    }
}

