﻿/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #000; color: #fff; text-shadow: none; }
::selection { background: #000; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #06c; }
a:visited { color: #06c; }
a:focus { color: #09f; outline: thin dotted; }
a:hover, a:active { color: #09f; outline: 0; }
a:active, input.button:active { outline: 0; position: relative; top: 1px; }

.button, #post-nav a, #comments-nav a {
	display: inline-block;
	background: #333;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));		
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	border: none;
	padding: 8px 16px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
	width: auto;
	overflow: visible;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
}
.button:hover, #post-nav a:hover, #comments-nav a:hover { 
	background: #333; 
	color: #fff; 
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

h1, h2, h3, h4, h5, h6, h7 { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   邊框合併為單一邊框
   表格欄位水平間的距離，表格欄位垂直間的距離;
   邊框寬度設為1px，顏色為黑色
   ========================================================================== */

table { 
   border-collapse: collapse;
   border-spacing: 0;      
   border:1px black solid;
}
tr{
   border:1px black solid;
}
td {  
   border:1px black solid; 
}

/* =============================================================================
   Header
   ========================================================================== */

#banner { position: relative; z-index: 1000; }
#banner .container { padding: 0; }

#logo { float: left; width: 300px; height: 75px; margin: 0 0 16px; padding: 0; }

#nav-main {
	background-repeat: repeat-x;
	width:100%;
}
#nav-main ul { 
	font-family: Arial, Helvetica, sans-serif;
	list-style: none; 
	padding: 0;
	float: left; 
	height:55px;
	width: 100%;
}
#nav-main ul li { float: left; margin: 0; *zoom: 1; } 
#nav-main ul li:hover { position: relative; }
#nav-main ul li a { 
	text-decoration: none; 
	display: block; 
	padding: 10px 0px; 
	color: #777; 
	margin: 0; 
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
}
#nav-main ul li a:hover, 
#nav-main ul li.current-menu-item > a, 
#nav-main ul li.current-menu-parent > a, 
#nav-main ul li.current-menu-ancestor > a, 
#nav-main ul li:hover > a { 
	 
}

#nav-main ul ul { 
	position: absolute; 
	visibility: hidden;
	top: 100%;
	left: 0;
	width: 200px; 
	background: #777; 
	padding: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0; 

}
#nav-main ul ul li { float: none; }
#nav-main ul ul li a { 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	padding: 4px 16px; 
	display: inline-block;

}
#nav-main ul ul li a:hover, 
#nav-main ul ul li.current-menu-item > a, 
#nav-main ul ul li.current-menu-parent > a, 
#nav-main ul ul li.current-menu-ancestor > a, 
#nav-main ul ul li:hover > a {
	color: #06c; 
}

#nav-main ul ul ul { left: 100%; top: 0; }
#nav-main ul li:hover > ul { visibility: visible; }

#nav-utility { position: absolute; top: 0; right: 0; }
#nav-utility ul { list-style: none; margin: 0; padding: 0; float: right; width: auto; position: relative; }
#nav-utility ul li { float: left; position: relative; }
#nav-utility ul li a { display: block; float: left; padding: 2px 6px; }


/* =============================================================================
   Content
   ========================================================================== */

#content { margin-bottom: 24px; }
#content .container { width: auto; position: relative; padding: 0; }
#events .container{	width: 686px;}
.page .container{width: 960px;}
.home .container{width: 960px;}
/* =============================================================================
   Main content area
   ========================================================================== */
   
#main { position: relative;
			font-size:1.2em; }
#main .container { padding: 0; }   

/* =============================================================================
   Sidebar
   ========================================================================== */
   
#sidebar { position: relative; }
#sidebar .container { width: auto; padding: 0; }
#sidebar .widget { clear: both; margin-bottom: 1.5em; }
#sidebar .widget .gform_wrapper ul { padding: 0; list-style-type: none; }


/* =============================================================================
   Posts
   ========================================================================== */
   
.hentry header { margin-bottom: 1.5em; }
.hentry h1 { line-height: 1.2em; margin-bottom: 0.2em; }
.hentry h2:first-child { line-height: 1.2em; margin-bottom: 0; }
.hentry h2 a { text-decoration: none; }
.hentry time { display: block; font-size: 1.2em; position: relative; }
.hentry p.byline { }


/* =============================================================================
   Post and comment navigation
   ========================================================================== */

#post-nav { clear: both; *display: inline-block; }
#post-nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
#post-nav .post-previous { float: left; width: 50%; }
#post-nav .post-next { float: right; width: 50%; text-align: right; }
#post-nav .post-next a { float: right; }

