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

.slide {  margin-top:60px; margin-bottom:-180px; }
.tel-y { height:300px; max-width:400px; float:none; margin-left:auto; margin-right:auto; }

/* Iphone 6 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { .slide {  margin-top:1px; margin-bottom:-16px; } .i-yatay { width:80%; } }

/* Iphone 5 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { .slide { margin-top:1px; margin-bottom:-16px; } .i-yatay { width:80%; } }


