@charset "utf-8";
/* ---reset.css--- */
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,
caption, 
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;
}
html {
	-webkit-text-size-adjust:none;
	font-size: 15px;
	color: #333;
	font-family: "微軟正黑體";
}
body{
	background-image:url(../images/icon_bg.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


a, visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #C84E96;
	text-decoration: none;
}
/* --電腦版型------------------------------------- */

#TOP-MENU {
	display: none;
}
#TOP-MENU h4 {
	
}
#WRAPPER {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#submenu {
	float: left;
	width: 200px;
	margin-top: 150px;
	position: fixed;
}
#about {
}
#about_s {
	display: none
}
#BANNER {
	width: 750;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#CONTENT {
	width: 580px;
	float: right;
}
#CONTENT .BOX {
	overflow: hidden;
	float: left;
	margin: 10px 10px;
	padding-left: 30px;
}
.BOX ul{
	margin-left: 8px;
	list-style-image: url(../images/icon_li_02.gif);
	padding-left: 22px;
	}
#path {
	color: #999;
	margin-bottom: 50px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-top: 15px;
	text-align: right;
	margin-top: 10px;
	overflow: hidden;
	font-size: 14px;
}

.b_line{
	color: #06C;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	
	}
.tit {
	background-color: #FFF;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
.tit_bg {
	background-image: url(../images/bg_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
.top_bg {
	background-image: url(../images/bgg.png);
	background-repeat: no-repeat;
	background-position: top;
	min-width:1000px
}

#line_gry {
	background-color: #f5f4f4;
	height: 15px;
	margin: 60px auto;
	width: 100%;
	clear: both;
	overflow:hidden
}
.tail {
	background-image: url(../images/bg_tail.jpg);
	height: 137px;
	color: #FFF;
	margin-top: 20px;
	min-width:1000px;
}

#in_line{
	clear:both;
	display:block;
	background-image: url(../images/in_line.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 45px;
	padding:15px 0;
	
	}
#submenu li {
	position: relative;
	float: right;
	list-style-type: none;
	background-image: url(../images/sub_bg.gif);
	width: 159px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#submenu li a, visited {
	color: #666;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#submenu li a:hover {
	text-decoration: none;
	color: #C84E96;
}
#h {
	display: none
}
.box2 {
	overflow: hidden;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	clear: right;
}

.inmenu_b {
	margin-right: 4px;
	padding-left: 20px;
	padding-top: 7px;
	margin-bottom: 5px;
	height: 32px;
	width: 115px;
	background-image: url(../images/sel_hover.gif);
	display: block;
	float:left;
	color:#FFF
	}
.inmenu li{
	float: left;
	}
.inmenu li a,visited{
	margin-right: 4px;
	padding-left: 20px;
	padding-top: 8px;
	margin-bottom: 5px;
	height: 32px;
	width: 115px;
	background-image: url(../images/sel_none.gif);
	display: block;
	}	
.inmenu li a:hover{
	background-image: url(../images/sel_hover.gif);	
	color:#FFF
	}
.inmenu ul{
		display: block;
				float: left;
				position: absolute;			
				left: 0;	
				margin: 0;
	
	}
.inmenu ul li:hover > ul{
				display: block;
			}
.inmenu ul li {
				border-bottom: 1px solid #DDD;
			}
		ul.inmenu ul a{
			width: 120px;
				padding: 10px 12px;	
				background-color:#C09;
				color:#FFF;	
			
			}
			
			.arrow-bottom {
				display: inline-block;
				margin-left: 5px;
				border-top: 4px solid #FFF;
				border-right: 4px solid transparent;				
				border-left: 4px solid transparent;		
				width: 1px;
				height: 1px;
			}

			/* 箭頭向右 */
			.arrow-right {
				display: inline-block;
				margin-left: 12px;	
				border-top: 3px solid transparent;
				border-bottom: 3px solid transparent;
				border-left: 3px solid #666;		
				width: 1px;
				height: 1px;
			}
	
.c_div{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	width:80%;
	}
.e_box{
	font-weight: bold;
	color: #C84E96;
	background-color: #FED3F1;
	padding: 8px;
	border-radius: 5px;
	width:90%;
	font-size: 17px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	}
	
.tag li{
	float: left;
	background-image: url(../images/tag_sel.png);
	color:#FFF;
	display:block;
	height: 45px;
	width: 106px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 6px;
	}
.tag li a,visited{
	height: 45px;
	width: 106px;
	background-image: url(../images/tag_none.gif);
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	margin-top: -6px;
	padding-top: 6px;
	}
.tag li a:hover{
	background-image: url(../images/tag_sel.png);	
	color:#FFF
	}

/* --手機版型------------------------------------- */
@media screen and (max-width: 736px) {
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	-webkit-text-size-adjust: none;
}
#h {
	display: block
}
#TOP-MENU {
	display: block;
	width: 100%;
	height: 75px;
	position: relative;
	
}
#TOP-MENU h4 {
	display: block;
	width: 75px;
	height: 75px;
	background-image: url(../images/btn.png);
	float:right;
	right: 5px;
	top: 10px;
	text-indent: -9999px;

}

#WRAPPER {
	width: 100%;
	min-width: 320px;
}
#logo {
	display: none
}