#comments-nav { clear: both; margin: 0 0 1.5em 0; *display: inline-block; }
#comments-nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
#comments-nav .comments-previous { float: left; width: 50%; }
#comments-nav .comments-next { float: right; width: 50%; text-align: right; }
#comments-nav .comments-next a { float: right; }


/* =============================================================================
   Post comments
   ========================================================================== */
   
ol.commentlist img.avatar { float: left; margin-right: 10px; }
ol.commentlist time { display: block; font-size: 1em; margin-bottom: 0.5em; position: relative; }
ol.commentlist .comment-reply-link { display: block; margin-bottom: 1.5em; }
#commentform { *display: inline-block; }
#commentform p { margin-bottom: 1em; }
#commentform label { display: block; }
#commentform textarea { display: block; }
#commentform input.button { margin-top: 0.5em; }
#commentform:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }


/* =============================================================================
   Gallery
   ========================================================================== */
   
figure.gallery-item { float: left; margin: 0 1em 1em 0; position: relative; }
figure.gallery-item a img { 
	border: 4px solid #bbb; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
}
figure.gallery-item a:hover img { border-color: #ccc; }
figure.gallery-item figcaption { display: none; }


/* =============================================================================
   Footer
   ========================================================================== */

#content-info { clear: both; position: relative; }
#content-info > .container { padding: 0 0 1.5em; }

#content-info ul.menu { margin: 0 0 24px; padding: 0; list-style-type: none; }
#content-info ul.menu li { display: inline; margin-right: 1em; }

#content-info p.copy small { font-size: 1em; }


/* =============================================================================
   Gravity Forms
   ========================================================================== */

.gform_wrapper { margin: 0; max-width: none; }
.gform_wrapper .gform_heading { width: 100%; margin-bottom: 1.5em; }
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {	font-size: 1.5em; font-weight: 400; }
.gform_wrapper h3.gform_title { margin-top: 0; }
.gform_wrapper .top_label .gfield_label { margin: 6px 0 0 0; }
.gform_wrapper .top_label input.medium { padding-right: 0; }
.gform_wrapper .left_label .gfield_label,
.gform_wrapper .right_label .gfield_label { margin: 10px 10px 0 0; }
.gform_wrapper .left_label ul.gfield_checkbox, 
.gform_wrapper .left_label ul.gfield_radio, 
.gform_wrapper .right_label ul.gfield_checkbox, 
.gform_wrapper .right_label ul.gfield_radio {
	margin: 9px 0 0 31%;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=file],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
	font-size: 1em;
	line-height: 14px;
	padding: 4px;
	margin: 6px 0;
	border: 1px solid #bbb;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	vertical-align: middle;	
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
	border: 1px solid #666;
}
.gform_wrapper select { padding: 3px; }
.gform_wrapper .small, .gform_wrapper .large { font-size: 1em; line-height: 14px; }
.gform_wrapper ul.right_label li, 
.gform_wrapper ul.left_label li, 
.gform_wrapper form ul.right_label li, 
.gform_wrapper form ul.left_label li {
	margin-bottom: 4px;
}
.gform_wrapper .description, 
.gform_wrapper .gfield_description, 
.gform_wrapper .gsection_description, 
.gform_wrapper .instruction {
	font-size: 0.9em;
	font-style: normal;
	padding: 0;
}
.gform_wrapper .right_label .gfield_description, 
.gform_wrapper .right_label .instruction,
.gform_wrapper .left_label .gfield_description, 
.gform_wrapper .left_label .instruction {
	padding: 0;
	margin-left: 31%;
}
.gform_wrapper .ginput_complex label, 
.gform_wrapper .gfield_time_hour label, 
.gform_wrapper .gfield_time_minute label, 
.gform_wrapper .gfield_date_month label, 
.gform_wrapper .gfield_date_day label, 
.gform_wrapper .gfield_date_year label, 
.gform_wrapper .instruction {
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0 0 6px 0;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox], 
.gform_wrapper .gfield_radio li input[type=radio], 
.gform_wrapper .gfield_checkbox li input { float: none; display: inline-block; margin-top: 0; vertical-align: middle; }
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label  { display: inline-block; margin: 0 0 0 8px; vertical-align: middle; }
.gform_wrapper .left_label .ginput_complex .ginput_right label, 
.gform_wrapper .left_label .ginput_complex .ginput_left label, 
.gform_wrapper .right_label .ginput_complex .ginput_right label, 
.gform_wrapper .right_label .ginput_complex .ginput_left label { word-spacing: 0; }
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label { font-weight: 400; }
img.ui-datepicker-trigger { vertical-align: middle; }
.gform_wrapper .gf_progressbar_wrapper { width: 100%; }
.gform_wrapper .gf_page_steps { border-bottom: 1px dashed #ddd; width: 100%; }
.gform_wrapper .gf_step { font-family: sans-serif; }
.gform_wrapper .gf_step span.gf_step_number { font-family: sans-serif; }
.gform_wrapper .gsection  { border-bottom: 1px dashed #ddd; }
.gform_wrapper .gform_page_footer { border-top: 1px dashed #ddd; }
.gform_wrapper .gform_footer { margin: 6px 0 0 0; padding: 0; }
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label { margin: 6px 0 0 0; padding: 0 0 0 31%; }
.gform_footer input.button { *padding: 8px 16px; }
.gform_wrapper .gform_edit_link { display: none; }
.gform_wrapper .validation_error { font-size: 1em; font-weight: 400; padding: 0.8em; margin-bottom: 1.5em; background: #fbe3e4; color: #8a1f11; border: 2px solid #fbc2c4; }
.gform_wrapper .validation_message { display: none; }
.gform_wrapper li.gfield.gfield_error {
	background: none;
	margin-bottom: 6px !important;
	padding: 0 !important;
	border: none;
}
.gform_wrapper .top_label .gfield_error .ginput_container { max-width: none; }
.gform_wrapper .top_label .gfield_error { margin-bottom: 0 !important; }
.gform_wrapper .gfield_error .gfield_label { color: #8a1f11; }
.gform_wrapper .gfield_error input, 
.gform_wrapper .gfield_error select, 
.gform_wrapper .gfield_error textarea { background: #FBE3E4; border-color: #FBC2C4; }
.gform_wrapper .top_label .gfield_error input, 
.gform_wrapper .top_label .gfield_error textarea, 
.gform_wrapper .top_label .gfield_error select { border-color: #FBC2C4; }
.gform_wrapper .top_label .gfield_error { width: auto; }


/* =============================================================================
   Search form
   ========================================================================== */
  
#searchform #s { padding: 5px; }



/* =============================================================================
   WordPress generated classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { margin: 0 1.5em 1.5em 0; float: left; }
.alignright { margin: 0 0 1.5em 1.5em; float: right; }

.wp-caption { border: 1px solid #ddd; text-align: center; background: #eee; padding: 14px 10px 6px 10px; margin: 15px 10px; }
.wp-caption-text { margin: 0; }


/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
	/* Style adjustments for viewports 768px and over go here */

}



/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

[hidden] { display: none; visibility: hidden; }
.hidden { display: none; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* =============================================================================
   Print styles
   ========================================================================== */
 
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}


#front-main #sideber{
	display:none;
}

#banner header {
	display:none;
}

.sd-node {
	margin-top:50px;
}


/* =============================================================================
   基本設定
   ========================================================================== */
body{
	font-family: "Helvetica Neue", Arial, Helvetica,sans-serif,"微軟正黑體", "Microsoft JhengHei", serif;
	-webkit-text-size-adjust:none;	color:#555;
}

#banner #top_header{
	width: 960px;
	height: 82px;
	margin: 0 auto;
	padding-top: 30px;
}

#banner #top_header #logo_block{
	width: 550px;
	height: 82px;
	float: left;
}

#banner #top_header #search_block{
	width: 238px;
	height: 82px;
	float: right;
	overflow: hidden;
}

#banner #top_header #search_block #lang{
	width: 199px;
	height: 30px;
	float: right;
	margin-top: 15px;
}

