#header {
	width: 100%;
	position: absolute;
    top: 0;
	z-index: 1040;
}
.new_header__top .pull-right p {
	height: 45px;
	padding: 0;
	margin: 0;
}
.header__menu {
	height: 56px;
	background: #fff;
	padding: 6px 0;
	border-bottom: solid 1px #c1c1c1;
}
.navbar-static-top {
	padding: 0;
	float: right;
}
.menunav { 
	position: relative;
/*	width: 100%; */
	z-index: 1040; 
	line-height: normal; 
}
.menunav a { color: #fff; }
.menunav ul { margin: 0; padding: 0; text-align: left; display: none;}
.menunav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; }
.menunav li a {
    display: block;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #333;
    padding: 7px 10px;
	font-weight: 700;

}
.menunav li ul li a {
	color: #fff;
	font-weight: normal;
}

/* main level */
.menunav > ul > li { display: inline-block;  }
.menunav > ul > li > a { padding: 12px 15px;}


/* first level dd */
.menunav ul ul { top: auto; width: 220px; position: absolute; z-index: 9900; text-align: left; display: none; background: #908e8e; }
.menunav li li { display: block; }

/* second level dd */
.menunav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.menunav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }
.menunav ul ul li:hover {
    background: #666;
    color: #fff;	
} 

/* .drop-left */
.menunav > ul > li.drop-left > ul { right: 0; }
.menunav li.drop-left ul ul { left: auto; right: 220px; }

