@charset "utf-8";
@import url("gcse.css");
/*----------------------------------------------------
	header
----------------------------------------------------*/

header{
	width: 950px;
	margin: 0 auto;
	}

/* 右上nav-PC */
#globalnavbox{
	max-width: 950px;
	margin: 0 auto;
	height: 35px;
	}
	
ul#globalnav{
	float: right;
	clear:both;
	margin-right:5px;
	margin-top:10px;
	}

ul#globalnav li{
	position:relative;
	float: left;
	font-size: 1em;
	height: 24px;
	line-height: 24px;
	color: #979797;
	}

ul#globalnav li a{
	display: block;
	padding: 0 10px;
	color: #979797;
	font-size: 0.88em;
	text-decoration: none;
	text-align: center;
	}

ul#globalnav li a:hover{
	color: #414da5;
	}
	
/* PostPet logo */	
#postpetlogo{
	padding-left:16px;
	padding-bottom:30px; 
	margin-top:-15px; 
	float: left;
	}

#postpetlogo a{
	display: block;
	width:188px;
	height:59px;
	background:url(../images/logo.png) no-repeat top right;
	background-size:188px 59px;
	}

header h1{
	display: none;
	float: left;
	}
  

#rwd_nav {
	display: none;
	}


/* 網站Menu-PC */
#normal_nav{
	display: block;
	}
#normal_nav nav{
	clear: both;
	}

#normal_nav nav ul {
	width: 80%;
	margin:10px auto;
	}
#normal_nav nav > ul li{
	float: left;
	position:relative;
	width:25%;
	border-right: 1px solid #fdcee2;
	border-left: none;
	background: #ffffff;
	text-align: center;
}

#normal_nav nav ul li a{
	display: block;
	width: 100%;
	font-size:1.2em;
	line-height:30px;
	color:#7a7171;
	font-weight:500;
	text-decoration: none;
	letter-spacing:3px;
	}
#normal_nav nav ul li a span{
	display:block;
	clear:both;
	margin-bottom:4px;
	font-size:0.7em;
	line-height:0.8em;
	color:#fda6cd;
	font-weight:normal;
	letter-spacing:1px;
	}
#normal_nav nav ul li:first-child{
	border-left:1px solid #fdcee2;
	}	
#normal_nav nav ul li a:hover{
	height:50px;
	}

#normal_nav nav ul li ul{ 
	width: 100%;
	}

/* 特定在第一層 > 第二層之後下拉部分之樣式 */
ul#pcnav li ul{
    display: none;
    position: absolute;
	float: left;
    margin: 0;
	padding:5px;
	background:#fff;
	font-size:0.9em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index:4;
	}
ul#pcnav li:hover .arrow-bottom{
	border-top: 6px solid #fda6cd;
	}
/* 當第一層選單被觸發時，指定第二層顯示 */
ul#pcnav li:hover > ul{
    display: block;
	}
/* 特定在第二層或之後下拉部分 li 之樣式 */
ul#pcnav li ul li {
    width:100%;
	float:none;
	/*border: 1px solid #fdcee2;*/
	border:none;
	}

/* 特定在第二層或之後下拉部分 li （第一項不要左線）之樣式 */
ul#pcnav li ul li{
	margin-bottom:4px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background:#fff0f6;
	}
ul#pcnav li ul li:first-child {
    margin-top:10px;
	border:none;}
	
/* 第二層或之後 選單 li 之樣式 */
ul#pcnav li ul a {
    width: auto;
	height:45px;
	padding-top:10px;
	color:#a09696;     
    letter-spacing:0.5px;
	}
ul#pcnav li ul a:hover {
	height:45px;     
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;  
	background: #fee3ec;
	color:#7a7171;  
	}

/*----------------------
	arrow
-----------------------*/
.arrow-right {
	display:inline-block;
	width: 10px; 
	height: 0;
	margin-right:3px;
	margin-left:5px;
	margin-top:7px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;	
	border-left: 7px solid gray;
	}
.arrow-bottom {
	width: 6px;
    height: 6px;
    margin: 2px auto 0 ;
    border-top: 6px solid #ffe4ef;
    border-right: 6px solid transparent;    
    border-left: 6px solid transparent;        
	}	
