

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    font-weight: 500;
    line-height: 1;
}

h1, h2 {
        letter-spacing: -1px;
}

.jfnt h1 {
    font-family: "Noto Sans Japanese";
    font-weight: 400;
}

.jfnt h2 {
    font-family: "Noto Sans Japanese";
    font-weight: 400;
}

.jfnt h3 {
    font-family: "Noto Sans Japanese";
    font-weight: 400;
}

.jfnt h4 {
    font-family: "Noto Sans Japanese";
    font-weight: 400;
}

.jfnt h5 {
    font-family: "Noto Sans Japanese";
    font-weight: 400;
}

.jfnt h6 {
    font-family: "Noto Sans Japanese";
    font-weight: 400;
}

.headTwo {
    color: #808080;
    font-size: 32px;
    white-space: nowrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.headThree {
    color: #808080;
    font-size: 25px;
    white-space: nowrap;
    margin: 30px 0 15px;
    
}

.headFive {
    color: #808080;
    font-size: 17px;
    
}

p, a {
    color: #808080;
    font-size: 13px;
	font-family: 'Fira Sans', sans-serif;
}

a:focus {
    outline-color: rgba(0, 0, 0, 0) !important;
}

.sup {
    font-size: 0.6em;
    vertical-align: top;
    display: inline-block;
    margin-top: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
    display: none;
}

.grnBtn {
    color: #fff;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 10px 20px;
    background: rgb(101,204,51);
    background: -moz-linear-gradient(top, rgba(101,204,51,1) 0%, rgba(34,144,11,1) 100%);
    background: -webkit-linear-gradient(top, rgba(101,204,51,1) 0%,rgba(34,144,11,1) 100%);
    background: linear-gradient(to bottom, rgba(101,204,51,1) 0%,rgba(34,144,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65cc33', endColorstr='#22900b',GradientType=0 );
}

.jfnt .grnBtn {
    font-family: "Noto Sans Japanese";
    font-weight: 300;
}

.grnBtn:hover {
        color: #fff;
    background: rgb(82,211,52);
    background: -moz-linear-gradient(top, rgba(82,211,52,1) 0%, rgba(25,183,14,1) 100%);
    background: -webkit-linear-gradient(top, rgba(82,211,52,1) 0%,rgba(25,183,14,1) 100%);
    background: linear-gradient(to bottom, rgba(82,211,52,1) 0%,rgba(25,183,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52d334', endColorstr='#19b70e',GradientType=0 );
}

.clickView {
    margin: 120px 0 60px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.grnBtn .wt-small-rt {
    height: 15px;
    width: 15px;
    background: url(../img/sprites.png) no-repeat -524px -10px;
    margin: 2px 5px 0 -5px;
}

.rtGyArrow {
    height: 24px;
    width: 24px;
    background: url(../img/sprites.png) no-repeat -141px -7px;
}

.sm-green-arrow {
    height: 15px;
    width: 15px;
    background: url(../img/sprites.png) no-repeat -588px -9px;
}

nav {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
}

.top-nav {
	background: #000;
	padding-bottom: 10px;
}

.top-nav .logo {
   margin: 12px 0 9px 10px;
   line-height: 0;
}

.top-nav h1 {
	color: #69bd27;
	font-size: 18px;
    letter-spacing: 0;
	margin: 25px 0 0 20px;
	font-family: 'Oswald', sans-serif;
}

.jfnt .top-nav h1 {
    font-family: "Noto Sans Japanese";
    font-weight: 300;
}

.top-nav h1 span {
	color: #fff;
}

.top-nav .menu {
	/*margin-top: 20px;*/
    margin-top: 18px;
    cursor: pointer;
}
#mobNav .top-nav .menu {
    margin-top: 20px;
}

.top-nav .menu li {
	border-left: 1px solid #ccc;
}

.top-nav .menu li:first-child {
	border: none;
}

.top-nav .menu a {
	color: #a9a9a9;
    font-size: 13px;
    font-weight: 500;
	padding: 5px 10px;
	font-family: 'Oswald', sans-serif;
}

.jfnt .top-nav .menu a {
    font-family: "Noto Sans Japanese";
    font-weight: 300;
    font-size: 14px;
}

.top-nav .menu a:hover {
	color: #69bd27;
}

.top-nav .green-lines {
    width: 100%;
    height: 24px;
    background: url(../img/green_lines.jpg);
}

.main-nav {
	background: #fff;
}

.main-nav-container {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5dc22f+1,23900f+100 */
background: #5dc22f; /* Old browsers */
background: -moz-linear-gradient(top, #5dc22f 1%, #23900f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #5dc22f 1%,#23900f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #5dc22f 1%,#23900f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dc22f', endColorstr='#23900f',GradientType=0 ); /* IE6-9 */
}

@media print, screen and (min-width: 40em) {
    .top-nav .logo {
        margin-left: 5px;
    }
    .main-nav-container .grid-container {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}

.main-nav-container .menu li {
	border-left:  1px solid rgba(255, 255, 255, .2);
	padding: 15px 10px 15px 20px;
	cursor: pointer;
}

.main-nav-container .menu li:hover {
	background: #022b01;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMmIwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMDUzYTA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjMDY0NzA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMDg1MjA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODIlIiBzdG9wLWNvbG9yPSIjMDE3MzAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjMDA3YTAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #022b01 0%, #053a04 4%, #064707 11%, #085207 20%, #017302 82%, #007a01 98%, #017800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#022b01), color-stop(4%,#053a04), color-stop(11%,#064707), color-stop(20%,#085207), color-stop(82%,#017302), color-stop(98%,#007a01), color-stop(100%,#017800));
	background: -webkit-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: -o-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: -ms-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: linear-gradient(to bottom, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022b01', endColorstr='#017800',GradientType=0 );

}

.main-nav-container .menu li.active {
	background: #022b01;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMmIwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMDUzYTA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjMDY0NzA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMDg1MjA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODIlIiBzdG9wLWNvbG9yPSIjMDE3MzAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjMDA3YTAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #022b01 0%, #053a04 4%, #064707 11%, #085207 20%, #017302 82%, #007a01 98%, #017800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#022b01), color-stop(4%,#053a04), color-stop(11%,#064707), color-stop(20%,#085207), color-stop(82%,#017302), color-stop(98%,#007a01), color-stop(100%,#017800));
	background: -webkit-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: -o-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: -ms-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: linear-gradient(to bottom, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022b01', endColorstr='#017800',GradientType=0 );

}

.main-nav-container .menu li:last-child {
	border-right:  1px solid rgba(255, 255, 255, .2);
}

.main-nav-container h2 {
	color: #fff;
    letter-spacing: 0;
	font-size: 15px;
}

.jfnt .main-nav-container h2 {
	font-size: 15px;
}

.main-nav-container h2 img {
	margin: 0 0 0 5px;
}

.main-nav-container #history {
    background: inherit;
}

.main-nav-container #history:hover {
	background: #022b01;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMmIwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMDUzYTA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjMDY0NzA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMDg1MjA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODIlIiBzdG9wLWNvbG9yPSIjMDE3MzAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjMDA3YTAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #022b01 0%, #053a04 4%, #064707 11%, #085207 20%, #017302 82%, #007a01 98%, #017800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#022b01), color-stop(4%,#053a04), color-stop(11%,#064707), color-stop(20%,#085207), color-stop(82%,#017302), color-stop(98%,#007a01), color-stop(100%,#017800));
	background: -webkit-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: -o-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: -ms-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: linear-gradient(to bottom, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022b01', endColorstr='#017800',GradientType=0 );

}

.main-nav-container #history.active {
	background: #022b01;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMmIwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMDUzYTA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjMDY0NzA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMDg1MjA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODIlIiBzdG9wLWNvbG9yPSIjMDE3MzAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjMDA3YTAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #022b01 0%, #053a04 4%, #064707 11%, #085207 20%, #017302 82%, #007a01 98%, #017800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#022b01), color-stop(4%,#053a04), color-stop(11%,#064707), color-stop(20%,#085207), color-stop(82%,#017302), color-stop(98%,#007a01), color-stop(100%,#017800));
	background: -webkit-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: -o-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: -ms-linear-gradient(top, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	background: linear-gradient(to bottom, #022b01 0%,#053a04 4%,#064707 11%,#085207 20%,#017302 82%,#007a01 98%,#017800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022b01', endColorstr='#017800',GradientType=0 );

}

.dropMenu {
    position: absolute;
    width: 100%;
    background: #fff;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    z-index: 1;
}

.dropMenu .sharedDrop {
	margin-top: 20px;
	margin-bottom: 20px;
}



.dropMenu .dropHead {
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 20px;
	margin-right: 20px;
	padding-bottom: 100px;
	color: #808080;
	font-size: 32px;
    font-weight: 500;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
}

.jfnt .dropMenu .dropHead {
    font-family: "Noto Sans Japanese";
    font-weight: 300;
}

.dropMenu #historyDrop .dropHead {
    margin-left: 6px;
}

.dropMenu #globalDrop .dropHead {
    margin-left: 138px;
}

.dropMenu #productsDrop .dropHead {
    margin-left: 108px;
}

.jfnt .dropMenu #productsDrop .dropHead {
    margin-left: 10px;
}

.dropMenu #worldDrop .dropHead {
    margin-left: 272px;
}

.dropMenu #rideologyDrop {
    margin-left: 52px;
}

.dropMenu #networkDrop {
    padding-right: 25px;
}

.dropMenu #networkDrop .dropLinks {
    float: right;
}

.dropMenu #aboutDrop .dropHead {
    margin-left: 573px;
}