#banner #top_header #Contact_block {
	width: 236px;
	height: 40px;
	float: right;
	margin-top: -45px;
}
#banner #top_header #Contact_block .Contact {
	width: 100px;
	height: 25px;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	background: #ea72a2;
	border-color: #fff;
	border-style: solid;
	border-width: 3px;
}
#banner #top_header #Contact_block .Contact2 {
	width: 135px;
	height: 25px;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	background: #ea72a2;
	border-color: #fff;
	border-style: solid;
	border-width: 3px;
}
#banner #top_header #Contact_block h4 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 0px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}
#banner #top_header #Contact_block #icon {
	width: 17px;
	height: 17px;
	background-image: url(../img/arrow_0.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 5px;
	background-size: 14px;
}

#banner #top_header #logo_block #logo{
	width: 78px;
	height: 78px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
}

#banner #top_header #logo_block #logo_text{
	width: 462px;
	float: left;
	padding-left: 90px;	/*padding-top: 10px;*/
}

#banner #top_header #logo_block h4{
	font-size: 35px;
	color: #ea72a2;
	font-weight: bold;
	letter-spacing:5px;
}

#banner #top_header #logo_block h5{
	font-size: 26px;
	color: #ea72a2;
	letter-spacing:3px;
}

#banner #top_header #logo_block h6{
	font-size: 8px;
	-webkit-text-size-adjust:none;
	color: #ea72a2;
}