/* Layout */
#wrap{
	overflow:hidden;
	clear:both;
	width: 950px;
	margin: 0 auto;
	}


article { 
	margin:20px auto;
	line-height:1.2;
	}
article section{
	overflow:hidden;
	clear:both;
	}
article p{
	margin-bottom: 10px;
	text-align: justify;
	}

article h2{
	margin:0.5em auto 1em;
	font-weight:700;
	color:#252525;
	}
article h2 span,
article h3 span {
	margin-left:10px;
	font-size:0.8em;
	font-weight:normal;
	}
article section{
	margin: auto;
	}
section h3{
	width:95%;
	margin:1.2em auto 1.5em; 
	padding:0.5em 0.2em;
	border-bottom:1px solid #f8d1dd;
	font-size:0.9;
	font-weight:500;
	color:#e73687;
	}
section h3 span{
	float:right;
	margin-top:3px;
	font-size:0.8em;
	
	}
section h3 span a{
	display:inline-flex;
	padding:5px 10px;
	color:#a5a1a9;
	}

section h3 span a:before{
	content:url(../images/arrow_more.png);
	margin-right:5px;
	}
section h3 span a:hover{
	text-decoration:underline;
	color:#414da5;
	opacity:0.8;
	}

#subcontent{
	float: left;
	width: 20%;
	
}

#maincontent{
	float:left;
	width: 100%;
	}

#crumb{
	width: 100%;
	margin:0px auto;
	margin-top:25px;
	padding:15px 20px 10px;
	 /* fallback */
	background-color: #1a82f7;
	background-repeat: repeat-y;
	background-size:100% 5px; 

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#fdc5d6), to(#fef1f7));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, #fdc5d6, #fef1f7);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #fdc5d6, #fef1f7);

	/* IE 10 */
	background: -ms-linear-gradient(left, #fdc5d6, #fef1f7);

	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #fdc5d6, #fef1f7);
	font-size: 0.9em;
	line-height:1.5;
	}

#crumb span{ 
	padding: 0 2px;
	}
	
/*
section ul{width:95%;margin:10px auto;}
section ul li{margin-bottom:7px;margin-left:5%;line-height:160%;list-style-type:decimal;}
section ul li img{clear:both;display:block;margin:15px;}--*/

/* Submit button */

.submit{
	width:auto;
	margin:2em auto 1em;
	clear:both;
	text-align:center;
	}
.submit span{ 
	position:relative;
	width:15%;
	margin-right:15px;
	padding:0 0 0 1rem;
	list-style-type:none;
	}