/* light theme */
/*.menunav.light { background: rgba(255, 255, 255, 1); }*/
.menunav.light a { color: #000; }
.menunav.light ul ul { background: rgba(255, 255, 255, 1); }
.menunav.light li a { color: #000; }

/* dark theme */
.menunav.dark { background: rgba(0, 0, 0, 1); }
.menunav.dark a { color: #FFF; }
.menunav.dark ul ul { background: rgba(0, 0, 0, 1); }
.menunav.dark li a { color: #FFF; }
/* sticky nav */
.menunav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 1040; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.menunav-noscroll-x { overflow-x: hidden; }

/* general styling */
/*
.menunav li.has-sub > a:after { 
	content: '';
	margin-left: 5px;
	display: inline-block;
	background: url("../img/arrow_menu.png");
	width: 12px;
	height: 8px;
}
*/
.menunav li li.has-sub > a:after { margin-left: 10px; float: right; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #FFF; position: relative; top: 4px; }
.menunav li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; border-left: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #FFF; }
.menunav.hide-arrows li.has-sub > a:after, .menunav.hide-arrows li li.has-sub > a:after, .menunav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.menunav .menu-toggle, .menunav .close-menu, .menunav .call-btn-mobile, .menunav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.menunav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 100%; height: 38px;line-height: 34px; text-align: center; z-index: 1040; border: 0; text-align: right; padding-right: 15px !important}
/*.menunav.desktop li.has-sub a { padding-right: 5px; }*/
.menunav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.menunav.mobile > ul > li > a.dd-toggle { padding: 0; }
.menunav li.call-btn-mobile, .menunav li.location-btn-mobile { display: none; }

/* svg icons */
.menunav svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
/* svg icons */

.menunav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.menunav a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 2px #fff; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.menunav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 2px #fff; position: absolute; }
.menunav li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.menunav.light a.dd-toggle .icon-plus:before { border-color: #000; }
.menunav.light a.dd-toggle .icon-plus:after { border-color: #000; }
.menunav.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.menunav.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }

.menunav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.menunav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
.menunav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.menunav.light .icon-close:before { border-color: #000; }
.menunav.light .icon-close:after { border-color: #000; }
.menunav.dark .icon-close:before { border-color: #FFF; }
.menunav.dark .icon-close:after { border-color: #FFF; }

/* mobile nav */
.menunav .menu-toggle, .menunav .call-btn-mobile, .menunav .location-btn-mobile, .menunav .close-menu {box-sizing: border-box; }
.menunav .menu-toggle span.bars { display: inline-block; margin-right: 7px; position: relative; top: 5px; }
.menunav .menu-toggle span.bars span {display: block;width: 33px;height: 5px;border-radius: 2px;background:#e34f83;margin: 0 0 5px;}
.menunav .full { width: 100%; }
.menunav .half { width: 50%; }
.menunav .third { width: 33%; text-align: center; }
.menunav .location-btn-mobile.third { text-align: center; }
.menunav .location-btn-mobile.half { text-align: right; }
.menunav.light .third, .menunav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.menunav.light.left .third, .menunav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.menunav.light.right .third, .menunav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.menunav.light .third:first-child, .menunav.light .half:first-child { border-left: 0; }
.menunav.dark .third, .menunav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.menunav.dark.left .third, .menunav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.menunav.dark.right .third, .menunav.dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.menunav.light.left .menu-toggle, .menunav.light.right .menu-toggle { border-bottom: 0; }
.menunav.dark.left .menu-toggle, .menunav.dark.right .menu-toggle { border-bottom: 0; }
.menunav.dark .third:first-child, .menunav.dark .half:first-child { border-left: 0; }
.menunav.light .menu-toggle span.bars span { background: #000; }
.menunav.dark .menu-toggle span.bars span { background: #FFF; }
.menunav.mobile { position: static; }
.menunav.mobile.fixed { position: static; }
.menunav.mobile ul { position: relative; display: none; }
.menunav.mobile.active { padding-bottom: 0;width: 100% !important; }
.menunav.mobile.active > ul { display: block; }
.menunav.mobile ul { text-align: left; }
.menunav.mobile > ul > li { display: block; }
.menunav.mobile > ul > li > a { padding:8px 15px; }
.menunav.mobile ul { background: #fff }
.menunav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.menunav.mobile ul ul ul { left: auto; top: auto; }
.menunav.mobile li.drop-left ul ul { right: auto; }
.menunav.mobile li a { border-bottom: 1px solid #c4c4c4; }
.menunav.mobile > ul { border-top: 1px solid #c4c4c4; }
.menunav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.menunav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.menunav.mobile li a.dd-toggle { border: 0; }
.menunav.mobile.light li a.dd-toggle { border: 0; }
.menunav.mobile .menu-toggle, .menunav.mobile .dd-toggle, .menunav.mobile .close-menu, .menunav.mobile .call-btn-mobile, .menunav.mobile .location-btn-mobile { display: block; outline: none}
.menunav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.menunav.mobile li.call-btn-mobile, .menunav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.menunav.mobile li.call-btn-mobile.full, .menunav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.menunav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.menunav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.menunav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.menunav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.menunav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 1040; }
.menunav.mobile li.has-sub > a:after, .menunav.mobile li li.has-sub > a:after, .menunav.mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.menunav.mobile.right > ul, .menunav.mobile.left > ul { position: fixed; top: 0; bottom: 0; width: 100%; max-width: 280px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.menunav.mobile.right > ul { right: 0; }
.menunav.mobile.right .close-menu, .menunav.mobile.left .close-menu { display: inline-block; text-align: right; }
.menunav.mobile.left > ul { left: 0; }
.menunav.mobile.right .location-btn-mobile.half, .menunav.mobile.right .call-btn-mobile.half, .menunav.mobile.right .close-menu.half { text-align: center; }
.menunav.mobile.right .location-btn-mobile.third, .menunav.mobile.right .call-btn-mobile.third, .menunav.mobile.right .close-menu.third { text-align: center; }
.menunav.mobile.left .location-btn-mobile.half, .menunav.mobile.left .call-btn-mobile.half, .menunav.mobile.left .close-menu.half { text-align: center; }
.menunav.mobile.left .location-btn-mobile.third, .menunav.mobile.left .call-btn-mobile.third, .menunav.mobile.left .close-menu.third { text-align: center; }
.menunav.mobile.left .menu-toggle.half, .menunav.mobile.left .menu-toggle.third, .menunav.mobile.right .menu-toggle.half, .menunav.mobile.right .menu-toggle.third { text-align: left; }
.menunav.mobile.left .close-menu.third span, .menunav.mobile.right .close-menu.third span { display: none; }
/* left and right positions */

/* mega dd */
.menunav.desktop li.mega ul ul { background: none; }
.menunav.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.menunav.desktop li.mega li li { display: block; position: relative; left: 4px; }
.menunav.desktop li.mega ul ul { width: auto; }
.menunav.desktop > ul > li.mega { position: inherit; }
.menunav.desktop > ul > li.mega > ul { width: 100%; }
.menunav.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.menunav.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.menunav.desktop li.mega li li a { padding: 5px 15px; }
.menunav.desktop li.mega li.has-sub a:after { display: none; }
.menunav.desktop > ul > li.mega > ul > li > a { color: yellow; }
/* mega dd */
.logoUser {
	z-index: 1040;
}

@media(max-width:1199px) {
	.menunav > ul > li > a {
    	padding: 12px 9px;
	}
}

@media(max-width: 1024px) {
	
	.menunav > ul > li > a {
		padding: 12px 8px;
	}
	.menunav > ul > li:last-child > a {
		padding-right: 15px;
	}
	.menunav .full , .menunav{
		width: auto !important;
		overflow: inherit !important;
	}
	.menunav.mobile > ul {
		border-top: none;
		width: 100%;
		overflow: hidden;
		background: #666;
		position: absolute;
		margin-top:10px;
	}
	.menunav li ul li:last-child {
		border-bottom: none;
	}
	.menunav.mobile > ul > li > a {
		color: #fff;
	}
	.navbar-header {
    float: left !important;
	}
	.menunav.mobile ul ul {
		background: #9f9f9f;
	}
    .menunav.mobile ul ul li:active {
		background: #9f9f9f;
	}
    .header__menu .container {
        max-width: 100% !important;
    }
}

.menuMb {
	display:none !important;
}
.menuMb img {
	float:right;
}
.menunav li a svg {
    float: right;
    width: 20px;
    position: static;
    height: auto;
}

@media(max-width:991px) {
	.logoPage a {
     width: auto;
		 
	}
	.logoPage a img {
    margin-top: inherit;
	}
	.menuPc {
		display: none !important;
	}
	.menuMb {
		display:block !important;
	}
	.menunav .menu-toggle span.bars {
		margin-left:15px;
	}
	.menunav li a {
		color: #636363;
	}
	.menunav li ul li a {
		color: #fff;
		padding-left: 20px;
		font-weight: bold;	
	}
	.header__menu {
		padding: 12px 0;
		position: relative;
	}
	.menunav ul ul li:hover {
		background: #fff;
		color: #333;
	}
}

/* Fallback for slow javascript load */
@media only screen and (max-width : 991px) {
	.menunav { overflow: hidden; display: block; }
	.menunav ul { position: relative;}
}

/* mobile nav */
@media only screen and (max-width : 420px) {
	.menunav.mobile .call-btn-mobile.third span, .menunav.mobile .location-btn-mobile.third span { display: none; }
	
}



/*======================================================*/

/*=============================================*/
#conts {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;	
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.icon_mypage .st0{fill:#C94E7B;}
.icon_mypage .st1{fill:#FFFFFF;}
.icon_guest .st0{fill:#FFFFFF;}
.icon_guest .st1{fill:#5C5D5D;}

#mypage1 .st0{fill:#FFFFFF;}
#mypage1 .st1{fill:#C94E7B;}
#mypage1 .st2{font-family:'ArialNarrow-Bold' }
#mypage1 .st3{font-size:7px}
#guest .st0{fill:#444444;}
#guest .st1{fill:#FFFFFF;}
#guest .st2{font-family:'Arial-BoldMT';}
#guest .st3{font-size:6.5021px; font-weight: bold;}
#guest .st4{font-family:'ArialNarrow-Bold';}
#guest .st5{font-size:7px;}

#backToTop2019 {
	display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1041;
    width: 35px;
    height: 35px;
    text-align: center;
    background: url(/st/3/en/pc/img/2019/new_topage/backtoTop.jpg) center no-repeat;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
}
.showed2019 {
	display: block !important;
}
.mt25 {
	margin-top: 25px;
}
.new_header__top {
	background: #5d5d5d;
	padding: 8px 0;
}
.item_left {
	text-align: left;
}
.item_left h1, .item_left p {
	text-align: left;
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
    line-height: 1.8;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.item_right {
	text-align: right;
}
.card_header, .selectd__lang {
	display: inline-block;
	vertical-align: middle;
}
.card_header a {
	text-decoration: none;
	background: url(/st/3/en/pc/img/new-img/card.png) left center no-repeat;
	padding-left: 25px;
	color: #333;
	font-size: 12px;
	font-weight: 700;
}
.selectd__lang {
    overflow: hidden;
    border: none;
}
.selectd__lang #switchLanguage {
	font-size: 13px;
	width: 150px;
	padding: 0 9px;
	border: none;
	outline: none;
	height: 28px;
	line-height: 28px;
    background: #FFF;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
.header_mb {
	display: none;
}
.menunav__mobile {
	display: none;
}
.icon_mb {
	display: none;
}
.btn_mypage {
	display: inline-block;
	margin-right: 15px;
}
.btn_mypage a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	margin-left: 15px;
}
.btn_mypage a:hover {
    text-decoration: none !important;
}
.btn_mypage a:last-child {
	margin-left: 15px;
}
.btn_mypage a svg, .btn_mypage a img {
	width: 20px;
	height: 21px;
	color: #fff;
	vertical-align: middle;
}
.btn_mypage p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.btn_mypage img {
	vertical-align: middle;
}
.btn_mypage span {
	vertical-align: middle;
	margin-left: 1px;
}

.logoUser {
	display: none;
}
.logoUser a {
	display: inline-block;
}
.logoUser a i {
	color: #707070;
    font-size: 24px;
}
.logoUser a span {
    display: block;
    font-size: 10px;
    margin-top: -6px;
	line-height: 1;
	color: #333;
}
.logoUser a:first-child span {
	color: #C94E7B;
}
.logoPage_mb {
	display: none;
}
.logoPage a {
	display: inline-block;
}
.logoPage a img {
	width: 160px;
}
.topic-path a, .path-title a{
	 color: #337ab7 !important;
}

@media(max-width:991px) {
	.selectd__lang #switchLanguage {
		width: 85px;
	}
	.logoPage a img {
		width: 75%;
	}
	.card_header, .selectd__lang {
		margin-top: 0;
	}
	.header_mb {
		background: #f5f5f5;
		display: block;
	}
	.new_header__top {
		background: #e3e2e2;
		padding: 8px 0;
	}
	.new_header__top .multilang-header-container {
		max-width: 100%;
	}
	.item_left h1, .item_left p {
		font-size: 12px;
		color: #333;
		font-weight: normal;
        line-height: 1.2;
		margin-top: 5px;
	}
	.logoUser a:first-child {
		margin-right: 5px;
	}
	.logoPage {
		display: none;
	}
	.logoPage_mb {
		display: block;
		margin: 0 auto;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}
	.btn_mypage {
		display: none;
	}
	.selectd__lang #switchLanguage {
		border: solid 1px #b4b1b1;
		
	}
	.navbar-static-top {
		float: none !important;
		padding: 0 !important;
		left: 0;
		right: 0;
		margin: 0;
		text-align: left;
/*		width: 100%;*/
	}
	.logoPage {
		margin: 0 auto;
		text-align: center;
	}
	.logoUser {
		display: inline-block;
		position: absolute;
		top: 8px;
		right: 15px;
	}
	.nav_menu {
		text-align: center;
		padding: 0;
	}
}
@media(max-width:600px) {
	.item_left h1, .item_left p {
		margin-top: 0;
	}
	.new_header__top .top__header .item_left {
		width: 65%;
		padding-right: 0;
	}
	.new_header__top .top__header .item_right {
		width: 35%;
	}
	.selectd__lang #switchLanguage {
		width: 100%;
	}
}


/*=======================================================*/

/*Footer*/
#footer{
	background: #313131;
	padding: 30px 0;
}
.menuFooter ul li {
	display: block;
	margin-bottom: 5px;
}
.menuFooter ul li:last-child {
	margin-bottom: 0;
}
.footer_pc li:last-child ul.mt20 li:first-child {
	background: none;
	padding: 0;
	
}
.menuFooter ul li:last-child ul li:first-child p{
	color: #fff;
	font-size: 14px;
	background: none;
}
.menuFooter ul li a, .menuFooter ul li p {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	text-align: left;
}
.menuFooter ul li a:hover {
	text-decoration: none;
}
.menuFooter ul li ul li {
    background: url(/st/3/en/pc/img/2019/new_topage/bgarrow_menu.png) left no-repeat;
    padding-left: 15px;
    display: block;
	line-height: 20px;
}
.menuFooter ul li ul li a {
	font-weight: normal;
	font-size: 14px;
	margin: 0;	
}
.menuFooter .mt20 {
	margin-bottom: 20px;
}
.footer_mb {
	display: none;
}
#loginboxall_area {
	display: none !important;
}



/* Left Navigation
		-----------------------------------------------*/
.mainNav {
	width: 100%;
}
/* First Level */
.mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #444
}
.mainNav ul li {
	border-top: 1px solid #444;
}
.mainNav ul li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: normal;
	padding: 10px 15px;
	margin: 0 !important;
	background: none;
	text-decoration: none;
}
.mainNav ul li a:hover {
	text-decoration: none;
}
/* Second Level */
.mainNav ul ul {
    border-bottom: none;
    position: relative;
    z-index: 1040;
}
.mainNav ul ul li {
	border-top: 1px solid #666;
	background: #3f3f3f;
	color: #fff;
}
.mainNav ul ul li p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 25px;
}
.mainNav ul ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    line-height: normal;
    padding: 10px 25px;
    font-weight: normal;
}
.mainNav ul ul li a:hover {
	background: #333;
}
		/* Third Level */
.mainNav ul ul ul {
	border-top:1px solid #222;
}
.mainNav ul ul ul li {
	border:none;
}
.mainNav ul ul ul li a {
	padding-left:3.5em; 
	padding-top:0.25em; 
	padding-bottom:0.25em;
}
/* Accordion Button */
ul li.has-subnav .accordion-btn {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
	height: 100% !important;
}

.mainNav ul li.has-subnav span.accordion-btn-wrap {
	width: 100% !important;
	position: absolute !important;
	top: 0px !important;
	text-align: right !important;
	cursor: pointer;
	display: inline-block !important;
	right: 0px !important;
	padding-right: 15px;
	background: none;
	height: 100%;
}
.mainNav ul li.has-subnav span i {
	margin-top: 15px;
	color: #FFF;
}

.bottom_footer {
	background: #3f3f3f;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer_bottom_menu {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.footer_bottom_menu ul {
	text-align: center;
}
.footer_bottom_menu ul li {
	display: inline-block;
	margin: 0 15px;
}
.footer_bottom_menu ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
	line-height: 1.3;
}
.footer_bottom_menu ul li a:hover {
	text-decoration: none;
}
.footer_bottom_menu ul:first-child {
	margin-bottom: 10px;
}
.copyright {
	margin: 0;
	color: #fff;
	font-size: 9px;
	text-align: center;
}
@media(max-width:1199px) {
	.footer_bottom_menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.footer_bottom_menu ul:nth-child(2) {
		margin-top: 10px;
	}
}
@media(max-width:767px) {
	#footer {
		padding: 0;
	}
	.footer_pc {
		display: none;
	}
	.footer_mb {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
	.footer_bottom_menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.footer_bottom_menu ul {
		width: 48%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		float: left;
	}
	.footer_bottom_menu ul:nth-child(2) {
		margin-top: 0;
		float: right;
	}
	.footer_bottom_menu:after{
		content: '';
		display: block;
		clear: both;
	}
	.footer_bottom_menu ul li {
		text-align: left;
		margin: 0 0 10px;
	}
	.bottom_footer {
		padding-top: 15px;
		padding-bottom: 20px;
	}
	
}

/* Notice for company spin-off */
.notice_spinoff {
	background-color: #FFFFCC;
	padding: 10px 0;
}
.notice_spinoff a {
	color: #E43022;
	text-align: center;
	display: block;
	line-height: 1.3;
	font-size: 14px;
}
.notice_spinoff a .fa {
	font-size: 80%;
	vertical-align: middle;
	margin-left: 5px;
}
