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 ^ ] ======================= */


*{
	-webkit-box-sizing:border-box;/* 寬高與padding解除關係 */
	box-sizing:border-box;
}


@font-face{
	font-family:SOSA;
	src:url(font/sosa.ttf);
}
@font-face{
	font-family:bodo;
	src:url(font/bodo.ttf);
}
@font-face{
	font-family:edw;
	src:url(font/edw.ttf);
}


html{
	-webkit-text-size-adjust:none; /*在iOS手機旋轉時鎖定文字不縮放*/
	-webkit-tap-highlight-color:rgba(255,255,255,0.5); /*觸摸無顏色*/
	-webkit-user-select:none;/*觸摸文字不選取*/
	font-family:"Century Schoolbook", "Adobe 明體 Std L", "新細明體";
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.5;
	color:#666;
	text-align:justify;　/*使左右對齊本文*/
}


body{
	-webkit-text-size-adjust:none; /*在iOS手機旋轉時鎖定文字不縮放*/
	margin:0;
	padding:0;
}

/* ====================== [ 電腦區 頭 TOP選單 開始 ] ======================= */
header{
	width:100%;
	position:fixed;
	top:0;
	right:auto;
	left:auto;
	z-index:777;
}
/* ====================== [ TOP-MENU A ] ======================= */
header #head_a{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	border-bottom:rgba(129,216,208,1) 3px solid;
	background-color:#FFF;
}

header #head_a img{
	display:block;
	float:left;
	width:170px;
	margin:8px;
	padding:0px;
}

header #head_a #nav_a{
	width:750px;
	overflow:hidden;
	margin-top:22px;
	margin-left:80px;
	float:left;
}

header #head_a #nav_a ul{
}

header #head_a #nav_a ul #XX{
	display:none;
}

header #head_a #nav_a ul li{
	width:90px;
	float:left;
}

header #head_a #nav_a ul li.company a{
	color:rgba(129,216,208,1);
}

header #head_a #nav_a ul li.mbbutton{
	display:none;
}

header #head_a #nav_a ul li a{
	display:block;
	width:100%;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:12px;
	letter-spacing:2px;
}

header #head_a #nav_a ul li a:hover{
	color:rgba(129,216,208,1);
}
/* ====================== [ TOP-MENU B ] ======================= */
header #head_a #nav_b{
}

header #head_a #nav_b h5{
	display:none;
}

header #head_a #nav_b ul{
	display:block;
	margin-top:15px;
}

header #head_a #nav_b ul li a{
	display:block;
	float:right;
	width:25px;
	height:25px;
	margin:0 5px;
	font-family:SOSA;
	text-decoration:none;
	font-size:20px;
	color:rgba(129,216,208,1);
	line-height:25px;
	text-align:center;
	border-radius:50%;
	box-shadow:1px 1px 5px rgba(129,216,208,1);
}

header #head_a #nav_b ul li a:hove{
	color:rgba(129,216,208,1);
}
/* ====================== [ TOP-MENU C ] ======================= */
header .nav_c{
	display:block;
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	background-color:rgba(255,255,255,0.5);
	border-bottom:1px solid #ccc;
}

header .nav_c ul{
	display:block;
	float:left;
	padding:0 0 0 335px;
}

header .nav_c ul li{
	width:80px;
	float:left;
}

header .nav_c ul li.company a{
	color: rgba(129,216,208,1);
}

header .nav_c ul li a{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:12px;
	letter-spacing:2px;
	color:#666;
}

header .nav_c ul li a:hover{
	background-color:rgba(129,216,208,0.5);
}

/* ====================== [ 電腦區 #WRAPPER ] ======================= */

#WRAPPER{
	display:block;
	width:1200px;
	margin:80px auto 30px auto;
	position:relative;
}

/* ====================== [ TOP 開始 ] ======================= */
#WRAPPER #top{
	clear:both;
	width:1200px;
	padding-bottom:10px;
	margin:0 auto;
	overflow:hidden;
}

#WRAPPER #top #top_nav{
}

#WRAPPER #top #top_nav ul{
}

#WRAPPER #top #top_nav ul li{
	width:225px;
	height:225px;
	margin:7px;
	float:left;
}

#WRAPPER #top #top_nav ul li a{
	display:block;
	position:relative;
}

#WRAPPER #top #top_nav ul li a:before{
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#WRAPPER #top #top_nav ul li a:hover:before{
  opacity:1;
}

#WRAPPER #top #top_nav ul li a p{
	display:block;
	position: absolute;
	padding-top:35%;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index:1;
	width: 80%;
	height:;
	margin: auto;
	text-align: center;
	font-size:12px;
	font-style:normal;
	color:#fff;
	line-height:2;
	font-weight:bold;
	text-indent:0px;
	background-size:180px;
	background-position:center;
	background-repeat:no-repeat;
}

#WRAPPER #top #top_nav ul li a:hover p{
  opacity:1;
}

#WRAPPER #top #top_nav ul li a h2{
	clear:both;
	display:block;
	width:225px;
	height:225px;
	overflow:hidden;
	padding-bottom:100px;
	background-size:1200px;
	background-position:center center;
	text-indent:-9999px;
	color:#FFF;
	font-size:0;
}

#WRAPPER #top #top_nav ul li a h2 img{
	display:block;
	width:100%;
	margin:0 auto;
}

#WRAPPER #top #top_nav ul li a:hover h2 img{
	opacity:1;
 }

#WRAPPER #top #top_nav ul li a h2 video{
	display:block;
	width:100%;
	margin:0 auto;
}
/* ====================== [ 電腦區 頭 TOP選單 結束 ] ======================= */

/* ====================== [ 電腦區 MOB_TOP ] ======================= */
#WRAPPER #mob_top{
	display:none;
}
/* ====================== [ 電腦區 MOB_TOP 結束 ] ======================= */

/* ====================== [ video 開始 ] ======================= */
#WRAPPER .indexvideo{
	clear:both;
	width:1200px;
	height:550px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#WRAPPER .indexvideo iframe{
	clear:both;
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	position:absolute;
	top:-30px;
}

/* ====================== [ 電腦區 NEWS 開始 ] ======================= */
#WRAPPER .news{
	clear:both;
	width:1200px;
	overflow:hidden;
	margin:50px auto 100px auto;
}

#WRAPPER .news img{
	display:block;
	width:55%;
	padding:20px;
	margin:0 auto;
}

#WRAPPER .news h1{
	display:block;
	margin:30px auto 0px auto;
	text-align:center;
	font-size:38px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:0px;
}

#WRAPPER .news h1 samp{
	margin:20px;
	font-size:38px;
	/*font-family:SOSA;*/
	letter-spacing:3px;
	color:#fff;
	text-shadow:1px 1px 3px #000;
}

#WRAPPER .news h2{
	display:block;
	overflow:hidden;
	width:1200px;
	height:620px;
	margin:10px auto;
	background-size:1200px;
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
}

#WRAPPER .news h3{
	display:block;
	width:600px;
	margin:30px auto;
	font-style:normal;
	font-size:20px;
	letter-spacing:0px;
	line-height:1.6em;
}

#WRAPPER .news h4{
	display:block;
	margin:20px auto 20px auto;
	text-align:center;
	line-height:1.8em;
	font-size:18px;
	letter-spacing:3px;
}

#WRAPPER .news h4 samp{
	margin:18px;
	font-size:20px;
	font-family:SOSA;
	letter-spacing:3px;
}

#WRAPPER .news h5{
	display:block;
	width:600px;
	margin:0px auto;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.6em;
	color:#666;
}

#WRAPPER .news h5 samp{
	display:block;
	width:600px;
	margin:30px auto 0px auto;
	font-size:17px;
	line-height:1.6em;
	letter-spacing:3px;
	font-family:SOSA;
}


#WRAPPER .news h6{
	display:block;
	margin:30px auto;
	font-size:13px;
	letter-spacing:2px;
	line-height:2em;
	text-align:center;
	color:#666;
}


#WRAPPER .news p{
	display:block;
	margin:30px auto;
	font-size:13px;
	letter-spacing:1px;
	line-height:2em;
	text-align:center;
	color:#666;
}

#WRAPPER .news video{
	width:100%;
	margin:0 auto;
	padding:0;
}

/* ====================== [ 電腦區 NEWS的PS註解] */
#WRAPPER .news .newsps{
	width:600px;
	margin:50px auto;
	padding:20px;
	border:1px solid rgba(129,216,208,1);
}

#WRAPPER .news .newsps h5{
	display:block;
	width:600px;
	margin:0px auto;
	font-size:14px;
	letter-spacing:3px;
	line-height:2em;
}

#WRAPPER .news .newsps p{
	display:block;
	margin:0px auto;
	font-size:13px;
	letter-spacing:1px;
	line-height:1.6em;
	color:#666;
}
/* ====================== [ 電腦區 NEWS的PS註解] */
#WRAPPER .news .newsps samp{
	font-size:14px;
	font-family:SOSA;
}

#WRAPPER .news .more a{
	clear:both;
	display:block;
	width:150px;
	margin:30px auto;
	padding:5px;
	text-align:center;
	line-height:2;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	text-shadow:0px 0px 5px #000;
	letter-spacing:3px;
	color:#fff;
	background-color:rgba(129,216,208,1);
	border:1px solid #fff;
}


/* ====================== [ 電腦區 NEWS的Prepar] */
#WRAPPER .news .prepar{
	width:710px;
	margin:auto;
	overflow:hidden;
	border-top:1px solid #666;
}

#WRAPPER .news .prepar h3{
	display:block;
	float:left;
	width:350px;
	margin-top:30px;
	line-height:1.6em;
	font-size:13px;
	letter-spacing:1px;
}

#WRAPPER .news .prepar h3 samp{
	font-size:13px;
	font-family:SOSA;
}

/* ====================== [ 電腦版 NEWS 2017文字框NENU BU ] ======================= */

