/**************************************************************************
 * style.css 2015/07/11
 * Copyright (c) 2015, Pai Huang. All Rights Reserved.
===========================================================================
 * [前台] 前台用 css
===========================================================================
 * @copyright 2015
 * @author Pai Huang
 * @version 3.2
***************************************************************************/

/**************************************************************************
 一. 基本設定
***************************************************************************/
@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}abbr,acronym{border:0;font-variant:normal}sup,sub{vertical-align:baseline}legend{color:#000}
/* base */
h1{font-size:138.5%}h2{font-size:123.1%}h3{font-size:108%}h1,h2,h3{margin:1em 0}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold}optgroup{font-weight:normal}abbr,acronym{border-bottom:1px dotted#000;cursor:help}em{font-style:italic}del{text-decoration:line-through}blockquote,ul,ol,dl{margin:1em}ol,ul,dl{margin-left:2em}ol{list-style:decimal outside}ul{list-style:disc outside}dl dd{margin-left:1em}th,td{padding:.5em}th{font-weight:bold;text-align:center}caption{margin-bottom:.5em;text-align:center}sup{vertical-align:super}sub{vertical-align:sub}p,fieldset,table,pre{margin-bottom:1em}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px}img{-ms-interpolation-mode:bicubic}
/* fonts */
body{font:12px/24px 'Microsoft JhengHei','PMingLiU',arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99%arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}

body{
	/*width: 1128px;*/
	color:#000;
	background-color:#f9fbf7;
}

a:link{
	color:#fff;
	text-decoration:none;
}
a:visited{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#ccc;
	text-decoration:none;
}
a:active{
	color:#eee;
	text-decoration:none;
}

img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/**************************************************************************
 二. 內容設定
***************************************************************************/
/* header */

#cbody{
	width: 768px;
	float: left;
	position: relative;
}
	#header{
		width: 100%;
		height: 70px;
		padding: 20px 0;
		border-top: 11px solid #27a735;
		border-bottom: 5px solid #fff200;
		background-color: #fff;
	}
		#logo{
			float: left;
			margin-left: 20px;
		}
		#menu{
			float: right;
			margin: 20px 30px 0 0;
		}
/*content*/
#content{
	min-height: 500px;
}
.bannerImg{
	background: url(../imgs/banner.jpg);
	width: 768px;
	height: 744px;
}
	.bannerImg img{
		margin:625px 0 0px 54px;
	}
.titleImg01{
	background: url(../imgs/title01.jpg);
	width: 768px;
	height: 1719px;
}
	.titleImg01 .txt01{
		padding:792px 0 0 221px;
	}
	.titleImg01 .txt02{
		padding:18px 0 0 221px;
	}
.titleImg02{
	background: url(../imgs/title02.jpg);
	width: 768px;
	height: 932px;
}
	.titleImg02 .txt01{
		padding:825px 0 0 221px;
	}
.titleImg03{
	background: url(../imgs/title03.jpg);
	width: 768px;
	height: 338px;
}
	.titleImg03 .btn01{
		padding:92px 0 0 528px;
		width: 95px;
		height: 30px;
	}
	.titleImg03 .btn01 span{
		width: 95px;
		height: 30px;
	}
	.titleImg03 .btn02{
		width: 99px;
		padding:35px 0 0 184px;
	}
	.titleImg03 .btn02 span{
		width: 95px;
		height: 30px;
	}
	.txt{
		width: 532px;
		font-size: 16px;
		color: #f32f29;
		letter-spacing: 1px;
	}
	.txt span{
		display: inline-block;
		vertical-align: middle;
		width: 80px;
		height: 35px;
	}
	.txt span.code{
		width: 162px;
	}

