@charset "utf-8";

/* 全体 */
html{
	width: 100%;
	height: 100%;
}

body{
	background: #000000;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #ffffff;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #f2f2f2;
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: none;
	background: #570914;
}

.entry{
	border-bottom: 1px solid #9b9b9b;
}

.entry a{
	display: block;
	padding: 10px 5px;
	text-align: left;
	overflow: hidden;
}

.photo{
	float: left;
	display: inline;
	width: 75px;
	margin-right: 10px;
	text-align: center;
}

.body{
	display: inline;
	float: left;
	width: 100%;
}

.body.check{
	width: 100px;
}

.date{
	display: block;
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 3px;
	color: #8b8b8b;
}

.cast{
	display: block;
	color: #ff2b6e;
}

.title{
	display: block;
}

#pagelink{
	padding: 10px 0;
	text-align: center;
}

#pagelink a,
#pagelink span{
	display: inline-block;
	line-height: 1;
	padding: 3px 4px;
	border: 1px solid #333333;
	text-align: center;
	margin: 0 2px;
	white-space: -1px;

	position:relative;
	behavior: url("PIE/PIE.htc");
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#pagelink span{
	background: #333333;
	color: #ffffff;
}
