/* ---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;
}



/* --電腦版型------------------------------------- */

#header{
	width:100%;
	height:64px;
	display:block;}
	
#fb{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:0;
	clear:both;
	display:block;}
	
/*------------- CONTENT1 -------------*/	
#CONTENT1{
    width:100%;
	height:auto;
	position:relative;
	background-image:url(images/bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#ffddb1;
	overflow:hidden;}
	
#CONTENT1 #WRAPPER{
    position: relative;
	margin:0 auto;
	width:850px;
	max-width:850px;}

#PIC_block{
	display:block;
	float:left;
	width: 42%;
	max-width: 365px;
	height: 548px;
	margin-top:40px;}

#PIC{
	background-image:url(images/peo.png);
	background-repeat:no-repeat;
	width:100%;
	height: 548px;}
	
#TITLE_block{
	display:block;
	float:left;
	width: 58%;
	max-width: 488px;
	height: 360px;
	margin-top:20px;}

#TITLE{
	background-image:url(images/title.png);
	width:100%;
	padding-bottom:73.77049180327869%;
	background-size:100% auto;
	float:none;
	background-repeat:no-repeat;
	background-position:center center;}

#TEXT_block{
	display: block;
	margin:0 auto;
	position: absolute;
	z-index:999;
	width:100%;
	height:62px;
	border-radius:15px;
	background-color:rgba(37, 213, 140, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#25d58c', endColorstr='#25d58c'); /* IE7.8背景色 */
	top:500px;
	padding:5px 80px 5px 80px;
}

#tag{
	display:block;
	width:30%;
	font-size:200%;
	color:#FFF;
	text-align:center;
	background-color:#f71b2a;
	border-radius:50px;
	line-height:50px;
	font-weight:bold;
	float:left;}
	
#TEXT_block ul{
	display:block;
	}

#TEXT_block ul li{
	float:right;
	line-height:50px;
	font-size:140%;
	font-weight:bold;
	color:#FFF;
	margin-right:30px;}
	
	
/*------------- CONTENT2 -------------*/
#BOX2-3{
	width:100%;
	background-color:#fc623c;
	height:345px;}

#WRAPPER{
	max-width:920px;
	margin:0 auto;
	}
	
#CONTENT2{
	float:left;
	width:50%;
	background-color:#fc623c;
}

#CONTENT2 #QA_block{
	display:block;
	position:relative;
	width: 100%;
	max-width: 550px;
	height: 300px;
	background-color:#fff2cc;
	background-image:url(images/qa_bg.png);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding:1%;
	border:3px solid #ffcf5d;
	}
	
#QA_block h3{
	display:block;
	margin:0 auto; 
	background-image:url(images/h3.png);
	width:400px;
	height:35px;
	font-size:210%;
	color:#ffae00;
	text-indent:-9999px;
	margin-top:25px;
	margin-bottom:10px;
	}

.cktype{
    min-height:20px;
    min-width:20px;
	}

#Q2, #Q3{
	display:none;	
	}
	
#Q1 ul,#Q2 ul,#Q3 ul{
    display:block;
	width:90%;
	margin:0 auto;
	height:auto;
	}
	
#QA_block ul li{
    display:block;
	width:100%;
	font-size:140%;
	color:#2b2e4a;
	line-height:1.8;
	
}
#QA_block ul li.W1{
	font-size:140%;
	line-height:1.5;
}

#QA_block ul li.W2{
	color:#fc623c;
	font-size:170%;
	height:35px;
	font-weight:bold;
}

/** 正確correct.png  錯誤error.png**/
#answer{
    display:none;
	position: absolute;
	right: 0;
	top: 60%;
	z-index:999;
	width: 150px;
	height: 138px;
	background-image: url(images/correct.png);
	background-repeat:no-repeat;
	}
	
/** 結果區 **/	
#RESULT{
	width:100%;
	margin-top:20px;
	padding:3% 2% 10% 2%;
	}
	
#RE0, #RE1, #RE2, #RE3{
	display:none;
	margin:0 auto;
	width:95%;}
	
#RESULT h6{
    color:#fc623c;
	font-size:170%;
	text-align:center;
	height:35px;
	font-weight:bold;
		}
	
#RESULT p{
	display:block;
	margin:0 auto;
	width:90%;
	color:#2b2e4a;
	font-size:130%;
	line-height:1.3;
	}
	
