@charset "utf-8";
body {
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif!important;
	font-size: 100%;
	color: #666666;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	overflow: hidden;
	overflow-y: inherit;
}
.newys_head {
	width: 100%;
	background-image: -webkit-linear-gradient(to bottom, rgb(255, 121, 176) 0%, rgb(235, 65, 135) 100%);
	background-image: linear-gradient(to bottom, rgb(255, 121, 176) 0%, rgb(235, 65, 135) 100%);
	margin: 0 0 10px 0;
	display: block;
	background-image: url(../img/topbg.jpg);
	background-repeat: repeat-x;
}
.newys_top {
	position: relative;
	width: 980px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 980px;
}
.newys_top h1 {
	display: block;
	max-width: 175px;
	margin: 11px 0 0 0;
	float: left;
	width: 18%;
	padding: 0;
	height: 100%;
	max-height: 80px;
	background: url(../img/yst_logo_desktop.png);
	background-repeat: no-repeat;
	/* background-size: 100%; */
	height: 60px;
}
.newys_top h2 {
	display: block;
	max-width: 175px;
	margin: 11px 0 0 0;
	float: left;
	width: 18%;
	padding: 0;
	height: 100%;
	max-height: 80px;
	background: url(../img/yst_logo_desktop2.png);
	background-repeat: no-repeat;
	/* background-size: 100%; */
	height: 60px;
}
.newys_top h4 {
	display: none;
}
.newys_top .top_nnav {
	/* max-width: 127px; */
/* min-width: 13%; */
	padding: 0 8px;
	background-color: #ffebf5;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	height: 23px;
	position: absolute;
	right: 0;
	top: 0;
}
.newys_top .top_nnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.newys_top .top_nnav .icon_close {
	display: none;
}
.newys_top .top_nnav li {
	float: left;
	padding: 0 6px;
	text-align: center;
	line-height: 23px;
	font-size: 12px;
	height: 23px;
}
.newys_top .top_nnav li span {
	border: none;
	background-position: 0 4px;
	width: 14px;
	height: 18px;
	display: inline-block;
	margin: 0;
	padding: 0 4px 0 0;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
.icon_s01 {
	background-image: url(../img/icon_s01.png);
}
.icon_s02 {
	background-image: url(../img/icon_s02.png);
}
.icon_s03 {
	background-image: url(../img/icon_s03.png);
}
.newys_top .top_nnav li a {
	border: 0;
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}
.top_nnav li a:hover {
	/* background: rgb(20, 160, 201); */
/* color: rgb(255, 255, 255); */
	text-decoration: underline;
}
.newys_top .nemenu li.ticket_active a {
	background-position: 8px -150px;
}
.newys_top .nemenu {
	width: 80%;
	height: 100%;
	margin: 15px 0 0 0;
	padding: 8px 0 0 0;
	float: left;
	max-height: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newys_top .nemenu ul {
	display: table;
	width: 100%;
	padding-left: 40px;
}
.newys_top .nemenu li {
	float: left;
	list-style-type: none;
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	background-repeat: no-repeat;
	padding: 0 6px;
	cursor: pointer;
	background-repeat: no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	margin: 7px 13px 0 0;
}
.newys_top .nemenu li:hover, .active {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.newys_top .nemenu li.active a {
	color: #000
}
.newys_top .nemenu li:hover a {
	color: #000
}
.newys_top .nemenu li a {
	display: block;
	/* width: 119px; */
/* height: 50px; */
	background-size: 50px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-family: 微軟正黑體, 微軟雅黑;
	font-size: 18px;
	line-height: 43px;
	letter-spacing: 5px;
	text-indent: 50px;
	text-decoration: none;
}
.nemenu li.ticket a {
	background-position: 8px 0;
}
.icons_ticket {
	background-image: url(../img/icon_head.png);
	background-position: 6px 1px;
}
.icons_ticket:hover, .icons_ticket.active {
	background-image: url(../img/icon_head.png);
	background-position: 6px -289px;
}
.icons_hotel {
	background-image: url(../img/icon_head.png);
	background-position: 6px -53px;
}
.icons_hotel:hover, .icons_hotel.active {
	background-image: url(../img/icon_head.png);
	background-position: 6px -343px;
}
.icons_lcc {
	background-image: url(../img/icon_head.png);
	background-position: 6px -106px;
}
.icons_lcc:hover, .icons_lcc.active {
	background-image: url(../img/icon_head.png);
	background-position: 6px -396px;
}
.icons_cidp {
	background-image: url(../img/icon_head.png);
	background-position: 2px -159px;
}
.icons_cidp:hover, .icons_cidp.active {
	background-image: url(../img/icon_head.png);
	background-position: 2px -449px;
}
.newys_top .nemenu li.icons_cidp {
	padding: 0 6px 0 0;
}
.icons_fh {
	background-image: url(../img/icon_head.png);
	background-position: 6px -211px;
}
.icons_fh:hover, .icons_fh.active {
	background-image: url(../img/icon_head.png);
	background-position: 6px -501px;
}
.newys_top .nemenu li.icons_fh a {
	line-height: 28px;
	text-indent: 55px;
	letter-spacing: 3px;
}
.icons_fh div {
	font-size: 14px;
	display: table;
	line-height: 12px;/* margin-top: -12px; */
	padding-bottom: 5px;
	text-align: center;
	padding-left: 8px;
}
.icon_close {
	display: none
}
.pcnmow {
	display: none
}
.footer_box {
	clear: both;
	width: 100%;
	background-color: rgb(255, 255, 255);
	font-size: 13px;
	font-family: "微軟正黑體";
	line-height: 16px;
	letter-spacing: 0.5px;
	border-top: 1px rgb(240, 195, 215) dotted;
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	overflow: hidden;
}
.footer_p {
	position: relative;
	width: 980px;
	margin: 0 auto;
	min-height: 99px;
}
.footer_p p {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
}
.footer_p .des {
	width: 876px;
}
.footer_p .ssl img {
	width: 71px;
	height: auto;
}
/*留言版與人工*/


.meagebox {
	margin: 25px auto;
	width: 100%;
	max-width: 980px;
	float: none;
	overflow: hidden;
}
h1.genl {
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-size: 20px;
	letter-spacing: 1.1px;
	text-align: left;
	display: block;
	width: 100%;
	color: rgb(235, 65, 135);
	margin-bottom: 8px;
	font-weight: bold;
}
.nbluebox {
	position: relative;
	overflow: auto;
	width: 100%;
	color: rgb(0, 0, 0);
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 18px;
	letter-spacing: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 2px;
	padding: 0;
	background: rgb(255, 255, 255);
	border-radius: 8px;
	margin-bottom: 10px;
	border: 3px solid #00a0c9;
	margin-bottom: 5px;
}
.btn_grayn {
	position: relative;
	background: rgb(230, 230, 230);
	color: rgb(130, 130, 130);
	font: normal 13px "Microsoft YaHei";
	/* line-height: 30px; */
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 4px 0 rgb(180, 180, 180);
	box-shadow: 0 4px 0 rgb(180, 180, 180);
	margin: 0;
	/* padding-top: 1px; */
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58);
	padding: 5px 10px;
	margin: 0 10px;
	font-size: 15px;
	vertical-align: text-top;
	width: 80px;
}
.btn_grayn a {
	color: rgb(130, 130, 130)
}
.btn_grayn:hover {
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: 0 4px 0 rgb(200, 150, 20);
	box-shadow: 0 4px 0 rgb(200, 150, 20);
}
.btn_grayn:active {
	top: 4px;
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: inset 0 4px 3px rgb(200, 150, 20);
	box-shadow: inset 0 4px 3px rgb(200, 150, 20);
}
.table_meage {
}
.table_meage caption {
	background-color: #00a0c9;
	color: #FFF;
	text-align: center;
	width: 100%;
	line-height: 34px;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	padding: 5px;
}
.table_meage tr {
}
.table_meage td {
	background: linear-gradient(to top, rgb(240, 250, 255) 0%, rgb(255, 255, 255) 70%);
	line-height: 28px;
	font-size: 15px;
	vertical-align: middle;
	padding: 0 15px;
	line-height: 28px;
	vertical-align: middle;
	line-height: 27px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px rgb(188, 220, 236) dotted;
	height: 50px;
}
.table_meage td.left_nt {
	background: #e1f3f8;
	color: #00a0c9;
	overflow: hidden;
	font-weight: 600;
	padding-left: 21px;
	line-height: 50px;
	border-bottom: 1px rgb(117, 202, 226) dotted;
	text-align: left;
}
.table_meage td.pcdisno {
	display: none;
}
.table_meage td.left_nt .red {
	margin-left: -10px;
	vertical-align: middle;
	padding-right: 5px;
}
.right_ncom {
	background: linear-gradient(to top, rgb(240, 250, 255) 0%, rgb(255, 255, 255) 70%);
}
.inpusty {
	float: left;
	margin: 10px 3px 10px 0;
	background-color: rgb(255, 255, 255);
	line-height: 25px;
	border: 1px rgb(155, 208, 234) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 30px;
	font-size: 14px;
	padding: 0 5px;
	min-width: inherit;
}
.text_st {
	width: 98%;
	height: 150px;
}
.input_mem {
	width: 25%;
}
.input_mel {
	width: 78%;
}
.input_mes {
	width: 120px;
	margin: 0 0 10px 0
}
.input_memxs {
	width: 25%;/* margin-top: 0; */
}
.table_meage .mphon {
/* float: left; */
/* margin: 0 10px 0 0; */
}
.table_meage .table_addtit {
	background-color: #e1f3f8;
	color: #00a0c9;
	text-align: center;
	width: 12%;
	float: left;
	height: 100%;
	margin: 0 23px;
	line-height: 50px;
	font-weight: 600;
}
.gray_menot {
	line-height: 19px;
	margin: 8px 0;
	color: #666;
	font-size: 14px;
	width: 100%;
	clear: both;
}
.flen {
	clear: none;
	line-height: 30px
}
.red_menot {
	line-height: 19px;
	margin: 8px 0;
	color: #E20000;
	font-size: 14px;
	width: 100%;
	clear: both;
	padding-top: 5px;
}
.men_sys {
	width: 100%
}
.men_sys li {
	float: left;
	margin: 2px 10px 0 2px;
}
.captbox {
	width: 100%;
	margin: 25px auto;
	display: table;
}
.ceheckboxn {
	margin: 25px auto;
	width: 85%;
	display: table;
	max-width: 550px;
}
.btn_canceln {
	position: relative;
	display: block;
	width: 40%;
	background: rgb(230, 230, 230);
	color: rgb(130, 130, 130);
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0 auto;
	-webkit-box-shadow: 0 4px 0 #006fb6;
	box-shadow: 0 4px 0 rgb(180, 180, 180);
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	margin: 0 5%;
}
.btn_canceln:hover {
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: 0 4px 0 rgb(200, 150, 20);
	box-shadow: 0 4px 0 rgb(200, 150, 20);
}
.btn_canceln:active {
	top: 4px;
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: inset 0 4px 3px rgb(200, 150, 20);
	box-shadow: inset 0 4px 3px rgb(200, 150, 20);
}
.btn_orangn {
	position: relative;
	display: block;
	width: 40%;
	background: rgb(185, 200, 85);
	color: rgb(0, 125, 30);
	text-decoration: none;
	border-radius: 8px;
	margin: 0 auto;
	-webkit-box-shadow: 0 4px 0 rgb(145, 160, 60);
	box-shadow: 0 4px 0 rgb(145, 160, 60);
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	margin: 0 5%;
}
.btn_orangn:hover {
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: 0 4px 0 rgb(200, 150, 20);
	box-shadow: 0 4px 0 rgb(200, 150, 20);
}
.btn_orangn:active {
	top: 4px;
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: inset 0 4px 3px rgb(200, 150, 20);
	box-shadow: inset 0 4px 3px rgb(200, 150, 20);
}
.captbox p {
	float: left;
	font-size: 15px;
	margin: 0;
	padding-top: 5px;
	color: black;
	line-height: 25px;
}
.captbox input {
	width: 100px;
	float: left;
	margin: 0 5px;
	padding: 0 5px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.captbox img {
	float: left;
	margin: 0 5px;
}
.table_meage td.gray_cenot {
	background: #eeeeee;
	color: #747474;
	text-align: center;
	width: 100%;
	line-height: 26px;
	font-size: 14px;
	height: auto;
	padding: 5px;
}
.table_meage td.cus_man div {
	margin: 5px 15px 5px 0;
	float: left;
	display: table;
	font-family: "微軟正黑體";
}
.table_meage td.cus_man div .cut_canln {
	font-size: 24px;
	color: #929292;
	float: right;
	margin-right: 5px!important;
	font-family: sans-serif;
	font-weight: bold;
}
.table_meage td.cus_man div .cut_canln:hover {
	color: #484848;
}
.table_meage td .forcon24 {
	width: 24%;
}
.table_meage td .forcon10 {
	width: 9%;
}
.table_meage td .forcon30 {
	width: 29%;
}
.table_meage td .forcon30 input {
	width: 100%;
}
.table_meage td .forcon34 {
	width: 37%;
	margin-right: 0!important;
}
.table_meage td .forcon36n {
	width: 38%;
}
.table_meage td .forcon36n select {
	width: 25%;
}
.table_meage td .forcon25 input {
	margin-top: 0
}
.table_meage td select {/* margin-top:0; */
}
.table_meage td .selesty {
	float: none
}
.table_meage td .inpusty {/* float:none; */
}
.addcutbox {
	color: #EB4187;
	font-size: 15px;
	text-align: center;
	width: 100%;
	margin: 10px auto;
	font-weight: 600;
	font-family: "微軟正黑體";
	margin: 0 auto;
	text-indent: 0;
	letter-spacing: 0.5px;
	padding: 0 10px;
	float: none;
	line-height: 32px;
}
.addcutbox span {
	width: 25px;
	height: 25px;
	border-radius: 99em;
	background-color: #EB4187;
	/* display: -webkit-inline-box; */
	text-align: center;
	vertical-align: middle;
	padding: 0;
	font-size: 15px;
	display: inline-block;
	margin-left: 5px;
	color: white;
	line-height: 25px;
}
.addcutbox:hover span {
	background-color: #D00B5C;
}
.addcutbox:hover {
	color: #E62172;
}
.addcutbox span:hover {
	background-color: #D00B5C;
}
.table_meage td .number.slate {
	width: 25px;
	height: 25px;
	border-radius: 99em;
	background-color: #00a0c9;
	color: #FFF;
	margin: 0 auto;
	line-height: 25px;
	text-align: center;
}
.iframe_bomap {
	height: 650px
}
.bot_s {
	padding: 0 0 0 10px;
	color: #00B8E7;
	font-size: 12px;
	text-decoration: underline;
}
.bot_s:hover {
	color: #FF5722;
}
 @media only screen and (max-width: 1024px) {
.newys_top .nemenu ul {
	padding-left: 30px;
}
.newys_top {
	width: 100%;
}
}
@media only screen and (max-width:980px) {
.newys_top .nemenu {
	padding: 14px 0 0 0;
}
.newys_top .nemenu li.icons_cidp {
	padding: 0 15px;
}
.newys_top .nemenu li {
	background-image: none;
	margin: 0 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 15px;
}
.newys_top .nemenu li a {
	text-indent: 0;
	line-height: 35px;
}
.newys_top .nemenu li.icons_fh a {
	text-indent: 0;
	letter-spacing: 5px;
}
.icons_fh div {
	padding-left: 6px;
}
.newys_top h1 {
	max-height: 60px;
	margin: 11px 0 4px 10px;
	background-size: 100%;
	width: 17%;
}
.newys_top h2 {
	max-height: 60px;
	margin: 4px 0 4px 10px;
	background-size: 100%;
	width: 17%;
}
.meagebox {
	margin: 25px auto;
	width: 100%;
	max-width: 100%;/* padding:0 15px; */
}
.table_addtit {
	display: none;/* float: left; *//* position: absolute; *//* left: 0; *//* height: 50px; */
}
.table_meage td.pcdisno {
	display: table-cell;
}
.table_meage td.left_nt {
	min-width: 123px;
	font-weight: normal;
}
.mo_desn {
	display: none
}
.inpusty {
	width: 100%
}
.table_meage td .forcon24 {
	width: 100%;
}
.table_meage td .forcon10 {
	width: 30%;
}
.table_meage td .forcon30 {
	width: 100%;
}
.table_meage td .forcon34 {
	width: 100%;
}
.table_meage td .forcon34 .inpusty {
	width: 21%;
}
}
@media only screen and (max-width: 800px) {
.newys_top h1 {
	max-width: 100%;
	margin: 16px 0 0 19px;
}
.newys_top h2 {
	max-width: 100%;
	margin: 12px 0 0 19px;
}
.newys_top .nemenu ul {
	padding-left: 10px;
}
.newys_top .nemenu {
	padding: 14px 0 0 0;
	position: absolute;
	left: 20%;
	display: block;
	overflow: hidden;
	width: inherit;
	max-height: 58px;
}
.newys_top .nemenu li {
	margin: 0 5px;
	padding: 0 15px;
}
.footer_p p {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 35px
}
.footer_box {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.5px;
	display: table;
	margin-top: 25px;
}
.footer_p {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	min-height: 99px;
}
.footer_p .des {
	width: 100%;
}
.footer_p p span {
	display: block;
	width: 100%;
	font-size: 16px;line-height: 22px;
}
.footer_p {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}
.ssl {
	width: 100%;
	/* float: right; */
	margin: 0 auto;
}
.ssl img {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.iframe_bomap {
	height: 550px;
}
}
@media only screen and (max-width: 600px) {
.newys_top h1 {
	margin: 8px 18px 0 22px;
	width: 171px;
	height: 60px;
}
.newys_top h2 {
	margin: 8px 18px 0 22px;
	width: 154px;
	height: 60px;
}
.newys_top .top_nnav li a {
	display: block;
	width: 100%;
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-family: 微軟正黑體,;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background: rgb(183, 200, 86);
	margin: 0px 0px 1px;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.newys_top .top_nnav li a:hover {
	background: rgb(20, 160, 201);
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.newys_head .nemenu {
	display: none
}
.newys_head .nemenu li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.newys_head .nemenu li:hover a {
	background: rgb(20, 160, 201);
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.newys_top .nemenu li.icons_cidp {
	padding: 0;
	margin: 0
}
.newys_head .nemenu li a {
	width: 100%;
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.newys_head .top_nnav {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 888;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	padding: 0;
}
.newys_top h4 {
	position: absolute;
	display: block;
	width: 30px;
	height: 29px;
	top: 29px;
	right: 15px;
	background-size: 30px auto;
	background-image: url(../img/icon_toogle.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	z-index: 999;
}
.newys_head .top_nnav ul {
	position: absolute;
	width: 260px;
	height: 180px;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -130px;
}
.newys_head .icon_close {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: -10px;
	right: -17px;
	background-color: rgb(235, 65, 135);
	color: rgb(250, 250, 250);
	font-family: 文泉驛正黑, 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', Meiryo, 微軟正黑體, 'Microsoft JhengHei', sans-serif;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	margin: 0;
	font-size: 20px;
}
.newys_head .icon_close.active {
}
.newys_head .top_nnav li {
	width: 100%;
	float: none;
}
.newys_head .meopen {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	max-height: none;
	left: 0;
}
.newys_top .nemenu ul {
	position: absolute;
	width: 80%;
	height: auto;
	top: 15%;
	left: 10%;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0;
	/* right: 10%; */
	margin: 0 auto;/* display: table; */
}
.newys_head .nemenu li a {
	width: 100%;
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	display: block;
	width: 100%;
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-family: 微軟正黑體, 微軟雅黑;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background: rgb(183, 200, 86);
	margin: 0px 0px 1px 0;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	text-indent: 0;
	font-weight: normal;
}
.newys_top .nemenu li.active a {
	font-weight: bold
}
.pcnmow {
	display: block
}
.newys_top .nemenu li.icons_fh a {
	text-indent: 0;
	letter-spacing: 5px;
	line-height: 50px;
}
.icons_fh div {
	display: inline-block;
	font-size: 18px;
}
.btn_grayn {
	clear: both;
}
.ceheckboxn div {
	width: 100%;
	margin: 10px auto 30px auto;
	float: none
}
}
@media only screen and (max-width:414px) {
.men_sys li {
	float: left;
	margin: 2px 0;
	width: 100%;
}
.input_mes {
	margin-right: 0;
}
.table_meage caption {
	font-size: 15px;
}
.table_meage td.left_nt {
	min-width: 95px;
	letter-spacing: -1px;
	padding-left: 15px;
	font-size: 14px;
	text-align: center;
}
.table_meage td {
	padding: 0 10px;
}
.table_meage td.cus_man div .cut_canln {
	margin-top: 10px;
}
}
@media only screen and (max-width:375px) {
.table_meage td.left_nt .red {
	margin-left: -9px;
	padding-right: 2px;
}
.btn_grayn {
	margin: 0 auto 10px auto;
}
.captbox p {
	width: 100%;
	padding: 5px;
	margin: 0 auto 15px auto
}
.table_meage td .forcon34 .inpusty {
	width: 23%;
}
.table_meage td.cus_man div .cut_canln {
	margin-top: 0;
}

.iframe_bomap {
	height: 500px;
}

}