#CONTENT .BOX {
	float: none;
	margin: 0 auto;
	padding: 10px 20px;
	width: 90%;
	overflow: hidden;
}
#about {
	display: none
}
#about_s {
	display: block;
	width: 90%;
	margin: 0 auto;
}
#about_s img {
	width: 100%;
	height: auto;
}
#BANNER {
	widows: 100%;
	min-width: 320px;
}
#BANNER img {
	width: 500px;
	height: auto;
}
#path {
	display: none;
}
#line_gry {
	width: 90%;
	background-color: #f5f4f4;
	height: 15px;
	margin: 40px auto;
	overflow: hidden;
}
#in_line{
	clear:both;
	display:block;
	background-image: url(../images/in_line.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 45px;
	width:95%;
	margin:20px auto;
	}

#tail {
	font-size: 14px;
	text-align: center;
	background-color: #f5f4f4;
	margin-top: 60px;
	margin-bottom: 0;
	overflow: hidden;
	padding-top:20px;
	padding-bottom: 30px;
	width: 100%;
}
.tit_bg {
	background-image: url(../images/bg_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}
#submenu {
	width: 100%;
	height: auto;
	display: none;
	float: none;
	margin-top: 0px;
	position:static;
}
#submenu ul {
	width: 100%;
	height: auto;
	
}
#submenu li {
	width: 100%;
	float: none;
	position: relative;
	list-style-type: none;
	background-image: none;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #F995D6;
}
#submenu li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#submenu li a:hover {
}
.inmenu_b {
	margin-right: 4px;
	padding-left: 20px;
	padding-top: 7px;
	margin-bottom: 5px;
	height: 42px;
	width: 140px;
	background-image: url(../images/sel_hover.gif);
	display: block;
	float:left;
	color:#FFF
	}
.inmenu li{
	float: left;
}
.inmenu li a,visited{
	margin-right: 6px;
	padding-left: 20px;
	padding-top: 8px;
	margin-bottom: 5px;
	background-image: url(../images/sel_none.gif);
	height: 42px;
	width: 140px;
	}

.inmenu li a:hover{
		background-image: url(../images/sel_hover.gif);	
	color:#FFF
	}
	
.pic img{
	width:250px;
	height:auto;
	border-radius:50%; 
	}
	
.box2 {
	overflow: hidden;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 40px;
	padding-left: 20px;
	clear: right;
}
.c_div{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	width:100%;
	float:left;
	}
.menu {
	background-image: url(../images/bg_menu.png);
	padding-top: 60px;
	padding-left: 45px;
	background-repeat: no-repeat;
	min-width:206px;
	min-height:447px;
}
.menu li{}
.menu li a,visited{
	display: block;
	margin-top:3px;
	height: 50px;
	font-weight: bold;
	color: #60C;
	font-size: 16px;
	padding-top: 4px;
	padding-left: 17px;
	margin-bottom:8px
}
.menu li a:hover{
	color: #FFF;
	background-image: url(../images/menu_sel.png);
	background-repeat: no-repeat;
	opacity: 0.9; 
    filter: alpha(opacity=90);
}
.photo_bg {

	padding-top: 40px;
	padding-left: 20px;
	min-height:300px;
	display:block
}
}
/* --通用設定------------------------------------- */

.fs_26 {
	font-weight: bold;
	color: #666;
	font-size: 22px;
}
.fc_b {
	font-weight: bold;
	color: #09F;
}
.fs_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.fs_16 {
	font-size: 17px;
}
.fs_22 {
	font-size: 22px;
}
.r_box img {
	border-radius: 5px;
}
.fc_pink {
	color: #C84E96;
}
.header {
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	overflow: hidden;
	display:block;
	clear: both;
}

.class_box {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	box-shadow:1px 1px 8px #333333;
}
.menu {
	background-image: url(../images/bg_menu.png);
	height: 440px;
	width: 158px;
	padding-top: 60px;
	padding-left: 45px;
	background-repeat: no-repeat;
}
.menu li{}
.menu li a,visited{
	display: block;
	height: 46px;
	font-weight: bold;
	color: #60C;
	font-size: 16px;
	padding-top: 8px;
	padding-left: 17px;
}
.menu li a:hover{
	color: #FFF;
	background-image: url(../images/menu_sel.png);
	background-repeat: no-repeat;
	opacity: 0.9; 
    filter: alpha(opacity=90);
}

.p_r {
	padding-right: 40px;
	padding-bottom: 20px;
}
.fc_b {
	color: #09F;
}
.news_title {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	margin-bottom: 5px;
	padding-left: 8px;
}
.news_date {
	font-size: 13px;
	color: #96C;
	padding-left: 10px;
	font-weight: bold;
}
.news li a,visited{
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	padding-left: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.news li a:hover{}
.top_link a,visited{
	opacity: 0.8; 
    filter: alpha(opacity=80);
	}
.top_link a:hover{
	opacity: 1; 
    filter: alpha(opacity=100);
	}
	
.photo_bg {
	background-image: url(../images/bg_photo.png);
	background-repeat: no-repeat;
	height: 190px;
	width: 565px;
	padding-top: 40px;
	padding-left: 20px;
}
