html {
    overflow-x: hidden !important;
}
body {
    color: #333;
    font-family: "微軟正黑體","Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
    padding: 0 !important;
    margin: 0;
}
.orange{
	color: #f2533e;
	font-weight: bold;
}
.green{
	color:#50801d;
	font-weight: bold;
}
.purple{
	color:#80306a;
	font-weight: bold;
}
.a-right{
	text-align: right;
}
.right{
	float: right!important;
}
.left{
	float: left;
}
.red{
	color: #C1120D!important;
}
.container{
	width: 1000px;
	min-height: 80px;
	margin: 0 auto;
}
.nav_bg{
	background-image: url('../images/sayagata-400px.png');
	background-repeat: repeat;
	min-height: 80px;
	width: 100%;
	float: left;
}
.logo{
	float: left;

}
.login td{
	font-size: 16px;
	padding:10px 0!important;
}
.logo img{
	width: 70%;
	margin: 10px 0
}

.sitemenu{
	width: 580px;
	height: auto;
	float: right;
}
.sitemenu ul{
	margin: 0 50px;
	padding: 0;
	float: right;
	
	
}
.sitemenu li{
	display: inline-block;
	float: right;
	font-size: 14px;
	margin: 60px 0px 0;
	color: #bc8e50;
	padding: 0 15px;
	border-left: 1px solid #bc8e50;

}
.sitemenu li a{
	color: #bc8e50;
}
.border{
	border-bottom: 2px solid #eee ;
}
.border_top{
	border-top: 2px solid #eee;
}
.wrapper_bg .topic{
	width: 100%;
	height: 150px;
	background-image: url('../images/title_bg.png');
	background-repeat: no-repeat;
	clear: both;
}
.wrapper_bg .topic h1{
	font-size:40px;
	text-align: center;
	padding: 50px 0 20px;
	color:#786301;
	margin:5px 0;

}
.wrapper_bg .topic small{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size:18px;
}
.wrapper_bg{
	width: 100%;
	background-image: url('../images/wrapper_bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 300px;
	float: left;
}
.wrapper{
	width: 1000px;
	margin: 50px auto!important;
	padding:0px 10px;
	min-height: 600px;


}
.wrapper-2{
	width: 1000px;
	margin: 0px auto 20px!important;
	padding: 0px 10px 0px;
	min-height: 680px;
	
}
.sidebar{
	width: 200px;
	min-height: 570px;
	float: left;
	padding: 50px 10px;
	border-radius: 20px;
	border:2px solid #eee;
	box-shadow: 3px 7px 5px #666; 
-webkit-box-shadow: 3px 7px 5px #666; 
-moz-box-shadow: 3px 7px 5px #666;
background-color: #fff; 

}
.sidebar h1{
	font-size: 18px;
	text-align: center;
	margin: 0px 0;

	padding-bottom: 10px;
	color: #ec9211;

}
.sidebar h1:after{
	border-top: 3px;
    display: block;
    margin: 18px 40px ;
    width: 35px;
    content: "";
}
.sidebar h2{
	font-size: 30px;
	font-family: "微軟正黑體";
	text-align: center;

}

.sidebar h4{
	font-size: 18px;
	font-family: "微軟正黑體";
	text-align: center;
	line-height: 1.5;
	margin-top: 10px;
}

.sidebar img{
	width: 100%;
	display: block;
	margin: 15px auto;
}
.sidebar-2{
	width: 180px;
	min-height: 400px;
	float: left;
	padding: 50px 15px;
	border-radius: 20px;
	border:2px solid #eee;
	box-shadow: 3px 7px 5px #666; 
-webkit-box-shadow: 3px 7px 5px #666; 
-moz-box-shadow: 3px 7px 5px #666;
background-color: #fff; 
}
.sidebar-2 h1{
	font-size:24px;
	text-align: center;
	margin: 0 0 20px;
	background-image: url('../images/name_bg.png');
	background-repeat: no-repeat;
	height: 45px;
}

.sidebar-2 li a{
	display: block;
	font-size:16px;
	line-height: 2;
	padding: 10px 20px 0;
	width: 130px;
	border-bottom: 1px dotted #f2a134;
}
.sidebar-2 li a:hover{
	color:#b36b54;
	padding: 10px 25px 0;
	width: 130px;
}
.content{
	width: 550px;
	float: left;
	padding: 10px 0px;
	margin:0 10px 80px;
	background-color: #fff;
	
}
.content h2{
	font-size: 20px;
	color: #339211;

}
.content h2:after{
	border-top: 3px;
    display: block;
    margin: 18px  25px ;
    width: 35px;
    content: "";
}
.content ul{
	padding: 0px 20px;
}
.content li{
	font-size: 14px;
	margin: 5px 0;
}
.content li a:hover{
	color: #bb63bb;
}
.main h3{
	font-size: 18px;
	padding-top: 20px !important;

}
.main h4{
	font-size:18px;
	margin: 10px ;
}
.main h1{
	font-size: 20px;
	margin: 20px 0 0;
	padding: 10px;
	color: #7328B0;
	border-bottom: 1px dotted #7328B0;
}
.main{
	width: 680px; 
	min-height: 550px;
	float: left;
	margin: 0 20px 20px;
	background-color: #fff;
	border: 2px solid #eee;
	border-radius: 20px;
	padding: 30px 30px 50px;
		box-shadow: 3px 7px 5px #666; 
-webkit-box-shadow: 3px 7px 5px #666; 
-moz-box-shadow: 3px 7px 5px #666;
}

.main i{
	background-color:#c84511;
	color:#fff;
	line-height: 1;
	padding: 10px 20px;
	text-align: center;
}
.main img{
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.main span.text{
	display: block;
	color:#fff;
	background-color:#333;
	font-size: 18px;
	opacity: 0.9;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 100;
	top: 30px;

}
.main table{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.main th{
	font-weight:bold;
	font-size: 16px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	/*border-bottom:3px solid #eee;*/
	padding: 10px;
	color: #8e5e1e;
	
}
.main td{
	padding: 10px 15px;
	line-height: 1.3;
	border-left: 1px solid #fff;
}
.main td lable{
	font-size: 16px;
}

.main td table td{
	padding:0;
}
.main td table tr{
	border:0;
}
.main td a{ 
	color: #7328B0;
	
 }
.main tr{
	background-color: #eee;
	border-top: 1px solid #fff;
}

.main ul{
	margin: 10px;
}
.main li{
	margin: 15px 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.main ol li ul li{
	margin:0px 0  10px 0!important;

}
.main ol{
	padding:10px 20px;
}

.main small{
	float: right;
	font-size: 14px;
	font-style: italic;
	color: #666;
}
.center-block{
	margin: 0 auto;
}
.login img{
	width: 120px;
	position: static;
}
.login tr{
	border: transparent!important;
}

.login h3{
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "微軟正黑體";


}
.login .iform .itext{
	width: 83%;
}
.register i{
	background: transparent;
	color: #333;
}
.register p{
	font-size: 16px;
}
.password tr{

}
.news i{
	background-color: #fff;
	color: #c84511;
}
.news h2{
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	width: 700px;
	display: block;
	float: left;
	clear: both;
}
.news p{
	line-height: 1.8;
	padding: 10px 0;
	clear: both;
}
.quit{
	
	width: 330px;
	margin: 0 auto;
	text-align: : center;
}
.quit li{
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: : center !important;
	font-weight: initial;
	margin: 0 15px;
}
.quit li a{
	
	border-radius: 30px;
	padding: 10px 20px;

}
.quit li a:hover{
	text-decoration: underline;

}
.mainnews{
	width: 520px;
	padding: 0 20px 20px;
	float: left;
	min-height:250px;
}
.mainnews td a{
	color: #7328B0;
}

.lesson th{
	font-size:16px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-bottom:2px solid #333;
}
.lesson td{
	font-size:14px;
	padding: 10px 0;
	text-align: center;
}
.l-video{
	width: 180px;
	float: right;
	min-height: 550px;
	padding:50px 10px;
	border-radius: 20px;
	border:2px solid #eee;
	box-shadow: 3px 7px 5px #666; 
-webkit-box-shadow: 3px 7px 5px #666; 
-moz-box-shadow: 3px 7px 5px #666; 
background-color: #fff;
}
.l-video .video{
	width: 200px;
}
.l-video .video img {
	width: 100%;
}
.l-video .video a{
	display: block;
	width: 180px;
	float: left;
	margin:10px 0;
}
.l-video .video .name {
	padding: 0;
	max-height: 70px;
	overflow: hidden;
}

.l-video h1{
	font-size: 20px;
	color: #bb63bb;
}
.l-video h1:after{
	border-top: 3px;
    display: block;
    margin: 18px  25px ;
    width: 35px;
    content: "";
}
.video{
	width: 680px;
	min-height:150px;
	float: left;
	height: auto;
	margin: 0 auto;
}
.video a{
	display: block;
	width: 210px;
	min-height: 140px;
	float: left;
	overflow: hidden;
	margin: 0 8px 30px;

	
}
.video a:hover{
	color: #bc8e50;

}
.video img{
	width: 100%;
	top: 0;
	margin: 0;
}
.name{
	width: 180px;
	max-height: 70px;
	float: left;
	font-size: 16px;
	text-align: center;
	padding: 5px 10px;
	overflow: hidden;

}
.red_bg{
	background-color: #d95b04;
}
.info td{
	background-color: #fff;
}
.info p{

	line-height: 1.5;
	padding: 20px;
}

.info li label{
	width: 50px;
	font-size:18px;
	
}
.apply a{
	border: 2px dotted #bc8e50;
	padding: 5px 10px;
	color: #786301!important;
	margin-bottom: 20px;
	font-weight: bold;
}
.main .test{
	padding: 0 20px;
}
.test i{
	background-color: transparent;
	color: #333;
		padding: 0;
}
.main .test li{
	margin: 0;

}
.letter table{
	width: 680px;
	

}
.letter table tr
{
	
	border-bottom:1px solid #fff;
}
.letter.iform .ibutton{
	width: 20px;
}
.contact td{
	font-size:16px;
	padding-left:0!important;
	padding-right:0!important;
}
.page{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: 1px solid #eee;
	height: auto;
	float: left;
	padding: 20px 0 0
}
.page p a{
	padding: 10px 15px;
	border: 1px dotted #333;
	border-radius: 30px;

}
.page p a:hover{
	background-color: #7328B0;
	color: #fff;
}
.page ul {
    margin: 0 auto;
    display: block;
    width: 100%;
}
.page li{
	display: inline-block;
	margin: 10px 10px;
	font-weight: initial!important;
	font-size: 16px!important;
}
.page h4{
	float: left;
}
.page li a{
	color: #333;
}
.page li a:hover{
	color: #bc8e50;
}
input[type="text" i]{
	width: 100%;
}
footer{
	background-image: url(../images/dark_embroidery.png);
	width: 100%;
	min-height: 50%;
	float: left;
	clear: both;
	padding: 20px 0 ;
}
footer .container{
	width: 1000px;
	margin: 0 auto;
	line-height:5.5;
	color:#fff;
	height: auto;


}
footer p{
	display: block;
	float: left;
	font-size:16px;
	line-height: 1.5;
	margin:0px 0 0;
	width: 650px;
}
footer .qr{
	width: 80px;
	height: 80px;
	float: left;
}
footer .qr img{
	width: 100%;
}
.f_logo{
	float: left;
	width: 250px;
	height: auto;

}
.f_logo img{
	width:100%;
}
#menu-wrapper .main-menu , #menu-wrapper .sub-menu {
	margin: 0 auto;
	width: 980px;
}
#menu-wrapper ul, #menu-wrapper ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.main-menu ul li {
	float: left;
}
.main-menu ul li a {
	color: #000;
	font-size: 16px;
	display: inline-block;
	width: 160px;
	font-weight: bold;
	padding:20px 20px 0px;
	text-decoration: none;
	text-align: center;
}

.sub-menu-wrapper {
	height: auto;
	clear: left;
	background-color: #8160a5;
	/*border-top: 5px solid #f90;	 預設使用跟 .c1 一樣的顏色 */
	
}
.sub-menu {
	min-height: 250px;
	position: relative;
	overflow: hidden;
}
.sub-menu ul {
	float: left;
}
.sub-menu ul li a {
	color: #fff;
	display: block;
	margin: 20px 0;
	padding-top: 2px;
	text-decoration: none;
	width: 160px;
	text-align: center
}
/* 自訂子選單的位置 */
.sub-menu .sub-memu-1 { left: 50px; }
.sub-menu .sub-memu-2 { left: 170px; }
.sub-menu .sub-memu-3 { left: 265px; }
/* 自訂每一個選單的顏色 */
.main-menu ul li.m1 span, .main-menu ul li.m1 a.selected { color: #861807; }
.main-menu ul li.m1 span, .main-menu ul li.m1 a.selected:after { 
	border-top: 3px solid #303030;
    display: block;
    margin: 10px auto;
    width: 30px;
    content: "";
}
.main-menu ul li.m2 span, .main-menu ul li.m2 a.selected { color: #09c; }
.main-menu ul li.m3 span, .main-menu ul li.m3 a.selected { color: #3c0; }
.main-menu ul li.m4 span, .main-menu ul li.m4 a.selected { color: #f6f; }
button{
	display: inline-block;
	/*margin: 0.5em;*/
	padding: 0.6em 1em;
	border: 3px solid #fff;
	font-weight: 700;
 outline: 0 none
}
