.ms1
{
padding: 5px
}

.ms2
{
padding: 5px;
font-family: arial;
font-size: 700;
text-align: center;
}

.ms3
{
padding: 5px;
text-align: center;
}
/*
.s4
{
position: fixed;
left: 0;
top: 48%;
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
{
position: fixed;
left: 0;
top: 21%;
max-height: 20%;
right: 0;
height: 20%;
text-align: center; 
overflow: hidden;	
}

.m3
{
position: fixed;
left: 0;
top: 42%;
max-height: 46%;
right: 0;
height: 45%;
text-align: center; 
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: 66%;	
}

#pc_view{
display: none;	
}

#mobile_view{
display: block;	
}

@media only screen and (min-width: 768px) {
	#pc_view {
		display: block;
	}
	#mobile_view {
		display: none;
	}
}

*/