.dropMenu .dropLinks.float-left {
    margin-right: 60px;
}

.dropMenu .dropLinks.float-left:last-child {
    margin-right: 0;
}

.dropMenu .dropLinks .sm-green-arrow {
	margin: 1px 3px 0 0;
}

.dropMenu .dropLinks h4 {
    color: #808080;
    margin: 11px 0 10px;
    font-size: 20px;
    letter-spacing: 0;
}

.dropMenu .dropLinks a {
	color: #808080;
	font-size: 13px;
	display: block;
}

.dropMenu .dropLinks a:hover {
	color: #66cc33;
}

/*end nav styles*/


/*body styles*/

#globalNetwork {
    display:block;
    width:100%;
    height:550px;
    border: none;
}

.mainHead {
    padding: 60px 0.9375rem 30px;
    border: 0;
    background: none;
    display: block;
}

.mainHead td {
    padding: 0;
}

.mainHead h1 {
    color: #808080;
    font-size: 60px;
    font-weight: 500;
    white-space: nowrap;
}

.mainHead .lineCon {
    width: 100%;

}

.mainHead .bottomLine {
    border-bottom: 1px solid #b7b7b7;
    height: 55px;
    margin-left: 10px;
}

.productContent {
    padding-bottom: 120px;
}

.productContent .tabs {
    border: none;
    background: none;
}

