@charset "utf-8";


#main {
	padding:0;
	background:none;
}

#media01Area a,
#trendlabList a {
	color:#c30d23;
}

.copy {
	padding:0 10px;
}

.mainBtArea {
	padding:10px 0 15px;
}

/* @group media01Area */

#media01Area {
	padding:40px 0;
}

#media01Area h4 {
	padding:19px 0 0 10px;
	background:url(../../common/images/dotted_line_s.gif) left top repeat-x;
}

#media01Area dl {
	padding:20px 0;
	width:365px;
	float:left;
}

#media01Area dl.left {
	padding-right:25px;
}

#media01Area dt {
	padding:10px;
	background:url(../images/bg_dotted_red.gif) left top repeat;
}

#media01Area dt img {
	vertical-align:bottom;
}

#media01Area dd.tit {
	font-size:108%;
	padding:15px 0 0;
	font-weight:bold;
}

#media01Area dd.link {
	padding-bottom:7px;
}

#media01Area .line {
	clear:both;
	height:1px;
	background:#fff;
}

#media01Area hr {
	display:none;
}


/* @group influencerList */

#trendlabList {
	padding:5px 0 0;
	background:url(../../common/images/dotted_line.gif) left top repeat-x;
}

#trendlabList dl {
	width:755px;
	background:url(../../common/images/dotted_line_s.gif) left bottom repeat-x;
}

#trendlabList dt {
	padding:6px 0 7px 12px;
	width:528px;
	float:left;
	clear:left;
	font-weight:bold;
}

#trendlabList dd {
	margin-left:630px;
	padding:6px 0 7px 30px;
	color:#999999;
	font-size:83%;
}



/* @end */

/* @group newsDetail */

#newsDetail {
	padding:16px 0 0;
	background:url(../../common/images/dotted_line.gif) left top no-repeat;
}

#newsDetail h4 {
	padding:0 10px 0;
	font-weight:bold;
}

#newsDetail p.date {
	padding:10px;
	color:#999999;
	font-size:83%;
	background:url(../../common/images/dotted_line_s.gif) left bottom repeat-x;
}

#newsDetail p {
	padding:10px 10px 20px;
	line-height:1.8;
}

#newsDetail .trackback {
	padding:15px 15px 10px;
	background:#ebebeb;
	border-bottom:solid 1px #fff;
}

#newsDetail .trackbackDetail {
	padding:15px 15px 0;
	background:#ebebeb;
	border-bottom:solid 1px #fff;
}

#newsDetail .trackback p {
	padding:0;
}

#newsDetail .trackbackDetail dl {
	padding:12px 0;
	background:url(../../common/images/dotted_line_s.gif) left top repeat-x;
}

#newsDetail .trackbackDetail dl.firstChild {
	background:none;
}

#newsDetail .trackbackDetail span {
	color:#999999;
	font-size:83%;
}

/* @end */



/* @group clearfix=================================================================== */

#media01Area:after,
#trendlabList dl:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#media01Area,
#trendlabList dl {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #media01Area,
* html #trendlabList dl {
	height:1%;
}

#media01Area,
#trendlabList dl {
	display:block;
}

/* End hide from IE-mac */
/* @end */