@charset "UTF-8";
/* CSS Document */



.contents_step2{
	padding-top: 70px;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.mainImg{
	height:720px;
	margin: 0 auto;
	background: url(../image/mainImg.jpg) no-repeat right top;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
	.mainImg{
	height: 720px;
	margin: 0 auto;
	background: url(../image/mainImg@2x.jpg) no-repeat right top;
	background-size: cover;
}
}

/*
.mainImg img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
*/

.textArea{
	position: absolute;
	top:120px;
	left: 50px;
	color: #fff;
	
}
.textArea h2{
	text-shadow: 2px 2px 4px gray;
	color: #fff;
	font-size: 42px;
	font-weight:bold;
	
}

.textArea h3{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 30px;
	font-weight:bold;
	padding: 10px 0 20px;
	
}

.accountArea{
	position: absolute;
	bottom: 50px;
	left: 50px;
	
	text-align: center;
}
.accountArea_Top{
	color: #fff;
	background-color: red;
	font-size: 17px;
	padding: 5px 10px;
	display: block;
	
}

.accountArea_Btm{
	color: red;
	background-color: #fff;
	padding: 10px 10px;
	border: 2px solid red;
	
}

.accountArea_Btm li{
	font-size: 20px;
	font-weight: bold;

	
}
.step2_smallText{
	font-size: 13px;
	margin-top: 5px;
}

.guestmodeArea{
	color: red;
	background-color: #f9d2d4;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}

.guestmodeArea .password{
	font-size: 20px;
	font-weight: bold;
}

	
/*==========================================
 ipad
===========================================*/
 @media only screen and (max-width:768px){


.contents_step2{
	padding-top: 70px;
	position: relative;
	margin: 0 auto;
	max-width: 768px;
}

.mainImg{
	height:800px;
	margin: 0 auto;
	background: url(../image/mainImg_ipad.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
	.mainImg{
	height: 800px;
	margin: 0 auto;
	background: url(../image/mainImg_ipad@2x.jpg) no-repeat center center;
	background-size: cover;
}
}
	 
.textArea{
	position:static;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	
}
	 
	 
.textArea h2{
	text-shadow: 2px 2px 4px gray;
	color: #fff;
	font-size: 35px;
	font-weight:bold;
	
}

.textArea h3{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 23px;
	font-weight:bold;
	padding: 10px 0 20px;
	
}

.accountArea{
	position:static;
	padding-top:330px;
	margin: 0 auto;
	text-align: center;
    max-width: 400px;
}
.accountArea_Top{
	color: #fff;
	background-color: red;
	font-size: 16px;
	padding: 5px 0px;
	display: block;
	
}

.accountArea_Btm{
	color: red;
	background-color: #fff;
	padding: 10px 10px;
	border: 2px solid red;
	
}

.accountArea_Btm li{
	font-size: 17px;
	font-weight: bold;

	
}
.step2_smallText{
	font-size: 13px;
	margin-top: 5px;
}

.guestmodeArea{
	color: red;
	background-color: #f9d2d4;
	padding: 10px 0px;
	margin-top: 10px;
	text-align: center;
}

.guestmodeArea .password{
	font-size: 17px;
	font-weight: bold;
}	 
	 
}
	
	
/*==========================================
 SP
===========================================*/

@media only screen and (max-width:480px){
.contents_step2{
	padding-top: 70px;
	position: relative;
	margin: 0 auto;
	max-width: 480px;
}

.mainImg{
	height:600px;
	margin: 0 auto;
	background: url(../image/mainImg_iphone.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
	.mainImg{
	height: 600px;
	margin: 0 auto;
	background: url(../image/mainImg_iphone@2x.jpg) no-repeat center center;
	background-size: cover;
}
}
	 
.textArea{
	position:static;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	
}
	 
	 
.textArea h2{
	text-shadow: 2px 2px 4px gray;
	color: #fff;
	font-size: 30px;
	font-weight:bold;
	
}

.textArea h3{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 20px;
	font-weight:bold;
	padding: 10px 0 20px;
	
}

.accountArea{
	position:static;
	padding-top:215px;
	margin: 0 auto;
	text-align: center;
    max-width: 320px;
}
.accountArea_Top{
	color: #fff;
	background-color: red;
	font-size: 14px;
	padding: 5px 0px;
	display: block;
	
}

.accountArea_Btm{
	color: red;
	background-color: #fff;
	padding: 10px 10px;
	border: 2px solid red;
	
}

.accountArea_Btm li{
	font-size: 15px;
	font-weight: bold;

	
}
.step2_smallText{
	font-size: 10px;
	margin-top: 0px;
}

.guestmodeArea{
	color: red;
	background-color: #f9d2d4;
	padding: 5px 0px;
	margin-top: 5px;
	text-align: center;
}

.guestmodeArea .password{
	font-size: 15px;
	font-weight: bold;
}	 
	 
}
	
	