@charset "utf-8";
/*------------------------------------------------ 
  	頁頭 Header
-------------------------------------------------*/
#header {
	background-image: url(https://goo.gl/XISOUH);
}
/*------------------------------------------------ 
  	松葉
-------------------------------------------------*/
#header_bg1 {
	width: 160px;
	height: 120px;
	top: 12px;
	left: 0px;
	background: url(https://goo.gl/sW7S8k) no-repeat;
	background-size: 100%;
	opacity: 0.5;
	/*border:1px solid #F00;*/
}

/*------------------------------------------------ 
  	雲1
-------------------------------------------------*/
#header_bg2 {
	width: 100px;
	height: 100px;
	top: 24px;
	left: 140px;
	background: url(https://goo.gl/25TyEy) no-repeat;
	background-size: 100%;
	opacity: 0.7;
}

/*------------------------------------------------ 
  	雲2
-------------------------------------------------*/
#header_bg3 {
	width: 120px;
	height: 120px;
	top: 0px;
	left: 680px;
	background: url(https://goo.gl/25TyEy) no-repeat;
	background-size: 100%;
	opacity: 1;
}

/*------------------------------------------------ 
  	雲3
-------------------------------------------------*/
#header_bg4 {
	width: 70px;
	height: 50px;
	top: 40px;
	left: 850px;
	background: url(https://goo.gl/25TyEy) no-repeat;
	background-size: 100%;
	opacity: 1;
}

/*------------------------------------------------ 
  	主選單的背景
-------------------------------------------------*/
#nav_bg {
	background-image: url(https://goo.gl/XISOUH);
}

/*------------------------------------------------ 
  	頁內容 content
-------------------------------------------------*/
body {
	background-image: url(https://goo.gl/XISOUH);
}

/*------------------------------------------------ 
  	頁尾 Footer
-------------------------------------------------*/
#footer {
	background-image: url(https://goo.gl/XISOUH);
}

/*------------------------------------------------ 
  	頁尾 版權宣告的區塊
-------------------------------------------------*/
#o_div1 {
	background-image: url(https://goo.gl/XISOUH);
}


/*
|-------------------------------------------------------------------------------------------------------------------
|  iPad
|-------------------------------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
}
@media only screen and (min-width: 751px) and (max-width: 900px) {
	#header_bg3 {
		left:430px;
	}
	#header_bg4 {
		left:680px;
	}
}

/*
* ------------------------------------------------------------------------------------------------------------------
* mobile 手機版
* ------------------------------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 750px) {

#header_bg1
{
	top: 0px;
}

}