
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	}

html{-webkit-text-size-adjust:none;
     font-family:Arial, Helvetica,"微軟正黑體", sans-serif,Microsoft JhengHei;
}

body{
	font-size:17px;
}

/*---促銷訊息---*/
#ad{
	display:none;
	width:100%;
	height:154px;
	position:fixed;
	background-color:#f23a00;
	background-image:url(../images/orange_bg.png);
	background-repeat:repeat-x;
	bottom:0;
	z-index:9999;
	margin-bottom:0px;
	}
	
#h1{
	display:block;
	width:640px;
	height:154px;
	margin:0 auto;
	background-image:url(../images/h1.gif);
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	cursor:pointer;}
	
#print{
	width: 260px;
	height: 200px;
	top: -46px;
	left: 440px;
	position: absolute;
	background-image: url(../images/print2.png);
	z-index:9999px;
	cursor:pointer;
	}
/*---edn---*/

/* ----------電腦版型--------------------------- */

#header{
	width:100%;
	height:auto;
    display:block;
	z-index:9999;}
	
#fb{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:0;
	clear:both;
	display:block;}
	
	
/*-------------footer-------------------------*/			
#footer {
	display:none;
	width:100%;
	min-width:320px;
	height:60px;
	background-color:#df2012;
	bottom:0;
}

#footer ul {
	display: block;
	width:220px;
	margin:0 auto;
	padding-top:10px;
}
#footer li {
	display: block;
	float:left;
	padding-right:5%;
}
#footer a {
	text-indent: -9999px;
}
#footer li#GJUN a {
	display: block;
	background-image:url(../images/GJUN.png);
	background-repeat:no-repeat;
	line-height:40px;
	width: 150px;
	height: 40px;
	
}
#footer li#FB a {
	display: block;
	background-image: url(../images/FB.png);
	width: 40px;
	height: 40px;
	background-position: bottom;
	padding-right:-5%;
}
#footer li#FB a:hover {
	background-position: top;
}
	
/*------------- CONTENT1 -------------*/	
#CONTENT1{
    width:100%;
	height:586px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	overflow:hidden;}
	
#CONTENT1 .WRAPPER{
	position: relative;
	margin:0 auto;
	width:1024px;
	max-width:1024px;}
	
#TITLE_block{
	display:block;
	width: 60%;
	max-width: 565px;
	float:left;
	margin-top:75px;
	}
	
#TITLE{
	background-image:url(../images/title.png);
	width:100%;
	padding-bottom:33.6283185840708%;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center center;
	}

#MAIN_block{
	display:block;
	width: 40%;
	float:left;
	max-width: 410px;
	margin-top:70px;}

#MAIN{
	background-image:url(../images/main.png);
	width:100%;
	padding-bottom:107.3170731707317%;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center center;}
	
#PIC_block{
	display:block;
	position:absolute;
	top:280px;
	left:27%;
	width: 100%;
	max-width:385px;
	z-index:9998;
	}

#PIC{
	background-image:url(../images/pic.png);
	width:100%;
	padding-bottom:80.51948051948052%;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center center;}
	
	
#JOIN{
	display:block;
	float:right;
	max-width:235px;
	margin-right:10%;
	margin-top:115px;}	
	
h1{
	display:block;
	font-size:160%;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-shadow:2px 2px #132aa9;
	padding:1%;
	}
	
#JOIN img{
	display:block;
	width:120px;
	height:20px;
	margin:0 auto;
	margin-bottom:15px;}
	
#BTN{
	display:block;
	width:220px;
	height:50px;
	margin:0 auto;
	background-color:#fee324;
	color:#2f43c0;
	font-weight:700;
	font-size:170%;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	cursor:pointer;
	-webkit-animation: discolor .8s infinite;
    -moz-animation: discolor .8s infinite;
    -ms-animation: discolor .8s infinite;
    -o-animation: discolor .8s infinite;
	animation:discolor .8s infinite;
	}
	
@-webkit-keyframes discolor {
    0%,
    50% {
        background-color:#fee324;
    }
    51%,
    100% {
        background-color:#fffc00;
    }
}

@-moz-keyframes discolor {
     0%,
    50% {
        background-color:#fee324;
    }
    51%,
    100% {
        background-color:#fffc00;
    }
}

@-o-keyframes discolor {
    0%,
    50% {
        background-color:#fee324;
    }
    51%,
    100% {
        background-color:#fffc00;
    }
}

@keyframes discolor {
    0%,
    50% {
        background-color:#fee324;
    }
    51%,
    100% {
        background-color:#fffc00;
    }
}

