@charset "utf-8";
/* CSS Document */

/*-----font-size-----*/
.rwdtxt_8pt{font-size:8pt;}
.rwdtxt_9pt{font-size:9pt;}
.rwdtxt_10pt{font-size:10pt;}
.rwdtxt_11pt{font-size:11pt;}
.rwdtxt_12pt{font-size:12pt;}
.rwdtxt_16pt{font-size:16pt;}

@media (min-width: 600px) and (max-width: 1200px) {
	body {font-size: calc(1.2rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600)));}/*14pt*/
	
	.rwdtxt_8pt{font-size: calc(0.7rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600)));}
	.rwdtxt_9pt{font-size: calc(0.75rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600)));}
	.rwdtxt_10pt{font-size: calc(0.8rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600)));}
	.rwdtxt_11pt{font-size: calc(0.9rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600)));}
	.rwdtxt_12pt{font-size: calc(1rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600)));}
	.rwdtxt_16pt{font-size: calc(1.3rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600)));}
}

@media (min-width: 1200px) {
  .rwdtxt_8pt{font-size:0.7rem}
  .rwdtxt_9pt{font-size:0.75rem}
  .rwdtxt_10pt{font-size:0.8rem}
  .rwdtxt_11pt{font-size:0.9rem}
  .rwdtxt_12pt{font-size:1rem}
  .rwdtxt_16pt{font-size:1.3rem}
}

/*-----basic setting-----*/
body{
	margin:0px;
	font-size:14pt;
	font-family:'微軟正黑體',Arial;
	
}
ul{
	list-style-type: none;
	margin:0px;padding:0px;
	}
img
{
	height: auto;
	max-width: 100%;
}

A:link {
	color: #EA6490;
	text-decoration: none;
}
A:visited {
	text-decoration: none;
	color: #EA6490;
}
A:hover {
	text-decoration: none;
	color: #F1D5E2;
}
A:active {
	text-decoration: none;
}	

.notice{
	padding-left:2px;color:red;
}

.span_title_purple{
	color:#915DA3;
}

.img_flower_title{
	float:left;margin-top:3px
}

/*-----page menu-----*/
.page_nav{
	width:90%;
	z-index:999;
	height:183px;
}
	
.ul_page_menu{
	position:absolute;
	margin:65px 0px 0px 180px;
}
	
.ul_page_menu li{
	float:left;
	margin-right:10px;
}

.ul_page_menu li a {
	width: 121px;
    height: 45px;
	display: block;
	text-indent: -999999px;
}

.ul_page_menu li a:hover {
	width: 121px;
    height: 45px;
    display: block;
	text-indent: -999999px;
}

.li_page_menu_home a {background: url(../images/menu_home.png) top center no-repeat;}
.li_page_menu_home a:hover {background:url(../images/menu_home_o.png) top center no-repeat;}

.li_page_menu_about a {background: url(../images/menu_about.png) top center no-repeat;}
.li_page_menu_about a:hover {background:url(../images/menu_about_o.png) top center no-repeat;}
	
.li_page_menu_member a {background: url(../images/menu_member.png) top center no-repeat;}
.li_page_menu_member a:hover {background:url(../images/menu_member_o.png) top center no-repeat;}

.li_page_menu_course a {background: url(../images/menu_course.png) top center no-repeat;}
.li_page_menu_course a:hover {background:url(../images/menu_course_o.png) top center no-repeat;}

.li_page_menu_news a {background: url(../images/menu_news.png) top center no-repeat;}
.li_page_menu_news a:hover {background:url(../images/menu_news_o.png) top center no-repeat;}

.li_page_menu_link a {background: url(../images/menu_link.png) top center no-repeat;}
.li_page_menu_link a:hover {background:url(../images/menu_link_o.png) top center no-repeat;}

/*-----basic page setting-----*/
.div_page_top{
	clear:both;
	width:100%;
	height:182px;
	background-image:url(../images/bg_page_top.jpg);
	background-repeat: no-repeat;
	z-index:1;
	overflow:hidden;
}

.div_page_content{
	width:94%;
	margin:0px 50px 0px 50px;
	min-height:300px;
}

.div_page_bottom{
	clear:both;
	width:100%;
	background-image:url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	padding-top:50px;
}

.div_copyright
{
	clear:both;
	color:#666;
	background-image:url(../images/bg_dotted_line.jpg);
	background-repeat:repeat-x;
	
	padding-top:20px;
	margin-left:12%;
	margin-bottom:20px;
	
	width:78%; 
	height:auto; 
	overflow:hidden; 
}

.page_dotted_line{
	background-image:url(../images/bg_dotted_line.jpg);
	background-repeat:repeat-x;
}

.more{
	text-align:right;
	padding-top:5px;
}

/*-----top page setting-----*/
.div_top_logo{
	float:left;
	display: block;
	right:0px;
}

.div_top_button{
	width:100%;
	z-index: 9;
	text-align:right;
}

.div_top_button_mobile {
    display: none;
	margin-top:80px;
}

/*-----bottom page setting-----*/
.div_bottom_logo{
	width:8%;
	margin-left:30px;
	display:block;
	float:left;
}

.div_bottom_content{	
	width:80%;
	margin-left:20px;
	float:left;
	display:block;
	color:#666;
	line-height:150%;
}

.ul_bottom_content{
	position:relative;padding-left:5em;
	float:left;
	margin-right:20px;
	margin-top:0px;
}

.li_bottom_title{
	position:absolute; left:0; top:0;
}

.li_bottom_indent{
	position:absolute; left:0;
}

.div_bottom_facebook{
	width:100%;
	float:left;
	display:block;
	max-width:350px;
	overflow:hidden;
	z-index:-9999;
}

@media screen and (max-width: 400px) {
	.div_top_logo{
		width:90%;
	}
}

@media screen and (max-width: 670px) {
	.div_bottom_logo{
		display:none;
	}
	.div_copyright{
		margin-left:0;
		padding-left:20px;
	}
}

@media screen and (max-width: 763px) {
	.div_page_content{
		margin:0px auto 0 auto;
		overflow:hidden;
	}
}

@media screen and (max-width: 1000px) {
	/*-----page setting-----*/
	.div_page_top{
		top:0px;
		height:150px; 
	}
	
	.div_top_button{
		display:none;
	}
	
    .div_top_button_mobile {
		position:absolute;
		right:0px;
		z-index: 9;
		display: block;
    }
	
	.div_page_content{
		
	}
	.div_page_bottom{
		background-image:none;
	}
	
	/*-----page menu-----*/
	.ul_page_menu{
		width:99%;
		margin:125px 0px 0px 0px;
		padding:0px;
		position:absolute;
		z-index:999;
		background-color:#FFF;
		border:#EBC4D7 2px solid;
		overflow:hidden;
		display:;/* onclick btn_menu.png then display:''*/
	}
		
    .ul_page_menu li{
        float: none;
		height:auto;
		margin:2px;
		padding:15px 0px 15px 0px;
		border-bottom:#CCC 1px dashed ;
    }
	
	.ul_page_menu li a{
		width:100%;
		background-image:none;
		text-indent:0px;
		height:auto;
		
    }
	
	.ul_page_menu li a:hover{
		width:100%;
		height:auto;
		text-indent:0px;
		background-image:url(../images/icon_arrow_pink.png);
		background-repeat:no-repeat;
		background-position:right;
    }
}