.productContent .tabs .tabs-title {
    width: 25%;
    border-right: 1px solid #808080;
}

.productContent .tabs a {
    color: #808080;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    padding: 5px 0;
    letter-spacing: -0.5px;
}

.jfnt .productContent .tabs a {
    font-family: "Noto Sans Japanese";
    font-weight: 300;
}

.productContent .tabs a:hover {
    color: #66cc33;
}

.tabs a:focus {
    outline-color: rgba(0, 0, 0, 0) !important;
    background: none;
}

.productContent .tabs .tabs-title:last-child {
    border: 0;
}

.productContent .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: none;
    color: #66cc33;
    outline: none;
    
}

.productContent .tabs-content {
    background: none;
    border: none;
}

.productContent .tabs-panel {
    text-align: center;
    margin: 60px 0 20px;
    padding: 0;
}

.productContent .tabs-panel .cell {
    padding: 0 20px;
    margin-bottom: 40px;
    cursor: pointer;
}

.productContent .tabs-panel .learn {
    color: #66cc33;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.jfnt .productContent .tabs-panel .learn {
    font-family: "Noto Sans Japanese";
    font-weight: 300;
}

.productContent .tabs-panel h3 {
    color: #a9a9a9;
    font-size: 16px;
    margin-bottom: 15px;
}