#banner #top_header #logo_block h7{
	font-size: 8px;
	-webkit-text-size-adjust:none;
	color: #47bcc2;
}

#banner #menu_block{
	background-image: url(../img/menu.jpg);
	background-repeat: repeat-x;
	height: 64px; 	
}

#banner #menu_block #menu{
	width: 925px;
	margin: 0 auto;
	height: 64px;	line-height: 13px;
}

#banner #menu_block #menu ul{
	padding-left: 0px;
}

#banner #menu_block #menu li{
	float: left;
	width: 90px;
	border-left: 2px solid #D8D8D8;
	list-style: none;
	margin-top: 8px;
}

#banner #menu_block #menu li p{
	line-height: 24px;
}

#banner #menu_block #menu #menu-sub li{
	border-left: 2px solid #ea72a2;
}

#banner #menu_block #menu li:hover{
	opacity: 0.7;
}

#menu_block #menu li .sub-menu{
	width: 90px;	position: absolute;	display:none;
}

#menu_block #menu li .sub-menu li{
	background:#ea72a2;	border: none;border-bottom: 1px solid #D8D8D8;	padding-top: 10px;padding-bottom: 10px;	/*display:none;*/
}

.home .sub-menu{
	z-index: 999999;
}

.home #banner #menu_block #menu .sub-menu li{
	float: left;
width: 89px;
border-left: 0px solid #D8D8D8;
list-style: none;
margin-top: 0px;
}

#banner #menu_block #menu li.menu_11{
	border-right: 2px solid #D8D8D8;
}

#banner #menu_block #menu li h6{
	font-size: 10px;
	text-align: center;
	color: white;
}

#banner #menu_block #menu li.menu_7 h6{
	-webkit-text-size-adjust:none;
	font-size: 8px;
	margin-top: 2px;
}

#banner #menu_block #menu li h5{
	font-size: 14px;
	text-align: center;
	color: white;
}

#banner #menu_block #menu li a{
	text-decoration: none;	color: #fff;
}

#banner #slide{
	width: 953px;
	margin: 0 auto;
	border: 2px solid #ea72a2;
	margin-top: 5px;	margin-bottom: 20px;
	overflow: hidden;		float: left;
}

#banner #lang a{
	text-decoration: none;
	float: left;
	width: 90px;
	height: 30px;
}

#banner #lang h5{
	text-align: center;
	color: #666;
}

#banner #lang #translateLink{
	
}

#banner #lang h6{
	text-align: center;
	font-size: 7px;
	color: #666;
}

#banner{
	/*margin-bottom: 20px;*/
}

.home #running{
	border-bottom: 2px solid #ea72a2;
	border-top:2px solid #ea72a2;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;	font-size: 115%;	font-family: 微軟正黑體; 
}
.home #running .icon{	height: 12px;	width: 12px;	background-image: url(../img/icon_1.jpg);	background-repeat: no-repeat;	float: left;	margin-top: 4px;}

#banner #search #searchsubmit{
	background: #ea72a2;
	color: white;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 27px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}

#content-info {
	background-color: #ea72a2;
	height: 56px;
	text-align: center;
	color: white;
	padding-top: 10px;
	margin-top: 50px;
}

/* =============================================================================
   首頁
   ========================================================================== */

.home #front-main .border_block{
	border: 2px solid #ea72a2;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.home #front-main #left_block{
	float: right;
	width: 250px;
}

.home #front-main #right_block{
	float: left;
	width: 680px;
}

.home #front-main #left_block #master{
	height: 215px;
}

.home #front-main #left_block #master #master_top{
	height: 44px;
}

.home #front-main #left_block #master #master_bottom{
	background-color: #ea72a2;
	color: white;
	height: 160px;
	padding-top: 10px;
}

.home #front-main #left_block #master #master_top #icon{
	height: 12px;
	width: 12px;
	background-image: url(../img/icon_1.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 2px;
}

.home #front-main #left_block #master #master_top h5{
	float: left;
	font-size: 17px;
	margin-left: 140px;
	color: #ea72a2;
	margin-right: 10px;
	margin-top: 2px;
}

.home #front-main #left_block #master #master_top h6{float: right;color: #ea72a2;font-size: 10px;margin-right: 10px;position: absolute;margin-left: 20px;overflow: hidden;width: 228px;height: 17px;
}

#Edit_Marquee,
#Hide_Marquee{
	display: none;
}

.home #front-main #left_block #master #master_top #master_top_1{
	height: 22px;
}