/*note*/
.note a:link{
	color:#0018f3;
	text-decoration:-moz-anchor-decoration;
}
.note a:visited{
	color:#0018f3;
	text-decoration:-moz-anchor-decoration;
}
.note a:hover{
	color:#0018f3;
	text-decoration:-moz-anchor-decoration;
}
.note a:active{
	color:#0018f3;
	text-decoration:-moz-anchor-decoration;
}
.note img{
	margin: 5px 0 0 10px;
}
.note ul{
	margin: 10px 20px 50px 43px;
}
.note li{
	list-style: decimal;
	font-size: 18px;
	line-height: 30px;
	color: #606060;
}
.noteOpenBtn{
	margin-bottom: 20px;
	width: 768px;
	height: 51px;
}
	.noteBtnA{
		background: url(../imgs/c_btn1.png);
		background-position:0 -51px;
	}
	.noteBtnB{
		background: url(../imgs/c_btn2.png);
		background-position:0 -51px;
	}
	.active2{
		background-position:0 0;
	}
	.noteTxt{
		display: none;
	}
.note span{
	color: #f93c37;
}
.note .noteTxt ul li{
	text-indent :-1em;
	margin-left:1em;
}
/*footer*/
.footerBtn img{
	float: left;
}

/*nav*/
#nav_sub_m{
	z-index: 150;
	width: 360px;
	float: left;
	position: fixed;
	height: 100%;
	background-color: #27a735;
	padding-top: 10px;
	right: 0;
	overflow-y: auto;
	overflow-x: none;
	right:-360px;
}
.navBtn{
	padding: 28px 20px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	letter-spacing:1px;
	border-bottom: 1px solid #93d39a;
}
.openBtnTxt{
	display: none;
}
.openBtnTxt .navBtn{
	background-color: #56ba61;
}
.arrow{
	background: url("../imgs/arrow.png");
	width: 22px;
	height: 22px;
	float: right;
	background-position:0 -22px;
}
.active{
	background-position:0 0px;
	}
.bd_color{
	z-index: 50;
	width: 100%;
	background-color: #000;
	opacity: 0.6;
	height: 100%;
	position: fixed;
	display: none;
}

/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/

.myForm
{
	margin:20px;
	padding:45px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}

form
{
	margin:0;
	padding:0;
}

.myForm h3
{
	font-size:36px;
	line-height:40px;
	color:#118844;
	margin:0;
	padding:0;
	margin-bottom:30px;
}

.myForm p
{
	font-size:26px;
	line-height:80px;
	color:#404040;
	vertical-align:middle;
	margin:0;
}

.myForm p img
{
	border:0;
	vertical-align:middle;
}

.myForm input
{
	border:1px solid #666;
	border-radius:5px;
	background:#FFF;
	font-size:26px;
	color:#000;
	line-height:50px;
}

.myForm input[type=checkbox]
{
	height:25px;
	width:25px;
}

.myForm button.btn_cancel ,
.myForm button.btn_submit
{
	width:290px;
	height:70px;
	border-radius:5px;
	font-size:30px;
	margin:10px;
	text-align:center;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}

.myForm button.btn_cancel
{
	color:#000;
	border:1px solid #FFF;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,233,233,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(233,233,233,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,233,233,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,233,233,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,233,233,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,233,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 );
}

.myForm button.btn_submit
{
	color:#FFF;
	border:1px solid #ff5b00;
	background: rgba(255,130,52,1);
	background: -moz-linear-gradient(top, rgba(255,130,52,1) 0%, rgba(255,85,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,130,52,1)), color-stop(100%, rgba(255,85,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,130,52,1) 0%, rgba(255,85,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,130,52,1) 0%, rgba(255,85,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,130,52,1) 0%, rgba(255,85,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,130,52,1) 0%, rgba(255,85,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8234', endColorstr='#ff5500', GradientType=0 );
}

.noteOpenBtn
{
    margin-bottom: 50px !important;
    width: 768px;
    height: 60px !important;
}

.note img
{
	margin:10px 20px !important;
}

.note ul
{
	margin: 0 20px 50px 60px !important;
}

.note li
{
	list-style-type: decimal !important;
	font-size: 1.3em !important;
	line-height:50px !important;
	color: #606060;
    text-indent: 0em !important;
    margin-left: 0em !important;
}