.submit input.button{
	margin-right: 10px;
	margin-bottom:10px;
	padding: 10px 20px;
	border: 1px solid #fbce23;
	background: -webkit-gradient(linear, left top, left bottom, from(#fee158), to(#fdc617));
	background: -webkit-linear-gradient(top, #fee158, #fdc617);
	background: -moz-linear-gradient(top, #fee158, #fdc617);
	background: -ms-linear-gradient(top, #fee158, #fdc617);
	background: -o-linear-gradient(top, #fee158, #fdc617);
	background: linear-gradient(top, #fee158, #fdc617);
	background-color: #fdca3d\9;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #242424;
	font-size: 110%;
	font-family: "微軟正黑體", "黑體", Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	
	}
.submit input.button:hover{
	border: 1px solid #f2c85c;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2c85c), to(#f0af0b));
	background: -webkit-linear-gradient(top, #f2c85c, #f0af0b);
	background: -moz-linear-gradient(top, #f2c85c, #f0af0b);
	background: -ms-linear-gradient(top, #f2c85c, #f0af0b);
	background: -o-linear-gradient(top, #f2c85c, #f0af0b);
	background: #ffd359\9;
	}
/* Page */
.page {
	width:auto;
	margin: 30px auto 10px;
	text-align:center; 
	clear:both;
	}

.page b {
	font: bold 1em/1.2em;
	margin-left: 5px;
	}
 .page a{
  margin: 0px 3px 0px 0px;
  display:inline-block;
  font: 1em/1.2em;
  color: #434343;
  padding: 9px 12px 8px;
  background: #f6f1f3;
  border-radius: 3px;
  text-decoration: none;
	}
.page span{display:inline-block;
  font: 1em/1.2em;
  color: #434343;
  line-height:2;
  padding: 2px 5px 3px;
  letter-spacing:2px;
  text-decoration: none;
	}

 
/* Footer */
#footerBox{
	position:relative;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	margin-top:10px;
	padding-top:25px; 
	padding-bottom:5px;
	background:url(../images/bg_sitemap.gif) center top;
	}
.sitemap{
	float:left;
	width:75%;
	margin-left:7%;
	}
.topBox{
	width:100%;	
	height:137px;
	margin-top:-150px;
	overflow:hidden;
	}
.topBox a{
	position: absolute;
	display:block;
	float:right;
	}
.topBox a.bsi{
	width: 6%;
	text-align: center;
	right:100px;
	bottom:20px;
	}
.topBox a.top{
	display:block;
	width:10%;
	height:142px;
	right:15px;
	bottom:10px;
	background:url(../images/topmomo.png) bottom right no-repeat;
	}
.topBox a:hover.top{
	background:url(../images/topmomo_hover.png) bottom right no-repeat;
	}
.sitemap_col{
	display:block;
	float:left;
	width:20%;
	overflow:hidden;
	}
.sitemap h3{
	float:left;
	width:100%;
	margin-bottom:10px;
	line-height:1.8em;
	font-size:1em;
	color:#ff7bad;
	}
.sitemap ul{
	float:left;
	margin-bottom:15px;
	width:100%;	
	}
.sitemap li{
	float:left;
	width:100%;	
	margin-left:16px; 
	line-height:1.88em;
	list-style-type:disc;
	font-size:0.85em;
	color:#a18f97;
	}
.sitemap li a{
	color:#a18f97;
	}
.sitemap li a:hover{
	text-decoration:underline;
	color:#cc0000;
	}

.copyright{
    position:relative;
    width:420px;
    height:28px;
    margin:20px auto;
    padding-left:115px;
    clear:both;
    font-size:0.75em;
    line-height:2.8;
  
	}
.footer_logo{
	position:absolute;
	left:0;
	top:0
	}

/* button*/
.action a:visited{
    color:#fff;
    }

.m-button-pink{
	background:#fc529a;
	}
.m-button-pink:hover{
	background-color:#d31158;
	color:#fff;
	-moz-box-shadow:0 .1em rgba(0,0,0,.5);
	-webkit-box-shadow:0 .1em rgba(0,0,0,.5);
	box-shadow:0 .1em rgba(0,0,0,.5)
	}
.m-button-gray{
	background:#839196
	}
.m-button-gray:hover{
	background-color:#8e9a9f;
	-moz-box-shadow:0 .2em .2em -.1em #60696d,0 .3em #535c5f,0 .5em .5em -.1em rgba(0,0,0,.12);
	-webkit-box-shadow:0 .2em .2em -.1em #60696d,0 .3em #535c5f,0 .5em .5em -.1em rgba(0,0,0,.12);
	box-shadow:0 .2em .2em -.1em #60696d,0 .3em #535c5f,0 .5em .5em -.1em rgba(0,0,0,.12);
	}
.m-button-stretch{
	display:block;
	width:100%;
	padding-top:20px;
	padding-bottom:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	color:#fff;
	}
	
@media screen and (max-width: 736px){
header{
	width: 100%;
	margin: 0 auto;
	}
		
	/* PostPet logo */	
#postpetlogo{
	padding-left:0px;
	padding-bottom:5px; 
	margin-left:15px;
	}

#postpetlogo a{
	margin-top:-10px;
	}


#rwd_nav{
	position:relative;
	width: 100%;
	height: auto;
    margin-top:60px;
	padding-left:10px;
	padding-right:10px;
	}

#rwd_nav nav li a{
	display: block;
	width: 100%;
	height: 58px;
	padding-top:5px;
	border-bottom: 1px dashed #e52f81;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	font-size:1em;
	line-height:30px;
	color:#7a7171;
	font-weight:500;
	letter-spacing:2px;
	text-align: center;
	}
		
#rwd_nav nav ul li span{
	display:block;
	clear:both;
	margin-top:-3px;
	margin-bottom:4px;
	text-align:center;
	font-size:0.6em;
	line-height:0.8em;
	color:#fda6cd;
	font-weight:normal;
	letter-spacing:1px;
	}

/* 特定在第一層 > 第二層之後下拉部分之樣式 */
#rwd_nav_mobile{
	border: 10px solid #e52f81;
	border-bottom:5px solid #e52f81;
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	}
	
#rwd_nav_mobile ul li ul{
	display: none;
	width:97%;
	margin:10px auto;
	line-height:50px;
	font-size:0.95em;
	background:#fff;
	z-index:4;
	}
#rwd_nav_mobile ul li:hover .arrow-bottom{
	border-top: 6px solid #fda6cd;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	}
	
/* 當第一層選單被觸發時，指定第二層顯示 */
#rwd_nav_mobile ul li:hover > ul{
	display: block;
	}
/* 特定在第二層或之後下拉部分 li 之樣式 */
#rwd_nav_mobile ul li ul li {
	width:100%;
	float:none;
	background:#fff0f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:5px;
	}
#rwd_nav_mobile ul li ul li:first-child {
	margin-top:0px;
	}
	
/* 第二層或之後 選單 li 之樣式 */
#rwd_nav_mobile ul li ul li a {
	width: auto;   
	height:50px; 
	padding-top:10px;
	border-bottom: none;
	background: #fff0f6;
	letter-spacing:0.5px;
	color:#a09696; 
	}
