@charset "UTF-8";
@import url("/common/css/default.css");
@import url("/common/css/layout.css");
@import url("/common/css/common-parts.css");

/* --------------------------------
	scene.css
--------------------------------
scene.cssは「利用シーン」コンテンツで使用しているCSSファイルです。

** index
01.初期設定上書き
-------------------------------- */

/* --------------------------------
■01.初期設定上書き
--------------------------------
importしている共用CSSの記述を上書きしています。
-------------------------------- */
.showcase {
	margin-right:20px;
	margin-left:20px;
}
.showcase ul {
	position:relative;
	width:659px;
	height:256px;
	background:#7e82de url("../img/bg_showcase.gif") no-repeat center top;
}
.showcase li {
	position:absolute;
}
.showcase li.no01 {
	left:11px;
	top:39px;
}
.showcase li.no02 {
	left:11px;
	top:86px;
}
.showcase li.no03 {
	left:11px;
	top:167px;
}
.showcase li.no04 {
	left:180px;
	top:86px;
}
.showcase li.no05 {
	left:180px;
	top:202px;
}
.showcase li.no06 {
	left:180px;
	top:133px;
}
.showcase li.no07 {
	left:366px;
	top:167px;
}
.showcase li.no08 {
	left:467px;
	top:86px;
}