/*------------- CONTENT2 -------------*/	
#CONTENT2{
    width:100%;
	height:439px;
	padding-top:35px;
	background-color:#132aa9;
	background-image:url(../images/blue_bg.gif);}
	
#CONTENT2 .WRAPPER{
	margin:0 auto;
	width:860px;
	max-width:860px;}
	
h2{
	display:block;
	text-align:center;
	margin:0 auto;
	font-size:210%;
	color:#dedede;
	font-weight:700;
	margin-bottom:10px;
	}
	
.TEXT-LINE{
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
	color:#5f84ff;
	text-align:center;
	font-size:50%;
	margin-bottom:40px;}
	
.front_block img{
	display:block;
	margin:0 auto;
	width:120px;
	height:105px;
	margin-top:40px;
	margin-bottom:10px;}
	
.front_block p{
	color:#091c87;
	font-size:150%;
	text-align:center;
	font-weight:700;}
	
.front_block p span{
	color:#00d2ff;
	font-size:180%;
	text-align:center;
	font-weight:300;}
	
.front_block p.bk{
	display:block;
	width:80%;
	margin:0 auto;
	color:#091c87;
	font-size:110%;
	font-weight:500;
	line-height:1.5;
	text-align:center;
	margin-top:80px;}
	

/*------------- TURN1 -------------*/	
.flip {
    width: 31%;
    height: 260px;
	float:left;
	margin-right:20px;
	margin-bottom:70px;
}
.flip .card.flipped {
    transform: rotatex(-180deg);
 	-webkit-transform: rotatex(-180deg);
	 
}
.flip .card {
    width: 260px;
    height: 260px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;   
}

.flip .card .face {
   width: 260px;
   height: 260px;
   position: absolute;
   z-index:2;
   text-align: center;
    
}

.flip .card .front {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  border-radius:260px;
  -webkit-border-radius:260px;
  -moz-border-radius:260px;
  background-color:#dedede;
  background-image:url(../images/gray_bg.gif);
}

.flip .card .back{
	transform: rotatex(-180deg);
	-webkit-transform: rotatex(-180deg);
    cursor: pointer;
	border-radius:260px;
    -webkit-border-radius:260px;
    -moz-border-radius:260px;
	background-color:#dedede;
	background-image:url(../images/gray_bg.gif);
}

.front_block{
	width:100%;
	height:100%;
	margin:0 auto;
	float:none;
	clear:both;
	}

			

/*------------- CONTENT3 -------------*/	
#CONTENT3{
    width:100%;
	height:500px;
	padding-top:60px;
	background-color:#e6e6e6;
	background-image:url(../images/gray_bg.gif);}
	
#CONTENT3 .WRAPPER{
	margin:0 auto;
	width:900px;
	max-width:900px;}
	
h3{
    display:block;
	text-align:center;
	margin:0 auto;
	font-size:210%;
	color:#1128a8;
	font-weight:700;
	margin-bottom:10px;
	}
	
.front2_block img{
	display:block;
	margin:0 auto;
	width:250px;
	height:270px;}
	
ul.item{
	display:block;
	margin:0 auto;
	width:80%;
	padding-left:20px;
	margin-top:50px;
	}
	
ul.item li{
	color:#fff;
	font-size:100%;
	line-height:1.5;
	text-align:left;
	list-style-type:disc;}
	
.CTA{
	display:block;
	width:60%;
	margin:0 auto;
	margin-top:25px;
	}
	
.CTA .B{
	font-size:115%;
	letter-spacing:0;
	line-height:35px;
	height:35px;
	z-index:99999;}

/*------------- TURN2 -------------*/	
.flip2 {
    width: 31%;
    height: 270px;
	float:left;
	margin-right:20px;
	margin-bottom:70px;
}
.flip2 .card.flipped {
    transform: rotatex(-180deg);
 	-webkit-transform: rotatex(-180deg);
	 
}
.flip2 .card {
    width: 250px;
    height: 270px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.flip2 .card .face {
   width: 250px;
   height: 270px;
   position: absolute;
   z-index:2;
   text-align: center;
    
}

.flip2 .card .front {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.flip2 .card .back{
	transform: rotatex(-180deg);
	-webkit-transform: rotatex(-180deg);
    cursor: pointer;
	background-color:#1128a8;
}

.front_block{
	width:100%;
	height:100%;
	margin:0 auto;
	float:none;
	clear:both;
	}
	
	
/*------------- CONTENT4 -------------*/	
#CONTENT4{
    width:100%;
	height:950px;
	padding-top:60px;
	background-color:#132aa9;
	background-image:url(../images/blue_bg.gif);}

#CONTENT4 .WRAPPER{
	margin:0 auto;
	width:900px;
	max-width:900px;}
	
