@import url("reset.css");

/**----------------- 原始設定 ---------------------**/
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	word-wrap: break-word;/*英文換行*/
	word-break: normal;/*英文換行*/
	overflow: auto;
	
	background-color:#f2f2f2;
	background-image:url(../images/t-bg.png);
	background-repeat:repeat;
}

#wrapper{
	width:960px;
	margin:0 auto;
	background-color:#FFF;
}

/**----------------- 表頭 ---------------------**/

#gotop {
    display: none;
	
    position: fixed;
    right: 20px;
    bottom: 20px;
	    
    padding: 10px 15px; 
	   
    color: white; 
	font-size: 16px;
	text-align:center;
    background: #a0c910;
	border-radius:3px;
    cursor: pointer;
}


header{
	height: 600px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
	position:relative;
}


.search{
	display:inline-block;
	
    position:absolute;
	right:85px;
	bottom:70px;
	
}

.search p{
	display:block;
	float:left;
	color:#333;
	font-size:16px;
	padding-top:10px;
}

.search .text-in{
	width:150px;
	height:30px;
	margin:0 5px;
	padding:0 5px;
	font-size:13px;
	color:#999;
	
	border:1px #DDD solid;
	
	box-shadow:inset 1px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 1px 2px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 1px 2px 1px rgba(0,0,0,0.1);
}


