.ct1 { height:65%; position:relative; background-color:#CCC; }
.ct1 { background:url(/graphic/cover/1m.jpg) bottom center; background-size:cover; }
.ct2 { font-size:6vw; width:75%; padding-left:14%; top:13vw; position:absolute; color: #6699CC;  }

.contact { padding:60px; }
.contactLine { font-size:5vw; line-height:1; text-align:left; margin-bottom:4vw; font-family:'tahoma'; }
.contactLine img { vertical-align:middle; margin-right:5px; width:9vw; height:9vw; display:inline; }

.logo-big { width:100%; margin-bottom:4vw; }

/* ความกว้าง ไม่ต่ำกว่า */
@media screen and (min-width: 1000px)
{

.ct1 { height:70%; background:url(/graphic/cover/1.jpg) bottom center; }
.ct2 { font-size:2vw; width:55%; padding-left:40%; top:15vw; }

.contact { font-size:1.3em; padding-left:43%; width:30%; }
.contactLine { font-size:1.2vw; margin-bottom:1vw; }
	.contactLine img { width:2vw; height:2vw; }
	
.logo-big { width:50%; margin-bottom:3vw; display:block; }

}