@charset "utf-8";
/* CSS Document */

/*================================
leftarea
================================*/
.movie_area {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.mainarea{
	margin-top: 30px;
}
.leftarea .map{
	margin-top:10px;
}

.leftarea .news_title{
	width:660px;
	height:31px;
	position:relative;
}

.leftarea .news_title p{
	width:48px;
	height:16px;
	position:absolute;
	bottom:10px;
	right:5px;
}

.leftarea .news_box{
	border-bottom:1px dotted #999;
    height:450px;
    overflow:auto;
    width:660px;
}

.leftarea .news{
	width:625px;
	border-bottom:1px dotted #999;
	overflow:hidden;
	padding:10px 0;
}

.leftarea .news dt{
	width:170px;
	clear: both;
	float:left;
	margin-left:10px;
	padding:5px 0;
}

.leftarea .news dt a{
	color:#222;
	font-size:13px;
}

.leftarea .news dt a:hover{
	color:#006BBB;
	text-decoration:none;
}

.leftarea .news dt.new{
	background:url(../img/top/icon_new.png) 88px 4px no-repeat;

}

.leftarea .news dt.renew{
	background:url(../img/top/icon_renew.png) 88px 4px no-repeat;
}

.leftarea .news dd{
	float:right;
    margin-right:10px;
    padding:5px 0;
    width:430px;
}

.leftarea .news dd a{
	color:#222;
	font-size:13px;
}

.leftarea .news dd a:hover{
	color:#006BBB;
	text-decoration:none;
}

/*================================
mainVisual下調整
================================*/

