#wrappter{
	background-color:#ffebec;
}
#header{
	padding-bottom:10px;
}
#content{
	background-color:#fff;
}
h1{
	float:none;
	margin:0;
	padding:5px;
	font-size:70%;
	font-weight:normal;
}
.textLink li{
	border-top:2px solid #ffebec;
	background:url(/shoseki/image/schedule/li.png) right center no-repeat;
	background-size:25px;
}
.textLink li.double a{
	text-align:left;
	background:url(/shoseki/image/schedule/li.png) right center no-repeat !important;
	background-size:25px !important;
	border-bottom:1px dotted #ccc;
}
.textLink li:first-child{
	border:none;
}
.textLink li.pinkLabel a,
.textLink li.pinkLabel.double{
	background:url(/shoseki/image/schedule/label_pink.png) top left no-repeat;
	background-size:40px;
}
.textLink li.blueLabel a,
.textLink li.blueLabel.double{
	background:url(/shoseki/image/schedule/label_blue.png) top left no-repeat;
	background-size:40px;
}
.textLink li.purpleLabel a,
.textLink li.purpleLabel.double{
	background:url(/shoseki/image/schedule/label_purple.png) top left no-repeat;
	background-size:40px;
}
.textLink li.blackLabel a,
.textLink li.blackLabel.double{
	background:url(/shoseki/image/schedule/label_black.png) top left no-repeat;
	background-size:40px;
}
.textLink li a{
	display:block;
	cursor:pointer;
}
.textLink li dl{
	padding:7px;
}
.textLink li.double dl{
	padding-right:0;
}
.textLink.bunko li dl{
	padding-left:30px;
}
.textLink li dt{
	color:#333;
	font-size:100%;
	font-weight:bold;
	text-align:left;
}
.textLink li dd.author{
	padding:4px 0 7px;
	color:#333;
}
.textLink li dd{
	color:#78656b;
	font-size:80%;
	text-align:left;
}
.textLink li.no_menber {
	padding: 10px 0 9px 0;
	background: none;
}
#bunko .tab_nav {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 7px;
	background-color: #ffebec;
}
#bunko .tab_nav li {
	display: table-cell;
	margin: 7px;
	padding: 7px;
	background-color: #fff;
	border-radius: 3px;
}
#bunko .tab_nav li.active{
	background-color:#ff83bf;
}
#bunko .tab_nav li.active a{
	color:#fff;
}
#bunko .tab_nav li a{
	display:block;
	color:#ff83bf;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
#bunko div {
	clear: both;
}
#bunko ul {
	overflow: hidden;
}