#rwd_nav_mobile ul li ul li a:active{
	background-color:#fee3ec;
	}
#rwd_nav #m_globalnav{
	width:100%;
	margin-top:-2px;
	border: none;
	}
#rwd_nav #m_globalnav li{
	float: left;
	width: 20%;		
	}
#rwd_nav #m_globalnav li a{
	display: block;
	width:100%;
	height: 75px;
	padding-top: 45px;
	border-left:1px solid #ee589c;
	background:#e52f81 url(../images/nav_m_globalnav.png) no-repeat;
	background-size: 45px auto;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius: 0px;
	color: #fff;
	font-size: 0.7em;
	text-align: center;
	line-height:1.2em;
	letter-spacing:-0.3px;
	/*-webkit-transition:all 0.3s ease-out;*/
	}
#rwd_nav #m_globalnav li a:hover{
	opacity:0.8;
	}
#rwd_nav #m_globalnav li:nth-child(1) a{ 
	background-position: center 2px;
	border-left: 0px;
	}
#rwd_nav #m_globalnav li:nth-child(2) a{
	background-position: center -90px;
	}
#rwd_nav #m_globalnav li:nth-child(3) a{ 
	background-position: center -178px;
	}
#rwd_nav #m_globalnav li:nth-child(4) a{
	background-position: center -269px;
	}
#rwd_nav #m_globalnav li:nth-child(5) a{
	background-position: center -351px;
	}

#normal_nav{ /*at mobile*/
	display: none;}	
ul#globalnav{
	display: none;
	float: right;
	margin-right: 5px;
	}
.global_search {
	display:none;
	}

	/*-----slidemenu Defaults-----*/
.nav__trigger {
	display: block;
	position: absolute;
	width: 30px;
	height: 25px;
	top: 20px;
	right: 20px;
	z-index: 900;
	background: #fff;
	}
.nav__icon {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #e52f81;
	-webkit-transition-property: background-color, -webkit-transform;
	      	transition-property: background-color, transform;
	-webkit-transition-duration: 300ms;
		    transition-duration: 300ms;
	}
.nav__icon:before,
.nav__icon:after {
	content: '';
	position: absolute;
	display: block;
	width: 30px;
	height: 5px;
	background: #e52f81;
	-webkit-transition-property: margin, -webkit-transform;
	     	transition-property: margin, transform;
	-webkit-transition-duration: 300ms;
	     	transition-duration: 300ms;
	}
.nav__icon:before {
	margin-top: -10px;
	}
.nav__icon:after {
	margin-top: 10px;
	}