#RESULT #finish{
	display:none;
	margin:0 auto;
	width:400px;
	height:100px;
	background-image:url(images/finish.png);	
	}	

/*------------- CONTENT3 -------------*/
#CONTENT3{
	float:left;
	width:50%;
	background-color:#fc623c;
}

#FROM_block{
	display:block;
	width: 100%;
	padding:3% 6% 0 6%;
	}
	
#FROM_block h2{
	display:block;
	background-image:url(images/h2.png);
	width:420px;
	height:65px;
	font-size:210%;
	font-weight:bold;
	line-height:1.3;
	color:#ffae00;
	text-indent:-9999px;
	margin-bottom:1%;
	}
	
		
	
#FROM{
	width:100%;
	min-width:200px;
	height: 100%;
	float:left;
	margin-top:10px;
}

#FROM #NAME{
	width:48%;
	height:auto;
	float:left;
	margin-right:2%;
	}
	
#FROM #PHONE{
	width:48%;
	height:auto;
	float:left;}
	
#FROM #EMAIL{
	width:48%;
	height:auto;
	float:left;
	margin-right:2%;
	}	

#FROM #Dept
 {
     margin:0px 0px 20px 0px;
     width:100%;
     height:34px;
 }
#FROM #CITY
 {
     float:left;
     width:23%;
     height:auto;
 }
#ddl_city_no
 {
     width:100%;
     height:34px;
     font-size:16px;
     text-align:center;
     border:0;  
 }
#FROM #SCHOOL
 {
     margin-left:10px;
     float:left;
     width:23%;
     height:auto;
 }
 #ddl_area_no
 {
     width:100%;
     height:34px;
     font-size:16px;
     text-align:center;
     border:0;    
 }        	
	
#READ{
	font-size:90%;
	width:100%;
	display:block;
	padding-top:10px;
	margin-right:10px;
	float:left;}
	
#READ .searchtext2{
	min-width:20px;
	min-height:20px;
    border:solid px gray;
	background-color:#FFF;
	float:left;
	}


#READ span{
	display:block;
	color:#fff;
	line-height:20px;
	text-indent:5px;}
		


#FROM #BUT {
	width:100%;
	height:auto;
	float:left;
	}		

.AAA{
	color:#666;
	background-color:#f9f9f9;
	width:100%;
	height:30px;
	line-height:30px;
	margin-top:8px;
	font-size:15px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
	border:0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:inset 0px 2px 3px rgba(200,200,200,0.6),0px 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0px 2px 3px rgba(200,200,200,0.6),0px 1px 2px rgba(0,0,0,.3);
	box-shadow:inset 0px 2px 3px rgba(200,200,200,0.6),0px 1px 2px rgba(0,0,0,.3);}
	
	
.AAA:focus{
	outline: none;}
	
.BBB{
    font-size:30px;
	font-weight:bold;
    text-shadow:2px 1px 1px #004da1;
	color:#fff;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	letter-spacing:3px;
	margin-top:12px;
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
	border:0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,.3);
	box-shadow:,0px 1px 2px rgba(0,0,0,.3);
background: #25d58c; /* Old browsers */
background: -moz-linear-gradient(top, #25d58c 0%, #117b4f 48%, #00884f 53%, #20ba7a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25d58c), color-stop(48%,#117b4f), color-stop(53%,#00884f), color-stop(100%,#20ba7a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #25d58c 0%,#117b4f 48%,#00884f 53%,#20ba7a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #25d58c 0%,#117b4f 48%,#00884f 53%,#20ba7a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #25d58c 0%,#117b4f 48%,#00884f 53%,#20ba7a 100%); /* IE10+ */
background: linear-gradient(to bottom, #25d58c 0%,#117b4f 48%,#00884f 53%,#20ba7a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d58c', endColorstr='#20ba7a',GradientType=0 ); /* IE6-9 */
	}

/*------------- CONTENT4 -------------*/
#CONTENT4{
	width:100%;
	height:425px;
	padding-top:15px;
	background-color:#ffcf5d;
}

#CONTENT4 #WRAPPER{
	position:relative;
	width:920px;
	}
	
#TEXT1_block{
	display: block;
	margin:0 auto;
	width:85%;
	height:170px;
}

#GIFT{
	display:block;
	max-width:334px;
	height:165px;
	width:40%;
	background-image:url(images/gift.png);
	float:left;}		
	
