@charset "utf-8";

/*----------------------------------
	import
----------------------------------*/
@import url("reset.css");/* ブラウザリセット用CSS */
@import url("share.css");/* 共通用CSS */
@import url("advanced.css");/* 拡張用CSS */



#aside #monster01{
	background: url(img/promotion/bg_monster.png) no-repeat;
	width: 358px;
	height: 314px;
	position: absolute;
	top: -1000px;
	left: -600px;
	z-index: 2;
}


/*----------------------------------
	promotion
----------------------------------*/
/* section01(list) */
.section01{
	background: url(img/promotion/bg_renewList.png) no-repeat;
	height: 260px;
	margin: -80px 0 0 0;
	overflow: hidden;
}

.section01 .movieList{
	width: 660px;
	height: 140px;
	margin: 100px auto 0;
	overflow-y: auto;
}

.section01 table
{
	position: relative;	/* バックナンバーリストの操作のため、relativeに */
	width: 98%;
    margin: 0 auto;
}

.section01 td{
	vertical-align: top;
    border-bottom: 1px dotted #a39279;
    padding: 6px 0px;
}

.section01 td.new{
	width: 40px;
    padding: 11px 0 0;
    text-align: center;
}

.section01 td.new img{
	vertical-align: top;
}

*:first-child+html .section01 td.new{
    padding: 7px 0 0;
}



.section01 td.date{
	width: 95px;
    text-align: left;
	color: #996c33;
}

.section01 td.title{
    text-align: left;
}

.section01 td.title a{
	color: #323232;
	text-decoration: none;
}

.section01 td.title a:hover{
	color: #ff0000;
}



/* movieBox*/
.movieBox{
	background: url(img/promotion/bg_moviebox.png) no-repeat;
	position: relative;
	width: 686px;
	height: 327px;
	margin: 20px auto 0;
	padding: 11px 0 0;
}

.movieBox .iconNew{
	position: absolute;
	top: -20px;
	left: 20px;
}

.movieBox .capture{
	background: url(img/promotion/bg_capture.png) no-repeat;
	float: left;
	width: 427px;
	height: 252px;
	margin: 20px 0 0 26px;
	overflow: hidden;
}

.movieBox .capture img{
	margin: 13px 0 0 0;
}


.movieBox .btnArea{
	float: right;
	width: 188px;
	margin: 14px 38px 0 0;
	text-align: center;
	overflow: hidden;
}

.movieBox .btnArea .btnTitle{
	margin: 0 0 1px 0;
}

.movieBox .btnArea li{
	background: url(img/promotion/bg_btn.png) no-repeat;
	width: 188px;
	height: 37px;
	margin: -1px 0 0 0;
	overflow: hidden;
}

.movieBox .btnArea li a{
	display: block;
	margin: 4px auto;
	width: 180px;
	overflow: hidden;
}

p.caution{
	padding: 10px 20px 20px;
	color: #51391e;
	font-size: 12px;
	text-align: left;
}

p.caution a{
	color: #51391e;
}

p.caution a:hover{
	color: #ff0000;
}

/*----------------------------------
	movie
----------------------------------*/
body#movie_popup{
	background: url(img/promotion/movie/bg.jpg) no-repeat center top;
}

#headerMovie{
	width: 690px;
	margin: 0 auto;
	height: 120px;
	overflow: hidden;
}

#headerMovie h1{
	float: right;
	margin: 11px 0 0 0;
}

#headerMovie h2{
	float: left;
	margin: 56px 0 0 0;
}

.containerMovieHD{
	background: url(img/promotion/movie/bg_screen.png);
	padding: 10px;
	border: 1px solid #ffffff;
	width: 1280px;
	margin: 0 auto 0;
}

.containerMovieLarge{
	background: url(img/promotion/movie/bg_screen.png);
	padding: 10px;
	border: 1px solid #ffffff;
	width: 640px;
	margin: 0 auto 0;
}

.containerMovieSmall{
	background: url(img/promotion/movie/bg_screen.png);
	padding: 10px;
	border: 1px solid #ffffff;
	width: 428px;
	margin: 0 auto 0;
}

.containerMovie object{
	vertical-align: top;
}

#footerMovie{
	margin: 4px auto 0px;
}






















