.s1
{
position: static;
padding: 5px;
max-width: 100%;
text-align: center;
}

.s2
{
position: static;	
display: none;
padding: 0 125px 0 125px;
font-size: 16px;
}

.ms2
{
position: static;
padding: 25px;
font-family: arial;
font-size: 14px;
text-align: center;
max-width: 100%;
}

.s3
{
position: static;
text-align: center;
margin: auto;
max-width: 100%;
padding-top: 25px;
}

.s4
{
position: fixed;
left: 0;
top: 52%;
right: 0;
height: 40%;
text-align: center;
overflow: hidden;
}

.s5
{
position: fixed;
left: 0;
right: 0;
bottom: 0;
text-align: center;
overflow: hidden;
background-color: transparent;
font-size: 16px;
}

.c
{
margin: auto;
max-height: 100%;
max-width: 91%;
}

.m2
{
margin: 10px 5px 5px 5px;
text-align: center; 
max-width: 100%;	
}

.m3
{
position: fixed;
left: 0;
top: 42%;
max-height: 66%;
max-width: 100%;
right: 0;
height: 66%;
text-align: center; 
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: 100%;	
}

div.bottom-logo img{
display: none;
}

@media only screen and (min-width: 768px) {
.s1{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 20%;
	max-height: 20%;
	text-align: center;
	overflow: hidden;
	}

.s2{
	display: block;
	position: fixed;
	left: 0;
	top: 21%;
	max-height: 25%;
	right: 0;
	height: 25%;
	text-align: center; 
	overflow: hidden;
	}
.ms2{
	display: none;
	}
	
.s3{
	position: fixed;
	left: 0;
	top: 30%;
	right: 0;
	height: 18%;
	text-align: center;
	overflow: hidden;
	}

.s4{
	position: fixed;
	left: 0;
	top: 52%;
	right: 0;
	height: 40%;
	text-align: center;
	overflow: hidden;
	}

.s5{
	position: fixed;
	left: 0;
	top: 93%;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	background-color: transparent;
	}
.c{
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	}
.m2{ 
	display: block;
	position: fixed;
	left: 0;
	top: 21%;
	max-height: 10%;
	right: 0;
	height: 10%;
	text-align: center; 
	overflow: hidden;	
	font-size: 14px;
	}
.m3{
	position: fixed;
	left: 0;
	top: 35%;
	max-height: 60%;
	bottom: 75px;
	right: 0;
	height: 60%;
	text-align: center; 
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;	
	}
div.bottom-logo img{
	display: inline-block;
	}
#popup.popup {
top: 48% !important;
height: 40% !important;
width:75% !important;
}
}

#pc_view{
display: block;	
}

#mobile_view{
display: none;	
}

.popup{
top: 32% !important;
height: 50% !important;
}
/*
@media only screen and (min-width: 768px) {
	#pc_view {
		display: block;
	}
	#mobile_view {
		display: none;
	}
}*/