/*-----slidemenu actived-----*/
.nav--active .nav__trigger {
	background-color: rgba(0,0,0,0);
	opacity: 0.8;
	}
.nav--active .nav__icon {
	background-color: rgba(0, 0, 0, 0);
	}
.nav--active .nav__icon:before {
	margin-top: 0;
	background-color: red;
	-webkit-transform: rotate(45deg);
	   	-ms-transform: rotate(45deg);
	     	transform: rotate(45deg);
	}
.nav--active .nav__icon:after {
	margin-top: 0;
	background-color: red;
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
	}
	
#wrap{
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
	}
article { 
	padding: 10px 5px;
	}

article p{
	text-align: justify;
	margin-bottom: 10px;
	}

#subcontent{
	display: none;
	width: 200px;
	float: none;
	}

#maincontent{
	width: 100%;
	margin-left: 0px;
	}

#crumb{
	width: 100%;
	padding-left: 15px;
	font-size: 0.9em;
	}

#crumb li{ 
	float: left;
	line-height: 30px;
	padding: 0 1px 0 0;}

/* Main content */

article { 
	margin:0px auto;
	}
article section{
	width:100%;
	}


/* Submit button */

.submit{
	width:auto;
	text-align:center;
	}
.submit span{ 
	width:20%; 
	margin-right:0.5em;
	}

/* Page */

.page a{
  margin-bottom: 10px;
	}

/* Footer */

.sitemap{
	float:none;
	width:85%;
	margin:auto;
	}
.topBox{
	margin-top:-200px;
	}
.topBox a.bsi{
	width: 10%;
	}
.topBox a.top{
	width:30%;
	}
.topBox a:hover.top{
	background:url(../images/topmomo_hover.png) bottom right no-repeat;
	}
.sitemap_col{
	display:block;
	float:left;
	overflow:hidden;
	width:40%;
	}
.sitemap_col:nth-child(odd){
	margin-left:10%;
	margin-right:10%;
	}
.sitemap h3{
	float:left;
	width:100%;
	margin-bottom:10px;
	font-size:1em;
	line-height:1.8em;
	color:#ff7bad;
	}
.sitemap ul{
	float:left;
	width:100%;	
	margin-bottom:15px;
	}
.sitemap li{
	float:left;
	width:100%;
	list-style-type:disc;
	margin-left:16px;
	font-size:0.85em;
	line-height:1.88em;
	color:#a18f97;
	}
.sitemap li a{
	color:#a18f97;
	}
.sitemap li a:hover{
	text-decoration:underline;
	color:#cc0000;
	}

.copyright{
	position:relative;
	clear:both;
	width:410px;
	height:30px;
	margin:10px auto;
	padding-left:105px;
	font-size:0.75em;
	line-height:2.8;}
.footer_logo{
	position:absolute;
	right:0;
	top:0
	}

.m-button-pink:hover{
	background-color:#fc529a;
	color:#fff;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none; }
.m-button-pink:active{
	background-color:#d31158;
	}
}

@media screen and (max-width: 540px) {

#postpetlogo a{
	width:160px;
	height:50px;
	margin-top:0px;
	background:url(../images/logo.png) no-repeat top;
	background-size:160px 50px;
	}
.nav__trigger {
	right: 10px;
	}
#footerBox{
	margin-top:0px;
	}
.sitemap li{
	line-height:1.7em;
	}

.pageno{
	width:100%;
	clear:both;
	}

/* button*/
.action a{
	display:block;
	width:auto;
	margin:auto;
	}

.m-button-pink{
	background:#fc529a
	}
	
/*footer*/		
.copyright{
	width:310px;
	padding: 30px 5px;
	}
}



/*點圖放大btn*/
#btn_img_up{
	position:absolute;
	top:48%;
	left:2.5%;
    background: none;
	background-image:url(../images/arrow_black.png);
	background-repeat:no-repeat;
	opacity:0.2;
	border:none;
	}
	
#btn_img_down{
	position:absolute;
	top:45.5%;
	right:2%;
    background: none;
	background-image:url(../images/arrow_black.png);
	background-repeat:no-repeat;
	opacity:0.2;
    transform: rotate(180deg);
	border:none;
		}



		