@charset "utf-8";
/*===========================================================
	baseLayout.css
===========================================================*/

/*------------------------bace----------------------------------*/
body{
	min-width: 1200px;
}

.pt10{
	padding-top: 10px;
}

/*------------------------header----------------------------------*/
header{
	
}

/*------------------------navi----------------------------------*/

nav{
	
}

/*------------------------contents----------------------------------*/
/*--main--*/
main{
	
}

#main{
	background: url("../img/sp/main_back.gif") no-repeat center center;
/*	background-size: 1800px 2500px;*/
	min-width: 1200px;
	height: 1058px;
}

#main img:first-child{
	padding-top: 40px;
	margin-bottom: -10px;
}
#main img:last-child{
	display: block;
	margin: 0 auto;
	margin-top: -160px;
}

#intro{
	background: url("../img/sp/intro_back.gif") no-repeat center top;
/*	background-size: 1800px 2500px;*/
	min-width: 1200px;
	height: 1086px;
}

#intro img{
	padding-top: 30px;
}

#make{
	background: url("../img/share/make_back.gif") repeat;
	background-size: 450px 258px;
	min-width: 1200px;
	max-width: 1800px;
	height: 1034px;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	margin: 0 auto;
}

#make img:first-child{
	margin-top: -20px;
}

#make img:last-child{
	display: block;
	padding-left: 140px;
	margin: 0 auto;
	margin-top: -40px;
}

#dream{
	background: url("../img/share/dream_back.gif") repeat;
	background-size: 251px 145px;
	min-width: 1200px;
	max-width: 1800px;
	height: 2407px;
	margin: 0 auto;
}

#dream .dream01 img{
	padding-top: 15px;
}

#dream .dream02 .appArrow{
	position: relative;
	display: block;
	padding-left: 582px;
	margin: 0 auto;
	margin-top: -100px;
	z-index: 1;
}

#dream .dream02 .app{
	margin-top: -30px;
}

#dream .dream02 .store{
	position: relative;
	width: 420px;
	padding-left: 504px;
	padding-right: 95px;
	margin: 0 auto;
	margin-top: -180px;
	margin-bottom: 210px;
	z-index: 2;
}

#dream .dreamShare .fb-page{
	margin-bottom: 17px;
}

#dream .dreamShare .shareFoot{
	width: 489px;
	margin : 0 auto;
	padding-top: 11px;
}

#dream .dreamShare .shareFoot .btnPd{
	padding-top: 17px;
}

#dream .dreamShare .shareFoot .shareBtn{
/*	background: #ffd823;*/
	background: #fff;
	width: 278px;
	height: 75px;
	border: 1px solid #808080;
	border-radius: 5px;
	position: relative;
}

#dream .dreamShare .shareFoot .shareBtn .twitter-share-button{
	margin-bottom: -6px;
}

/*--main@2x--*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){
	
	#main{
		background: url("../img/sp/main_back@2x.gif") no-repeat center center;
		background-size: 1800px 1058px;
	}	

	#intro{
		background: url("../img/sp/intro_back@2x.gif") no-repeat center top;
		background-size: 1800px 1086px;
	}
	
	#make{
		background: url("../img/share/make_back@2x.gif") repeat;
		background-size: 450px 258px;
	}

	#dream{
		background: url("../img/share/dream_back@2x.gif") repeat;
		background-size: 251px 145px;
	}
	
}

/*------------------------footer----------------------------------*/
footer{
	height: 270px;
}

footer .footerTxt{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

footer .footerTxt .miniature img{
	margin-right: 20px;
	padding-top: 60px;
}

footer .footerTxt .miniature p:first-child{
	margin-bottom: 10px;
	padding-top: 40px;
	font-size: 20px;
}

footer .footerTxt .miniature .textSmall{
	font-size: 18px;
	line-height: 1.4em;
}

footer .footerTxt .miniature .tel{
	margin-bottom: 60px;
}

footer .footerTxt .contact img{
	margin-top: -45px;
}

footer.copy{
	font-size: 9px;
}