@charset "UTF-8";
/* 文字コード：UTF-8 */

/* reset */
html { margin:0; padding:0; }
img { border:none; vertical-align:top; }
h1, h2, h3 { margin:0; padding:0; font-size:100%; line-height:1; }
dl, dt, dd, ul, form, table, th, td { margin:0; padding:0; }
table,tr,td,th{ border:none; border-collapse:collapse; padding:0; margin:0; }

/* clearfix */
.clearfix:after{
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	overflow: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1% }
.clearfix {
display: block;
}
/* end MacIE5 */

/* common */
body { margin:0; padding:0; color:#000; background:#b7b0a9 url(../image/bg.gif) repeat; font-family: Helvetica, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro','Osaka',sans-serif; font-size:12px; }
a { color:#000; text-decoration:underline; }
a:hover { text-decoration:none; }


/* layout */
#container{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#main{
	background: #fff;
	margin-bottom: 20px;
    position:relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
}

#footer{ text-align:center; margin-bottom:20px; }

#header{
	width: 100%;
	height: 585px;
	background: url(../image/main.png) no-repeat;
	position: relative;
	overflow: hidden;
}
#header img.btn_movie{
	display: block;
	position: absolute;
	left: 366px;
	top: 409px;
	cursor: pointer;
}
#header img.btn_appstore{
	display: block;
	position: absolute;
	left: 366px;
	top: 444px;
}
#header h1{ text-indent:-9999px;}

#content{
	padding: 0 30px;
	position: relative;
	overflow: hidden;
}

#content .column{ line-height: 19px; margin-bottom:30px; overflow:hidden; }
#content .column h2,
#content .column h3{ display:block; margin-bottom:12px; }
#content .column .image{ display:block; margin-bottom:10px; }

#content .column.clm1{ width:405px; float:left; }
#content .column.clm2{ width:405px; float:right; }
#content .column.clm3,
#content .column.clm4,
#content .column.clm5{ width:260px; float:left; padding-right:30px; }
#content .column.clm5{ padding-right:0; }

.over{
	width: 100%;
	background: url(../image/over.png) repeat;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 10;
}
.over .movie{
	width: 853px;
	height: 480px;
	background: #000;
	position: absolute;
	left: 50%;
	margin-left: -426px;
	top: 50%;
	margin-top: -240px;
	z-index: 20;
}
.over .btn_close{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -280px;
	left: 50%;
	margin-left: 436px;
	cursor: pointer;
	z-index: 20;
}