#WRAPPER .news .menubox_bu_a{
	width:670px;
	margin:20px auto 120px auto;
	padding:15px;
	overflow:hidden;
}


#WRAPPER .news .menubox_bu_a .menubox_bu_b{
	float:left;
	width:280px;
	margin:20px;
	padding:15px;
	border:rgba(129,216,208,1) solid 1px;
}

#WRAPPER .news .menubox_bu_a .menubox_bu_b h4{
	display:block;
	width:240px;
	padding:15px 0px 15px 0px;
	margin:0px auto;
	font-size:12px;
	text-shadow:none;
	border-bottom:rgba(129,216,208,1) solid 1px;
}

#WRAPPER .news .menubox_bu_a .menubox_bu_b h4 samp{
	font-size:20px;
	font-family:"Century Schoolbook", "Adobe 明體 Std L", "新細明體", sans-serif;
	padding:0px;
	margin:0px;
}

#WRAPPER .news .menubox_bu_a .menubox_bu_b p{
	display:block;
	width:200px;
	padding:15px;
	margin:0px auto;
	
	display:block;
	margin:0px auto;
	font-size:14px;
	font-weight:bold;
	letter-spacing:4px;
	line-height:2em;
}
/* ====================== [ 電腦版 2017文字框NENU BU 結束 ] ======================= */


/* ====================== [ 電腦版 NEWS 2017文字框NENU WT ] ======================= */

#WRAPPER .news .menubox_wt_a{
	width:1000px;
	margin:20px auto 120px auto;
	padding:15px;
	overflow:hidden;
}


#WRAPPER .news .menubox_wt_b{
	float:left;
	width:280px;
	margin:20px;
	padding:15px;
	border:#fff solid 1px;
}

#WRAPPER .news .menubox_wt_b h4{
	display:block;
	width:240px;
	padding:20px;
	margin:0px auto;
	font-size:12px;
	border-bottom:#fff solid 1px;
}

#WRAPPER .news .menubox_wt_b h4 samp{
	font-size:20px;
	font-family:"Century Schoolbook", "Adobe 明體 Std L", "新細明體", sans-serif;
	padding:0px;
	margin:0px;
}

#WRAPPER .news .menubox_wt_b p{
	display:block;
	width:180px;
	padding:15px;
	margin:0px auto;
	
	display:block;
	margin:0px auto;
	font-size:14px;
	font-weight:bold;
	letter-spacing:4px;
	line-height:2em;
}
/* ====================== [ 電腦版 2017文字框NENU WT 結束 ] ======================= */


/* ====================== [ NEWS 結束 ] ======================= */
/* ====================== [ 臨時報名表sign A&B ] ======================= */
#signa{
	width:100%;
}

#signa img{
	width:100%;
}
/* ====================== [ 臨時報名表sign A&B 結束 ] ======================= */

/* ====================== [ 電腦區 會館導覽 開始 ] ======================= */
/* ====================== [ 電腦區 TOP幻燈片 ] */
#WRAPPER .slider{
	width:1200px;
	height:500px;
	margin:60px auto 20px auto;
	position: relative;
	border: 1px solid #ccc;
	overflow: hidden;
}

#WRAPPER .slider ul,
#WRAPPER .slider ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 1;
}

#WRAPPER .slider ul li.selected {
	z-index: 99;
}

#WRAPPER .slider ul li img{
	width:1200px;
	position:absolute;
	top:-200px;
	z-index:50;
}

#WRAPPER .slider ul li .prev {
	width:60px;
	position: absolute;
	left:-61px;	/* 先藏在左邊 */
	top:200px;		/* (區塊高-圖片高) / 2 */
	z-index:100;
	font-size:50px;
	color:#fff;
	font-family:SOSA;
	font-style:normal;
	text-decoration:none;
	line-height:2;
	text-shadow: 1px 1px 3px #333;
}

#WRAPPER .slider ul li .next{
	width:60px;
	position: absolute;
	right:-61px;	/* 先藏在右邊 */
	top:200px;		/* (區塊高-圖片高) / 2 */
	z-index:100;
	font-size:50px;
	color:#fff;
	font-family:SOSA;
	font-style:normal;
	text-decoration:none;
	line-height:2;
	text-shadow: 1px 1px 3px #333;
}
/* ====================== [ 電腦區 TOP幻燈片 結束 ] */

/* ====================== [ 電腦區 兩列式內文 NEWS BOX 開始 ] */
#WRAPPER .newsbox{
	clear:both;
	width:1200px;
	overflow:hidden;
	margin:0px auto 150px auto;
}

#WRAPPER .newsbox img{
	display:block;
	width:100%;
	padding:0px;
	margin:0 auto;
}


#WRAPPER .newsbox h1{
	display:block;
	margin:30px auto;
	text-align:center;
	font-size:28px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:12px;
}

#WRAPPER .newsbox h3{
	display:block;
	width:580px;
	margin:20px auto;
	line-height:2em;
	font-size:16px;
	letter-spacing:5px;
}

#WRAPPER .newsbox h4{
	display:block;
	margin:20px auto;
	text-align:center;
	line-height:1.8em;
	font-size:20px;
	letter-spacing:3px;
}

#WRAPPER .newsbox h5{
	display:block;
	width:650px;
	margin:0px auto 20px auto;
	font-size:16px;
	letter-spacing:8px;
	line-height:2em;
	color:#666;
}

#WRAPPER .newsbox p{
	display:block;
	width:500px;
	margin:0px auto;
	text-align:center;
	line-height:1.8em;
	font-size:16px;
	letter-spacing:1px;
}

#WRAPPER .newsbox .more a{
	clear:both;
	display:block;
	width:150px;
	margin:30px auto;
	padding:5px;
	text-align:center;
	line-height:2;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	text-shadow:0px 0px 5px #000;
	letter-spacing:3px;
	color:#fff;
	background-color:rgba(129,216,208,1);
	border:1px solid #fff;
	border-radius:10px;
}

#WRAPPER .newsbox .newsbox_a{
	width:1200px;
	margin:20px auto;
	overflow:hidden;
}

#WRAPPER .newsbox .newsbox_a h2{
	display:block;
	overflow:hidden;
	width:750px;
	height:600px;
	margin:0px;
	padding:0px;
	float:left;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b{
	display:block;
	width:450px;
	height:610px;
	margin:0px;
	padding:150px 10px 10px 10px;
	float:left;
}
#WRAPPER .newsbox .newsbox_a .newsbox_b h1{
	display:block;
	margin:30px auto;
	text-align:center;
	font-size:24px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:10px;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b h3{
	display:block;
	width:300px;
	margin:0px auto 20px auto;
	font-size:18px;
	letter-spacing:20px;
	line-height:1.6em;
	color:#666;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b h3 samp{
	display:block;
	line-height:1.8em;
	margin:0px auto;
	text-align:center;
	padding-left:26px;
	font-size:14px;
	letter-spacing:0px;
}

#WRAPPER .newsbox_a .newsbox_b h6{
	display:block;
	width:300px;
	margin:0px auto 20px auto;
	font-size:16px;
	letter-spacing:3px;
	line-height:2em;
	color:#666;
}

/* ====================== [ 電腦區 兩列式內文 結束 ] */

/* ====================== [ 電腦區 場地介紹 超簡單縮圖切換顯示 ] */
.abgne-frame, .abgne-frame-2 {
	clear: both;
	width:1200px;
	height:480px;
	margin:0px auto;
	padding:5px;
	overflow: hidden;
	position:relative;
}

.abgne-frame .showbox {
	border:none;
	float: left;
}
.abgne-frame-2 .showbox {
	border:none;
	float: right;
}

.abgne{
	width:520px;
	height:480px;
	float: right;
}

.abgne-frame h2, .abgne-frame-2 h2{
	display:block;
	width:250px;
	margin:0px auto;
	padding:5px;
	text-align:center;
	line-height:2;
	font-size:18px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:3px;
	background-color:#fff;
}

.abgne-frame p, .abgne-frame-2 p{
	display:block;
	width:500px;
	height:110px;
	font-size:13px;
	margin:0;
	padding:5px;
	line-height:1.6em;
	position:absolute;
	z-index:100;
	top:370px;
}

/*左邊大圖*/
.show-image {
	width:665px;
	vertical-align: middle;
}

/*右邊小圖 外層*/
.abgne-frame .abgne-block{
	width:520px;
	margin:0 auto;
	padding:5px;
	overflow: hidden;
	float: right;
}

/*下邊小圖 外層*/
.abgne-frame-2 .abgne-block{
	width:520px;
	margin:0 auto;
	padding:5px;
	overflow: hidden;
	float: right;
}

.abgne-frame a, .abgne-frame-2 a{
}

.abgne-block a img{
	width:159px;
	border:none;
	vertical-align: middle;/*垂直置中*/
	padding:5px;
	margin:5px auto;
	box-shadow:1px 1px 4px #999999;
}

.abgne-frame .abgne-block a p{
	display:block;
	width:500px;
	height:110px;
	font-size:13px;
	margin:0;
	padding:5px;
	line-height:1.6em;
	position:absolute;
	z-index:200;
	top:370px;
	right:25px;
	background-color:#fff;
	opacity: 0;
}

.abgne-frame-2 .abgne-block a p{
	display:block;
	width:500px;
	height:110px;
	font-size:13px;
	margin:0;
	padding:10px;
	line-height:1.6em;
	position:absolute;
	z-index:200;
	top:370px;
	left:10px;
	background-color:#fff;
	opacity: 0;
}

.abgne-block a:hover p{
	opacity: 1;
}


/* ====================== [ 電腦版 點餐區 NENU ] ======================= */
.jsmenu_nov_wrapper{
	clear:both;
	width:1200px;
	overflow:hidden;
	margin:180px auto 0px auto;
}

.jsmenu_nov_wrapper h3{
	font-size:24px;
	text-align:center;
}

.jsmenu_nov_wrapper_a{
	width:1200px;
	height:auto;
	overflow:hidden;
	padding:50px 0 25px 0;
	background-repeat:repeat-y;
	position:relative;
}

