/*Use for testing:*/
/*@import url("bit-screen.css");
@import url("bit-mobi.css");*/
/*end testing
Use for online:*/
@import url("buttons.css");
@import url("bit-screen.css") only screen and (min-device-width:481px);
@import url("bit-mobi.css") handheld, only screen and (max-device-width:480px);
/**/
@media only screen and (min-device-width:481px) and (max-device-width: 1024px) {
	#textwrapper p, #textwrapper ol {
	margin-bottom: 0.7em;
	}
	#wrapper {
		width:890px;
		position:absolute;
		top:0;
		left:0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	#ulTopnav2 li{
		margin-top: 2px;
	}
	#innernav {
		line-height:18px;
	}
	#jp #innernav, #cn #innernav {
		line-height:21px;
	}
	div {
		line-height:1.3em;
	}
	#newswrapperCN {
		line-height:1.2em;
	}
	#h3 {
		margin-top: 0;
	}
	#logo {
		right: 75px;
	}
	#footer {
		margin-left: 75px;
	}
	#btBitGroup {
		right: 71px;
	}
}
@media only screen and (min-device-width:481px) and (max-device-width: 1024px) and (orientation:portrait) {
	#wrapper {
		width:768px;
	}
	#logo {
		right: 15px;
	}
	#footer {
		margin-left: 15px;
	}
	#btBitGroup {
		right: 11px;
	}

}
