@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "微軟正黑體", Arial;
}
body.stay {
	overflow: hidden;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
ul, li, h1, h2, h3, h4, h5, h6, form {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper{
	width: 100%;
		position: relative;
	left: 0%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#wrapper.stay{
	width: 100%;
	position: relative;
	left: -80%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#wrapper.stay:before{
	content:"";
	position:absolute;
	background-color:rgba(0,0,0,0.7);
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:4000;
}

/*#wrapper.norwd,#wrapper.norwd #header,#wrapper.norwd #banner .slide  {

	min-width:1200px!important;
}*/
#wrapper #header {
	background-color: #ebebeb;
	height: 71px;
	width: 100%;
	background-image: url(../images/mobile_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 4px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	   
}
#wrapper.stay #header {

	left: -80%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;

	   
}
#header .sq {
	height: 71px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
#logobar {
	height: 71px;
	width: 100%;
	display: table;
}
#logobar .logo {
	height: 62px;
	width: 134px;
	margin-top: 5px;
	margin-left: 0px;
	float: left;
}
#logobar .logo img {
	height: auto;
	width: 100%;
}
#logobar .menu {
	float: right;
	margin-top: 14px;
	margin-right: 28px;
	height: 82px;
	width: auto;
	text-align: right;
	display: none;
}
#logobar .menu .toolbar {
	font-size: 16px;
	line-height: 24px;
	display: table;
	float: right;
}
#wrapper #header .sq #logobar .menu .toolbar a {
	color: #655845;
	line-height: 24px;
}
#wrapper #header .sq #logobar .menu .toolbar div {
	float: left;
}

#wrapper #header .sq #logobar .menu .toolbar div:first-child a{
	padding-left: 30px;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: left top;	
}


#wrapper #header .sq #logobar .menu .toolbar div:after {
	content:"．";
	padding-left:5px;
	padding-right:5px;
}

#wrapper #header .sq #logobar .menu .toolbar div:last-child:after {
	content:"";
	padding-left:0px;
	padding-right:0px;
}
#logobar .menu .searchbar {
	height: 32px;
	width: auto;
	margin-top: 35px;
}
#logobar .menu .searchbar ul {
	display: table;
	height: 32px;
	width: auto;
	float: left;
}
#logobar .menu .searchbar ul li {
	float: left;
	font-size: 16px;
	line-height: 32px;
	padding-right: 10px;
	padding-left: 12px;
	background-image: url(../images/icon_line.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#logobar .menu .searchbar ul li:last-child {

	background-image: none;

}
#logobar .menu .searchbar ul li a {
	color: #655845;
	padding-right: 25px;
	margin-right:5px;
	background-repeat: no-repeat;
	background-position: right center;
}
#logobar .menu .searchbar ul li:first-child a {
	background-image: url(../images/icon2.png);	
}
#logobar .menu .searchbar ul li:nth-child(2) a {
	background-image: url(../images/icon3.png);	
}
#logobar .menu .searchbar ul li:nth-child(3) a {
	background-image: url(../images/icon4.png);	
}
#logobar .menu .searchbar ul li:nth-child(4) a {
	background-image: url(../images/icon5.png);	
}
#logobar .menu .searchbar form {
	float: left;
	height: 32px;
	width: 180px;
}
#logobar .menu .searchbar form input[type="button"], #logobar .menu .searchbar form input[type="submit"] {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	background-color: #d9d5cc;
	background-image: url(../images/button_search.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 32px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logobar .menu .searchbar form input[type="text"], #logobar .menu .searchbar form input[type="search"] {
	background-color: #FFF;
	float: left;
	height: 32px;
	width: 148px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-left-radius:2px;
	border-top-left-radius:2px;
}
#menubar {
	height: 68px;
	margin-right: 6px;
	margin-left: 6px;
	position: relative;
	display: none;
}
#menubar ul.main {
	position: absolute;
	height: 80px;
	width: 100%;
	bottom: -12px;
	box-shadow:0 3px 3px #999;
	z-index:3001;
}
#menubar ul.main li {
	float: left;
	height: 80px;
	width: 16.666%;
	position: relative;
	border-right-style: none;
}
#menubar ul.main li a.mb {
	background-color: #FFF;
	text-align: center;
	height: 80px;
	width: 100%;
	display: block;
	font-size: 16px;
	color: #503d37;
	background-image: url(../images/ui_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 100%;
	position: absolute;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #edeced;
	left: 0px;
	bottom: 0px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#menubar ul.main li a.mb:before {
	
	background-repeat: no-repeat;
	background-position: center 7px;	
	background-size:80px 35px;
	content:"";
	width:100%;
	height:35px;
	display:block;
	padding-top:10px;
	margin-bottom:0px;
		-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
	
}


