@media screen and (min-width: 900px){
	.site{
		display:none;
	}
}

@media screen and (max-width: 899px){
	.no-mobile{
		display:none;
	}
}

.no-mobile{
	text-align:center;
	font-size:24px;
	width:500px;
	margin:auto;
	font-size:'PT Sans', sans-serif;
	padding-top:200px;
	line-height:40px;
}

.navigation{
	background-image: url(../images/nav/nav-bg.png);
	background-repeat: repeat-x;
	height: 60px;
	display: block;
	margin-left: -10px;
	padding-right: 14px;
	width: 102%;
	bottom: 0px;
	position: fixed!important;
	z-index: 9999;
}

#hidepage{
	z-index:999999;
	position: absolute; 
	left:0px; 
	top:0px; 
	background-color:#FFF; 
	layer-background-color:#FFF;
	height:700px; 
	width:100%;
}

#hidepage img{
	padding-top:20px;
}

.center-text{
	padding-top:150px;
	text-align:center;
}

*{
	margin:0px;
	border:0px;
	padding:0px;
	font-family:'PT Sans', sans-serif;
	-webkit-text-size-adjust:none;
}


.home{}
.about{	display:none}
.portfolio{
	display: none;
	
}
.portfolio{
	display: none;
	
}
.blog{display:none;}
.contact{display:none;}

.empty-clear-menu{
	height:50px;
}

.clear{
	clear:both;
}



body{
	background-image:url(../images/background/bg.png);
	background-repeat:repeat;
	padding-left:10px;
	padding-right:10px;
}

.header-deco{
	background-image:url(../images/background/header-deco.png);
	background-repeat:repeat-x;
	height:7px; 
	margin-left:-10px;
	padding-right:10px;
	width:102%;
	margin-top:-3px;
}

.header{
	padding-top:15px;
	margin-bottom:15px;
}


/*分隔線*/
.decoration{
	background-image:url(../images/background/deco_style_1.png);
	height:2px;
	width:100%;
	display:block;	
	background-repeat:repeat-x;
	padding-bottom:20px; 
}

.image-deco{
	padding:3px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
	-moz-box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
	box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
}

.image-width{
	width:98%;	
}


.round-icon{
	float:left;
	opacity:0.8;
	filter:alpha(opacity=80);
	width:32px;
	height:33px;
	background-image:url(../images/icon-bg/gray_bg.png);
	background-repeat:no-repeat;
	padding-right:10px;
	padding-bottom:2px;
	margin-top:5px;
}

.footer{
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #CCC;
	background-image: url(../images/background/footer-bg.png);
	background-repeat: repeat;
	margin-left: -10px;
	width: 102%;
	padding-right: 14px;
	margin-bottom: -1px;
	padding-bottom: 10px;
}

.copyright{
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFFFFF!important;
}

/*/////////*/
/*Blog Post*/
/*/////////*/

.blog-post img{
	margin-bottom:10px;	
}

.blog-post p{
	padding-bottom:20px;
}

ul.blog-post-details{
	margin-bottom:10px;	
}


/*////////////*/
/*Contact Form*/
/*////////////*/

#nameError{
	position:absolute;
	font-size:12px;
	color:#e34e47;
	margin-top:-70px;
	right:10px;
}

#emailError{
	position:absolute;
	font-size:12px;
	color:#e34e47;
	margin-top:-70px;
	right:10px;
}

#emailError2{
	position:absolute;
	font-size:12px;
	color:#e34e47;
	margin-top:-70px;
	right:10px;
}

#messageError{
	position:absolute;
	font-size:12px;
	color:#e34e47;
	margin-top:-105px;
	right:10px;
}

.contactButton{
	margin-top:15px;
	padding: 10px 10px!important; 
}

.contactBut{
	padding:8px 10px!important;	
}
	
label#name_label{
	display:block;
	margin-top:-10px!important;
	font-family: 'PT Sans', sans-serif;
	font-weight:bold;
	font-size:14px;
	text-shadow:0px 1px 0px #ffffff;
	color:#5b5b5b;
	line-height:40px;
	padding-left:3px;
}
	
label#email_label{
	display:block;
	font-family: 'PT Sans', sans-serif;
	font-weight:bold;
	font-size:14px;
	text-shadow:0px 1px 0px #ffffff;
	color:#5b5b5b;
	line-height:40px;
	padding-left:3px;
}
	
label#message_label{
	display:block;
	font-family: 'PT Sans', sans-serif;
	font-weight:bold;
	font-size:14px;
	text-shadow:0px 1px 0px #ffffff;
	color:#5b5b5b;
	line-height:40px;
	padding-left:3px;
}

#contactName{
	width: 92%;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
	border-style: solid;
	border-width: 2px;
	border-color: #cacaca;
}
#contactName3{
	width: 97%;
	height: 24px;
	padding-left: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
	border-style: solid;
	border-width: 2px;
	border-color: #cacaca;
}

#contactName:focus{
	border-color:#e34e47;
}

#successMessage{
	margin-top:-10px!important;
	padding-bottom:181px;
}
	
#contactEmail{
	width:92%;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	text-transform:lowercase;
	border-style:solid;
	border-width:2px;
	border-color:#cacaca;
}

#contactEmail:focus{
	border-color:#e34e47;
}
	
#contactMessage{
	padding:10px;	
	width:92%;
	height:50px;
	border-style:solid;
	border-width:2px;
	border-color:#cacaca;
}

#contactMessage:focus{
	border-color:#e34e47;
}








#Bookmark {
	width: 100%;
	overflow: hidden;
}

.fq {
	background-image: url(../images/speach1.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
	padding-left: 30px;
	padding-top: 5px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 5px;
	line-height: 18px;
	float: left;
	color: #5b5b5b;
	font-size: 14px;
	margin-bottom: 5px;
	font-family: "微軟正黑體";
}


.fa {
	color: #999;
	width: 95%;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-left: 5px;
	overflow: hidden;
	font-family: "微軟正黑體";
}
#FQA {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#Title {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #030;
	letter-spacing: 2%;
}
#top2 {
	position: absolute;
	right: 5px;
}
#end {
	background-image: url(../images/end.png);
	background-repeat: no-repeat;
	margin-left: -10px;
	width: 102%;
	padding-right: 14px;
	margin-bottom: -1px;
	padding-bottom: 5px;
	background-position: center top;
	height: 30px;
	padding-top: 5px;
}
#end p {
	width: 23.3333%;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
}
.site #end p a {
	color: #000;
}
.site #end .on {
	text-align: left;
}
.site #end .ur {
	text-align: right;
	padding-right: 3%;
}
#end .Page {
	font-weight: bold;
	text-align: center;
	padding-left: 7%;
}





/*-------------------------------------------------*/
.roundbox_center {
	width: 100%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	overflow: hidden;
}
.roundbox_center  h3  {
	font-size: 14px;
	line-height: 14pt;
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.roundbox_center ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.roundbox_center li {
	float: left;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}
#male {
	float: left;
	width: 45%;
	font-size: 12px;
}
#girl {
	float: left;
	width: 45%;
	font-size: 12px;
}
