@charset "utf-8";

body{
  background: #fff;
}
footer .companyInfo i{
  color: #fff;
}
footer .footerContent.copyright{
  border-top: 1px solid #ffffff;
  background: #0050a3;
}
footer .footerContent:not(.copyright){
	background-image: url(../images/tw/world_map.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 60% center;
}
body.index .articleBlockStyle03{
  background: url(../images/tw/confectionary.png) repeat;
}
body.index .blockTitle:not([class*="blockTitleStyle-"]) > *{
	color: #fff;
}
body.index .indexContent_11{
	background: url(../images/tw/00index-img-1.jpg) right top no-repeat;
}
body.company_tw_1 .articleTitle small{
	font-size: 15px;
	font-weight: 500;
	margin-left: 5px;
}

.about-bg01{
	background: url(../images/tw/company-bg.png) right bottom no-repeat;
	background-size: contain;
}

/*mobile*/

#mbPanel .mbPanel_funNav.navBottom{
	background: #2d2b29;
}




@media screen and (max-width: 1200px) {
	
	footer .footerContent:not(.copyright){
		background-position: right center;
		background-size: 70%;
	}
}


@media screen and (max-width: 768px) {
	
	footer .footerContent:not(.copyright){
		background-position: right bottom;
		background-size: 90%;
	}
	.about-bg01{
		background: none;
	}
}
