@charset "UTF-8";

#content {
	min-width: 900px;
	background-image: url(../imgs/content.jpg);
	background-position: center -38px;
	background-repeat: no-repeat;
	position: relative;
}
* html #content {
	width: 900px;
}

/* 見出し */
#title {
	height: 455px;
	background-image: url(../imgs/title.png);
	background-position: center 0;
	background-repeat: no-repeat;
}

/* 3DSロゴ */
#tds-logo-container {
	width: 1200px;
	margin: auto;
}
#tds-logo {
	display: block;
	float: right;
	margin: 30px 30px 0 0;
}

/* センターの映像と製品情報 */
#promo-and-product {
	width: 900px;
	margin: auto;
}
#promo-container, #product-container {
	width: 445px;
	height: 337px;
	overflow: hidden;
}
#promo-container {
	background-image: url(../imgs/promo_container.png);
}
#product-container {
	background-image: url(../imgs/product_container.png);
}

/* 動画再生ボタン */
#video-play-btn {
	width: 429px;
	height: 284px;
	display: block;
	margin: 43px auto 0 auto;
}

/* 購入ボタン */
#buy-btn {
	width: 253px;
	height: 42px;
	display: block;
	margin: 284px auto 0 auto;
	background-image: url(../imgs/buy_btn.png);
}
#amazon #buy-btn {
	background-image: url(../imgs/buy_amazon_btn.png);
}

/* 特典 */
#special-item-container {
	width: 900px;
	height: 309px;
	margin: auto;
	background-image: url(../imgs/special_item_container.png);
}

/* イル&ルカ */
#characters {
	width: 199px;
	height: 337px;
	position: absolute;
	margin: -27px 0 0 -151px;
	background-image: url(../imgs/characters.png);
}

/* モーダル表示用のマスクと動画プレイヤー */
#modal-mask, #player-container {
	position: absolute;
	z-index: 20001;
	top: 0;
	left: 0;
	display: none;
}
#modal-mask {
	background-color: #000;
}