@charset "utf-8";
@import "./common.css";
/*---トップページ---*/
/*ピックアップ*/
.pickup{
	text-align:center;
	padding-bottom:10px;
	background:url(../image/top/pickup_bg.png) #000000;
	background-position:center center;
	background-repeat:no-repeat;
	/*background:url(../image/top/pickup_bg_l.png),url(../image/top/pickup_bg_r.png) #333333;
	background-position:left center,right center;
	background-repeat:no-repeat,no-repeat;*/
}
.pickupphoto{
	margin:10px auto;
}
.pickupphoto img{
	padding:1px;
	border:#666666 solid 1px;
}
.pickup .castname a{
	font-size:16px;
	margin-right:10px;
}
.pickupprof span{
	margin-left:5px;
}


/*ニュース*/
.nt{
	border-top:#333333 dashed 1px;
	padding:15px 0px;
	margin-top:15px;
}
.newstitle{
	margin:0px 5px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.newsphoto{
	text-align:center;
	width:200px;
	margin:0px auto 10px;
}
.newsphoto img{
	margin-right:5px;
}
.newsphoto:after{
	display:block;
	clear:both;
	content:'';
}
.newsdate{margin-right:10px;}
.newstext{
	border-bottom:#333333 dotted 1px;
	padding:0px 10px 15px;
}
.news li:last-child,.topics li:last-child{
	border-bottom:none;
}