h2{
	display:block;
	text-align:center;
	margin:0 auto;
	font-size:210%;
	color:#dedede;
	font-weight:700;
	margin-bottom:10px;
	}
	
	
h4{
	clear:both;
	display:block;
	width:80%;
	text-align:center;
	margin:0 auto;
	font-size:30px;
	color:#fee324;
	font-weight:700;
	margin-bottom:10px;
	border:2px dotted #00d2ff;
	padding:10px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-webkit-animation: discolor2 .8s infinite;
    -moz-animation: discolor2 .8s infinite;
    -ms-animation: discolor2 .8s infinite;
    -o-animation: discolor2 .8s infinite;
	animation:discolor2 .8s infinite;
	}
	
h4 span{
	font-size:23px;
	color:#00d2ff;}	
	
@-webkit-keyframes discolor2 {
    0%,
    50% {
        border:2px dotted #00d2ff;
    }
    51%,
    100% {
        border:2px dotted #fee324;
    }
}

@-moz-keyframes discolor2 {
    0%,
    50% {
        border:2px dotted #00d2ff;
    }
    51%,
    100% {
        border:2px dotted #fee324;
    }
}

@-o-keyframes discolor2 {
    0%,
    50% {
        border:2px dotted #00d2ff;
    }
    51%,
    100% {
        border:2px dotted #fee324;
    }
}

@keyframes discolor2 {
    0%,
    50% {
        border:2px dotted #00d2ff;
    }
    51%,
    100% {
        border:2px dotted #fee324;
    }
}

	
#FORM_block{
	width:750px;
	margin:0 auto;}
	
#GIFT{
	display:block;
	float:left;
	width:45%;
	margin:0 auto;}
	
#GIFT img{
	display:block;
	margin:0 auto;
    width:350px;
	height:200px; 
	margin-bottom:10px;}

	
/*------------表單------------*/	

#FORM {
	padding-top:25px;
	float:left;
	width:55%;
	margin:0 auto;
	z-index:99999;
}
#FORM #NAME{
	width:48%;
	height:auto;
	float:left;
	margin-right:2%;
	}
	
#FORM #PHONE{
	width:48%;
	height:auto;
	float:left;}
	
#FORM #EMAIL{
	width:48%;
	height:auto;
	float:left;
	margin-right:2%;
	}	

#FORM #Dept
 {
     margin:0px 0px 20px 0px;
     width:100%;
     height:40px;
 }
#FORM #CITY
 {
     float:left;
     width:23%;
     height:auto;
 }
#ddl_city_no
 {
     width:100%;
     font-size:16px;
     text-align:center;  
 }
#FORM #SCHOOL
 {
     margin-left:10px;
     float:left;
     width:23%;
     height:40px;
 }
 #ddl_area_no
 {
     width:100%;
     height:40px;
     font-size:16px;
     text-align:center;   
 }        	
	
#READ{
	font-size:100%;
	width:50%;
	padding-right:20px;
	display:block;
	padding-top:10px;
	float:left;
	margin-top:2%;
	margin-bottom:10px;}
	
#READ .searchtext2{
	min-width:20px;
	min-height:20px;
    border:solid px gray;
	background-color:#FFF;
	float:left;
	}


#READ span{
	display:block;
	font-size:90%;
	color:#FFF;
	line-height:20px;
	text-indent:5px;
	line-height:1.3;}
	

#FORM #BUT {
	float:left;
	width:50%;
	height:auto;
	margin-top:4%;
	}
	
#FORM #BUT p{
	display:block;
	position:relative;
}
	
#FORM #BUT p img{
	display:none;
	position:absolute;
	top:30%;
}		

.A{
	font-family:Arial, Helvetica,"微軟正黑體", sans-serif,Microsoft JhengHei;
	color:#FFF;
	width:100%;
	height:40px;
	line-height:40px;
	margin-top:8px;
	background-color:#132aa9;
	font-size:90%;
	text-align:left;
	padding-left:20px;
	padding-right:0px;
	overflow:hidden;
	border:1px solid #FFF;
	border-radius:10px;
	}
	
	
.AAA:focus{
	outline: none;}
	
.B{
    font-family:Arial, Helvetica,"微軟正黑體", sans-serif,Microsoft JhengHei;
    font-size:170%;
	color:#26150a;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-weight:bold;
	overflow:hidden;
	border:0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.5);
	box-shadow:1px 1px 2px rgba(0,0,0,.5);
