﻿@charset "UTF-8";

/** {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    text-shadow: none;
}

body{
	background-color: #fafafa;
}*/


/*從index3移過來的bar*/

.ui-content .ui-listview, .ui-panel-inner > .ui-listview {
    margin: 0;
}

/*.ui-header .ui-title {
    margin: 0 !important;
}*/

/*header li a {
    font-style: normal;
    font-weight: 500 !important;
    letter-spacing: 1px;
}*/




/*展合鈕(a標籤)*/
#menu_btn{
	width: 50px;
	height: 50px;
	display: block;
	z-index: 9999;
	left: 0;
    position: fixed;
    top: 0;
}

/*展合鈕的三條線*/
#menu_btn .dash {
    background-color: #999;
    height: 3px;
    position: absolute;
    width: 24px;
    left: 13px;
}

/*展合鈕的第一條線*/
#menu_btn .dash.dash1{
	top:16px;
}
/*展合鈕的第二條線*/
#menu_btn .dash.dash2{
	top:23px;
}
/*展合鈕的第三條線*/
#menu_btn .dash.dash3{
	top:30px;
}
/*展合鈕展開時全部的線*/
#menu_btn.close-button .dash{
	left: 19px;
    position: absolute;
    width: 17px;
}

/*展合鈕展開時第一條線*/
#menu_btn.close-button .dash1 {
    top: 28px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);    
}
/*展合鈕展開時第二條線*/
#menu_btn.close-button .dash2 {
	opacity: 0;
}
/*展合鈕展開時第三條線*/
#menu_btn.close-button .dash3 {
    top: 18px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);

}
/*展合紐變化的速度*/
.transclass{
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

/*#header {
	width: 100%;
	min-height: 50px;
	position: fixed;
	top:0;
	left: 0;
	z-index:999;
}

#header a {
	color: #333;
	text-decoration: none;
}*/


/*選單不要檔到bar*/
#mypanel{
	top:50px!important;
	z-index:990;
}

/*@media (min-width: 1101px) {
	
	#header .inner{
		width: 100%;
		max-width:960px;
		margin: 0px auto;
		position: relative;
		overflow: hidden;
	}
	
	#header h1{
		float: left;
	}
	
	
	#header nav{
	    display: none;
		float: right;
		margin: 15px 30px 0 0;

	}
	
	#header nav ul{
		
		padding-top:1px ;
		text-align: left;
	}
	
	#header nav li{
		display: inline;
		position: relative;		
		font-size: 18px;
		margin-left: 20px;
	}
}*/

/*@media (max-width: 1100px) and (min-width: 601px){
		
	.headnav {
		display: none;
	}
}*/

/*@media (max-width: 600px) {		
	#menu_btn{border-right:none!important;}
	.header_bar a.site_name {
		font-size: 16px;
		margin: 10px 0 0 20px;
		position: absolute;
		left:60px;
		display:none;
	
	.headnav {
		display: none;
	}	
}*/




/*張總說 列表上會不定時出現空白-修正-mingo
.ui-page {
padding-top: 54px !important;
}*/

/*color*/
/*-----字體顏色-----
.color1 h6, .color1 h5, .color1 h4, .color1 h3, .color1 h2, .color1 h1, .color1, .color1 a{color:#38c !important;}
.color2 h6, .color2 h5, .color2 h4, .color2 h3, .color2 h2, .color2 h1, .color2, .color2 a{color:#e83e28 !important;}*/

/*-----背景顏色-----*/
/*.bgcolor1{background-color:#38c !important;}*/