.productContent .tabs-panel .cell:hover > a h3 {
    color: #66cc33;
}

.productContent .tabs-panel .imgCon {
    border-top: 2px solid #66cc33;
}

.worldIcon:hover p {
    color: #66cc33;
}

.worldIcon img {
    width: 72px;
}

.worldIcon p {
     color: #a9a9a9;
    font-family: 'Oswald', sans-serif;
        line-height: 1;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    margin-right: 15px;
}

.rideologyPage h5 {
    color: #808080;
    font-size: 17px;
    margin: 60px 0 30px;
}

.rideologyPage .grid-x .cell:first-child {
    padding-right: 30px;
}

.rideologyPage .tabs {
    border: 0;
    background: 0;
}

.rideologyPage .menu a {
    color: #808080;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    margin: 15px 30px 50px 0;
    padding: 0;
}

.jfnt .rideologyPage .menu a {
    font-family: "Noto Sans Japanese";
    font-weight: 300;
}

.rideologyPage .menu a:hover {
    color: #66cc33;
}

.rideologyPage .menu a.active {
    color: #66cc33;
}

.rideologyPage video {
    width: 100%;
    cursor: pointer;
}


.rideologyPage .rideology-panel {
    padding-bottom: 120px;
}

.historyContainer {
    padding: 60px 0;
}

.timeline h1 {
    color: #c8c446;
    border-bottom: 1px solid #ccc;
}

.welcome {
    background: #000;
}

.welcome h1 {
    color: #c8c446;
}

.welcome h3 {
    font-size: 2.4rem;
}

.welcome .grid-x {
    padding: 60px 0;
}

.welcome .cell {
    padding-right: 60px;
    border-right: 1px solid #c8c446;
}

.welcome .cell:last-child {
    padding: 0 0 0 60px;
    border: none;
}

.final label {
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    margin: 20px 0 10px;
}

.jfnt .final label {
    font-family: "Noto Sans Japanese";
    font-weight: 300;
}

.final .grnBtn {
    margin-right: 20px;
}

.final .grid-x {
    padding-bottom: 60px;
}

.final .cell {
    padding-right: 60px;
}

.final .cell:last-child {
    padding: 0 0 0 60px;
}

.final h4 {
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    margin: 0 0 10px;
}

.gold {
    color: #c8c446;
}



/*end body styles*/


/*footer styles*/

footer {
    background: #232326;
    color: #fff;
}

footer .groupInfo {
    padding: 60px 0.9375rem 0 0.9375rem;
}

footer h1 {
    font-size: 27px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

footer .groupInfo {
    padding-top: 30px;
}

footer .groupInfo a {
    color: #fff;
    margin-top: 5px;
    display: block;
    font-size: 13px;
}

footer .groupInfo .grid-x {
    margin-bottom: 10px;
}

footer .groupInfo a:hover {
    color: #66cc33;
}

footer .copyright {
    background: #000;
    color: #ccc;
    padding: 10px 0;
}

footer .copyright p {
    color: #a9a9a9;
    font-size: 9px;
    margin-bottom: 0;

    display: inline-block;
}

footer .copyright a {
    text-decoration: underline;
    font-size: 9px;
}

footer .copyright a:hover {
    color: #66cc33;
}

footer .copyright ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
}
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
footer .copyright li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
@media screen and (max-width: 63.9375em) {
    footer .copyright p {
        display: block;
    }
    footer .copyright ul { 
        display: block;
        margin: 0;
    }
}
/*end footer styles*/



/*navigation media queries*/


