body {
	background:none;
}
#page {
	display:table;
	width:100%;
	overflow:hidden;
	position:relative;
}
/* content */
#content {
	width:100%;
}
/* header */
#header {
	width:100%;
	padding-bottom:48px;
	height:auto;
}
/* inner-header */
.inner-header {
	position:static;
	width:100%;
}
.logo {
	margin:0;
	top:0;
	left:0;
	position:static;
	display:inline;
	width:auto;
	height:auto;
	overflow:auto;
}
.logo img {
	display:inline;
	width:40%;
	float:none;
	height:auto;
}
.logo2 {
	display:none !important;
}
.visual-header {
	position:static;
	top:0;
	right:0;
	width:auto;
	display:inline;
}
.visual-header img {
	display:inline;
	float:none;
	width:40%;
	height:auto;
}
/* inner-content */
.inner-content {
	padding:0;
	width:100%;
	background:none;
	position:relative;
}
.inner-content:after {
	display:block;
	clear:both;
	content:"";
}
/* subnav */
.subnav {
	display:none;
}
.separator {
	display:none;
}
/* main-content */
.main-content {
	float:none;
	position:relative;
	overflow:hidden;
	width:100%;
}
.main-content h2 {
	margin:0;
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	color:red !important;
}
.main-content h3 {
	margin:16px 0 0;
	font-size:16px;
	line-height:18px;
	color:#fff;
}
.main-content em {
	display:block;
	font-size:14px;
	line-height:17px;
	font-style:normal;
	color:#ddd;
}
.main-content p {
	margin:17px 0;
	font-size:14px;
	line-height:17px;
	color:#ddd;
}
.register {
	display:none;
}
/* grow-actors */
.grow-actors {
	display:none;
}
/* footer */
#footer {
	margin:0;
	padding:126px 0 0;
	width:100%;
	overflow:hidden;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer li {
	float:none;
	display:inline;
	padding:0 17px 0 0;
	font-size:12px;
	line-height:14px;
	color:#fff;
	background:none;
}
#footer p {
	margin:3px 0 0;
	font-size:12px;
	line-height:14px;
	color:#555;
}
/* part for inner page */
/* main-content-inner */
.main-content-inner {
	float:right;
	display:inline;
	width:706px;
	margin:0;
	overflow:hidden;
	position:relative;
}
.main-list {
	margin:0;
	padding:0;
	list-style:none;
}
.main-list li {
	float:left;
	width:88px;
	height:86px;
	overflow:hidden;
}
.main-list li a {
	display:block;
	height:86px;
	cursor:pointer;
}
.main-list li img {
	float:left;
}
.donate strong {
	display:block;
	padding-top:34px;
	height:52px;
	font-size:14px;
	line-height:16px;
	color:#f33;
	text-align:center;
	cursor:pointer;
}
.main-list .txt-we {
	width:176px;
}
.main-list .txt-stage,
.main-list .txt-actors,
.main-list .txt-grow,
.main-list .post {
	width:264px;
}
.post {
	width:auto;
}
.post ul {
	margin:0;
	padding:0 0 0 7px;
	width:257px;
}
.post ul li {
	width:100%;
	clear:both;
	height:auto !important;
	padding:5px 0;
	font-size:16px;
	line-height:16px;
	border:none;
}
.post ul li a {
	display:inline;
	color:#cf6;
}
.post ul li a em {
	font-size:12px;
	font-style:normal;
}
.inner .inner-content {
	padding-bottom:0;
}
.inner #footer {
	margin:0;
}