@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/share/main_back.gif") no-repeat bottom right;
	background-size: 100%;
	position: relative;
	margin: 0 auto;
}
#introBtn{
	position: absolute;
	left: 50%;
	bottom: 20px;
}


#intro{
	background: url("../img/share/intro_back.gif") no-repeat top center;
	background-size: 100%;
	margin: 0 auto;
}

#make{
	background: url("../img/share/make_back.gif") repeat;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	margin: 0 auto;
	position: relative;
}

#dream{
	background: url("../img/share/dream_back.gif") repeat;
	margin: 0 auto;
	padding-bottom: 150px;
}

#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/share/main_back@2x.gif") no-repeat bottom right;
		background-size: 100%;
	}	

	#intro{
		background: url("../img/share/intro_back@2x.gif") no-repeat top center;
		background-size: 100%;
	}
	
}

/*------------------------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;
}




/*hayata*/
.contents{
padding-top: 40px;
}
#makeImg01{
margin-top: -60px;
}
#makeImg02{
	position: absolute;
	bottom: -150px;
	left: 50%;
}



/*SP*/





