@charset "UTF-8";
@font-face{
	font-family: "華康娃娃體";
	src:url(../font/DFWaWaStd-W5.otf);
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
    word-break: normal;
    overflow: auto;
    font-family: "微軟正黑體", "Microsoft JhengHei", "黑體-繁", "Heiti TC", sans-serif;
    background-color: #F2F2F2;
    background-image: url('../images/bg_out.png');
    background-repeat: repeat;
}

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

#wrapper {
    width: 960px;
    height: 3330px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    position: relative;
}

.search {
    width: 300px;
    height: 30px;
    position: absolute;
    right: 313px;
    top: 63px;
    display: block;
}

.search p {
    font-size: 18px;
    line-height: 35px;
    color: rgb(84, 84, 84);
    display: inline-block;
}

.search .txt {
    width: 140px;
    height: 30px;
    display: inline-block;
    font-size: 13px;
    margin: 5px;
    padding: 5px;
    color: #999;
    border: #DDD solid 1px;
    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 rbga(0, 0, 0, 0.1);
}

.search .btn {
    width: 44px;
    height: 30px;
    display: inline-block;
    font-size: 13px;
    color: #333;
    border: #999 solid 1px;
    background: linear-gradient(#FFF, #CCC);
    background: -o-linear-gradient(#FFF, #CCC);
    background: -moz-linear-gradient(#FFF, #CCC);
}

.comic {
    width:960px;
    height: 1186px;
    float: left;
    display: block;
    margin-left: 13px;
    margin-right:13px;
}

.comic_box{
	width:441px;
	height:1186px;
	display: inline-block;
	background-color:#0287c2;
	border-radius: 10px;
	position: relative;
	top: -72px;
	font-family: "華康黑體 Std W5", "DFHeiStd W5", "黑體-繁 Medium","Heiti TC Medium";
	margin-left:12px;
	margin-right: 12px;
}

.comic_pic{
	width:441px;
	height: 370px;
	display: inline-block;
	position: relative;
	padding-top: 11px;
}

.comic_title{
	width: 441px;
	font-size: 30px;
	line-height: 24px;
	color: #FFF;
	position: relative;
	text-align: center;
	padding-top: 13px;
}

.box_1{
	position:absolute;
	top:26px;
	left: 13px;
	display: block;
}

.box_1 ol{
	width: 340px;
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	font-family: "華康娃娃體", "DFWaWaStd-W5", "華康黑體 Std W5", "DFHeiStd W5";
	color: #0C6085;
	list-style-type:decimal;
	margin-left:30px;
}

.box_1 img{
	vertical-align: top;
}

.box_1 .no_decimal{
	list-style-type: none;
	margin-left: -25px;
}

.bar{
	display: block;
	width: 960px;
	height: 42px;
}

.bar h2{
	width: 392px;
	display: inline-block;
	font-size: 30px;
	line-height: 42px;
	padding-right:16px;
	padding-left:16px;
}

.bar_left{
	float: left;
	display: inline-block;
	width:284px;
	height: 42px;
	background-color: #0287c2;
	background-image: url('../images/bg_out.png');
	background-repeat: repeat;
}

.bar_right{
	float:right;
	display: inline-block;
	width:284px;
	height: 42px;
	background-color: #0287c2;
	background-image: url('../images/bg_out.png');
	background-repeat: repeat;
}

.intro{
	width:960px;
	height:200px;
	display: block;
	padding-right:26px;
	padding-left:26px;
	margin-top:62px;

}

.img_box{
	border: solid 10px #CCC;
	display: inline-block;
	margin-top:62px;
	float:left;
}

.intro_txt{
	width: 546px;
	height: 239px;
	display: inline-block;
	float:right;
	margin-top:62px;
}

.intro p{
	font-size: 18px;
	line-height: 35px;
	display: inline-block;
}

.intro span{
	font-weight: bold;
}

.go_link{
	width: 548px;
	height: 42px;
	margin-top: 17px;
	border: solid 1px #CCC;
}

.go_link p{
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	width: 158px;
	height: 42px;
	background-color: #CCC;
	background-image: url(../images/bg_out.png);
	padding-left: 8px;
	line-height: 42px;
}

.go_link p img{
	margin-right: 8px;
	display: inline-block;
	float:right;
}

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

.go_link a:hover{
	color:#a0c910;
}

.img_txt{
	margin-top: 17px;
}

.img_txt p{
	font-size: 15px;
}

.img_txt p img{
	padding-right:5px;
}

.point{
	margin-right: 26px;
	margin-left: 26px;
	height:320px;
	display: inline-block;
	position: relative;
	top: 40px;
}

.point ul{
	float: left;
	display: inline-block;
	width: 425px;
}

.point li{
	background-image: url('../images/icon.png');
	background-repeat: no-repeat;
	padding-left: 49px;
	margin-bottom:10px;
	line-height: 37px;
	font-size: 24px;
	font-weight: bold;
	color: #0287C2;

	position: relative;
	left: 79px;
	display: block;
}

.point img{
	border: solid 10px #CCCCCC;
	display: inline-block;
	position: relative;
	margin-left: 115px;
}

.guest_form{
    width: 960px;
    height: 765px;
    position: relative;
    display:block;
    background-image: url('../images/form_bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
}

.form_sentence_1{
	width:380px;
	height:58px;
	position:absolute;
	margin-top:245px;
	bottom:673px;
	left:104px;
	font-size:25px;
	line-height:35px;
}

.form_sentence_2{
	width:400px;
	height:58px;
	position:absolute;
	bottom:583px;
	left:202px;
	font-size:25px;
	line-height:35px;
}

.form_sentence_2 span{
	color:#0287c2;
	font-weight:bold;
}

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

	border:none;

	position:absolute;
	top:220px;
	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:98%;
	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:#FFF;
	font-size:16px;

	border-radius:5px;
	border:#999;
}
table.table-ask .td-last .b-out{
	background-color:#0287c2;
}

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

footer{
	width:960px;
	height:131px;
	padding-left:26px;
	padding-right:26px;
	background-image:url('../images/bg_out.png');
	background-repeat:repeat;
	background-color: #C9C9C9;
	position:relative;
	background-position: bottom;

}

footer img{
	position:absolute;
	bottom: 27px;
}

.content{
	position:absolute;
	width:253px;
	font-size:13px;
	line-height:18px;
	left:385px;
	top:23px;
}

.copyright{
	font-size:13px;
	line-height:14px;
	position:absolute;
	top:24px;
	right:26px;
}

.photonic{
	position: absolute;
	bottom:21px;
	right:26px;
	color: #999;
}

.photonic a{
	font-size:13px;
	text-decoration:none;
	color:#999;
}

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