/* ====================== [ 電腦區 jsmenu_nov_aside ] ======================= */
.jsmenu_nov_aside{
	width:220px;
	float:left;
	margin:0px auto;
	padding:0px;
}

/* ====================== [ 電腦區 .jsmenu_nov_aside TOP-MENU 隱藏 ] ======================= */
.jsmenu_nov_aside #TOP-MENU {
	display:none;
}

.jsmenu_nov_aside #TOP-MENU ul {}

.jsmenu_nov_aside #TOP-MENU h5 {}

/* ====================== [ 電腦區.jsmenu_nov_aside LOGO ] ======================= */
.jsmenu_nov_header{
	clear:both;
	width:240px;
	overflow:hidden;
	margin:0px auto;
	padding:0;
}

.jsmenu_nov_header h1{
	text-indent:-9999px;
	
}

.jsmenu_nov_header img{
	display:block;
	width:130px;
	height:auto;
	margin:0px auto;
	overflow:hidden;
}

.jsmenu_nov_header h2 {
	display:block;
	font-size:12px;
	text-indent:-9999px;
}

.jsmenu_nov_header h2 img {
	display:block;
	width:150px;
	margin:0px auto;
}

/* ====================== [ 電腦區.jsmenu_nov_TITLE ] ======================= */
.jsmenu_nov_title{
	clear:both;
	width:180px;
	overflow:hidden;
	margin:0px auto;
	padding:0px 10px 10px 10px;
	font-family:"微軟正黑體";
}

.jsmenu_nov_title h1{
	padding-left:25px;
	font-size:40px;
	font-family:"微軟正黑體";
	letter-spacing:20px;
}

.jsmenu_nov_title h4{
	padding-left:25px;
	display:block;
	margin:0 auto;
	font-size:40px;
	font-family:"微軟正黑體";
	letter-spacing:5px;
}

.jsmenu_nov_title h5{
	padding-left:25px;
	display:block;
	margin:0 auto;
	font-size:32px;
	font-family:"微軟正黑體";
	letter-spacing:1px;
}


.jsmenu_nov_title h6{
	padding:5px 0px 15px 0px;
	display:block;
	margin:0 auto;
	font-size:18px;
	text-align:right;
	font-family:"微軟正黑體";
	letter-spacing:5px;
}

.jsmenu_nov_title p{
	padding-left:15px;
	font-size:10pt;
	letter-spacing:0px;
	font-family:"微軟正黑體";
	text-align:center;
}


/* ====================== [ 電腦區.jsmenu_nov_aside nav 選單 ] ======================= */
.jsmenu_nov_aside nav {
	clear:both;
}

.jsmenu_nov_aside nav #XX{
	display:none;
}

.box_photo_sub_cnt_a,
.box_photo_sub_cnt,
.box_photo_sub_cnt_b,
.box_photo_sub_cnt_c,
.box_photo_sub_cnt_d,
.box_photo_sub_cnt_e,
.box_photo_sub_cnt_f {
	clear:both;
	display:block;
	width:240px;	
	margin:0 auto;
	padding:0;
	font-size:13px;
	list-style-type: none;
	letter-spacing:3px;
}

.box_photo_sub_cnt_a li,
.box_photo_sub_cnt li,
.box_photo_sub_cnt_b li,
.box_photo_sub_cnt_c li,
.box_photo_sub_cnt_d li,
.box_photo_sub_cnt_e li,
.box_photo_sub_cnt_f li{
	display:block;
	
}

.box_photo_sub_cnt_a li.company a,
.box_photo_sub_cnt li.company a,
.box_photo_sub_cnt_b li.company a,
.box_photo_sub_cnt_c li.company a,
.box_photo_sub_cnt_d li.company a,
.box_photo_sub_cnt_e li.company a,
.box_photo_sub_cnt_f li.company a{
	color:rgba(128,108,108,1);
	border:1px solid rgba(128,108,108,0.5);
	
}

.box_photo_sub_cnt_a li a,
.box_photo_sub_cnt li a,
.box_photo_sub_cnt_b li a,
.box_photo_sub_cnt_c li a,
.box_photo_sub_cnt_d li a,
.box_photo_sub_cnt_e li a,
.box_photo_sub_cnt_f li a{
	display:block;
	color:#000;
	line-height:25px;
	text-decoration:none;
	padding:0;
	text-align:center;
}


.box_photo_sub_cnt_a li p,
.box_photo_sub_cnt li p,
.box_photo_sub_cnt_b li p,
.box_photo_sub_cnt_c li p,
.box_photo_sub_cnt_d li p,
.box_photo_sub_cnt_e li p,
.box_photo_sub_cnt_f li p{
	display:block;
	color:#000;
	line-height:23px;
	text-decoration:none;
	padding:0;
	text-align:center;
}

.box_photo_sub_cnt_a li a:hover,
.box_photo_sub_cnt li a:hover,
.box_photo_sub_cnt_b li a:hover,
.box_photo_sub_cnt_c li a:hover,
.box_photo_sub_cnt_d li a:hover,
.box_photo_sub_cnt_e li a:hover,
.box_photo_sub_cnt_f li a:hover{
	color:rgba(129,216,208,1);
	border-right:rgba(129,216,208,1) 1px solid;
}

/* ====================== [ 電腦區.box_photo_main 右區 內容 ] ======================= */
.box_photo_main{
	/*float:right;*/
	width:1200px;
	height:734px;
	overflow:hidden;
	padding:0;
	border-radius:5px;
	position:relative;
}

.box_photo_main img{
	display:block;
	width:1200px;
	padding:0;
	margin:0;
	position:absolute;
	top:-70px;
}
/* ====================== [ 電腦版 點餐區 NENU 結束 ] ======================= */

/* ====================== [ 電腦版 二代 婚禮服務 開始 ] ======================= */
#WRAPPER #bigtop{
	clear:both;
	width:1200px;
	padding-bottom:10px;
	margin:0 auto;
	overflow:hidden;
}

#WRAPPER #bigtop #bigtop_nav{
}

#WRAPPER #bigtop #bigtop_nav ul{
}

#WRAPPER #bigtop #bigtop_nav ul li{
	width:390px;
	height:290px;
	margin:5px;
	float:left;
}

#WRAPPER #bigtop #bigtop_nav ul li a{
	display:block;
	position:relative;
}

#WRAPPER #bigtop #bigtop_nav ul li a:before{
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#WRAPPER #bigtop #bigtop_nav ul li a:hover:before{
  opacity:1;
}

#WRAPPER #bigtop #bigtop_nav ul li a p{
	display:block;
	position: absolute;
	padding-top:10%;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index:1;
	width: 80%;
	height:;
	margin: auto;
	text-align: center;
	font-size:14px;
	font-style:normal;
	color:#fff;
	line-height:1.6em;
	font-weight:bold;
	text-indent:0px;
	background-size:180px;
	background-position:center;
	background-repeat:no-repeat;
}

#WRAPPER #bigtop #bigtop_nav ul li a p samp{
	font-size:18px;
	line-height:2em;
}

#WRAPPER #bigtop #bigtop_nav ul li a:hover p{
  opacity:1;
}

#WRAPPER #bigtop #bigtop_nav ul li a h2{
	clear:both;
	display:block;
	width:390px;
	height:290px;
	overflow:hidden;
	padding-bottom:100px;
	background-size:1200px;
	background-position:center center;
	text-indent:-9999px;
}

#WRAPPER #bigtop #bigtop_nav ul li a h2 img{
	display:block;
	width:auto;
	height:300px;
	margin:0 auto;
}

#WRAPPER #bigtop #bigtop_nav ul li a:hover h2 img{
	opacity:1;
 }

#WRAPPER #bigtop #bigtop_nav ul li a h2 video{
	display:block;
	width:100%;
	margin:0 auto;
}
/* ====================== [ 電腦版 二代 婚禮服務 結束 ] ======================= */

/* ====================== [ 電腦版 TWO BOX 開始 ] ======================= */
#WRAPPER .twobox{
	clear:both;
	width:610px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}


#WRAPPER .twobox .twobox_a{
	width:300px;
	float:left;
	padding:0px;
	margin:5px auto;
	overflow:hidden;
}

#WRAPPER .twobox .twobox_a img{
	display:block;
	width:300px;
	padding:10px;
}

#WRAPPER .twobox .twobox_a p{
	display:block;
	width:300px;
	padding:0px 10px;
	margin:0px 0px 40px 0px;
	font-size:12px;
	line-height:1.4;
}

/* ====================== [ 電腦版 TWO BOX 結束 ] ======================= */
/* ====================== [ 電腦版 SHOP TOP 開始 ] ======================= */
#WRAPPER .shoptop{
	clear:both;
	width:100%;
	padding-bottom:50px;
	margin:30px auto;
	overflow:hidden;
	border-bottom:dashed 1px #999;
}

#WRAPPER .shoptop img{
	width:1200px;
}

#WRAPPER .shoptop h1{
	display:block;
	margin:30px auto 0px auto;
	text-align:center;
	font-size:38px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:0px;
}

#WRAPPER .shoptop h2{
	margin:30px auto 0px auto;
	text-align:center;
	font-size:38px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:0px;
	line-height:2em;
	color:#666;
}

#WRAPPER .shoptop h3{
	display:block;
	margin:20px auto 0px auto;
	padding:0px;
	text-align:center;
	font-size:20px;
	letter-spacing:1px;
	color:#666;
	font-weight:bold;
	line-height:1.6em;
}

#WRAPPER .shoptop h3 samp{
	margin:0px 10px;
	font-size:20px;
	color:#666;
	font-family:SOSA;
	letter-spacing:1px;
}

#WRAPPER .shoptop h4{
	display:block;
	margin:10px auto;
	text-align:center;
	line-height:1.4em;
	font-size:18px;
	letter-spacing:3px;
}