h5{
	display:block;
	float:left;
	width:60%;
	max-width:360px;
	height:45px;
	text-indent:-99999px;
	background-image:url(images/h4.png);
	margin-top:40px;
	margin-bottom:10px;}
	
#TEXT1_block h6{
	display:block;
	float:left;
	width:60%;
	max-width:360px;
	line-height:45px;
	border-radius:45px;
	background-color:#ff3d00;
	font-size:180%;
	color: #FFF;
	font-weight:bold;
	text-align:center;
	line-height:35px;}	
	
	
#CONTENT4 #WRAPPER ul{
	display:block;
	width:90%;
	margin:0 auto;
	}
	
#CONTENT4 #WRAPPER ul li{
	float:left;
	width:16.66666666666667%;
	min-width:122px;
	height:122px;
	border-radius:122px;
}

	
#CONTENT4 #WRAPPER p{
	display:block;
	width:60%;
	margin:0 auto;
	clear:both;
	font-size:130%;
	color:#242121;
	text-align:center;
	line-height:1.5;
	padding-top:20px;
	}	
	
/*------------- CONTENT5 -------------*/
#CONTENT5{
	width:100%;
	background-color:#d8d8d8;
}

#CONTENT5 #BOX{
	display:block;
	width:920px;
	margin:0 auto;
	height:390px;
	padding:20px 0;}
	
#CONTENT5 #BOX h1{
	display:block;
	width:100%;
	margin:0 auto;
	height:50px;
	color:#FFF;
	text-align:center;
	line-height:50px;
	font-size:150%;
	letter-spacing:2px;
	font-weight:bold;
	background-color:#f71b2a;
	margin-bottom:15px;
	border-radius:15px;}	
	
#CONTENT5 #BOX .BOX1{
	float:left;
	display: block;
	width:23.7%;
	background-color:#fff;
	height:270px;
	padding:10px;
	border-radius:15px;
	margin-right:15px;}	
	
#CONTENT5 #BOX #nopadding{
	margin-right:-15px;}
	
#CONTENT5 #BOX .BOX1 ul{
	width:90%;
	padding-left:15%;
	margin:0 auto;}
	
#CONTENT5 #BOX .BOX1 ul li{
	color:#282828;
	font-size:85%;
	line-height:1.5;
	}
	
#CONTENT5 #BOX .BOX1 h4{
	display:block;
	margin:0 auto;
	width:100px;
	height:100px;
	border-radius:100px;
	font-size:150%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:1.1;
	padding-top:25px;
	margin-bottom:10px;}
	
/*--footer-------------------------*/			
#footer {
	display:none;
	width:100%;
	min-width:320px;
	height:80px;
	background-color:#481c87;
	bottom:0;
}

#footer ul {
	display: block;
	width:220px;
	margin:0 auto;
	padding-top:20px;
}
#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;
}
	
		
/* --平板版型1-------------------------------------*/
@media screen and (max-width:1023px) {
	
#header{
	width:100%;
	height:64px;
	display:none;}
	
#fb{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:0;
	clear:both;
	display:none;}
	
/*--footer-------------------------*/			
#footer {
	display:block;
	width:100%;
	min-width:320px;
	height:80px;
	background-color:#481c87;
	bottom:0;
}
	
/*------------- CONTENT1 -------------*/	
#CONTENT1{
	height:auto;}
	
#CONTENT1 #WRAPPER{
	width:100%;
	max-width:100%;}
	
#TITLE_block{
	width: 58%;}
	
#PIC_block{
	display:block;
	float:left;
	width: 42%;
	max-width: 365px;
	margin-top:10px;}

#PIC{
	background-image:url(images/peo.png);
	width:100%;
	padding-bottom:150.1369863013699%;
	background-size:100% auto;
	float:none;
	background-repeat:no-repeat;
	background-position:center top;}
	
	
#TEXT_block{
	display: block;
	margin:0 auto;
	position: absolute;
	z-index:999;
	width:100%;
	height:auto;
	border-radius:15px;
	background-color:rgba(37, 213, 140, 1);
	top:470px;
	padding:5px 80px 5px 80px;
}

#tag{
	display:block;
	width:100%;
	font-size:180%;
	color:#FFF;
	text-align:center;
	background-color:#f71b2a;
	border-radius:40px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:3px;
	float:none;}
	
