#content {
    background: #f2f2f2;
    padding:24px 0 1px 0;
}
#content .inner {
    width: 100%; 
}
#content .media_report_bottom .media_logo {
    position: absolute;
    top: 1px;
    left: 35px;
    width: 50px;
}
#content .media_report_bottom .media_logo img {
	width: 100%;
}
#content .media_report_bottom h2 {
    width: auto;
    border-bottom: none;
    padding: 40px 10px;
    line-height: 1.8;
    font-size: 16px;
}
.media_img img {
	width: 100%;
}
#content .media_img {
    text-align: center;
    padding: 12px 20% 12px 20%;
}
#content .media_report_area {
    background: url(../img/bg-media_area.jpg) repeat-y;
    width: 96%;
    margin:0 auto 35px;
}
#content .media_report_bottom , #content .media_report_top {
	background: none;
}
.media_report_area {
	border-radius: 15px;
	box-shadow: 5px 5px 5px #d7d7d7;
}
#content .media_txt {
    padding: 0 14px;
    font-size: 14px;
}
#content .media_link {
	word-wrap: break-word;
	padding-right: 30px;
	height: 40px;
}
#content .margin_bottom {
	margin-bottom:30px;
}
.show {
    display: block;
}