#WRAPPER .shoptop h6{
	display:block;
	width:600px;
	margin:0px auto;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.6em;
	color:#666;
}

#WRAPPER .shoptop h6 samp{
	display:block;
	margin:30px auto 0px auto;
	font-size:17px;
	line-height:1.6em;
	letter-spacing:3px;
	font-family:SOSA;
	color:#666;
}

#WRAPPER .shoptop h7{
	clear:both;
	display:block;
	margin:30px auto;
	padding:30px;
	font-size:13px;
	line-height:1.6em;
	letter-spacing:1px;
	text-align:center;
}

#WRAPPER .shoptop .shoptop_nav{
	margin-top:20px;
}

#WRAPPER .shoptop .shoptop_nav ul{
}

#WRAPPER .shoptop .shoptop_nav ul li{
	width:270px;
	height:345px;
	margin:20px 15px;
	float:left;
	padding:1px;
	overflow:hidden;
}

#WRAPPER .shoptop .shoptop_nav ul li a{
}

#WRAPPER .shoptop .shoptop_nav ul li a:before{
}

#WRAPPER .shoptop .shoptop_nav ul li a:hover:before{
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_a{
	width:270px;
	height:160px;
	margin:0 auto;
	overflow:hidden;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_a img{
	width:270px;
	margin:0 auto;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_b{
	width:270px;
	height:100px;
	margin:0px auto;
	padding:10px 15px;
	overflow:hidden;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_b h1{
	display:block;
	font-size:16px;
	line-height:1.3em;
	letter-spacing:1px;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_b h1 samp{
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	letter-spacing:5px;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_b p{
	display:block;
	margin-top:5px;
	font-size:12px;
	line-height:1.3em;
	letter-spacing:1px;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_c{
	padding-right:10px;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_c h4{
	display:block;
	margin:10px;
	float:right;
	font-size:12px;
	line-height:4em;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
	color:#000;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_c h4 samp{
	display:block;
	float:right;
	font-size:20px;
	line-height:2em;
	letter-spacing:0px;
	color:#666;
}

#WRAPPER .shoptop .shoptop_nav ul li a p{
	display:block;
	margin:10px;
	float:right;
	font-size:13px;
	line-height:3.5em;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
}
/* ====================== [ 電腦版 SHOP BOX 開始 ] ======================= */
#WRAPPER .shoptop .shopbox_a{
	margin-top:0px;
}

#WRAPPER .shoptop .shopbox_a .shopbox_b{
	width:388px;
	height:440px;
	overflow:hidden;
	margin:10px 5px;
	float:left;
	padding-bottom:20px;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .more a{
	clear:both;
	text-align:right;
	padding:5px;
	line-height:2;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	text-shadow:0px 0px 5px #000;
	letter-spacing:3px;
	color:#fff;
	background-color:rgba(129,216,208,1);
	border:1px solid #fff;
}

#WRAPPER .shoptop .shopbox_a .shopbox_b .shopbox_c{
	width:385px;
	height:240px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:relative;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_c h1{
	display:block;
	position:absolute;
	z-index:9;
	padding:5px 15px;
	line-height:2;
	font-size:18px;
	font-style:normal;
	text-decoration:none;
	text-shadow:0px 0px 5px rgba(129,216,208,1);
	color:#fff;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_c a{
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_c img{
	width:385px;
	margin:auto;
	position:absolute;
	z-index:1;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_d{
	width:390px;
	height:110px;
	margin:0px;
	padding:0px;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_d h1{
	display:block;
	font-size:16px;
	line-height:1.3em;
	letter-spacing:1px;
	margin:0px;
	padding-top:15px;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_d h1 samp{
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	letter-spacing:5px;
}

#WRAPPER .shoptop .shopbox_a .shopbox_b .shopbox_d h6{
	display:block;
	width:90%;
	margin-top:5px;
	font-size:14px;
	line-height:1.3em;
	letter-spacing:1px;
	text-align:left;
	padding-left:10px;
}

#WRAPPER .shoptop .shopbox_a .shopbox_b .shopbox_d p{
	display:block;
	width:100%;
	margin-top:5px;
	font-size:13px;
	line-height:1.3em;
	letter-spacing:1px;
	text-align:left;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_e{
	padding:0px 10px;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_e h4{
	display:block;
	margin:10px;
	float:right;
	font-size:12px;
	line-height:3.5em;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
	color:#000;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_e h4 samp{
	display:block;
	float:right;
	font-size:20px;
	line-height:2em;
	letter-spacing:0px;
	color:#666;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_e a{
	display:block;
	padding:3px;
	margin-top:5px;
	float:right;
	font-size:15px;
	letter-spacing:0px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b p{
	display:block;
	margin:10px;
	float:right;
	font-size:12px;
	line-height:3.5em;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
}
/* ====================== [ 電腦版 SHOP BOX 結束 ] ======================= */
/* ====================== [ 電腦版 SHOP TOP 結束 ] ======================= */

/* ====================== [ 婚禮服務 content 開始 ] ======================= */
#WRAPPER .content{
	clear:both;
	width:1200px;
	overflow:hidden;
	margin:10px auto;
	background-size:1200px;
	background-repeat:no-repeat;
	background-position:left;
}

#WRAPPER .content h2{
	display:block;
	overflow:hidden;
	width:50%;
	height:450px;
	float:left;
	background-color:rgba(255,255,255,0.3);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left;
	text-indent:-9999px;
}

#WRAPPER .content .content_a{
	display:block;
	overflow:hidden;
	width:50%;
	height:450px;
	padding:40px 10px;
	float:left;
	background-color:rgba(255,255,255,0.7);
}

#WRAPPER .content .content_a h1{
	display:block;
	margin:0 auto;
	text-align:center;
	line-height:2;
	font-size:18px;
	letter-spacing:5px;
}

#WRAPPER .content .content_a h3 a{
	display:block;
	margin:0 auto;
	text-align:center;
	line-height:2;
	font-size:18px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:5px;
	color:rgba(129,216,208,1);
}

#WRAPPER .content .content_a p{
	display:block;
	margin:30px auto;
	font-size:13px;
	letter-spacing:1px;
	line-height:2;
	text-align:center;
}

#WRAPPER .content .content_a img{
	display:block;
	width:50%;
	padding:20px;
	margin:0 auto;
}

#WRAPPER .content .content_a h5{
	display:block;
	width:65%;
	margin:10px auto;
	font-size:13px;
	letter-spacing:3px;
	line-height:1.6em;
}


#WRAPPER .content .content_a h6{
	display:block;
	width:80%;
	margin:10px auto;
	font-size:13px;
	letter-spacing:3px;
	line-height:1.6em;
	text-align:center;
}

/* ====================== [ 婚禮服務 content 結束 ] ======================= */

/* ====================== [ MAP 開始 ] ======================= */
#WRAPPER .map{
	clear:both;
	width:1200px;
	overflow:hidden;
	margin:0 auto 100px auto;
}

/*#WRAPPER .map img{
	display:block;
	width:650px;
	float:left;
}*/

/*#WRAPPER .map .map_a{
	display:block;
	width:550px;
	float:left;
	padding-top:30px;
}*/

#WRAPPER .map h6{
	display:block;
	margin:0px auto;
	text-align:center;
	line-height:1.6em;
	font-size:22px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:0px;
}

#WRAPPER .map h5{
	display:block;
	margin:0px auto 20px auto;
	text-align:center;
	line-height:1.3;
	font-size:18px;
	letter-spacing:5px;
}

#WRAPPER .map .map_a .map_aa{
	display:block;
	width:470px;
	margin:0px auto;
	padding:5px;
	background-color:#fff;
}

#WRAPPER .map .map_a .map_aa a{
	line-height:1.6em;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:1px;
}

#WRAPPER .map .map_a .map_aa p{
	display:block;
	padding:0 0 30px 30px;
	line-height:1.6em;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:1px;
	color:#666;
}

#WRAPPER .map .more{
	clear:both;
	display:block;
	width:550px;
	margin:30px auto 0 auto;
}

#WRAPPER .map .more a{
	display:block;
	width:250px;
	margin:0px auto;
	padding:10px;
	text-align:center;
	font-size:13px;
	line-height:1.5;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
	color:#666;
	background-color:#fff;
	border:1px solid rgba(129,216,208,1);
}
/* ====================== [ MAP 結束 ] ======================= */

/* ====================== [ table ] ======================= */
.table{
	display:block;
	width:1200px;
	margin:80px auto;
	padding:5px;
}

.table h1{
	display:block;
	margin:10px auto;
	text-align:center;
	line-height:1.6em;
	font-size:32px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:1px;
	color:rgba(129,216,208,0.6);
}

.table h5{
	display:block;
	margin:10px auto;
	text-align:center;
	line-height:1.3;
	font-size:18px;
	letter-spacing:5px;
	color:rgba(129,216,208,1);
}

.table h6{
	display:block;
	margin:0 auto;
	padding:15px;
	text-align:center;
	line-height:1.6em;
	font-size:13px;
	letter-spacing:5px;
}

.table table,.table td,.table tr{
	border: double 1px rgba(129,216,208,1);
	padding:5px;
	font-size:13px;
	line-height:2;
}

/* ====================== [ FOOTER ] ======================= */
#FOOTER{
	clear:both;
	width:1200px;
	margin:100px auto 0 auto;
}

#FOOTER a{
	display:block;
	text-indent:-9999px;
}

#FOOTER img{
	display:block;
	width:480px;
	margin:0 auto;
	padding:10px;
}

#FOOTER #footer_a{
	display:block;
	width:1200px;
	height:40px;
	margin:0 auto;
	overflow:hidden;
}

#FOOTER #footer_a p{
	position:absolute;
	width:1200px;
	margin:0 auto;
	padding:15px;
	font-size:13px;
	text-align:center;
	letter-spacing:2px;
}
	
#FOOTER #footer_a video{
	width:1200px;
}