.home #front-main #left_block #master #master_bottom #pic{
	width: 83px;
	height: 85px;
	background-image: url(../img/SeniorPhoto.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.home .linkcat h2{		font-size: 0;	}
.home .linkcat li{		list-style: disc;	}
.home #front-main #left_block #master #master_bottom #intro{
width: 145px;float: left;font-size: 12px;position: absolute;overflow: hidden;height: 153px;margin-left: 95px;}

home #front-main #left_block #master2{
	height: 215px;
}

.home #front-main #left_block #master2 #master2_top{
	height: 44px;
}

.home #front-main #left_block #master2 #master2_bottom{
	background-color: #ea72a2;
	color: white;
	height: 110px;
	padding-top: 10px;
}

.home #front-main #left_block #master2 #master2_top #icon{
	height: 12px;
	width: 12px;
	background-image: url(../img/icon_1.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 2px;
}

.home #front-main #left_block #master2 #master2_top h5{
	float: left;
	font-size: 17px;
	margin-left: 140px;
	color: #ea72a2;
	margin-right: 10px;
	margin-top: 2px;
}

.home #front-main #left_block #master2 #master2_top h6{float: right;color: #ea72a2;font-size: 10px;margin-right: 10px;position: absolute;margin-left: 20px;overflow: hidden;width: 228px;height: 17px;
}

.home #front-main #left_block #master2 #master2_top #master2_top_1{
	height: 22px;
}

.home #front-main #left_block #master2 #master2_bottom #pic{
	width: 83px;
	height: 85px;
	background-image: url(../img/SeniorPhoto2.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.home .linkcat h2{		font-size: 0;	}
.home .linkcat li{		list-style: disc;	}
.home #front-main #left_block #master2 #master2_bottom #intro{
width: 145px;float: left;font-size: 12px;position: absolute;overflow: hidden;height: 103px;margin-left: 95px;}

.home #front-main #left_block #phone{
	height: 96px;
}

.home #front-main #left_block #phone #phone_top{
	height: 30px;
	border-bottom: 2px solid #ea72a2;
	width: 230px;
	padding-bottom: 10px;
	margin: 0 auto;
	margin-top: 5px;
	
}

.home #front-main #left_block #phone #phone_top h5{
	font-size: 20px;
	color: #ea72a2;
	letter-spacing: 2px;
	padding-top: 5px;
}

.home #front-main #left_block #phone #phone_bottom h5{
	font-size: 18px;
	color: #ea72a2;
	padding-top: 5px;
	text-align: center;
}

.home #front-main #left_block #phone #phone_top #phone_icon{
	width: 51px;
	height: 38px;
	background-image: url(../img/phone.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	
}

.home #front-main .border_block .title{
	height: 30px;
	background-color: #ea72a2;
	margin-bottom: 5px;
	padding-top: 10px;
}

.home #front-main .border_block #icon{
	width: 17px;
	height: 17px;
	background-image: url(../img/arrow_00.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 5px;
}

.home #front-main .border_block .title h5{
	font-size: 17px;
	float: left;
	color: white;
	margin-left: 5px;
	margin-top: -2px;
	margin-right: 10px;
}

.home #front-main .border_block .title h6{
	font-size: 14px;
	color: white;
}

.home #front-main #channels #in_content{
	width: 210px;
	/*margin: 0 auto;*/		margin-top:-5px;	margin-bottom: -4px;
}

#SearchR li{
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ea72a2;
	font-size: 14px;
}

.entry-content #thumb_wrap  {
		display:none;
}
.home p{	line-height: 17px;	}

.home #front-main #agencies{
	height: auto;
}

.home #front-main #agencies #in_content li{
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ea72a2;
	font-size: 14px;
	font-weight: bold;
} 

.home #front-main #agencies #in_content ul{
	padding-left: 0px;
}

.home #front-main #agencies #in_content li a{
	text-decoration: none;
	color: #666;
}

.home #front-main #agencies #in_content li a:hover{
	color: #3480e6;
}

.home #front-main #agencies #in_content li:last-child{
	border-bottom: 0px;
}

#in_content li #in_icon_in {
	height: 31px;
	width: 25px;
	background-repeat: no-repeat;
	float: left;
	margin-top: -5px;
	margin-right: 5px;
	margin-left: 10px;
}
#in_content li #in_icon_out {
	height: 19px;
	width: 19px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 15px;
}

.home #front-main #links{
	height: auto;
}

.home #front-main #links #in_content ul{
	padding-left: 0px;
}

.home #front-main #links #in_content li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fca4bc;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}

.home #front-main #links #in_content li:last-child{	
	border-bottom: 0px dashed #ea72a2;
}