background: #ff9400; /* Old browsers */
background: -moz-linear-gradient(top, #ffb900 0%, #ff9000 50%, #ffa200 51%, #ffdc63 100%); /* FF3.6+ */
background: -webkit-linear-gradient(top, #ffb900 0%,#ff9000 50%,#ffa200 51%,#ffdc63 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffb900 0%,#ff9000 50%,#ffa200 51%,#ffdc63 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffb900 0%,#ff9000 50%,#ffa200 51%,#ffdc63 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffb900 0%,#ff9000 50%,#ffa200 51%,#ffdc63 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#ffdc63',GradientType=0 ); /* IE6-9 */
	}
	

		
/* --平板版型1-------------------------------------*/
@media screen and (max-width:1023px) {
	
#header{
	display:none;}
	
#fb{
	display:none;}
	
/*-------------footer-------------------------*/			
#footer {
	display:block;}
	
/*------------- CONTENT1 -------------*/
	
#CONTENT1 .WRAPPER{
	width:100%;
	max-width:100%;}
	
#TITLE_block{
	width: 100%;
	float:none;
	margin-top:0;
	margin:50px auto;}
	
#MAIN_block{
	display:block;
	width: 30%;
	float:left;
	margin-top:200px;}
	
#PIC_block{
	top:210px;
	left:25%;
	width: 90%;}
	
#JOIN{
	margin-right:8%;
	margin-top:110px;}
	
h1{
	font-size:150%;}	
	
	
	
/*------------- CONTENT2 -------------*/	
#CONTENT2{
	height:350px;
	}

#CONTENT2 .WRAPPER{
	width:90%;
	max-width:90%;}
	
.TEXT-LINE{
	display:none;}
	
h2{
	font-size:190%;
	margin-bottom:30px;}
	
.front_block img{
	margin-top:20px;}
	
.front_block p{
	font-size:130%;}
	
.front_block img{
	display:block;
	margin:0 auto;
	width:120px;
	height:105px;
	margin-top:10px;
	margin-bottom:10px;}
	
.front_block p.bk{
	width:80%;
	font-size:100%;
	margin-top:50px;}
	
/*------------- TURN1 -------------*/	
.flip {
    width: 31%;
    height: 200px;
	float:left;
	margin-right:15px;
}

.flip .card {
    width: 100%;
    height: 200px;
    border-radius:200px;
    -webkit-border-radius:200px;
    -moz-border-radius:200px;
}
.flip .card .face {
   width: 100%;
   height: 200px;
    
}
	
	
/*------------- CONTENT3 -------------*/	
#CONTENT3{
	height:420px;}

#CONTENT3 .WRAPPER{
	width:90%;
	max-width:90%;}
	
h3{
	margin-bottom:30px;}
	
.front2_block img{
	width:200px;
	height:216px;}
	
ul.item{
	margin-top:30px;}
	
.CTA{
	width:80%;
	margin-top:10px;
	}
	
/*------------- TURN2 -------------*/	
.flip2 {
    width: 30%;
    height: 216px;
	float:left;
	margin-right:20px;}

.flip2 .card {
    width: 100%;
    height: 216px;
	}
	
.front2_block{
	background-color:#e6e6e6;
    background-image:url(../images/gray_bg.gif);}
	
.flip2 .card .face {
   width: 100%;
   height: 216px;
    
}	
	

/*------------- CONTENT4 -------------*/	

#CONTENT4{
	height:830px;}

#CONTENT4 .WRAPPER{
	width:90%;
	max-width:90%;}
	
h4{
	width:100%;}

#FORM_block{
	width:100%;}
	
#GIFT{
	margin-top:20px;}
	
#GIFT img{
    width:300px;
	height:171px; }
	
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {

/*---促銷訊息---*/
	
#h1{background-image:url(../images/h2.gif);}
	
#print{
	width: 190px;
	background-image: url(../images/print.png);
	}
/*---edn---*/

/*------------- CONTENT1 -------------*/

#TITLE_block{
	width: 80%;}	
	
#PIC_block{
	top:170px;
	left:15%;
	width: 80%;}
	
#JOIN{
	margin-right:8%;
	margin-top:130px;}
	
h1{
	font-size:150%;}	


/*------------- CONTENT2 -------------*/
#CONTENT2{
	height:520px;
	}
	
.front_block img{
	width:80px;
	height:70px;
	margin-top:5px;
	margin-bottom:5px;}
	
.front_block p{
	font-size:140%;}
		
