@charset "UTF-8";
/* [www.ch-ginga.jp]
 * /special/css/hashi.css
 * Style for "hashi" Special Page.
 * Modified: 2010-07-29 15:36:24.
 */

/* bg
----------------------------------------*/
dl#topic_path { margin-bottom: 11px; }

/* area_header
----------------------------------------*/
.area_header {
	min-height: 276px;
	background: #515087 url(../images/hashi/bg_area_header.jpg) repeat-y 0 0;
	color: #FFF;
	line-height: 1.5;
	_height: 276px;/* ie6 */
}
.area_header .schedule {
	display: inline;
	float: right;
	width: 566px;
	margin: 20px 15px 18px 0;
}
.area_header .btn {
	float: left;
	width: 335px;
	margin: 20px 0;
	text-align: right;
}
.area_header .lead {
	clear: both;
	width: 896px;
	margin: 0 0 0 12px;
	padding-bottom: 5px;
}

/* area_maincontent
----------------------------------------*/
.area_maincontent {
	width: 100%;
	margin-bottom: 25px;
	background: #e5d5be url(../images/hashi/bg_content.jpg) repeat-y 0 0;
}

/**
 * profile
 */
#profile {
	width: 821px;
	overflow: hidden;
	padding: 25px 0 0;
	margin: 0 auto 0 87px;
	line-height: 1.5;
}
#profile h2 {
	float: left;
	width: 242px;
	margin-bottom: 36px;
}
#profile .comment {
	margin: 26px auto 36px 242px
}
#profile .history {
	margin-bottom: 8px;
	font-size: 117%;
	font-weight: bold;
}
#profile .h3 {
	font-size: 117%;
}
/*
#profile p.link {
	margin: 6px 0 0;
	font-weight: bold;
}
*/


/* episode
----------------------------------------*/
#episode {
	width: 100%;
	padding-bottom: 18px;
	background: url(../images/hashi/bg_content_btm.jpg) no-repeat 0 100%;
}
#episode .wrapper {
	width: 837px;
	margin: 0 auto 0 43px;
}

.episode {
	position: relative;
	width: 100%;
}
.episode .comment {
	width: 500px;
	margin: 0 0 3em;
	line-height: 1.5;
}
.episode h3 {
	position: relative;
	width: 100%;
	margin: 0 0 .5em;
}
.episode h3 span.date {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline; /* ie6,7 */
	*zoom: 1; /* ie6,7 */
	padding: 18px 0 0;
	vertical-align: top;
	font-weight: bold;
}
.episode .pct {
	position: absolute;
	*zoom: 1; /* ie6,7 */
}
	#ep201004 .pct {
		top: 1px;
		right: 48px;
	}
	#ep201005 .pct {
		top: -45px;
		right: 47px;
	}
	#ep201006 .pct {
		top: 53px;
		right: -3px;
	}
	#ep201008 .pct {
		top: 56px;
		right: 118px;
	}

	#ep201009 .pct {
		top: 20px;
		right: -4px;
	}
	#ep201010 .pct {
		top: 112px;
		right: 42px;
	}
	#ep201012 .pct {
		top: -15px;
		right: -4px;
	}
	#ep201101 .pct {
		top: 39px;
		right: 37px;
	}






