/*html, body
{
	padding: 0;
	margin: 0;
}
body {
	background-color: #eee;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	color: #330;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: #333;
	text-decoration: underline;
}*/

/*pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
*/
#page nav
{
	display: none;
}

#header,
.header
{
	background-color: #111111;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height:86px;
	height: 86px;
	padding: 0 25px;
	outline:0;
}
#header .tag a,
.header .tag a
{
	background: center center no-repeat transparent;
	background-image: url(../image/mob_menu.png);
	border-right:solid 1px #414141;
	display: block;
    height: 86px;
    left: 0;
    outline: 0 none;
    position: absolute;
    top: 0;
    width: 60px;
}
#header a.friends,
.header a.friends
{
	/*background-image: url(../image/mob_menu.png);*/}
#header a.right,
.header a.right
{
	left: auto;
	right: 0px;
}
/*#content,
.content
{
	padding: 20px;
}*/