.home #front-main #links #in_content li p{
	width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home #front-main #links #in_content li #dot{
	width: 14px;
	height: 13px;
	background-image: url(../img/dot.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}

.home #front-main #links #in_content li a{
	text-decoration: none;
	color: #666;
}

.home #front-main #links #in_content li a:hover{
	color: #3480e6;
}

.home #front-main #classes #in_content li{
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ea72a2;
	width: 678px;
	overflow: hidden;
}

.home #front-main #classes #in_content li #arrow{
	height: 15px;
	width: 15px;
	background-image: url(../img/icon_2.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
}

.home #front-main #classes #in_content li #post_title{
	width: 555px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
        font-size: 14px;
	line-height: 28px;
        padding-top: 4px;
}

.home #front-main #classes #in_content li a{
	text-decoration: none;
	color: #666;
	font-size: 1.4em;	font-weight: bold;	line-height: 15px;
	}

.home #front-main #classes #in_content li a:hover{
	color: #3480e6;
}

.home #front-main #classes #in_content li .post-date{
	float: left;
	margin-left: 10px;
	margin-right: 10px;		font-size:1.4em;
	line-height: 20px;
}

.home #front-main #classes #in_content ul{
	padding-left: 0px;
}

.home #front-main #classes #in_content #readmore a{
	width: 49px;
	height: 20px;
	background-image: url(../img/more.jpg);
	background-repeat: no-repeat;
	display: block;
}
.home #front-main #events #in_content #readmore a{
	width: 49px;
	height: 20px;
	background-image: url(../img/more.jpg);
	background-repeat: no-repeat;
	display: block;
}

.home #front-main #classes #in_content #readmore {
	margin-left: 610px;
	margin-bottom: 10px;
}
.home #front-main #events #in_content #readmore {
	margin-left: 610px;
	margin-bottom: 10px;
}

.home #front-main #events #in_content #thumb_wrap{
	width: 137px;
	height: 102px;
	overflow: hidden;
	float: left;
	border: 1px solid #ea72a2;
	margin-right: 16px;margin-top: -40px;margin-left: 10px;
}

.home #front-main #events #in_content #thumb_wrap img{
	width: 137px;
}

.home #front-main #events #in_content li{
	list-style: none;
	width: 645px;
	height: 118px;
	border-bottom: 1px dashed #ea72a2;
	margin-bottom: 8px;
}

.home #front-main #events #in_content li a{
	text-decoration: none;
	color: #666;
}

.home #front-main #events #in_content li a:hover{
	color: #3480e6;
}

.home #front-main #events #in_content #post_title{
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: 700;	
	margin-left: 166px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home #front-main #events #in_content #post_cat_3{
	border-bottom: 0px;
}

.home #front-main #event #slider_wrap{
	width: 630px;
	margin: 0 auto;
}

.home #front-main #map #in_map {
	width: 360px;
	height: 180px;
px;
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.home #front-main #map{
	height: 200px;
}

.home #front-main #map #map_left{
	float: left;
}

.home #front-main #map #map_right{
	float: left;
}

.home #front-main #map #map_right li{
	list-style: none;
	height: 18px;
	font-size: 12px;
}

.home #front-main #map #map_right ul{
	padding-left: 0px;
}

.home #front-main #map #map_top{
	height: 41px;
	border-bottom: 1px dashed #ea72a2;
	width: 280px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.home #front-main #map #map_top h6{
	font-size: 10px;
	color: #ea72a2;
}

.home #front-main #map #map_top h5{
	font-size: 10px;
	color: #ea72a2;
}

.home #front-main #map #map_top h4{
	font-size: 12px;
	color: #ea72a2;
}

.home #front-main #map #map_bottom .map_1 #icon_map{
	background-image: url(../img/icon_3.jpg);
}
.home #front-main #map #map_bottom .map_2 #icon_map{
	background-image: url(../img/icon_4.jpg);
}
.home #front-main #map #map_bottom .map_3 #icon_map{
	background-image: url(../img/icon_5.jpg);
}
.home #front-main #map #map_bottom .map_4 #icon_map{
	background-image: url(../img/icon_6.jpg);
}

.home #front-main #map #map_bottom .icon_map #icon_map{
	width: 23px;
	height: 18px;
	background-repeat: no-repeat;
	float: left;
}

.home #front-main #map #map_bottom{
	margin-top: -5px;
}


/* =============================================================================
   內頁設定
   ========================================================================== */
.page .inner_block{
	border-bottom: 1px dashed #777;
	padding-bottom: 20px;
	margin-top: 30px;
	float: left;
	width: 960px;
}

.page .inner_block.last{
	border-bottom: 0px dashed #777;
}