#menubar ul.main li:hover a.mb {

	height: 96px;
		-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;

}

#menubar ul.main li:hover a.mb:before {
	
	background-repeat: no-repeat;
	background-position: center 7px;	
	background-size:114px 50px;
	content:"";
	width:100%;
	height:50px;
	display:block;
	padding-top:10px;
	margin-bottom:0px;
		-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
	
}



#menubar ul.main li:first-child a.mb:before {
background-image: url(../images/menubar_but1pic.png);
}

#menubar ul.main li:nth-child(2) a.mb:before {
background-image: url(../images/menubar_but2pic.png);
}

#menubar ul.main li:nth-child(3) a.mb:before {
background-image: url(../images/menubar_but3pic.png);
}

#menubar ul.main li:nth-child(4) a.mb:before {
background-image: url(../images/menubar_but4pic.png);
}

#menubar ul li:nth-child(5) a.mb:before {
background-image: url(../images/menubar_but5pic.png);
}

#menubar ul.main li:nth-child(6) a.mb:before {
background-image: url(../images/menubar_but6pic.png);
}




#menubar ul.main li a.mb:after {
	
	content:"";
	width:100%;
	height:5px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
}
#menubar ul.main li:first-child a.mb:after {
	
	background-color:#ea4e80;
}
#menubar ul.main li:nth-child(2) a.mb:after {
	
	background-color:#fdc700;
}
#menubar ul.main li:nth-child(3) a.mb:after {
	
	background-color:#49bea5;
}
#menubar ul.main li:nth-child(4) a.mb:after {
	
	background-color:#eb4801;
}
#menubar ul.main li:nth-child(5) a.mb:after {
	
	background-color:#89c00e;
}
#menubar ul.main li:nth-child(6) a.mb:after {
	
	background-color:#ec6a72;
}
#menubar .menutagin {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 80px;
	display: none;
}
#menubar .menutagin .ttin {
	background-color: rgba(0,0,0,0.6);
	display: table;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%;
}
#menubar .menutagin .ttin ul {
	float: left;
	width: 16.666%;
}
#wrapper #banner {
	height: auto;
	width: 100%;
	position: relative;
	display: none;
}
#wrapper #banner .slide {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper.norwd #banner .slide div{
	display:block;
}
#wrapper #banner .slide div img {
	height: auto;
	width: 100%;
}
#mainarea {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 71px;
}
#wrapper #footer {
	height: auto;
	width: 100%;
	background-color: #3b7daf;
}
#web_map {
	background-color: #3b7daf;
	display: none;
}
#web_map .sq {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	display: table;
	padding-right: 60px;
	padding-left: 60px;
}
#web_map .sq .wm {
	float: left;
	width: 13.5%;
	margin-right: 3.5%;
	color: #FFF;
}
#web_map .sq .wm h1 {
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.6);
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
#web_map .sq .wm:last-child {
	margin-right: 0px;
}
#web_map .sq .wm ul {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
#web_map .sq .wm ul li {
	text-align: left;
	margin-top: 10px;
}
#web_map .sq .wm ul li a {
	color: #FFF;
}
#copyright .sq {
	text-align: center;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#copyright .sq .logoline {
	display: none;
	height: 58px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#copyright .sq .logoline div {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#wrapper #footer #copyright .sq .infomation div {
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	display: block;
	text-align: center;
}
#copyright .sq .infomation div span {
	margin-left: 10px;
}
#menubar .main li > ul {
	width: 600%;
	position: absolute;
	top: 100%;
	background-color:rgba(0,0,0,0.7);
	display:none;
}
#menubar .main li ul li ul {
	position: relative;
	background-color: rgba(255,255,255,0);
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: left;
	width: 75%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
	padding-left: 25%;
	height: 152px;
	margin-left:0px!important;
	display:block!important;
}
#menubar .main li ul li {
	height: 100%;
}
#menubar .main li ul li ul li {
	list-style-type: disc;
	float: none;
	margin-left: 20px;
	height: auto;
}
#menubar .main li ul li ul li a {
	font-size: 16px;
	line-height: 38px;
	color: #FFF;
	background-color: rgba(255,255,255,0);
	background-image: none;
	white-space: nowrap;
}
#menubar .main li ul li.twopart {
	width: 33.332%;
	border-right-style: none!important;
}
#menubar .main li ul li.fivepart {
	width: 83.333%;
	border-right-style: none!important;
}

