@charset "utf-8";

body
{
	background: url(../img/network/bg_stripe.png) repeat 0 0;
}

/*************************
	wrap
*************************/

body#sp #wrap
{
	height: 920px;
	top: 175px;
}

/*************************
	bg
*************************/

#bg
{
	width: 100%;
	height: 644px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -345px;
	background: url(../img/network/bg.png) repeat-x 0 0;
}

body#sp #bg
{
	margin-top: -420px;
}

/*************************
	content
*************************/

#content
{
	width: 936px;
	height: 644px;
	margin: -345px 0 0 -468px;
}

body#sp #content
{
	margin-top: -420px;
}

#content div.kinopio
{
	position: absolute;
	top: 70px;
	right: 0;
}

/*************************
	subttl
*************************/

#subttl
{
	width: 433px;
	height: 117px;
	background: url(../img/network/subttl.png) no-repeat 0 53px;
	margin: 0 0 23px 34px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/*************************
	movie
*************************/

#movie
{
	width: 576px;
	height: 324px;
	background: url(../img/network/movie_bg.png) no-repeat 0 0;
	padding: 15px 15px 23px 15px;
	margin: 0 0 23px 13px;
	position: relative;
}

#externalSwfContainer
{
	width: 576px;
	height: 324px;
}

#externalSwfContainer img
{
	margin-top: 135px;
}

#movie p
{
	display: none;
}

#movie div.frame_left
{
	position: absolute;
	left: 15px;
	top: 15px;
}

#movie div.frame_right
{
	position: absolute;
	right: 15px;
	top: 15px;
}

/*************************
	info
*************************/

#info
{
	width: 958px;
	height: 106px;
	margin: 16px 0 0 30px;
}

#info li
{
	width: 479px;
	height: 35px;
	margin-bottom: 18px;
	background: url(../img/network/info.png) no-repeat 0 0;
	float: left;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#info li.point_1{ background-position: 20px 0; }
#info li.point_2{ background-position: 20px -35px; }
#info li.point_3{ background-position: 0 -70px; }
#info li.point_4{ background-position: 0 -105px; }