/* ====================== [ 電腦區 首頁圖片輪播 ] ======================= */
.coverflow{
	width:100%;
	height:600px;
	overflow:hidden;
	position: relative;
	
	margin:60px 0px 0px 0px;
	padding:0px;
}
.coverflow a{
	display: block;
	position: absolute;
	opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 24s linear infinite;
    animation: silder 24s linear infinite;
	
	margin:0px;
	padding:0px;
	width:100%;


}
.coverflow a img{
	
	width:100%;
	margin:0px;
	padding:0px;
}

/*動畫關鍵影格*/
@-webkit-keyframes silder {
    3% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    27% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    30% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@keyframes silder {
    3% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    27% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    30% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/*每個圖片各延遲5秒*/
.coverflow>a:nth-child(3) {
-webkit-animation-delay: 16s;
        animation-delay: 16s;            
}

.coverflow>a:nth-child(2) {
-webkit-animation-delay: 8s;
        animation-delay: 8s;
}

.coverflow>a:nth-child(1) {
-webkit-animation-delay: 0s;
        animation-delay: 0s;    
}
/*滑入時停止播放
.coverflow:hover>a{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
/* ====================== [ 電腦區 首頁圖片輪播 ] ======================= */




/* =========================================== [ 手機區 ] ============================================ */
@media screen and (max-width: 767px) {

/* ====================== [ 手機區 頭 TOP選單 開始 ] ======================= */
header{
	width:100%;
	position:static;
	top:0;
	right:auto;
	left:auto;
	z-index:777;
}

header #head_a{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0px auto;
}

header #head_a img{
	display:none;
	float:none;
	width:100%;
	margin:50% auto 80% auto;
	padding:20px;
	background-color:rgba(255,255,255,0.7);
	box-shadow:0px 0px 15px #FFF;
}
/* ====================== [ 手機區  nav ] ======================= */
/* ====================== [ TOP-MENU A ] ======================= */
header #head_a #nav_a{
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	margin:0 auto;
	display:none;

	overflow:hidden;
	float:none;
}

header #head_a #nav_a ul{
	display:block;
	width:100%;
	padding-top:30%;
	padding-bottom:50%;
	overflow:hidden;
	background-color:rgba(219,183,183,0.5);
}

header #head_a #nav_a ul #XX{
	display:block;
	width:40px;
	height:40px;
	background-color:#FFF;
	border-radius:50%;
	text-align:center;
	line-height:40px;
	position:absolute;
	right:10px;
	top:0px;
	font-size:35px;
	font-weight:normal;
	color:rgba(219,183,183,1);
	font-family:SOSA;
}

header #head_a #nav_a ul li{
	display:block;
	width:29%;
	border-radius:5px;
	background-color:#FFF;
	border:1px solid rgba(219,183,183,1);
	color:#000;
	margin:2%;
}

header #head_a #nav_a ul li.company a{
	color:rgba(129,216,208,1);
}

header #head_a #nav_a ul li.mbbutton{
	display:block;
}

header #head_a #nav_a ul li a{
	line-height:50px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	letter-spacing:2px;
}

header #head_a #nav_a ul li a:hover{
	display:block;
	color:rgba(129,216,208,1);
}

/* ====================== [ 手機 TOP-MENU B ] ======================= */
header #head_a #nav_b{
	position:fixed;
	top:0px;
	left:0px;
	z-index:777;
	width:100%;
	padding:10px;
}

header #head_a #nav_b h5{
	display:block;
	float:right;
	width:60px;
	height:40px;
	background-image:url(image/btn.png);
	text-indent:-9999px;
}

header #head_a #nav_b ul{
	display:block;
	margin-top:0px;
}

header #head_a #nav_b ul li a{
	display:block;
	float:left;
	width:45px;
	height:45px;
	margin:3px;
	font-family:SOSA;
	text-decoration:none;
	font-size:28px;
	color:rgba(129,216,208,1);
	line-height:45px;
	text-align:center;
	border-radius:50%;
	background-color:#FFF;
	box-shadow:1px 1px 5px rgba(129,216,208,1);
}

header #head_a #nav_b ul li a:hove{
	color:rgba(129,216,208,1);
}

/* ====================== [ 手機 TOP-MENU C ] ======================= */
header .nav_c{
	display:none;
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	background-color:rgba(255,255,255,0.5);
	border-bottom:1px solid #ccc;
}

header .nav_c ul{
	display:block;
	float:right;
	padding:0 350px;
}

header .nav_c ul li{
	width:80px;
	float:left;
}

header .nav_c ul li.company a{
	color: rgba(129,216,208,1);
}

header .nav_c ul li a{
	display:block;
	width:100%;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:12px;
	letter-spacing:2px;
	color:#666;
}

header .nav_c ul li a:hover{
	background-color:rgba(129,216,208,0.5);
}

/* ====================== [ 手機區  TOP-MENU ] ======================= */
aside #TOP-MENU {
	display:block;
	width:100%;
	height:70px;
	padding:20px;
	background-color:rgba(255,255,255,1);
	position:fixed;
	z-index:888;
}

aside #TOP-MENU ul{
	display:block;
}

aside #TOP-MENU ul li a{
	display:block;
	float:left;
	width:40px;
	height:40px;
	background-color:#999;
	font-family:SOSA;
	text-decoration:none;
	font-size:35px;
	color:#FFF;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	margin:auto 7px;
}

aside #TOP-MENU ul li a:hove{
	color:#FFF;
}

aside #TOP-MENU h5 {
	display:block;
	float:right;
	width:60px;
	height:40px;
	background-image:url(http://sld-wedding.com/images/btn.jpg);
	text-indent:-9999px;
}

/* ====================== [ 手機區 #WRAPPER ] ======================= */

#WRAPPER{
	display:block;
	width:100%;
	margin:0px auto 10px auto;
	position:relative;
}

/* ====================== [ 手機 TOP 開始 ] ======================= */
#WRAPPER #top{
	clear:both;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

#WRAPPER #top #top_nav{
	display:none;
}

#WRAPPER #top #top_nav ul{
}

#WRAPPER #top #top_nav ul li{
	width:225px;
	height:225px;
	margin:7px;
	float:left;
}

#WRAPPER #top #top_nav ul li a{
	display:block;
	position:relative;
}

#WRAPPER #top #top_nav ul li a:before{
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#WRAPPER #top #top_nav ul li a:hover:before{
  opacity:1;
}

#WRAPPER #top #top_nav ul li a p{
	display:block;
	position: absolute;
	padding-top:35%;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index:1;
	width: 80%;
	height:;
	margin: auto;
	text-align: center;
	font-size:12px;
	font-style:normal;
	color:#fff;
	line-height:2em;
	font-weight:normal;
	text-indent:0px;
	background-size:180px;
	background-position:center;
	background-repeat:no-repeat;
}

#WRAPPER #top #top_nav ul li a:hover p{
  opacity:1;
}

#WRAPPER #top #top_nav ul li a h2{
	clear:both;
	display:block;
	width:225px;
	height:225px;
	overflow:hidden;
	padding-bottom:100px;
	background-size:1200px;
	background-position:center center;
	text-indent:-9999px;
}

#WRAPPER #top #top_nav ul li a h2 img{
	display:block;
	width:100%;
	margin:0 auto;
}

#WRAPPER #top #top_nav ul li a:hover h2 img{
	opacity:1;
 }

#WRAPPER #top #top_nav ul li a h2 video{
	display:block;
	width:100%;
	margin:0 auto;
}
/* ====================== [ 手機區 頭 TOP選單 結束 ] ======================= */

/* ====================== [ 手機區 MOB_TOP ] ======================= */
#WRAPPER #mob_top{
	display:block;
	width:100%;
	position:relative;
}

#WRAPPER #mob_top h1{
	display:block;
	width:50%;
	padding:5px;
	position:absolute;
	top:30%;
	left:25%;
	font-family:"Century Schoolbook", "Adobe 明體 Std L", "新細明體";
	font-weight:normal;
	font-size:16px;
	letter-spacing:5px;
	line-height:24px;
	text-align:center;
	text-shadow:1px 1px 3px #000000;
	color:rgba(255,255,255,1);
}

#WRAPPER #mob_top h1 samp{
	font-family:"Century Schoolbook", "Adobe 明體 Std L", "新細明體";
	font-weight:normal;
	font-size:16px;
	letter-spacing:0.5px;
	line-height:13px;
	text-align:center;
	text-shadow:1px 1px 3px #000000;
	color:rgba(255,255,255,1);
}

#WRAPPER #mob_top h1 img{
	display:block;
	width:25px;
	margin:5px auto;
}

#WRAPPER #mob_top h2{
	display:block;
	width:60%;
	padding:5px;
	position:absolute;
	bottom:30%;
	left:20%;
	right:20%;
	font-family:SOSA;
	font-weight:normal;
	font-size:18px;
	letter-spacing:5px;
	line-height:24px;
	text-align:center;
	text-shadow:1px 1px 3px #000000;
	color:rgba(255,255,255,1);
}

#WRAPPER #mob_top img{
	width:100%;
}
/* ====================== [ 手機區 MOB_TOP 結束 ] ======================= */

/* ====================== [ 手機區 TOP VIDEO 影片 ] ======================= */
#WRAPPER .indexvideo{
	display:none;
}

/* ====================== [ 手機區 NEWS 開始 ] ======================= */
#WRAPPER .news{
	clear:both;
	width:100%;
	overflow:hidden;
	margin:0px auto 20px auto;
}

#WRAPPER .news img{
	display:block;
	width:100%;
	padding:0px;
	margin:0 auto;
}

#WRAPPER .news h1{
	display:block;
	margin:30px auto 0px auto;
	text-align:center;
	font-size:30px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
}

#WRAPPER .news h1 samp{
	display:block;
	margin:30px auto 0px auto;
	text-align:center;
	font-size:30px;
	font-style:normal;
	color:#fff;
	text-shadow:1px 1px 2px #000;
	text-decoration:none;
	letter-spacing:2px;
}