#menubar .main li ul .twopart img {
	margin-top: 20px;
	height: 152px;
	width: auto;
}
#menubar .main li ul .fivepart img {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#menubar .main > li:nth-child(2) > ul {
	left: -100%;
}
#menubar .main > li:nth-child(3) > ul {
	left: -200%;
}
#menubar .main > li:nth-child(4) > ul {
	left: -300%;
}
#menubar .main > li:nth-child(5) > ul {
	left: -400%;
}
#menubar .main li:first-child > ul {
	left: 0px;
}









/*--------------------內頁共用---------------------*/



#mainarea .roadline span {
	font-size: 14px;
	line-height: 16px;
	color: #888;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888;
}
#mainarea .roadline span:last-child{
	border-right-style: none;

}
#mainarea .roadline span a {
	color: #888;
	
}



#mainarea .roadline {
	margin-bottom: 20px;
	margin-top: 15px;
}
#mainarea .mainarea {
	height: auto;
	width: 100%;
	display: inline-block;
	position: relative;
}
#mainarea .mainarea .left_area {
	height: auto;
	width: 94%;
	margin-bottom: 50px;
	float: none;
	margin-right: 3%;
	margin-left: 3%;
}
#mainarea .mainarea .right_area{
	float: right;
	width: 21.666%;
	display: none;
}
#mainarea .mainarea .left_area .titleline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	margin-bottom: 15px;
	display: table;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
}

#mainarea .mainarea .left_area .titleline .title {
	font-size: 24px;
	line-height: 32px;
	color: #1f1f1f;
	float: left;
	padding-left: 40px;
	margin-right: 20px;
}

#mainarea .mainarea .left_area .titleline form {
	    float: right;
}
#mainarea .mainarea .left_area .titleline form select {
	float: left;
	height: 32px;
	width: 120px;
	margin-right: 20px;
}
#mainarea .mainarea .left_area .titleline .community {
	float: right;
	height: 20px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-right: 5px;
	display: none;
}

#mainarea .mainarea .left_area .titleline .community a img{

	height: 20px;
	width: 20px;

}
#mainarea .mainarea .left_area .titleline .community a{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	margin-left: 3px;
	opacity:0.7;
}
#mainarea .mainarea .left_area .titleline .community a:hover{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	margin-left: 5px;
	opacity:1;
}
#mainarea .mainarea .left_area .maintextarea {
	margin: 15px;
}
#mainarea .mainarea .left_area .maintextarea h3 {
	font-size: 24px;
	line-height: 32px;
	color: #1f1f1f;
	text-align: left;
	margin-bottom: 15px;
}
#mainarea .mainarea .left_area .maintextarea .inpic {
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	position: relative;
	border-bottom-color: #ff5842;
}
/*--------------------內頁共用---------------------*/

#mainarea .mainarea .left_area.downspace {
	padding-bottom: 0px;
}
#mainarea .mainarea .left_area.downspace .hotactivity {
	width: 75%;
	position: absolute;
	left: 0px;
	bottom: 40px;
	display: none;
}
#mainarea .mainarea .left_area.allspace {
	float: none;
	width: auto;
}

/*手機專用*/

