/* ----iPhone 3`4 c---- */
@media only screen and (max-width: 414px) and (orientation:portrait){

  /*  style  */


  body{
	  background: url(../images/414736.png) 0 0 no-repeat;
 font-family:"qMm Pro W3";
  	  }

#name a{
width:100%;
margin-left : auto ;
margin-right : auto ;
display:block;
text-decoration: none;
margin-top:140px;
color:#FFF;
font-size:140%;
text-align: center;
}


#enter a{
width:100%;
margin-left : auto ;
margin-right : auto ;
display:block;
text-decoration: none;
margin-top:150px;
color:#FFF;
font-size:120%;
text-align: center;
}

#copy {
width:100%;
margin-left : auto ;
margin-right : auto ;
display:block;
text-decoration: none;
margin-top:50px;
color:#FFF;
font-size:70%;
text-align: center;
}

}

/* ----iPhone 3`4 ---- */
@media only screen and (max-width: 960px) and (orientation:landscape){

   /*  style  */
  body{
	  background: url(../images/736414.png) 0 0 no-repeat; 
 font-family:"qMm Pro W3";
height:100%;

      }
#name a{
width:100%;
margin-left : auto ;
margin-right : auto ;
display:block;
text-decoration: none;
margin-top:50px;
color:#FFF;
font-size:140%;
text-align: center;
}


#enter a{
width:100%;
margin-left : auto ;
margin-right : auto ;
display:block;
text-decoration: none;
margin-top:50px;
color:#FFF;
font-size:120%;
text-align: center;
}

#copy {
width:100%;
margin-left : auto ;
margin-right : auto ;
display:block;
text-decoration: none;
margin-top:50px;
color:#FFF;
font-size:70%;
text-align: center;
}
}