#TEXT_block ul{
	display:block;
	}

#TEXT_block ul li{
	width:33.333333%;
	float:left;
	line-height:1.5;
	font-size:140%;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin-right:0;}
	
/*------------- CONTENT2 -------------*/
#BOX2-3{
	height:650px;}

#WRAPPER{
	max-width:95%;
	}
	
#CONTENT2{
	float:none;
	width:100%;
	background-color:#fc623c;
}

#CONTENT2 #QA_block{
	display:block;
	position:relative;
	width: 100%;
	max-width: 100%;}
	
#RESULT #finish{
	background-image:url(images/finish2.png);	
	}

/*------------- CONTENT3 -------------*/
#CONTENT3{
	float:none;
	width:100%;}
	
#FROM_block h2{
	margin:0 auto;
	}
	
#FROM_block p{
	text-align:center;}	
	
/*------------- CONTENT4 -------------*/
#CONTENT4{
	height:570px;
}

#CONTENT4 #WRAPPER{
	width:100%;
	}
	
#TEXT1_block{
	width:100%;
}

#GIFT{
	display:block;
	max-width:334px;
	height:165px;
	width:40%;
	background-image:url(images/gift.png);
	float:left;}
	
h5{
	display:block;
	float:left;
	width:60%;
	max-width:360px;
	height:45px;
	text-indent:-99999px;
	background-image:url(images/h4.png);
	margin-top:40px;
	margin-bottom:10px;}
	
#CONTENT4 #WRAPPER ul{
	display:block;
	width:80%;}
	
#CONTENT4 #WRAPPER ul li{
	float:left;
	width:33.33333333333333%;
	text-align:center;
	margin-bottom:10px;
}

#CONTENT4 #WRAPPER p{
	width:100%;
	}	

/*------------- CONTENT5 -------------*/

#CONTENT5 #BOX{
	display:block;
	width:100%;
	margin:0 auto;
	height:390px;
	padding:20px 0;}
	

#CONTENT5 #BOX .BOX1 ul{
	padding-left:6%;}	
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
	
/*------------- CONTENT1 -------------*/
#CONTENT1{
	height:480px;}	
	
#TEXT_block{
	top:390px;}	
/*------------- CONTENT4 -------------*/	
#GIFT{
	display:block;
	max-width:200px;
	height:132px;
	width:35%;
	background-image:url(images/gift_s.png);
	float:left;}
	
h5{
	width:75%;}
	
/*------------- CONTENT5 -------------*/

#CONTENT5 #BOX{
	display:block;
	width:100%;
	margin:0 auto;
	height:650px;
	padding:20px 0;}
	
#CONTENT5 #BOX .BOX1{
	float:left;
	display: block;
	width:46%;
	background-color:#fff;
	height:270px;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;}	
	
#CONTENT5 #BOX #nopadding{
	margin-right:-15px;}
	
#CONTENT5 #BOX .BOX1 ul{
	width:90%;
	padding-left:20%;
	margin:0 auto;}
	
#CONTENT5 #BOX .BOX1 ul li{
	color:#282828;
	font-size:90%;

}	


}
/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {
	
/*------------- CONTENT1 -------------*/	
#CONTENT1{
	height:400px;}
	
#TEXT_block{
	padding:10px 15px 10px 15px;
	top:300px;}	
	
/*------------- CONTENT4 -------------*/

#CONTENT4{
	width:100%;
	height:825px;}

#TEXT1_block{
	height:280px;
	}
		
#GIFT{
	display:block;
	margin:0 auto;
	max-width:334px;
	height:165px;
	width:100%;
	background-image:url(images/gift.png);
	float:none;}
	
h5{
	width:100%;
	float:none;
	margin:0 auto;
	margin-bottom:10px;
	}
#TEXT1_block h6{
	width:100%;
	float:none;
	margin:0 auto;
	}
	
#CONTENT4 #WRAPPER ul li{
	float:left;
	width:50%;
	text-align:center;
	margin-bottom:10px;
}

#CONTENT4 #WRAPPER p{
	margin:0 auto;
	clear:both;
	font-size:110%;
	line-height:1.5;
	}
	
/*------------- CONTENT5 -------------*/
	
#CONTENT5 #BOX .BOX1{
	width:45%;}	
	