#mobile_menu {
	background-color: #d9d5cc;
	height: 100%;
	width: 80%;
	position: fixed;
	top: 0px;
	z-index: 5001;
	right: -80%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


#mobile_menu.stay {

	right: 0%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#mobile_menu .comicon {
	background-color: #2d2d2d;
	height: 100%;
	width: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 100px;
	    display: none;
}
#mobile_menu .comicon a {
	display: block;
	height: 30px;
	width: 30px;
	margin-bottom: 15px;
}
#mobile_menu .comicon a img {
	height: 100%;
	width: 100%;
}
#mobile_menu .leftmobile_menu {
	height: 100%;
/*	margin-right: 70px;*/
	overflow-x: hidden!important;
	overflow-y: auto!important;
	position: relative;	
}
#mobile_menu .leftmobile_menu:before {
	content: "";
	width: 12px;
	height: 22px;
	background-image: url(../images/arrow_mobilemenu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 100%;
	top: 100px;
	z-index: 5002;	
}

#mobile_menu .leftmobile_menu form {
	height: 35px;
	width: 80%;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 10%;
	border-radius: 5px;
	border: 1px solid #FFF;
	position: relative;
}
#mobile_menu .leftmobile_menu form input[type="search"] {
	float: left;
	height: 35px;
	margin-right: 35px;
	display: inline-block;
	background-color: rgba(255,255,255,0);
	width: 99%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 10px;
	padding-left: 10px;
	outline:none;
	
}
#mobile_menu .leftmobile_menu form input[type="button"] {
	background-color: #D9D5CC;
	background-image: url(../images/button_search.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 35px;
	width: 35px;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
#mobile_menu .leftmobile_menu form div {
	height: 35px;
	margin-right: 35px;
}









#mobile_menu .leftmobile_menu .mainmenu {
	margin-left: 20px;
}
#mobile_menu .leftmobile_menu .mainmenu ul li {
	text-align: left;
}
#mobile_menu .leftmobile_menu .mainmenu ul li a {
	font-size: 20px;
	line-height: 24px;
	color: #503d37;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3bfb7;
	display: block;
	padding-left: 40px;
	background-size: 24px 24px;
	background-position: 5px center;
	background-repeat: no-repeat;
}
#mobile_menu .leftmobile_menu .mainmenu ul li:first-child a {
	background-image: url(../images/icon_a.png);
	
}
#mobile_menu .leftmobile_menu .mainmenu ul li:nth-child(2) a {
	background-image: url(../images/icon_b.png);	
}

#mobile_menu .leftmobile_menu .mainmenu ul li:nth-child(3) a {
	background-image: url(../images/icon_n.png);
}

#mobile_menu .leftmobile_menu .mainmenu ul li:nth-child(4) a {
	background-image: url(../images/icon_o.png);
}

#mobile_menu .leftmobile_menu .mainmenu ul li:nth-child(5) a {
	background-image: url(../images/icon_h.png);
}
#mobile_menu .leftmobile_menu .mainmenu ul li:nth-child(6) a {
	background-image: url(../images/icon_p.png);
}



#mobile_menu .leftmobile_menu .googlemap {
	width: 80%;
	margin-top: 20px;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 10%;
	position: relative;
	overflow: hidden;
}
#mobile_menu .leftmobile_menu .googlemap img {
	height: auto;
	width: 100%;
}
#mobile_menu .leftmobile_menu .googlemap iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#mobile_menu .leftmobile_menu .addressarea {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#mobile_menu .leftmobile_menu .addressarea .one {
	height: auto;
	width: 100%;
	margin-top: 20px;
}
#mobile_menu .leftmobile_menu .addressarea .one h3 {
	font-size: 18px;
	line-height: 24px;
	color: #503d37;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #503d37;
	text-align: left;
}
#mobile_menu .leftmobile_menu .addressarea .one div span {
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}











/*0414新增*/
#mobile_menu .leftmobile_menu .mainmenu ul li.login a {
	background-image: url(../images/icon_m.png);
}

#mobile_menu .leftmobile_menu .mainmenu ul li.logout a {
	background-image: url(../images/icon_m.png);
}

/*0414新增*/



