@charset "utf-8";

/* ----------------------------------------------------
作成日: 2013.07.08
最終更新日: 2013.06.07

common.css： 共通設定(PC版)
---------------------------------------------------- */
body {
	height:100%;
	font-size:13px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	line-height:1.6;
	background:url(../image/common/bg_body_01.jpg) no-repeat center top;
	background-color:#009ea8;
		}

html {
	height:100%;
}

img {
	max-width: 100%; 
	height:auto;
}

h1,h2,h3 {
	width:0;
	height:0;
	margin:0;
	padding:0;
	line-height:0;
	text-indent:-9999px;
	font-size:0;
}

a:link, a:visited {
	color:#2400ff;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

/*clearfix*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.sec{
	position:relative;z-index:1;
}

div#wrapper {
	width:960px;
	height:auto;
	min-height:100%;
	margin:0 auto;
}

div#main {
	width:960px;
	height:417px;
	position:relative;z-index:2;
}

.top{
	margin:0 auto;
	width:960px;
	height:417px;
	}

/*ストアリンク */
.appStore{
	position: absolute;z-index:2; top: 350px; left: 677px; width:177px;
}

.googlePlay{
	position: absolute;z-index:2; top: 350px; left: 818px; width:173px;
}

	
/*コンテンツ */
div#contents {
	width:927px;
	height:1170px;
	margin:0 auto;
	}

.menu{
	margin:0 auto;
	width:960px;
	height:775px;
	}

/*動画*/
.movieArea{
	position:relative;
}

.movieImg{
	width:225px;
	height:129px;
	z-index: 3;
	position:absolute;
	top:259px;
	left:31px;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity="60");
}
.movieImg:hover{
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity="100");
}

/*ページ下部DLコーナー */

div#dl_btn{
	width:960px;
	height:220px;
	margin-top:15px;
	position:relative;
	}

.box1{
	position: absolute;z-index:3; top: -1px; left: 13px; width:620px;
}

.box2{
	position: absolute;z-index:3; top: 97px; left: 643px; width:300px;
}

.box3{
	position: absolute;z-index:3; top: 0px; left: 643px; width:300px;
}

/*ストアリンク下部 */
.appStore2{
	position: absolute;z-index:3; top: 72px; left: 110px; width:177px;
}

.googlePlay2{
	position: absolute;z-index:3; top: 70px; left: 390px; width:173px;
}
	

/* ----------------------------------------------------
footer
---------------------------------------------------- */

#footer{
	position:relative;	
	bottom:0px!important;
	width:100%;
	background:url(../image/common/footer_bg_02.gif) 0 0 repeat;
}
.footerInner{
	background:url(../image/common/footer_bg_01.gif) 0 0 repeat-x;
}
.footerContents{
	width:940px;
	height:100px;
	margin:0 auto;
	padding-top:20px;
	color:#666;
	text-shadow: 0px 1px 0px #fff;
}

.footerContents ul{
	width:960px;
}

.footerContents ul li{
	float:left;
	margin-right:10px;	
}

.footerContents ul li p{
	margin-top:15px;
}

.footerContents ul#footer_text li{
	float:none;
	font-size:12px;
}