#CONTENT5 #BOX .BOX1 ul li{
	font-size:80%;
	}	
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width:479px) {
	
/*------------- CONTENT1 -------------*/
#CONTENT1{
	width:100%;
	height:320px;
	min-width:320px;}
	
#TEXT_block{
	display: block;
	margin:0 auto;
	position: absolute;
	z-index:999;
	width:100%;
	height:auto;
	border-radius:15px;
	background-color:rgba(37, 213, 140, 1);
	top:200px;
	padding:10px 25px 10px 25px;
}

#tag{
	display:block;
	min-width:30%;
	width:80px;
	height:80px;
	font-size:180%;
	color:#FFF;
	text-align:center;
	background-color:#f71b2a;
	border-radius:10px;
	line-height:1;
	font-weight:bold;
	letter-spacing:0;
	float:left;
	padding-top:10px;}
	
#TEXT_block ul{
	display:block;
	float:right;
	width:70%;
	}

#TEXT_block ul li{
	width:100%;
	float:none;
	line-height:1.5;
	font-size:120%;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin-right:0;}

/*------------- CONTENT2 -------------*/

#BOX2-3{
	width:100%;
	min-width:320px;
	background-color:#fc623c;
	height:700px;}

#CONTENT2 #QA_block{
	display:block;
	position:relative;
	width: 100%;
	height: 320px;
	background-color:#fff2cc;
	background-image:url(images/qa_bg.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	-webkit-border-radius: 15px;
	}

#QA_block h3{
	background-image:none;
	width:100%;
	height:auto;
	font-size:140%;
	color:#20ba7a;
	text-indent:0;
	text-align:center;
	line-height:1.2;
	font-weight:bold;
	}
	
#Q1 ul,#Q2 ul,#Q3 ul{
    display:block;
	width:90%;
	margin:0 auto;
	height:auto;
	}
	
#QA_block ul li{
    display:block;
	width:100%;
	font-size:140%;
	color:#2b2e4a;
	line-height:1.2;
	
}
#QA_block ul li.W1{
	font-size:130%;
	line-height:1.5;
}

#QA_block ul li.W2{
	font-size:150%;
	height:auto;
	font-weight:bold;
}
#RESULT #finish{
	width:270px;
	height:96px;
	background-image:url(images/finish3.png);	
	}

	
/*------------- CONTENT3 -------------*/

#FROM_block{
	display:block;
	width: 100%;
	padding:10% 3% 0 3%;
	}	

#FROM_block h2{
	background-image:none;
	width:100%;
	height:auto;
	text-align:center;
	font-size:160%;
	line-height:1.2;
	color:#fff2cc;
	text-indent:0;
	margin-bottom:1%;
	}
#FROM #NAME{
	width:100%;}
	
#FROM #PHONE{
	width:100%;}

#FROM #EMAIL{
	width:100%;}

#FROM #CITY{
	width:48%;}
	
#FROM #SCHOOL{
	width:48%;}
	
#READ{
	font-size:85%;}

		
/*------------- CONTENT4 -------------*/

#CONTENT4{
	width:100%;
	min-width:320px;}
	
h5{
	display:block;
	float:none;
	width:90%;
	margin:0 auto;
	max-width:360px;
	height:auto;
	text-indent:0;
	background-image:none;
	margin-top:10px;
	color:#0091d0;
	font-weight:bold;
	font-size:200%;
	margin-bottom:10px;}
	
#CONTENT4 #WRAPPER ul{
	width:100%;}
	
#CONTENT4 #WRAPPER p{
	width:80%;
	margin:0 auto;
	font-size:100%;
	line-height:1.5;
	}	
/*------------- CONTENT5 -------------*/

#CONTENT5{
	width:100%;
	min-width:320px;}
	
#CONTENT5 #BOX{
	display:block;
	width:100%;
	margin:0 auto;
	height:650px;
	padding:20px 0;}
	
#CONTENT5 #BOX .BOX1{
	float:left;
	display: block;
	width:48%;
	background-color:#fff;
	height:270px;
	padding:10px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:15px;}	
	
#CONTENT5 #BOX #nopadding{
	margin-right:-15px;}
	
#CONTENT5 #BOX .BOX1 ul{
	width:100%;
	padding-left:5%;
	margin:0 auto;}
	
#CONTENT5 #BOX .BOX1 ul li{
	color:#282828;
	font-size:70%;

}

	}