.page .inner_block #inner_content.type_1{
	width: 790px;
	float: right;
	
}

.page .inner_block #inner_content p,
.page .inner_block #inner_content li,
.page .inner_block #inner_content td{
	color: #555;
	line-height: 22px;
	font-size:1.2em;
	font-weight: 500;
}

.page .inner_block #inner_title.type_1{
	width: 89px;
	height: 89px;
	background-repeat: no-repeat;
	float: left;
}

.page .inner_block #inner_title.type_2{
	width: 200px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	color: white;
	float: left;
	margin-bottom: 20px;
}

.page .inner_block #inner_content.type_2 #float_img{
	float: left;
	width: 300px;
}

.page .inner_block #inner_content.type_2 ul{
	margin-left: 270px;
}

.page .inner_block #inner_content.type_2{
	width: 960px;
	float: left;
}



.page .page_title {
	width: 960px;
	height: 30px;
	border-bottom: 1px dashed #777;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.page .page_title #page_icon{
	width: 17px;
	height: 16px;
	background-image: url(../img/icon_title.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}

.page #main strong,.single #main strong{
	font-size: 25px;
	color: #ea72a2;
	margin-bottom: 10px;
}

#lightbox{
	z-index: 999999 !important;
}

#overlay{
	z-index: 9999 !important;
}

#kpg-albums a{
	text-decoration: none;
	color: #ea72a2;
}

.page #admenu{
	width: 245px;
	float: right;
	margin-top:10px;
}

.page-id-23 #admenu{
	width: 160px;
	float: right;
	margin-top:10px;
}

.page-id-179 #admenu{
	width: 160px;
	float: right;
	margin-top:10px;
}

.page #admenu a{
	text-decoration: none;
	color: #444;
}

.page #admenu a:hover{
	color: #e76910;
}

.page-id-127 #admenu .admenu_2{
	color: #e76910;
}

.page-id-132 #admenu .admenu_1{
	color: #e76910;
}

.page-id-15 #admenu .admenu_0{
	color: #e76910;
}

.page-id-23 #admenu .admenu_1{
	color: #e76910;
}

.page-id-179 #admenu .admenu_0{
	color: #e76910;
}

/* =============================================================================
   關於我們
   ========================================================================== */
.page-id-13 .block_1 #inner_title {
	background-image: url(../img/page_1_title_1.png);
}

.page-id-13 .block_2 #inner_title {
	background-image: url(../img/page_1_title_2.png);
}

.page-id-13 .block_3 #inner_title {
	background-image: url(../img/page_1_title_3.png);
}

.page-id-13 .block_1{
	height: 830px;
}

.page-id-13 .block_2{
	height: 230px;
}

.page-id-13 .block_3{
	height: 330px;
}

.page-id-13 .block_1 #pic_1{
	width: 691px;
	height: 259px;
	background-image: url(../img/page_1_1.png);
	background-repeat: no-repeat;
	margin-left: 50px;
	margin-bottom: 20px;
}

.page-id-13 .block_1 #pic_2{
	width: 553px;
	height: 309px;
	background-image: url(../img/page_1_2.png);
	background-repeat: no-repeat;
	margin-left: 110px;
	margin-top: 20px;
}

.page-id-13 .block_3 #pic_3{
	width: 673px;
	height: 250px;
	background-image: url(../img/page_1_3.png);
	background-repeat: no-repeat;
	margin-left: 60px;
}

/* =============================================================================
   機構介紹
   ========================================================================== */
.page-id-14 .block_1 #inner_title{
	background-color: #ea72a2;
}

.page-id-14 .block_2 #inner_title{
	background-color: #D1DB2C;
}

.page-id-14 .block_4 #inner_title{
	background-color: #A1D1D5;
}

.page-id-14 .block_5 #inner_title{
	background-color: #ea72a2;
}

.page-id-14 .inner_block #inner_content.float_ p{
	float: left;
}

.page-id-14  .inner_block #inner_content.type_2 #float_content{
	float: left;
	margin-right: 80px;
}

.page-id-14  .inner_block #inner_content.type_2 #float_content h5{
	font-size: 15px;
	margin-bottom: 10px;
	color: #ea72a2;
}

.page-id-14 .block_4 #float_img{
	width: 500px !important;
}

/* =============================================================================
   活動快訊
   ========================================================================== */


.page-id-16 #main .container ul {
	width: 960px;
	height: 380px;
	list-style: none;
	padding-left: 0px;
	margin-top: 10px;
	float: left;
}

.page-id-16 #main .container li {
	width: 960px;
	text-overflow:ellipsis;
	white-space:nowrap; 
	overflow:hidden;
	padding-top: 8px;
}

