@charset "Shift_JIS";

/* normal settings */
body {
	background: transparent;
	padding: 0;
	margin: 0;
	color: #5d5d5d;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 10px;
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
	color: #5d5d5d;
	text-decoration: none;
	outline: none;
}
img {
	border: 0;
	outline: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}

/* header */
#btnclose{
	margin: 10px auto;
	width: 780px;
	text-align: right;
}
.no-js #btnclose{
	display: none;
}
#btnclosenoscript{
	margin: 10px auto;
	width: 780px;
	text-align: right;
}

/* wrap */
.wrap {
	margin: 0 auto;
	width: 780px;
	height: 659px;
	text-align: center;
	background: url(../img/bg_slb.png) center top no-repeat;
}

.wrap .inner{
	position: relative;
	width: 780px;
	height: 659px;
}

.wrap .inner .title{
	position: absolute;
	left: 110px;
	top: 36px;
}

.wrap .inner .badge{
	position: absolute;
	left:107px;
	top:146px;
}
.wrap .inner .movie_slb {
	position: absolute;
	left:170px;
	top:178px;
	width: 436px;
	height: 355px;
}
.wrap .inner .text{
	position: absolute;
	left: 40px;
	top: 560px;
}
