@charset "EUC-JP";

/* ==============================================
   2013/07/24 updated
============================================== */

/* monopolizeList
------------------------------------------------------ */

div.contentsBox .monopolizeList {
	margin-bottom: 5px;
	padding: 2px 0 6px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
div.contentsBox .monopolizeList ul{
	overflow: hidden;
	position: relative;
}
div.contentsBox .monopolizeList li {
	float: left;
	/*margin: 5px 5px 0 0;*/
	margin-right: 5px;
	padding: 3px 5px;
	border: 1px solid #cccccc;
	background: #ececec;
	white-space:nowrap;
	line-height: 1.2;
}
#contentsBoxWrapper.ws .contentsBox .monopolizeList {
	display:none;
}

/* pubinfo
------------------------------------------------------ */

div.contentsBox .contentsWrapper .commonArea .pubinfo .series {
	display: block;
	padding-top: 5px;
	font-size: 82%;
	color: #666666;
}
div.contentsBox .contentsWrapper .commonArea .pubinfo .device {
	margin: 0 0 5px;
	color: #666666;
}
#contentsBoxWrapper.ws .contentsBox .contentsWrapper .commonArea .pubinfo .series {
	display:none;
}
#contentsBoxWrapper.ws .contentsBox .contentsWrapper .commonArea .pubinfo .device {
	display:none;
}

/* altArea related
------------------------------------------------------ */

div.contentsBox .contentsWrapper .altArea .related{
	margin: -5px -5px 5px;
	border-bottom: 1px solid #cccccc;
}
div.contentsBox .contentsWrapper .altArea .related dt{
	width: 7em;
	margin-right: 5px;
	padding: 3px 3px 1px;
/*	background: #63c8d5;
	color: #ffffff;*/
	font-weight: bold;
	text-align: center;
}
div.contentsBox .contentsWrapper .altArea .related dd{
	float: none;
	width: auto;
	padding: 3px 0 1px;
	text-align: left;
}
#contentsBoxWrapper.ws .contentsBox .contentsWrapper .altArea.kobo .related{
	display:none;
}


/* Clears
------------------------------------------------------ */
.monopolizeList ul{
	*zoom: 1;
}
.monopolizeList ul:after{
	content: '';
	display: block;
	clear: both;
}