.page-id-16 #main .container ul a {
	text-decoration: none;
	color: #333;
	width: 960px;
	height: 29px;
	float: left;
	
}

.page-id-16 #main .container a:hover {
	text-decoration: none;
	color: #e76910;
}

.page-id-16 #main .container .line-0 {
	background-color: #fff;
	height: 20px;
	margin-bottom: 2px;
}
.page-id-16 #main .container .line-1 {
	background-color: #FBA4BB;
	height: 20px;
	margin-bottom: 2px;
}

.page-id-16 #main .container .line {
	background-color: #ea72a2;
	height: 20px;
	margin-bottom: 2px;
}

.page-id-16 #main .container li .date{
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	width: 80px;
	text-align: center;
}
.page-id-16 #main .container li .title{
	float: left;
	width: 230px;
	margin-right: 30px;
	text-overflow:ellipsis;
	white-space:nowrap; 
	overflow:hidden;
}

.page-id-16 #main .container li .intro{
	float: left;
	width: 350px;
	display: none;
}

.page-id-16 #main .container li .main-title{
	margin-left: 40px;
	margin-right: 50px;
	color: white;
}
.page-id-16 #main .container li .main-date{
	color: white;
}
.page-id-16 #main .container li .main-intro{
	color: white;
}
.page-id-16 #main .container li .intro p{
	width: 380px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.page-id-16 #main .navigation {
	margin-left: -15px;
	margin-top: 60px;
	z-index: 999;
}

.page-id-16 #main .navigation span{
	background-color: #ea72a2;
	border: 2px solid #ea72a2;
	color: white;
}

.page-id-16 #main .navigation a{
	background-color: #ea72a2;
	border: 2px solid #ea72a2;
	color: white;
}

.page-id-16 #main .navigation .current{
	background-color: white;
	border: 2px solid #ea72a2;
	color: #333;
}


.page-id-16 #main h5{
	display: none;
}

.page-id-16 .container {
	margin-top: 8px;
}


.page-id-25 #content-page h3{
	margin-bottom: 20px;
	width: 200px;
	color: white;
	background-color: #ea72a2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.parent-pageid-15 #main td{
	border: 1px solid #ea72a2;
	
}

/* =============================================================================
   課程資訊
   ========================================================================== */


.page-id-15 #main .container ul {
	width: 960px;
	height: 380px;
	list-style: none;
	padding-left: 0px;
	margin-top: 10px;
	float: left;
}

.page-id-15 #main .container li {
	width: 960px;
	text-overflow:ellipsis;
	white-space:nowrap; 
	overflow:hidden;
	padding-top: 8px;
}

.page-id-15 #main .container ul a {
	text-decoration: none;
	color: #333;
	width: 960px;
	height: 29px;
	float: left;
	
}

.page-id-15 #main .container a:hover {
	text-decoration: none;
	color: #e76910;
}

.page-id-15 #main .container .line-0 {
	background-color: #fff;
	height: 20px;
	margin-bottom: 2px;
}
.page-id-15 #main .container .line-1 {
	background-color: #FBA4BB;
	height: 20px;
	margin-bottom: 2px;
}

.page-id-15 #main .container .line {
	background-color: #ea72a2;
	height: 20px;
	margin-bottom: 2px;
}

.page-id-15 #main .container li .date{
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	width: 80px;
	text-align: center;
	font-size:1.2em;
}
.page-id-15 #main .container li .title{
	float: left;
	width: 230px;
	margin-right: 30px;
	text-overflow:ellipsis;
	white-space:nowrap; 
	overflow:hidden;
	font-size:1.2em;
}

.page-id-15 #main .container li .intro{
	float: left;
	width: 350px;
}

.page-id-15 #main .container li .main-title{
	margin-left: 40px;
	margin-right: 50px;
	color: white;
}
.page-id-15 #main .container li .main-date{
	color: white;
}
.page-id-15 #main .container li .main-intro{
	color: white;
}
.page-id-15 #main .container li .intro p{
	width: 380px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:1.2em;
}

.page-id-15 #main .navigation {
	margin-left: -15px;
	margin-top: 60px;
	z-index: 999;
}

.page-id-15 #main .navigation span{
	background-color: #ea72a2;
	border: 2px solid #ea72a2;
	color: white;
}

.page-id-15 #main .navigation a{
	background-color: #ea72a2;
	border: 2px solid #ea72a2;
	color: white;
}

.page-id-15 #main .navigation .current{
	background-color: white;
	border: 2px solid #ea72a2;
	color: #333;
}


.page-id-15 #main h5{
	display: none;
}

.page-id-15 .container {
	margin-top: 8px;
}
#expert {
	
	font-size:1.2em;
	
}
