@import url("reset.css");

body{
	margin:0px;
	height:auto;
}

#content_main{
	position:relative;
	margin:0;
	width:100%;
}

.WRAPPER{
	position:relative;
	margin:0 auto;
	max-width:960px;
	height:auto;
}

.KV{
	position:relative;
	background-color:#eadbc5;
}

.logo{
	position:absolute;
	width:155px;
	height:70px;
	right:20px;
}

.demo{
	position:relative;
	padding-left:53%;
	margin-top:-170px;
}

img#play_bt{
	width:110px;
	height:110px;
}

.content{
	position:relative;
	margin-top:50px;
}

img#student{
	width:270px;
	height:265px;
}
	
.form{
	position:relative;
	float:left;
	text-align:left;
	width:30%;
}

.TEXT{
	position:relative;
	float:left;
	width:68%;
}

.item{
	position:relative;
	float:left;
	width:40%;
	margin:5%;
}

.item p{
	font-family: "儷黑 Pro","微軟正黑體","新細明體", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color:#3e3a39;
}

.text_all{
	position:relative;
	width:90%;
	margin:5%;
}

.text_all p{
	font-family: "儷黑 Pro","微軟正黑體","新細明體", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:28px;
	color:#3e3a39;
}


/*===FOOTER區===*/
#footer{
	position:relative;
	margin:0 auto;
	text-align:center;
	background-color:#000;
	bottom: 0;
	height: 70px;/*脚部的高度*/
	clear:both;
}

img#footer_1{
	max-width:610px;
	margin-top:-10px;
	/*width:63%;*/
}
	
img#footer_2{
	max-width:350px;
	margin-top:-10px;
	/*width:37%;*/
}
/*===FOOTER區END===*/

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* 平板 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.demo{
	padding-left:54%;
	margin-top:-150px;
}

img#play_bt{
	width:90px;
	height:90px;
}

.form{
	width:35%;
}

.TEXT{
	width:62%;
}

.item{
	margin:4%;
}

.text_all{
	margin:4%;
}

/*===FOOTER區===*/
#footer{
	height:60px;
}

img#footer_1{
	margin-top:-2.5%;
	max-width:60%;
	/*width:63%;*/
}
	
img#footer_2{
	margin-top:-2.5%;
	max-width:40%;
	/*width:37%;*/
}
/*===FOOTER區END===*/
}

/* All Mobile Sizes (devices and browser) */
/* 所有手機、平板直式 */
@media only screen and (max-width: 767px) {
.content{
	margin-top:10px;
}

.logo{
	position:absolute;
	width:124px;
	height:56px;
	right:20px;
}

.form{
	width:46%;
}

.TEXT{
	width:54%;
}

.item{
	margin:2%;
	width:98%;
}

.text_all{
	margin:2%;
	width:98%;
}

.text_all p{
	font-size: 14px;
	line-height:22px;
}

.demo{
	padding-left:54%;
	margin-top:-100px;
}

img#play_bt{
	width:80px;
	height:80px;
}


/*===FOOTER區===*/
#footer{
	height:100px;
}

img#footer_1{
	/*max-width:450px;*/
	margin-top:-2%;
	width:90%;
}
	
img#footer_2{
	/*max-width:280px;*/
	margin-top:-5%;
	width:100%;
}
/*===FOOTER區END===*/
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* 手機(橫式) 和 平板(直式) */
@media only screen and (min-width: 450px) and (max-width: 600px) {
.content{
	margin-top:0px;
}

img#student{
	width:0px;
	height:0px;
}

.form{
	width:100%;
	text-align:left;
}

.TEXT{
	width:92%;
	margin-top:-100px;
}

.item{
	width:92%;
	margin:4%;
}

.text_all{
	margin:4%;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* 手機(直式) */
@media only screen and (max-width: 449px) {
.content{
	margin-top:0px;
}

.KV{
	background:url(img/top2.jpg) no-repeat;
	background-size:100%;
}

img#img_top{
	visibility:hidden;
}

.logo{
	position:relative;
	width:124px;
	height:56px;
	right:0px;
	background:#EBDAC5;
}

img#student{
	width:0px;
	height:0px;
}
	
.demo{
	padding-left:54%;
	margin-top:-60px;
}

img#play_bt{
	width:60px;
	height:60px;
}

.form{
	width:100%;
	text-align:left;
}

.TEXT{
	width:92%;
}

.item{
	width:92%;
	margin:4%;
}

.text_all{
	margin:4%;
}

/*===FOOTER區===*/
#footer{
	height:80px;/*脚部的高度*/
}

img#footer_1{
	margin-top:-3%;
	width:100%;
}
	
img#footer_2{
	margin-top:-8%;
	width:100%;
}
/*===FOOTER區END===*/


}
