/* CSS Document */

#bgWrapper{
	background:#000000 url(../images/bg_01.jpg) center top no-repeat;
}

#header{
	width:960px;
	margin:0 auto;
	padding-top:20px;
}
#header .logo{
	float:left;
}
#header .catch{
	float:right;
}

#wrapper{

}


#main .btnMovie{
	margin-top:21px;
}
#main h1{
	margin:50px 0;
}

#main .btnIntro{
	text-align:center;
}

#profile{
	margin-top:63px;
	padding-bottom:70px;
}
#profile .lcol{
	float:left;
	width:490px;
}
#profile .lcol .p01{
	margin-top:27px;
}
#profile .lcol .p02{
	margin:27px 0 20px 0;
}
#profile .lcol .p03{
	margin:16px 0 15px;
}

#profile .rcol{
	float:right;
	width:410px;
}
#profile .rcol .bx01{
	margin-top:29px;
}

#footer{
	width:960px;
	margin:0 auto;
	padding-bottom:10px;
}
#footer:after{content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0; }
#footer img{vertical-align:top}
#footer .copyright{float:left;}
#footer .copyright p{margin-top:15px;}

#footer .social{float:right;}
#footer .social .bx{margin-top:10px;}
#footer .social .bx ul{width:80px;}
#footer .social .bx ul li{
	float:right;
	margin-left:2px;
}


.modBx01{
	width:900px;
	margin:0 auto;
}


/*modal*/
#modal{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(/ichigan/a7/tvcm/images/movie_bg_01.png) 0 0 repeat;
	display:none;
}
#modal #movie{
	margin-top:73px;
}
#modal #movie #video{
	height:506px;
}
#modal .btnClose{
	margin-top:29px;
	text-align:center;	
}