@media screen and (max-width: 63.9375em) {

    /*this is to prevent the slideout menu from allowing horizontal scrolling*/

    .mobOverflow {
        overflow-x: hidden;
    }

  .top-nav {
    padding-bottom: 0;
  } 

  .mob-nav {
      display: none;
      position: absolute;
      left: 100%;
      background: #fff;
      width: 100%;
      z-index: 9999;
  }

  .mob-nav .mobNavCon {
      position: relative;
  }

  .mob-nav header {
      background: #000;
      color: #fff;
  }

  .mob-nav header .grid-container {
      padding: 0;
  }

    .mob-nav header h4 {
      color: #fff;
      padding: 10px 0.9375rem;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a3a3a+0,000000+100 */
      background: #3a3a3a; /* Old browsers */
      background: -moz-linear-gradient(top, #3a3a3a 0%, #000000 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #3a3a3a 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #3a3a3a 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  }

  .mob-nav header h5 {
      color: #fff;
      padding: 10px 0.9375rem;
      cursor: pointer;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a3a3a+0,000000+100 */
      background: #3a3a3a; /* Old browsers */
      background: -moz-linear-gradient(top, #3a3a3a 0%, #000000 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #3a3a3a 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #3a3a3a 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  }

  .mob-nav header .ltGreenArrow {
      height: 12px;
      width: 10px;
      background: url(../img/sprites.png) no-repeat -685px -75px;
      margin: 2px 5px 0 0;
  }

  .mob-nav .navList.shadow {
-webkit-box-shadow: 0px 10px 104px 24px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 104px 24px rgba(0,0,0,0.75);
box-shadow: 0px 10px 104px 24px rgba(0,0,0,0.75);
  }

  .mob-nav .listItem {
      border-bottom: 1px solid #ccc;
  }

  .mob-nav .listItem h2 {
      padding: 20px 0;
  }

    .mob-nav .listItem h2:hover {
        color: #66cc33;
    }

}

@media screen and (max-width: 35em) {
  .top-nav h1 {
      font-size: 14px;
      width: 155px;
      margin-top: 19px;
  }
  
  }

/*end navigation media queries*/

/*site body media queries*/



@media screen and (max-width: 63.9375em) {

    .mainHead h1 {
        text-align: left;
        border-bottom: 0;
        white-space: pre-wrap;
    }

    .welcome .cell {
        padding: 0;
        border-right: 0;
    }

    .welcome .cell:last-child {
    padding: 0;
}

   .final .cell {
        padding: 0;
        border-right: 0;
    }

    .final .cell:last-child {
    padding: 0;
    margin-top: 30px;
}

    .final .cell p {
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem;
    }

    .final .grid-x {
    border-bottom: 0;
    padding-bottom: 0;
}

    .historyContainer {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .historyContainer.final, .welcome {
        padding-top: 0;
    }

     .timeline h1 {
        text-align: left;
        border-bottom: 0;
    }








}





/*end site body media queries*/

/*this needs to stay at the bottom to override for mobile bug with horizontal scrolling*/ 

.displayBlock {
    display: block;
}



/*--------------*/

/* -- breadcrumbs -- */

#breadcrumbs {
  width:100%;
  min-width:1000px;
  margin: 0 auto;
  background: #000;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  color:#CCC;
  font-size:11px;
  vertical-align:middle;
}
#breadcrumbs .grid-container {
  margin:0 auto;
  padding-top: 3px;
  padding-bottom: 3px;
}

#breadcrumbs p {
  margin:0 0 0 5px;
  padding:0;
}

#breadcrumbs .arrow {
  margin:0 5px;
  color:#aaa;
  font-size:10px;
}
#breadcrumbs .place {
  color:#aaa;
}
#breadcrumbs a {
  color:#CCC;
  text-decoration:none;
  font-weight:bold;
}
#breadcrumbs a:hover {
  color:#69be28;
  text-decoration:underline;
}

@media screen and (max-width: 63.9375em) {

#breadcrumbs {
  display: none;
}

}



/* -- tokyomotorshowPage -- */
.tokyomotorshowPage {
    background: #000;
    overflow: hidden;
}