#WRAPPER .news h2{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:0px auto;
	padding-bottom:70%;
	background-size:140%;
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
}

#WRAPPER .news h3{
	display:block;
	width:90%;
	margin:30px auto;
	font-style:normal;
	font-size:20px;
	letter-spacing:0px;
	line-height:1.6em;
}

#WRAPPER .news h4{
	display:block;
	width:90%;
	margin:10px auto;
	text-align:center;
	line-height:1.6em;
	font-size:18px;
	letter-spacing:1px;
}

#WRAPPER .news h4 samp{
	margin:0px;
	font-size:18px;
	font-family:SOSA;
	letter-spacing:1px;
}

#WRAPPER .news h5{
	display:block;
	width:80%;
	margin:0px auto;
	font-size:16px;
	letter-spacing:1px;
	line-height:1.6em;
	color:#666;
}

#WRAPPER .news h5 samp{
	display:block;
	width:100%;
	margin:30px auto 0px auto;
	font-size:16px;
	line-height:1.6em;
	letter-spacing:1px;
	font-family:SOSA;
}

#WRAPPER .news h6{
	display:block;
	margin:30px auto;
	font-size:13px;
	letter-spacing:2px;
	line-height:2em;
	text-align:center;
	color:#666;
}

#WRAPPER .news p{
	display:block;
	width:90%;
	margin:30px auto;
	font-size:13px;
	letter-spacing:1px;
	line-height:1.6em;
	text-align:center;
	font-weight:normal;
	color:#666;
}

#WRAPPER .news video{
	width:100%;
	margin:0 auto;
	padding:0;
}

/* ====================== [ 手機區 首頁圖片輪播 ] ======================= */ 
.coverflow{
	display:none;
}
/* ====================== [ 手機區 首頁圖片輪播 ] ======================= */
/* ====================== [ 手機區 NEWS的PS註解] */
#WRAPPER .news .newsps{
	width:80%;
	margin:30px auto;
	padding:20px;
	border:1px solid rgba(129,216,208,1);
}

#WRAPPER .news .newsps h5{
	display:block;
	width:100%;
	word-wrap:break-word;
	margin:0px auto;
	font-size:14px;
	letter-spacing:3px;
	line-height:2em;
}

/* ====================== [ 手機區 NEWS的PS註解] */
#WRAPPER .news .newsps p{
	display:block;
	width:100%;
	margin:0px auto;
	font-size:14px;
	letter-spacing:1px;
	line-height:1.6em;
	font-weight:normal;
	color:#666;
}
/* ====================== [ 手機區 NEWS的PS註解] */
#WRAPPER .news .newsps samp{
	font-size:14px;
	font-family:SOSA;
}

#WRAPPER .news .more a{
	clear:both;
	display:block;
	width:150px;
	margin:30px auto;
	padding:5px;
	text-align:center;
	line-height:2;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
	text-shadow:0px 0px 5px rgba(129,216,208,1);
	letter-spacing:3px;
	background-color:rgba(129,216,208,0.4);
	border:1px solid #fff;
	color:#666;
}


/* ====================== [ 手機區 NEWS的Prepar] */
#WRAPPER .news .prepar{
	width:80%;
	margin:auto;
	overflow:hidden;
	border-top:1px solid rgba(129,216,208,1);
}

#WRAPPER .news .prepar h3{
	display:block;
	float:none;
	width:100%;
	margin:30px 10px 0 0;
	line-height:1.6em;
	font-size:14px;
	letter-spacing:0px;
}

#WRAPPER .news .prepar h3 samp{
	font-size:14px;
	font-family:SOSA;
}

/* ====================== [ 手機區 NEWS 結束 ] ======================= */



/* ====================== [ 手機版 NEWS 2017文字框NENU BU ] ======================= */

#WRAPPER .news .menubox_bu_a{
	width:100%;
	margin:20px auto 120px auto;
	padding:15px;
	overflow:hidden;
}


#WRAPPER .news .menubox_bu_a .menubox_bu_b{
	float:none;
	width:80%;
	margin:10px auto;
	padding:5px;
	border:rgba(129,216,208,1) solid 1px;
}

#WRAPPER .news .menubox_bu_a .menubox_bu_b h4{
	display:block;
	width:90%;
	padding:15px 0px 15px 0px;
	margin:0px auto;
	font-size:12px;
	text-shadow:none;
	border-bottom:rgba(129,216,208,1) solid 1px;
}

#WRAPPER .news .menubox_bu_a .menubox_bu_b h4 samp{
	font-size:20px;
	font-family:"Century Schoolbook", "Adobe 明體 Std L", "新細明體", sans-serif;
	padding:0px;
	margin:0px;
	letter-spacing:0;
}

#WRAPPER .news .menubox_bu_a .menubox_bu_b p{
	display:block;
	width:90%;
	padding:15px;
	margin:0px auto;
	font-size:14px;
	letter-spacing:4px;
	line-height:2em;
}
/* ====================== [ 手機版 2017文字框NENU BU 結束 ] ======================= */


/* ====================== [ 手機版 NEWS 2017文字框NENU WT ] ======================= */

#WRAPPER .news .menubox_wt_a{
	width:100%;
	margin:20px auto 120px auto;
	padding:15px;
	overflow:hidden;
}


#WRAPPER .news .menubox_wt_b{
	float:none;
	width:80%;
	margin:20px auto;
	padding:5px;
	border:#fff solid 1px;
}

#WRAPPER .news .menubox_wt_b h1{
	display:block;
	width:80%;
	padding:5px;
	margin:0px auto;
	font-size:12px;
	border-bottom:#fff solid 1px;
}

#WRAPPER .news .menubox_wt_b h1 samp{
	font-size:20px;
	font-family:"Century Schoolbook", "Adobe 明體 Std L", "新細明體", sans-serif;
}

#WRAPPER .news .menubox_wt_b p{
	display:block;
	width:80%;
	padding:15px;
	margin:0px auto;
	
	font-size:14px;
	letter-spacing:4px;
	line-height:2em;
}
/* ====================== [ 手機版 2017文字框NENU WT 結束 ] ======================= */
/* ====================== [ 手機版 SHOP TOP 開始 ] ======================= */
#WRAPPER .shoptop{
	clear:both;
	width:95%;
	padding-bottom:50px;
	margin:30px auto;
	overflow:hidden;
	border-bottom:dashed 1px #999;
}

#WRAPPER .shoptop img{
	width:100%;
}

#WRAPPER .shoptop h2{
	margin:20px auto 10px auto;
	text-align:center;
	font-size:38px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:0px;
	line-height:1.2em;
	color:#666;
}

#WRAPPER .shoptop h3{
	display:block;
	margin:20px auto 20px auto;
	text-align:center;
	line-height:1.2em;
	font-size:20px;
	letter-spacing:1px;
	color:#666;
}

#WRAPPER .shoptop h4{
	margin:20px;
	font-size:20px;
	color:#666;
	letter-spacing:1px;
}

#WRAPPER .shoptop h6{
	display:block;
	width:85%;
	margin:0px auto;
	font-size:14px;
	letter-spacing:0px;
	line-height:1.6em;
	color:#666;
}

#WRAPPER .shoptop h6 samp{
	display:block;
	margin:30px auto 0px auto;
	font-size:17px;
	line-height:1.6em;
	letter-spacing:3px;
	font-family:SOSA;
	color:#666;
}

#WRAPPER .shoptop h7{
	clear:both;
	display:block;
	margin:30px auto;
	padding:30px;
	font-size:13px;
	line-height:1.6em;
	letter-spacing:1px;
	text-align:center;
}
#WRAPPER .shoptop .shoptop_nav{
	margin-top:20px;
}

#WRAPPER .shoptop .shoptop_nav ul{
}

#WRAPPER .shoptop .shoptop_nav ul li{
	width:95%;
	height:auto;
	margin:20px auto;
	float:none;
	padding:1px;
	overflow:hidden;
}

#WRAPPER .shoptop .shoptop_nav ul li a{
}

#WRAPPER .shoptop .shoptop_nav ul li a:before{
}