.search .button-in{
	width:40px;
	height:30px;
	color:#333;
	font-size:13px;	
	
	border:#999 1px solid;
	border-radius:3px;
	
	background: -o-linear-gradient(#FFF,#CCC);
    background: -moz-linear-gradient(#FFF,#CCC);
    background: linear-gradient(#FFF,#CCC);
}

/**----------------- 中間內容區塊 ---------------------**/


article{
	display:block;
	padding:0 40px;
	clear:both;
	margin-bottom:80px;
}

.t-title{
	height:54px;
	margin-bottom:20px;
	clear:both;
	
	position:relative;
}

.t-title .t-l{
	float:left;
	width:170px;
	height:50px;
	padding:7px 0 7px 10px;
	
	font-size:36px;
	color:#FFF;
	font-weight:700;
	
	background-image:url(../images/t-bg.png);
	background-repeat:repeat;
	
	position:absolute;
	left:0;
	top:0;
	
	z-index:5;
	
}

.t-title  .t-l-square{ /*標題底的方形*/
	width:130px;
	height:50px;
	float:left;
	background-color:#a0c910;
	
}
.t-title  .t-l-triangle{ /*標題底的三角形*/
    width: 0;
    height: 0;
	float:left;
	border-top: 50px solid #a0c910;
    border-right: 50px solid transparent;          
}

.t-title .t-r{
	float:left;
	font-size:28px;
	font-weight:700;
	color:#000;
	padding-top:15px;
}

/*重點1的內容*/

.content-A{
	clear:both;
	height:180px;
	
	
}

.content-A .pic{
	width:300px;
	height:180px;
	float:left;
	
	border:10px #CCC solid;
	margin-right:20px;
}

.content-A .pic img{
	width:100%;
	height:100%;
}

.content-A .text{
	width:540px;
	float:right;
	padding:10px 0;
	
	font-size:16px;
	color:#333;
	line-height:30px;
	text-align:justify;	
}

.content-A .s-note{
	width:520px;
	height:30px;
	padding-left:20px;
	margin-top:10px;
	
	font-size:14px;
	color:#333;
	line-height:30px;
	
	border-top:#333 1px dashed;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
}

/*重點2的內容*/

table{
	clear:both;
	display:block;
	width:878px;
	border:#ccc 1px solid;
}
table td{
	border:#ccc 1px solid;
}

table.table-main{
	text-align:center;
	font-size:16px;
	line-height:25px;
	color:#000;
}

table.table-main td{
	height:90px;
	padding:0 10px;
	vertical-align:middle;
}
table.table-main .td-green{
	width:289px;
	height:30px;
	
	color:#000;
	font-size:25px;
	
	
	background-color:#a0c910;
	background-image:url(../images/t-bg.png);
	background-repeat:repeat;
	
}

table.table-main .td-gray{
	width:300px;
	
	background-color:#CCC;
	background-image:url(../images/t-bg.png);
	background-repeat:repeat;
}

table.table-main .td-blue{
	width:289px;
	height:50px;
	
	color:#000;
	font-size:25px;
	
	background-color:#0db5d7;
	background-image:url(../images/t-bg.png);
	background-repeat:repeat;
	
}

table.table-main .td-middles{
	width:80px;
	font-size:20px;
	font-weight:600;
	background-color:#f7f7f7;
}

.point2-note{
	margin:20px 0 50px 0;
}

.point2-note .note-title{
	height:30px;
	margin:10px 0;
	
	display:inline-block;
}
.point2-note .note-title .t-icon{
	width:5px;
	height:30px;
	float:left;
	
	background-color:#a0c910;
	background-image:url(../images/t-bg.png);
	background-repeat:repeat;
}
.point2-note h3{
	display:block;
	height:30px;
	float:left;
	
	padding-left:10px;
	
	font-size:25px;
	font-weight:700;
	line-height:30px;
}


table.table-note{
	text-align:left;
	font-size:16px;
	line-height:25px;
	color:#000;
}

table.table-note .tr-title{
	font-size:18px;
	font-weight:700;
}
table.table-note .td01{
	width:178px;
	height:40px;
	vertical-align:middle;
	padding-left:20px;
	background-color:#8e8e8e;
}

table.table-note .td02{
	width:348px;
	height:40px;
	vertical-align:middle;
	padding-left:20px;
	background-color:#f7f7f7;
}


/*重點3的內容*/

table.table-main02{
	text-align:left;
	font-size:16px;
	line-height:25px;
	color:#000;
}
table.table-main02 td{
	height:50px;
	padding:0 20px;
	vertical-align:middle;
}

table.table-main02 img{
	margin-top:3px;
}

table.table-main02 .td-gray{
	width:178px;
	height:40px;
	
	background-color:#CCC;
	background-image:url(../images/t-bg.png);
	background-repeat:repeat;
}

table.table-main02 .td-t{
	font-size:18px;
	font-weight:700;
	
	background-color:#f7f7f7;
	
	
}

table.table-main02 .td-blue,table.table-main02 .td-green{
	width:328px;
	
	color:#000;
	font-size:22px;
	font-weight:700;
	vertical-align:middle;
	
	padding-left:20px;
	
	background-image:url(../images/t-bg.png);
	background-repeat:repeat;
	
}

table.table-main02 .td-blue{
    background-color:#0db5d7;
}

table.table-main02 .td-green{
    background-color:#a0c910;
}

table.table-main02 .td03{
	width:300px;
}

table.table-main02 .td04{
	width:46px;
}

/*重點4的內容*/

.point-five{
	height:280px;
	margin-bottom:30px;
	
}

.point-five h4{
	display:block;
	width:170px;
	
	font-size:24px;
	font-weight:700;
	text-align:center;
	color:#a0c910;
	
	position:absolute;
	top:80px;
	left:0;
}

.point-five p{
	width:134px;
	
	padding:0 18px;
	
	font-size:16px;
	line-height:25px;
	text-align:justify;
	
	position:absolute;
	top:120px;
	left:0;
}

.point-five .box01,.point-five .box02,.point-five .box03,.point-five .box04,.point-five .box05{
	width:170px;
	height:276px;
	
	float:left;
	margin:3px;

	background-repeat:no-repeat;
	
	position:relative;
	
}

.point-five .box01{
	background-image:url(../images/point/bg01.png);
}

.point-five .box02{
	background-image:url(../images/point/bg02.png);
}

.point-five .box03{
	background-image:url(../images/point/bg03.png);
}

.point-five .box04{
	background-image:url(../images/point/bg04.png);
}

.point-five .box05{
	background-image:url(../images/point/bg05.png);
}

.point4-note{
	clear:both;
	height:70px;
}

.point4-note h3{
	width:570px;
	height:70px;
	display:block;
	
	float:left;
	
	font-size:22px;
	color:#000;
	line-height:70px;
	
	padding-left:20px;
	margin-right:5px;
	
	background-color:#a0c910;
	background-image:url(../images/t-bg.png);
	background-repeat:repeat;
}

.point4-note .link{
	float:right;
	width:280px;
	border:#CCC 1px solid;
}

.point4-note .link h5{
	display:block;
	height:40px;
	
	color:#000;
	font-size:18px;
	font-weight:700;
	line-height:40px;
	
	padding-left:20px;
	
	background-color:#CCC;
	background-image:url(../images/t-bg.png);
	background-repeat:repeat;
	
}

.point4-note .link h5 img{
	margin-left:5px;
}

.point4-note .link a{
	display:block;
	height:28px;
	
	text-decoration:none;
	
	color:#333;
	font-size:16px;
	line-height:28px;
	
	padding-left:20px;
}

.point4-note .link a:hover{
	color:#a0c910;
}


/*洽詢單*/

article.ask{
	width:880px;
	height:660px;
	
	background-image:url(../images/bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
	margin:0;
	position:relative;
}

article.ask h2{
	display:block;
	
	font-size:25px;
	line-height:35px;
	
	position:absolute;
	top:0;
	left:55px;
} 

table.table-ask{
	width:500px;
	font-size:16px;
	
	border:none;

	position:absolute;
	top:110px;
	right:30px;
	
}

table.table-ask td{
	height:40px;
	border:none;
	
	text-align:left;
	vertical-align:middle;
}

table.table-ask .td05{
	width:80px;
}

table.table-ask .td06{
	width:420px;
}

table.table-ask .ask-text-in01{
	width:98%;
	height:25px;
}

table.table-ask .ask-text-in02{
	width:97%;
	height:200px;
}

table.table-ask .ask-text-in03{
	width:50%;
	height:28px;
	
	color:#666666;
	font-size:14px;
	padding-left:5px;
	margin-left:10px;
	
	float:left;
}

table.table-ask .number{
    width:410px;
	height:50px;
    display:inline-block;
	padding-top:20px;
	vertical-align:middle;
}

table.table-ask .number img{
    float:left;
}

table.table-ask .td-last{
	height:80px;
	border:none;
	text-align:right;
	
}

table.table-ask .ask-text-in01,table.table-ask .ask-text-in02,table.table-ask .ask-text-in03,table.table-ask .ask-text-in04{
	border:#CCC 1px solid;
}

table.table-ask .td-last .b-out,table.table-ask .td-last .b-cancel{
	width:140px;
	height:40px;
	margin-right:5px;
	
	color:#000;
	font-size:16px;
	
	border-radius:5px;
	border:#999;
}
table.table-ask .td-last .b-out{
	background-color:#a0c910;
}

table.table-ask .td-last .b-cancel{
	background-color:#CCC;
}


/**----------------- 底 ---------------------**/

footer{
	clear:both;
	display:block;
	height:50px;
	
	font-size:13px;
	line-height:50px;
	padding:0 20px;
	
	background-color:#CCC;
	background-image:url(../images/t-bg.png);
	background-repeat:repeat;
}

.copyright{
	float:left;
	
}

.photonic{
	float:right;
	color:#999;
}

.photonic a{
	text-decoration:none;
	color:#999;
}

.photonic a:hover{
	color:#600;
}