.front_block p.bk{
	width:70%;
	margin-top:30px;}
	
/*------------- TURN1 -------------*/	
.flip {
    width: 100%;
    height: 120px;
	float:none;
	margin-right:0;
	margin-bottom:10px;
}

.flip .card {
    height: 120px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}
.flip .card .face {
   height: 120px;
    
}

	
/*------------- CONTENT3 -------------*/
#CONTENT3{
	height:650px;}
	
h3{
	font-size:190%;
	margin-bottom:30px;}
	
ul.item{
	margin-top:20px;}
	
.CTA{
	width:50%;
	}
	
/*------------- TURN2 -------------*/	
.flip2 {
    width: 45%;
    height: 216px;
	margin-right:20px;
	margin-bottom:30px;}

	

/*------------- CONTENT4 -------------*/

#CONTENT4{
	height:1150px;}
	
.front_block p span{
	display:none;}
	
h4{
	width:100%;
	font-size:26px;
	margin-top:30px;}
	

#FORM_block{
	width:100%;}
	
#GIFT{
	float:none;
	width:100%;
	margin-top:20px;}
	
#GIFT img{ 
	margin-bottom:0;}

/*------------表單------------*/	

#FORM {
	padding-top:5px;
	float:none;
	width:80%;
	margin:0 auto;
}
}
/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {
	
/*---促銷訊息---*/
	
#h1{
	width:440px;
	background-image:url(../images/h3.gif);}
	
#print{display:none;}

/*---edn---*/
	
/*------------- CONTENT1 -------------*/
#CONTENT1{
    width:100%;
	height:520px;}

#TITLE_block{
	width: 90%;}
	
#MAIN_block{
	display:none;}	
	
#PIC_block{
	top:150px;
	left:3%;
	width:100%;}
	
#JOIN{
	margin-right:3%;
	margin-top:140px;}
	
h1{
	font-size:150%;}	
	
/*------------- CONTENT2 -------------*/	
h2{
	font-size:180%;}	
	
/*------------- CONTENT3 -------------*/
	
#CONTENT3{
	padding-top:40px;
	height:700px;}
	
h3{
	font-size:200%;
	line-height:1.2;}
	
	
ul.item li{
	font-size:90%;}
	
.CTA{
	width:80%;
	}

/*------------- CONTENT4 -------------*/

#CONTENT4{
	height:1200px;}

h4{
	font-size:30px;
	margin-top:40px;
	padding:15px;}

}

/* --手機版型3-------------------------------------*/
@media screen and (max-width:479px) {
	
/*---促銷訊息---*/

#ad{height:130px;}
	
#h1{
	width:320px;
	height:110px;
	background-image:url(../images/h4.gif);}

/*---edn---*/
		
/*------------- CONTENT1 -------------*/
#CONTENT1{
    width:100%;
	min-width:320px;
	height:500px;}

#TITLE_block{
	margin:35px auto;
	width: 100%;}
	
#TITLE{
	background-image:url(../images/title2.png);
	padding-bottom:95.83333333333333%;
	}
			
#PIC_block{
	display:none;}
	
#JOIN{
	float:none;
	margin-right:0;
	margin:0 auto;
	margin-top:-40px;}
	
h1{
	font-size:140%;}	
	
/*------------- CONTENT2 -------------*/
#CONTENT2{
    width:100%;
	min-width:320px;
	height:570px;}
	
h2{
	line-height:1.2;}
	
.front_block p.bk{
	margin-top:10px;}
	
/*------------- CONTENT3 -------------*/
#CONTENT3{
    width:100%;
	min-width:320px;
	height:920px;}
	
h3{
	font-size:180%;}
	
.CTA{
	width:60%;
	}
	
/*------------- TURN2 -------------*/	
.flip2 {
    width: 100%;
    height: 216px;
	margin-right:20px;
	margin-bottom:30px;}	
	
/*------------- CONTENT4 -------------*/
#CONTENT4{
    width:100%;
	min-width:320px;
	height:1350px;}

	

#GIFT ul li img{
	width:120px;
	height:120px;}	
	
#FORM{
	float:none;
	width:95%}
	
#FORM #NAME{
	width:100%;
	}
	
#FORM #PHONE{
	width:100%;}
	
#FORM #EMAIL{
	display:none;
	width:100%;
	}	


#FORM #CITY
 {
     width:48%;
 }

#FORM #SCHOOL
 {
     width:48%;
 }
       	
	
#READ{
	width:100%;}

	

#FORM #BUT {
	width:100%;

	}


}
	