#WRAPPER .shoptop .shoptop_nav ul li a:hover:before{
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_a{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_a img{
	width:100%;
	margin:0 auto;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_b{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:10px 15px;
	overflow:hidden;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_b h1{
	display:block;
	font-size:16px;
	line-height:1.3em;
	letter-spacing:1px;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_b h1 samp{
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	letter-spacing:5px;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_b p{
	display:block;
	margin-top:5px;
	font-size:13px;
	line-height:1.3em;
	letter-spacing:0px;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_c{
	padding-right:10px;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_c h4{
	display:block;
	margin:10px;
	float:right;
	font-size:12px;
	line-height:4em;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
	color:#000;
}

#WRAPPER .shoptop .shoptop_nav ul li a .shoptop_c h4 samp{
	display:block;
	float:right;
	font-size:20px;
	line-height:2em;
	letter-spacing:0px;
	color:#666;
}

#WRAPPER .shoptop .shoptop_nav ul li a p{
	display:block;
	margin:10px;
	float:right;
	font-size:13px;
	line-height:3.5em;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
}

/* ====================== [ 手機版 SHOP BOX 開始 ] ======================= */
#WRAPPER .shoptop .shopbox_a{
	margin-top:0px;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b{
	width:100%;
	height:auto;
	margin:10px 5px;
	float:left;
	padding:1px;
	overflow:hidden;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b p{
	display:block;
	margin:10px;
	float:right;
	font-size:12px;
	line-height:3.5em;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
}
#WRAPPER .shoptop .shopbox_a  .shopbox_b .more a{
	clear:both;
	text-align:right;
	padding:5px;
	line-height:2;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	text-shadow:0px 0px 5px #000;
	letter-spacing:3px;
	color:#fff;
	background-color:rgba(129,216,208,1);
	border:1px solid #fff;
}
/* ---------------------------------------------- */
#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_c{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	position:static;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_c img{
	width:100%;
	margin:auto;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_c h1{
	display:block;
	position:static;
	z-index:auto;
	padding:5px 0px 5px 20px;
	line-height:2;
	font-size:15px;
	font-style:normal;
	text-decoration:none;
	text-shadow:none;
	background-color:rgba(129,216,208,0.2);
	color:#666;
	border-radius:15px 15px 0 0;
	border-bottom:rgba(129,216,208,1) 1px double;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_c a{
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_c img{
	width:100%;
	margin:auto;
	position:static;
	z-index:auto;
}
/* ---------------------------------------------- */
#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_d{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:10px 15px;
	overflow:hidden;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_d h1{
	display:block;
	font-size:16px;
	line-height:1.3em;
	letter-spacing:1px;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_d h1 samp{
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	letter-spacing:5px;
}

#WRAPPER .shoptop .shopbox_a .shopbox_b .shopbox_d p{
	display:block;
	width:100%;
	margin-top:5px;
	font-size:12px;
	line-height:1.3em;
	letter-spacing:1px;
	text-align:left;
}

#WRAPPER .shoptop .shopbox_a .shopbox_b .shopbox_d h6{
	display:block;
	width:90%;
	margin-top:5px;
	font-size:12px;
	line-height:1.3em;
	letter-spacing:1px;
	text-align:left;
	padding-left:10px;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b  .shopbox_e{
	padding-right:10px;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_e h4{
	display:block;
	margin:10px;
	float:right;
	font-size:12px;
	line-height:3.5em;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
	color:#000;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_e h4 samp{
	display:block;
	float:right;
	font-size:20px;
	line-height:2em;
	letter-spacing:0px;
	color:#666;
}

#WRAPPER .shoptop .shopbox_a  .shopbox_b .shopbox_e a{
	display:block;
	padding:3px;
	margin-top:5px;
	float:right;
	font-size:15px;
	letter-spacing:0px;
	color:#666;
	text-decoration:none;
}
/* ====================== [ 手機版 SHOP BOX 結束 ] ======================= */
/* ====================== [ 手機版 SHOP TOP 結束 ] ======================= */

/* ====================== [ 手機板 兩列式內文 NEWS BOX 開始 ] */
#WRAPPER .newsbox{
	clear:both;
	width:100%;
	overflow:hidden;
	margin:0px auto 50px auto;
}

#WRAPPER .newsbox img{
	display:block;
	width:100%;
	padding:0px;
	margin:0 auto;
}


#WRAPPER .newsbox h1{
	display:block;
	margin:30px auto 10px auto;
	text-align:center;
	font-size:18px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:8px;
}

#WRAPPER .newsbox h3{
	display:block;
	width:80%;
	margin:20px auto;
	line-height:1.6em;
	font-size:14px;
	letter-spacing:3px;
}

#WRAPPER .newsbox h4{
	display:block;
	margin:20px auto;
	text-align:center;
	line-height:1.8em;
	font-size:14px;
	letter-spacing:3px;
}

#WRAPPER .newsbox h5{
	display:block;
	width:90%;
	margin:0px auto 20px auto;
	font-size:14px;
	letter-spacing:0px;
	line-height:1.6em;
	color:#666;
}

#WRAPPER .newsbox p{
	display:block;
	width:90%;
	margin:0px auto;
	text-align:center;
	line-height:1.8em;
	font-size:13px;
	letter-spacing:0px;
}

#WRAPPER .newsbox .newsbox_a{
	width:100%;
	margin:20px auto;
	overflow:hidden;
}

#WRAPPER .newsbox .newsbox_a h2{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:0px;
	padding:0px 0px 55% 0px;
	float:left;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b{
	display:block;
	width:100%;
	height:auto;
	margin:0px;
	padding:10px 10px 10px 10px;
	float:left;
}
#WRAPPER .newsbox .newsbox_a .newsbox_b h1{
	display:block;
	margin:30px auto;
	text-align:center;
	font-size:20px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:5px;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b h3{
	display:block;
	width:90%;
	margin:0px auto 15px auto;
	font-size:16px;
	letter-spacing:2px;
	line-height:1.6em;
	color:#666;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b h3 samp{
	display:block;
	line-height:1.8em;
	margin:0px auto;
	text-align:center;
	padding-left:10px;
	font-size:14px;
	letter-spacing:0px;
}

#WRAPPER .newsbox_a .newsbox_b h6{
	display:block;
	width:90%;
	margin:0px auto 20px auto;
	font-size:14px;
	letter-spacing:1px;
	line-height:1.5em;
	color:#666;
}

/* ====================== [ 手機板 兩列式內文 結束 ] */


/* ====================== [ 臨時報名表sign A&B ] ======================= */
#signa{
	width:100%;
}

#signa img{
	width:100%;
}
/* ====================== [ 臨時報名表sign A&B 結束 ] ======================= */

/* ====================== [ 手機區 場地介紹 超簡單縮圖切換顯示 ] */
.abgne-frame, .abgne-frame-2 {
	clear: both;
	width:100%;
	height:auto;
	margin:0px auto;
	padding:5px;
	overflow:inherit;
	position:static;
}

.abgne-frame .showbox {
	display:none;
	border:none;
	float: left;
}
.abgne-frame-2 .showbox {
	display:none;
	border:none;
	float:left;
}

.abgne{
	width:100%;
	overflow:hidden;
	height:auto;
	float:left;
}

.abgne-frame h2, .abgne-frame-2 h2{
	display:block;
	overflow:hidden;
	width:100%;
	margin:0px auto;
	padding:5px;
	text-align:center;
	line-height:1.6em;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:1px;
	background-color:#fff;
}

.abgne-frame p, .abgne-frame-2 p{
	display:block;
	overflow:hidden;
	width:90%;
	height:auto;
	font-size:14px;
	margin:0 auto 30px auto;
	padding:5px;
	line-height:1.6em;
	position:static;
	z-index:100;
	top:;
	overflow:hidden;
}

/*左邊大圖*/
.show-image {
	display:none;
	width:100%;
	vertical-align: middle;/*垂直置中*/
}

/*右邊小圖 外層*/
.abgne-frame .abgne-block{
	width:100%;
	margin:0 auto;
	padding:5px;
	overflow: hidden;
	float:left;
}

/*下邊小圖 外層*/
.abgne-frame-2 .abgne-block{
	width:100%;
	margin:0 auto;
	padding:5px;
	overflow: hidden;
	float:left;
}

.abgne-frame a, .abgne-frame-2 a{
}

.abgne-block a img{
	width:100%;
	border:none;
	vertical-align: middle;/*垂直置中*/
	padding:5px;
	margin:5px auto;
	box-shadow:1px 1px 4px #999999;
}

.abgne-frame .abgne-block a p{
	display:block;
	width:90%;
	height:auto;
	font-size:14px;
	margin:0 auto 30px auto;
	padding:5px;
	line-height:1.6em;
	position:static;
	z-index:200;
	top:;
	right:;
	background-color:#fff;
	opacity: 1;
}

.abgne-frame-2 .abgne-block a p{
	overflow:hidden;
	display:block;
	width:90%;
	height:auto;
	font-size:14px;
	margin:0 auto 30px auto;
	padding:10px;
	line-height:1.6em;
	position:static;
	z-index:200;
	top:;
	left:;
	background-color:#fff;
	opacity:1;

}

.abgne-block a:hover p{
	opacity:1;
}
/* ====================== [ 手機區 場地介紹 超簡單縮圖切換顯示 結束 ] */
/* ====================== [ 手機區 會館導覽 結束 ] ======================= */

/* ====================== [ 手機版 點餐區 NENU ] ======================= */
.jsmenu_nov_wrapper{
	clear:both;
	width:100%;
	overflow:hidden;
	margin:0px auto;
}

.jsmenu_nov_wrapper h3{
	font-size:18px;
	padding-left:10px;
	text-align:center;
}

.jsmenu_nov_wrapper_a{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px;
	background-repeat:repeat-y;
	position:relative;
}

/* ====================== [ 手機區 jsmenu_nov_aside ] ======================= */
.jsmenu_nov_aside{
	width:100%;
	float:left;
}

/* ====================== [ 手機區 .jsmenu_nov_aside TOP-MENU 隱藏 ] ======================= */
.jsmenu_nov_aside #TOP-MENU {
	display:none;
}

.jsmenu_nov_aside #TOP-MENU ul {}

.jsmenu_nov_aside #TOP-MENU h5 {}

/* ====================== [ 手機區.jsmenu_nov_aside LOGO ] ======================= */
.jsmenu_nov_header{
	clear:both;
	width:100%;
	overflow:hidden;
	margin:0px auto;
	padding:0;
}

.jsmenu_nov_header h1{
	display:block;
	text-align:center;
	text-indent:0px;
	font-size:20px;
	line-height:36px;
	color:rgba(0,0,0,0.4);
}

.jsmenu_nov_header img{
	display:none;
}

.jsmenu_nov_header h2 {
	display:block;
	font-size:12px;
	text-indent:-9999px;
}

.jsmenu_nov_header h2 img {
	display:block;
	width:150px;
	margin:0px auto;
}


/* ====================== [ 手機區.jsmenu_nov_aside nav 選單 ] ======================= */
.jsmenu_nov_aside nav {
}

.jsmenu_nov_aside nav #XX{
	display:none;
}

.box_photo_sub_cnt_a,
.box_photo_sub_cnt,
.box_photo_sub_cnt_b,
.box_photo_sub_cnt_c,
.box_photo_sub_cnt_d,
.box_photo_sub_cnt_e,
.box_photo_sub_cnt_f {
	clear:both;
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
	font-size:14px;
	list-style-type: none;
	letter-spacing:3px;
}

.box_photo_sub_cnt_a li,
.box_photo_sub_cnt li,
.box_photo_sub_cnt_b li,
.box_photo_sub_cnt_c li,
.box_photo_sub_cnt_d li,
.box_photo_sub_cnt_e li,
.box_photo_sub_cnt_f li{
	display:block;
	width:50%;
	float:left;
	
	line-height:20px;
	font-size:16px;
	padding:5px;
}