/* head */
.tms-head {
    position: relative;
    padding-bottom: 572px;
    background: url("../img/motorshow_main.jpg") no-repeat center center;
    overflow: hidden;
	margin-bottom: 40px;	/* 2019/11/29 add */

    opacity: 0;
    -webkit-transition: opacity 0.7s ease-out;
       -moz-transition: opacity 0.7s ease-out;
        -ms-transition: opacity 0.7s ease-out;
         -o-transition: opacity 0.7s ease-out;
            transition: opacity 0.7s ease-out;
}
.tms-head.on {
    opacity: 1;
}
.tms-head .tms-head-title {
    position: absolute;
    font-size: 100%;
    top: 0;
    right: -200px;
}
@media screen and (max-width: 39.9375em) { 
    .tms-head {
        padding-bottom: 42%;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

/* model */
.tms-model-lineup {
    position: relative;    
}
.tms-model-item {
    float: left;
    margin-bottom: 3em;
    position: relative;
    box-sizing: border-box;
    color: #fff;

    opacity: 0;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
    
    -webkit-transition: all 0.4s ease-out;
       -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
}
.tms-model-item.in {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}


.tms-model-item .tms-model-pic {
    margin: 0 0 1em;
    line-height: 0;
}
.tms-model-item .tms-model-pic img {
    width: 100%;
    height: auto;
}
.tms-model-item .tms-model-title {
    margin: 1em 0;
    line-height: 0;
    font-size: 100%;
}
.tms-model-item .tms-model-title img {
    max-width: 100%;
    height: auto;
}
.tms-model-item p {
    color: #c7c7c7;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}
/*2col*/
.tms-model-lineup-2col .tms-model-item {
    width: 50%;
}
.tms-model-lineup-2col .tms-model-item:nth-child(2n + 1) {
    clear: both;
    padding-right: 13px;
}
.tms-model-lineup-2col .tms-model-item:nth-child(2n) {
    padding-left: 13px;
}
/*3col*/
.tms-model-lineup-3col .tms-model-item {
    width: 33.33%;
}
.tms-model-lineup-3col .tms-model-item:nth-child(3n + 1) {
    clear: both;
    padding-right: 14px;
}
.tms-model-lineup-3col .tms-model-item:nth-child(3n + 2) {
    padding-left: 7px;
    padding-right: 7px;
}
.tms-model-lineup-3col .tms-model-item:nth-child(3n) {
    padding-left: 14px;
}
@media screen and (max-width: 39.9375em) {   
    .tms-model-item {
        float: none;
    }
    /*2col*/
    .tms-model-lineup-2col .tms-model-item {
        width: 100%;
    }
    .tms-model-lineup-2col .tms-model-item:nth-child(2n + 1) {
        padding-right: 0;
    }
    .tms-model-lineup-2col .tms-model-item:nth-child(2n) {
        padding-left: 0;
    }
    /*3col*/
    .tms-model-lineup-3col .tms-model-item {
        width: 100%;
    }
    .tms-model-lineup-3col .tms-model-item:nth-child(3n + 1) {
        padding-right: 0;
    }
    .tms-model-lineup-3col .tms-model-item:nth-child(3n + 2) {
        padding-left: 0;
        padding-right: 0;
    }
    .tms-model-lineup-3col .tms-model-item:nth-child(3n) {
        padding-left: 0;
    }
}

/* revival */
.tms-revival {
    position: relative;
    margin: 8em auto;
    padding: 35px;
    border: 3px solid #69BE28;
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
}
.tms-revival:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background-image: url("../img/revival_waku_01.png"),url("../img/revival_waku_02.png");
    background-repeat: no-repeat,no-repeat;
    background-position: center top,left center;
    pointer-events: none;
}
.tms-revival:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 100%;
    height: 100%;
    background-image: url("../img/revival_waku_01.png"),url("../img/revival_waku_02.png");
    background-repeat: no-repeat,no-repeat;
    background-position: center bottom,right center;
    pointer-events: none;
}
.tms-revival .tms-revival-title {
    margin: 0 0 1em;
    font-size: 100%;
    line-height: 0;
}
.tms-revival .tms-revival-title img {
    max-width: 100%;
    height: auto;
}
.tms-revival-box {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.tms-revival-box .tms-revival-text {
    display: table-cell;
    vertical-align: top;
}
.tms-revival-box .tms-revival-text p {
    font-size: 93%;
    color: #c7c7c7;
    line-height: 1.8;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}

.tms-revival-box .tms-revival-pic {
    display: table-cell;
    vertical-align: top;
    width: 374px;
    padding-left: 34px;
    box-sizing: border-box;
    line-height: 0;
}
.tms-revival-box .tms-revival-pic img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 63.9375em) {
    .tms-revival-box .tms-revival-text p {
        font-size: 13px;
    }
    .tms-revival-box .tms-revival-pic {
        width: 300px;
    }
}
@media screen and (max-width: 39.9375em) { 
    .tms-revival {
        margin: 0 auto;
        padding: 6%;
    }
    .tms-revival-box .tms-revival-text {
        display: block;
    }
    .tms-revival-box .tms-revival-pic { 
        display: block;
        width: 100%;
        padding: 0;
    }
}

/* btn download */
.tms-btn-download {
    margin: 2em auto 5em auto;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}
.tms-btn-download a {
    position: relative;
    display: block;
    width: 90%;
    max-width: 422px;
    margin: auto;
    padding: 14px 50px 14px 20px;
    /*border: 3px solid #69BE28;*/
    background: #fff;
    color: #69BE28;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tms-btn-download a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 28px;
    height: 100%;
    margin: auto;
    background: url("../img/icon_download.png") no-repeat right center;
    -webkit-background-size: contain;
    background-size: contain;
}
.tms-btn-download a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #69BE28;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}
.tms-btn-download .filesize {
    display: inline-block;
    font-size: 75%;
    line-height: 1.4;
}
.tms-btn-download .filesize br {
    display: none;
}
.tms-btn-download a:hover {
    background-color: #f2f5f0;
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
}
.tms-btn-download a:hover:before {
    /*top: 5px;*/
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
        -ms-transition: all .15s ease-out;
         -o-transition: all .15s ease-out;
            transition: all .15s ease-out;
}
.tms-btn-download a:hover:after {
    border-width: 6px;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
@media screen and (max-width: 39.9375em) { 
    .tms-btn-download a {
        padding: 10px 50px 10px 20px;
        font-size: 14px;
    }
    .tms-btn-download .filesize br {
        display: block;
    }
}

/* btn link */
.tms-btn-link {
    width: 90%;
    margin: 4em auto 4em;
    text-align: center;
}
.tms-btn-link a {
    display: table;
    position: relative;
    margin: auto;
    background: url("../img/btn_motorshow2019_over.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}
.tms-btn-link img {
    max-width: 100%;
    height: auto;
}
.tms-btn-link a:hover img {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
        -ms-transition: all .15s ease-out;
         -o-transition: all .15s ease-out;
            transition: all .15s ease-out;
}
@media screen and (max-width: 39.9375em) { 
   .tms-btn-link {
        margin: 4em auto;
    } 
}




/* btn link2 */
.tms-btn-link2 {
    margin: 2em auto;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}
.tms-btn-link2 a {
    position: relative;
    display: block;
    width: 90%;
    max-width: 422px;
    margin: auto;
    padding: 10px 40px 10px 15px;
    border: 1px solid #fff;
    background: #222;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}
.tms-btn-link2 a:hover {
    opacity: .8;
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
}
.tms-btn-link2 a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    max-width: 422px;
    height: 100px;
    margin: auto;
    background: url("../img/icon_arrow_1.png") no-repeat right center;
    -webkit-background-size: contain;
    background-size: contain;
}
.tms-btn-link2 span {
    font-size: 75%;
}
@media screen and (max-width: 39.9375em) { 
    .tms-btn-link2 a {
        font-size: 14px;
    }
}

/* btn totop */
.tms-btn-totop {
    margin: 4em auto;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    text-align: center;
    
}
.tms-btn-totop a {
    position: relative;
    display: table;
    margin: auto;
    padding: 2px 0;
    border-bottom: 1px solid transparent;
    border-bottom-color: #fff;
    color: #fff;
    letter-spacing: 0.05em;
}
.tms-btn-totop a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0 0 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #fff transparent;
}
.tms-btn-totop a:hover {
    border-bottom-color: #fff;
    opacity: .8;
}