@media screen {

.desktop, .mobile, .tabletno, .tabletno *{
	display:none;
}

#main{
	float:none;
	margin:0;
	padding:80px 31px 0;
}

.expand{
	margin-left:-31px;
	margin-right:-31px;
	padding-left:31px;
	padding-right:31px;
}

#main div.inner{
	float:none;
	margin:0;
	width:100%;
}


#side{
	float:none;
	width:100%;
	position:fixed;
	top:0;
	background-color:rgba(255,255,255,0.8);
	text-align:center;
}

#side div.tabletHeader{
	width:768px;
	margin:0 auto;
}

#side div.left {
	float: left;
	width: 158px;
	margin-left:2%;
	border-top: solid 6px #2362de;
}

#side div.right {
	text-align: left;
	line-height: 0.8em;
	width: auto;
	margin-left: 195px;
	margin-right:2%;
}

p.sitename1 {
	background-image: url(/img/side/logo-mark.svg);
	background-repeat: no-repeat;
	background-position: right 0 top 0;
	background-size: 22px;
	font-weight: 700;
	width:150px;
	margin:8px auto;
	line-height: 22px;
	font-size: 20px;
}

p.sitename2 {
	margin: 0;
	text-align:center;
}

p.sitename2 img {
	width: 150px;
}

.top_box {
	overflow: hidden;
}

.top_box p{
	margin:10px auto;
}

p.sellang {
	float: left;
	border-right: 1px solid #080808;
	margin-left: 4px;
	margin-right: 12px;
	padding-right: 12px;
	line-height: 1em;
	font-size:11px;
	font-weight: 700;
}

p.contact{
	float:left;
	line-height: 1em;
	font-size:12px;
	font-weight: 700;
}

p.contact span{
	font-size:10px;
}

.searchBox {
	margin: 0;
	position: absolute;
	right: 12px;
	top: 0;
}

.searchBox img{
	height:22px;
	width:22px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	display: inline-block;
	position: relative;
	line-height:26px;
}

.menu li a {
	padding:0 4px;
}

.menu1 li:nth-child(n + 2) {
	margin-left: 10px;
}

.menu1 li{
	font-size: 15px;
}

.menu2 li{
	font-size: 11px;
}

.menu2 li:nth-child(n + 2) {
	margin-left: 9px;
}

.menu ul li a:hover{
	color:white;
	background-color:#2362de;
}

.menu ul li a:active{
	background-color:#2362de;
}

.menu ul li span.new_mark {
	font-size: 9px;
	font-weight: bold;
	left: 4px;
	top: -12px;
}


#foot{
	margin:0 2%;
	width:96%;
}

#foot p{
	height:25px;
	width:50%;
}

#foot p.socialicon{
	float:left;
}

#foot p.socialicon img{
	height:25px;
	margin-right:10px;
	opacity:0.5;
}

#foot p.socialicon a:hover img{
	opacity:1.0;
}

#foot p.copyright{
	float:right;
	text-align:right;
	font-size:11px;
	line-height:25px;
	font-weight:400;
}

}