.box_photo_sub_cnt_a li.active,
.box_photo_sub_cnt li.active,
.box_photo_sub_cnt_b li.active,
.box_photo_sub_cnt_c li.active,
.box_photo_sub_cnt_d li.active,
.box_photo_sub_cnt_e li.active,
.box_photo_sub_cnt_f li.active{
	clear:both;
	display:block;
	width:100%;
	float:none;
	
	line-height:20px;
	font-size:16px;
	padding:5px;
}

.box_photo_sub_cnt_a li.company a,
.box_photo_sub_cnt li.company a,
.box_photo_sub_cnt_b li.company a,
.box_photo_sub_cnt_c li.company a,
.box_photo_sub_cnt_d li.company a,
.box_photo_sub_cnt_e li.company a,
.box_photo_sub_cnt_f li.company a{
	color:rgba(128,108,108,1);
	border:1px solid rgba(128,108,108,0.5);
}

.box_photo_sub_cnt_a li a,
.box_photo_sub_cnt li a,
.box_photo_sub_cnt_b li a,
.box_photo_sub_cnt_c li a,
.box_photo_sub_cnt_d li a,
.box_photo_sub_cnt_e li a,
.box_photo_sub_cnt_f li a{
	display:block;
	color:#000;
	line-height:25px;
	text-decoration:none;
	padding:0;
	text-align:center;
}

.box_photo_sub_cnt_a li p,
.box_photo_sub_cnt li p,
.box_photo_sub_cnt_b li p,
.box_photo_sub_cnt_c li p,
.box_photo_sub_cnt_d li p,
.box_photo_sub_cnt_e li p,
.box_photo_sub_cnt_f li p{
	display:block;
	color:#000;
	line-height:25px;
	text-decoration:none;
	padding:0;
	text-align:center;
}

.box_photo_sub_cnt_a li a:hover,
.box_photo_sub_cnt li a:hover,
.box_photo_sub_cnt_b li a:hover,
.box_photo_sub_cnt_c li a:hover,
.box_photo_sub_cnt_d li a:hover,
.box_photo_sub_cnt_e li a:hover,.box_photo_sub_cnt_f li a:hover{
	color:rgba(129,216,208,1);
	background-color:rgba(129,216,208,0.3);
}

/* ====================== [ 手機區.box_photo_main 右區 內容 ] ======================= */
.box_photo_main {
	float:none;
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:65%;
	border-radius:5px;
	position:relative;
	/*margin-bottom:20px;*/
}

.box_photo_main img{
	display:block;
	width:100%;
	padding:0;
	margin:0;
	position:absolute;
	top:0px;
}
/* ====================== [ 手機版 點餐區 NENU 結束 ] ======================= */

/* ====================== [ 手機版 二代 婚禮服務 開始 ] ======================= */
#WRAPPER #bigtop{
	clear:both;
	width:100%;
	padding-bottom:10px;
	margin:0 auto;
	overflow:hidden;
}

#WRAPPER #bigtop #bigtop_nav{
}

#WRAPPER #bigtop #bigtop_nav ul{
}

#WRAPPER #bigtop #bigtop_nav ul li{
	width:100%;
	height:auto;
	padding:0px;
	margin:30px auto;
	float:none;
}

#WRAPPER #bigtop #bigtop_nav ul li a{
	display:block;
	position:relative;
}

#WRAPPER #bigtop #bigtop_nav ul li a:before{
  content: "";
  display:none;
  position:static;
  opacity: 1;
  width:100%;
  height:auto;
  padding-bottom:0px;
  background-color: rgba(0, 0, 0, 0.4);
}

#WRAPPER #bigtop #bigtop_nav ul li a:hover:before{
  opacity:1;
}

#WRAPPER #bigtop #bigtop_nav ul li a p{
	display:block;
	position:static;
	padding-top:0;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	z-index:1;
	width: 80%;
	height:;
	margin: auto;
	text-align: center;
	font-size:16px;
	font-style:normal;
	color:#333;
	line-height:1.6em;
	font-weight:normal;
	text-indent:0px;
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
}

#WRAPPER #bigtop #bigtop_nav ul li a p samp{
	font-size:18px;
	line-height:2em;
}

#WRAPPER #bigtop #bigtop_nav ul li a:hover p{
  opacity:1;
}

#WRAPPER #bigtop #bigtop_nav ul li a h2{
	clear:both;
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:0;
	margin:50px auto;
	background-size:100%;
	background-position:center center;
	text-indent:-9999px;
}

#WRAPPER #bigtop #bigtop_nav ul li a h2 img{
	display:block;
	width:auto;
	height:300px;
	margin:0 auto;
}

#WRAPPER #bigtop #bigtop_nav ul li a:hover h2 img{
	opacity:1;
 }

#WRAPPER #bigtop #bigtop_nav ul li a h2 video{
	display:none;
	width:100%;
	margin:0 auto;
}
/* ====================== [ 手機版 二代 婚禮服務 結束 ] ======================= */

/* ====================== [ 婚禮服務 content 開始 ] ======================= */
#WRAPPER .content{
	clear:both;
	width:1200px;
	overflow:hidden;
	margin:10px auto;
	background-size:1200px;
	background-repeat:no-repeat;
	background-position:left;
}

#WRAPPER .content h2{
	display:block;
	overflow:hidden;
	width:50%;
	height:450px;
	float:left;
	background-color:rgba(255,255,255,0.3);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left;
	text-indent:-9999px;
}

#WRAPPER .content .content_a{
	display:block;
	overflow:hidden;
	width:50%;
	height:450px;
	padding:40px 10px;
	float:left;
	background-color:rgba(255,255,255,0.7);
}

#WRAPPER .content .content_a h1{
	display:block;
	margin:0 auto;
	text-align:center;
	line-height:2;
	font-size:18px;
	letter-spacing:5px;
}

#WRAPPER .content .content_a h3 a{
	display:block;
	margin:0 auto;
	text-align:center;
	line-height:2;
	font-size:18px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:5px;
	color:rgba(129,216,208,1);
}

#WRAPPER .content .content_a p{
	display:block;
	margin:30px auto;
	font-size:14px;
	letter-spacing:1px;
	line-height:2;
	text-align:center;
}

#WRAPPER .content .content_a img{
	display:block;
	width:50%;
	padding:20px;
	margin:0 auto;
}

#WRAPPER .content .content_a h5{
	display:block;
	width:65%;
	margin:10px auto;
	font-size:14px;
	letter-spacing:3px;
	line-height:1.6em;
}


#WRAPPER .content .content_a h6{
	display:block;
	width:80%;
	margin:10px auto;
	font-size:14px;
	letter-spacing:3px;
	line-height:1.6em;
	text-align:center;
}

/* ====================== [ 婚禮服務 content 結束 ] ======================= */

/* ====================== [ 手機版 MAP 開始 ] ======================= */
#WRAPPER .map{
	clear:both;
	width:100%;
	overflow:hidden;
	margin:0px auto;
}

#WRAPPER .map img{
	display:block;
	width:100%;
	float:none;
}

#WRAPPER .map .map_a{
	display:block;
	width:90%;
	float:none;
	margin:0 auto;
	padding-top:30px;
}

#WRAPPER .map h6{
	display:block;
	margin:0px auto;
	text-align:center;
	line-height:1.6em;
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:0px;
}

#WRAPPER .map h5{
	display:block;
	margin:0px auto 20px auto;
	text-align:center;
	line-height:1.3;
	font-size:16px;
	letter-spacing:5px;
}

#WRAPPER .map .map_a .map_aa{
	display:block;
	width:100%;
	margin:0px auto;
	padding:5px;
	background-color:#fff;
}

#WRAPPER .map .map_a .map_aa a{
	line-height:1.6em;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:1px;
}

#WRAPPER .map .map_a .map_aa p{
	display:block;
	padding:5px 20px 15px 20px;
	line-height:1.6em;
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:0px;
	color:#666;
}

#WRAPPER .map .more{
	display:block;
	width:100%;
	margin:30px auto;
	float:none;
}

#WRAPPER .map .more a{
	display:block;
	margin:0 auto;
	padding:10px;
	text-align:center;
	font-size:14px;
	line-height:1.5em;
	font-style:normal;
	text-decoration:none;
	letter-spacing:0px;
	background-color:#fff;
	border:1px solid rgba(129,216,208,1);
}
/* ====================== [ 手機版 MAP 結束 ] ======================= */

/* ====================== [ 手機版 table ] ======================= */
.table{
	display:none;
}

/* ====================== [ 手機版 table 2 ] ======================= */
.table_b{
	display:block;
	width:100%;
	margin:0px auto;
	padding:0px;
}

.table_b table{
	display:block;
	width:100%;
	border:none;
	margin:0px auto;
	padding:0px;
	font-size:16px;
	line-height:2;
	
}

.table_b td{
	display:block;
	width:100%;
	border:none;
	margin:0px auto;
	padding:0px;
	font-size:16px;
	line-height:2;
}

.table_b tr{
	display:block;
	width:100%;
	border:none;
	margin:0px auto;
	padding:0px;
	font-size:16px;
	line-height:2;
}

/* ====================== [ FOOTER ] ======================= */
#FOOTER{
	clear:both;
	width:100%;
	margin:30px auto 0 auto;
}

#FOOTER a{
	display:block;
	text-indent:-9999px;
}

#FOOTER img{
	display:block;
	width:60%;
	margin:0 auto;
	padding:10px;
}

#FOOTER #footer_a{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	background-color:rgba(129,216,208,1);
}

#FOOTER #footer_a p{
	position:static;
	width:90%;
	margin:0 auto;
	padding:15px;
	font-size:14px;
	text-align:center;
	letter-spacing:0px;
	line-height:20px;
}
	
#FOOTER #footer_a video{
	display:none;
	width:100%;
}
}