@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
}

@media screen and (min-width: 1024px) {
    #m_tmu-body5 {
        display: none;
    }
}
#loginbox {
	width:333px;
	height:398px;
	margin:50px auto 0 auto;
	background-color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #bfb6aa;
	padding:0px 0 0 0;
	overflow:hidden;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
}
#login-logo {
	width:313px;
	height:272px;
	margin:15px auto 0 auto;
}
#login-logo h1 {
	margin:10px 0 0 0;
	font-size:16px;
	text-align:center;
	color:#461600;
}
#login-btn-box {
	width:333px;
	height:80px;
	margin:30px auto 0 auto;
	background-color:#f2f2f2;
	border-top:1px solid #d8d8d8;
}
#login-btn-box a {
	display:block;
	width:333px;
	height:80px;
	line-height:80px;
	text-align:center;
	padding:0 0 0 15px;
	background-color:#f2f2f2;
}
#login-btn-box a:hover {
	display:block;
	background-color:#e2e2e2;
	text-decoration:none;
}
.btn1 {
	width:260px;
	font-color:#000;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	padding:10px 15px 10px 35px;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
}
.btn1:hover {
	text-decoration: none;
}
.btn1:active {
	position: relative;
	top: 1px;
}

.btn2 {
	font-color:#000;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding:.5em 9px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.btn2:hover {
	text-decoration: none;
}
.btn2:active {
	position: relative;
	top: 1px;
}

.btn3 {
	font-color:#000;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding:4px 9px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.btn3:hover {
	text-decoration: none;
}
.btn3:active {
	position: relative;
	top: 1px;
}

.zoom_in {
	width:36px;
	height:36px;
	border:1px solid #96681f;
	background-color:#b18334;
	background-image:url(../images/icon_6.png);
	background-repeat:no-repeat;
	background-position:center;
}
.zoom_in:hover {
	border:1px solid #96681f;
	background-color:#a47524;
}

.zoom_out {
	width:36px;
	height:36px;
	border:1px solid #96681f;
	background-color:#b18334;
	background-image:url(../images/icon_7.png);
	background-repeat:no-repeat;
	background-position:center;
}
.zoom_out:hover {
	border:1px solid #96681f;
	background-color:#a47524;
}

/* gray */
.gray {
	color:#fff;
	background-color:#b5b5b5;
	border:1px solid #aaaaaa;
    -moz-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.5);
	box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.5);
}
.gray:hover {
	color:#fff;
	background-color:#959595;
	border:1px solid #aaaaaa;
}
.gray:active {
	color:#fff;
	background-color:#959595;
	border:1px solid #aaaaaa;
}

/* yell */
.yell {
	color: #fff;
	border: solid 1px #96681f;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#d3a243), to(#9a6e29));
	background: -moz-linear-gradient(top,  #d3a243,  #9a6e29);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3a243', endColorstr='#9a6e29');
	*/

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3a243', endColorstr='#9a6e29');
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d3a243), to(#9a6e29));
	background-image: -webkit-linear-gradient(top, #d3a243, #9a6e29);
	background-image: -moz-linear-gradient(top, #d3a243, #9a6e29);
	background-image: -o-linear-gradient(top, #d3a243, #9a6e29);
	background-image: -ms-linear-gradient(top, #d3a243, #9a6e29);
	background-image: linear-gradient(to bottom, #d3a243, #9a6e29);

	-moz-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.5);
	box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.5);
}
.yell:hover {
	/*
	background: -webkit-gradient(linear, left top, left bottom, from(#d3a243), to(#7a5110));
	background: -moz-linear-gradient(top,  #d3a243,  #7a5110);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3a243', endColorstr='#7a5110');
	*/

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3a243', endColorstr='#7a5110');
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d3a243), to(#7a5110));
	background-image: -webkit-linear-gradient(top, #d3a243, #7a5110);
	background-image: -moz-linear-gradient(top, #d3a243, #7a5110);
	background-image: -o-linear-gradient(top, #d3a243, #7a5110);
	background-image: -ms-linear-gradient(top, #d3a243, #7a5110);
	background-image: linear-gradient(to bottom, #d3a243, #7a5110);
}
.yell:active {
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3a243', endColorstr='#7a5110');
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d3a243), to(#7a5110));
	background-image: -webkit-linear-gradient(top, #d3a243, #7a5110);
	background-image: -moz-linear-gradient(top, #d3a243, #7a5110);
	background-image: -o-linear-gradient(top, #d3a243, #7a5110);
	background-image: -ms-linear-gradient(top, #d3a243, #7a5110);
	background-image: linear-gradient(to bottom, #d3a243, #7a5110);
}
/* yell1 */
.yell1 {
	color: #9f9689;
	border: solid 1px #8e8577;
	background:#d0c9bf;
	-moz-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.5);
	box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.5);
}
.yell1:hover {
	border: solid 1px #8e8577;
	background:#c1b7aa;
}
.yell1:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#d3a243), to(#7a5110));
	background: -moz-linear-gradient(top,  #d3a243,  #7a5110);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3a243', endColorstr='#7a5110');
}


.google_icon {
	background-image:url(../images/google_icon.png);
	background-repeat:no-repeat;
	background-position:85px center;
}


#wrapper {
	min-height:100%;
	position:relative;
}
/*表頭*/
header {
	position:relative;
	height:105px;
	overflow:hidden;
	clear:both;
	margin:0px auto 0px auto;
}
.login_id {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	text-align: center;
	padding:5px 0.5em 0.3em 0.5em;
	width:100px;
	text-shadow:1px 1px #fff;
}

.message_number {
	/*float:right;*/
	font-weight:bold;
	font-size:81.25%;
	padding:2px 4px;
	margin:2px 0 0 2px;
	background-color:#C00;
	color:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

.top-font-style {
	display:inline-block;
	font-size:81.25%;
	padding:4px 2px 2px 2px;
}


#navbar-top {
	width:940px;
	clear:both;
	overflow:hidden;
	height:105px;
	position:relative;
	margin:0 auto 0px auto;
	padding:0px 0 0 0;
}
/*
#nav-item {
	float:left;
	width:525px;
	height:50px;
	padding:8px 0 0 10px;
}
#nav-item ul li {
	float:left;
	margin:0 12px 0 0;
	font-size:92%;
	list-style: none outside none;
}
#nav-item ul li a:link,#nav-item ul li a:visited {
	color:#1a7fc6;
}
#nav-item ul li a:hover {
	text-decoration:underline;
}*/

#m_nav {
	position:absolute;
	top:5px;
	right:0;
	z-index:5;
	width:300px;
	height:40px;
	padding:6px 0 0 0;
	text-align:right;
}
#m_nav header .group.navigation li {
	float:left;
	border:0px solid;
	background-color:rgba(0,0,0,0);
	margin:0 0.5em 0 0em;
	color:#000;
	list-style: none outside none;
}
#m_nav header .group.navigation li a:link,#m_nav header .group.navigation li a:visited,#m_nav header .group.navigation li a:active {
	border:1px solid #96681f;
	color:#fff;
	padding:4px 9px;
}
#m_nav header .group.navigation li a:hover {
	background-color:rgba(0,0,0,0);
}
#form-top {
	position:absolute;
	top:5px;
	right:0;
	z-index:5;
	width:400px;
	height:52px;
	padding:6px 0 0 0;
}
#form-top ul li {
	float:right;
	margin:0 0.5em 0 0;
	color:#000;
	list-style: none outside none;
}
#form-top ul li a:link, #form-top ul li a:visited ,#form-top ul li a:active {
	color:#FFF;
}
#form-top ul li a:hover {
	text-decoration:none;
}

#logo {
	height:70px;
	background-size: 7% 90%;
	background-image:url(../images/tmu-logo.png);
	background-repeat:no-repeat;
	background-position:13px 0;
	padding:0px 0 0 0px;
}
#logo a:link,#logo a:visited,#logo a:hover,#logo a:active {
	text-decoration:none;
}
#logo h1 {
	margin:0px 0px 0 88px;
	padding:10px 0 0 0;
	color:#441404;
}
#logo h1 .font_ch {
	display:block;
	font-size:160%;
}
#logo h1 .font_en {
	display:block;
	font-size:110%;
}
#med_m {
	margin:20px 0 0 0;
	padding:0px;
	padding-bottom:90px;	 /*Height of the footer */
}
#med_body {
	position:relative;
	width:940px;
	padding:0px 0 0px 0;
	clear:both;
	margin:0 auto;
}

#logo_login_box {
	width:940px;
	clear:both;
	overflow:hidden;
	height:70px;
	margin:20px auto 0 auto;
}
/*麵包屑*/
.application_breadcrumb {
	width:920px;
	height:20px;
	clear:both;
	overflow:hidden;
	margin:0px auto 30px auto;
	padding:12px 0 8px 20px;
	background-color:#9f9689;
}
.application_breadcrumb ul li {
	float:left;
	color:#FFF;
	margin:0 0.5em 0 0;
	list-style: none outside none;
	font-size:13px;
}
.application_breadcrumb ul li a:link,.application_breadcrumb ul li a:visited {
	color:#FFF;
	text-decoration:none;
}

.application_breadcrumb ul li a:hover {
	color:#FFF;
	text-decoration:none;
}
.application_breadcrumb ul li a .divider {
	display:inline-block;
	margin:0 0 0 5px;

}
.application_breadcrumb ul li.selected a:link,
.application_breadcrumb ul li.selected a:visited {
	color:#441404;
	background-color:#fff;
	border-radius:3px;
	padding:2px 8px;
	text-decoration:none;
}
.application_step {
	width:915px;
	height:50px;
	clear:both;
	margin:0px auto 0px auto;
	padding:0px 0 0px 0px;
}
.application_step ul li {
	list-style:none;
	float:left;
	padding:0;
	margin:0 21px 0 0;
    margin: 0 15px 0 0\0/IE8+9;/*IE8 + 9 + IE10*/
	text-align:center;
	width:211px;
	height:45px;
	line-height:45px;
	background-color:#a7a49f;
	border:1px solid #94918c;
	color:#e4e2e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.application_step ul li:nth-child(4n) {
	margin:0 0 0 0;
}
.application_step ul li.selected {
	color:#441404;
	background-color:#fff;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
#tmu-body1_box {
	width:940px;
	clear:both;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:0 0 0px 0;
}

#tmu-body1 {
	width:898px;
	border:1px solid #CCC;
	border-top:none;
	background-color:#FFF;
	clear:both;
	overflow:hidden;
	padding:20px 20px 0px 20px;
	margin:0 0 40px 0;
}
#tmu-body1 ul {
	clear:both;
	overflow:hidden;
	padding:0 0 0 0;
}
#tmu-body1 ul li {
	position:relative;
	float:left;
	list-style:none;
	width:437px;
	height:60px;
	line-height:60px;
	background-color:#f2f2f2;
	border:1px solid #d9d9d9;
	margin:0 20px 20px 0;
	padding:0 0 0 0px;
}
#tmu-body1 ul li button {
	position:absolute;
	z-index:6;
	top:10px;
	right:10px;
	width:40px;
	height:40px;
	background-image:url(../images/icon_11.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#b18334;
	border:1px solid #96681f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tmu-body1 ul li button:hover {
	background-color:#a47524;
}
#tmu-body1 ul li p {
	position:relative;
	top:0px;
	left:0px;
}
#tmu-body1 ul li a {
	display:block;
	width:422px;
	height:60px;
	padding:0 0 0 15px;
}
#tmu-body1 ul li:nth-child(2n) {
	margin:0 0 20px 0;
}
#tmu-body1 ul li a:hover {
	text-decoration:none;
	background-color:#dcdcdc;
}

/*水平導覽選單_內容效果區塊*/
#tmu-body1_box .menu-hor-style2 {
	padding:0px;
}
#tmu-body1_box .menu-hor-style2 ul {
	padding:0 0 29px 0.7em;
	padding:0 0 29px 0.7em\0/IE8+9;/*IE8 + 9 + IE10*/
	margin:0;
}
#tmu-body1_box .menu-hor-style2 li {
	float:left;
	border:1px solid #d9d9d9;
	border-bottom:none;
	list-style:none;
	margin:0 0.3em 0 0;
	background-color:#f2f2f2;
}
#tmu-body1_box .menu-hor-style2 li:last-child {
	border-right:1px solid #d9d9d9;
}
#tmu-body1_box .menu-hor-style2 li a:link,.menu-hor-style2 li a:visited {
	display:block;
	color:#6e6e6e;
	text-decoration:none;
	padding:0.5em 1.5em 6px 1.5em;
	border-bottom:1px solid #d9d9d9;
}
#tmu-body1_box .menu-hor-style2 ul li.selected a:link,
#tmu-body1_box .menu-hor-style2 ul li.selected a:visited {
	color:#333;
	background-color:#fff;
	border-bottom:1px solid #FFF;
}

#tmu-body1_box .menu-hor-style2 ul li a:hover {
	color:#333;
	background-color:#fff;
	border-bottom:1px solid #FFF;
}
#tmu-body3 {
	position:relative;
	width:898px;
	min-height:550px;
	border:1px solid #CCC;
	background-color:#fff;
	clear:both;
	overflow:hidden;
	padding:20px 20px 20px 20px;
}
#tmu-tool {
	margin:0 0 0 0;
}
#tmu-message1 {
	position:absolute;
	z-index:30;
	top:50px;
	left:270px;
	width:370px;
	height:170px;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	box-shadow:1px 1px 4px rgba(0,0,0,0.3);
	overflow:hidden;
	clear:both;
}
#tmu-message1 p {
	text-align:left;
	font-size:15px;
	line-height:1.6;
	padding:0px 10px;
	color:#444444;
}
#tmu-message {
	position:absolute;
	z-index:30;
	top:50px;
	left:270px;
	width:370px;
	height:170px;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	box-shadow:1px 1px 4px rgba(0,0,0,0.3);
	overflow:hidden;
	clear:both;
}
#tmu-message p {
	text-align:center;
	font-size:150%;
	line-height:1.6;
	color:#444444;
}
#tmu-seat {
	position:absolute;
	z-index:30;
	top:20px;
	right:5px;
	width:50px;
	height:200px;
}

.seat_box {
	width:40px;
	margin:0 0px 10px 0;
}

.seat_box p {
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	font-size:12px;
}
#tmu-body2 {
	width:898px;
	border:1px solid #CCC;
	background-color:#fff;
	clear:both;
	overflow:hidden;
	padding:20px 20px 20px 20px;
	margin:0 0 40px 0;
}
#tmu-body4 {
	width:898px;
	border:1px solid #CCC;
	background-color:#fff;
	clear:both;
	overflow:hidden;
	padding:20px 20px 20px 20px;
	margin:0 0 40px 0;
}
#tmu-body4 h2 {
	font-size:19px;
	margin:0 0 10px 0;
	background-color:#d1e792;
	border:1px solid #bfdf68;
	border-radius:5px;
	padding:10px 5px 10px 45px;
	color:#4e7c10;
	background-image:url(../images/accept_icon.png);
	background-repeat:no-repeat;
	background-position:10px center;
	box-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
#tmu-body4 p {
	line-height:1.6;
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#444;
}
#tmu-body5 {
	width:898px;
	border:1px solid #CCC;
	background-color:#fff;
	clear:both;
	overflow:hidden;
	padding:20px 20px 0px 20px;
	margin:0 0 40px 0;
}

.tmu-font-red {
	color:#F00;
}
.tmu-font-green {
	color:#390;
}
.tmu-font-blue {
	color:#39F;
}
.note-title {
	color:#F00;
	margin:15px 0 0 0;
}
.note-main {
	color:#444;
	padding:0 0 0 30px;
	line-height:1.6;
}

.select-time:first-child {
	padding:0 0 20px 0;
}
.select-time {
	width:898px;
	clear:both;
	overflow:hidden;
	border-bottom:1px dotted #CCC;
	padding:20px 0 20px 0;
}
.select-time:last-child {
	border-bottom:none;
}
.select-time time {
	display:inline-block;
	margin:0 0 10px 0;
	padding:0 0 0 25px;
}
.select-time ul {
	clear:both;
	overflow:hidden;
}
.select-time ul li {
	float:left;
	list-style:none;
	width:284px;
	color:#FFF;
	background-color:#5cb85c;
	margin:0 20px 10px 0;
	padding:0 0 0 0px;
}
.select-time ul li a {
	display:block;
	width:269px;
	height:60px;
	line-height:60px;
	padding:0 0 0 15px;
	color:#FFF;
	background-color:#5cb85c;
	border:1px solid #4cae4c;
	text-align:center;
}
.select-time ul li:nth-child(3n) {
	margin:0 0 0px 0;
}
.select-time ul li a:hover {
	text-decoration:none;
	background-color:#47a447;
	border:1px solid #398439;
}
.select-time ul li a.disabled {
	background-color:#fb9696;
	border:1px solid #fc5f5f;
	cursor: not-allowed;
}

.time-icon {
	background-image:url(../images/time-icon.png);
	background-repeat:no-repeat;
	background-position:5px center;
}
.break-system { width:100%; margin: 10px 0 15px; background-color: #fff; height: 4px; border: 0; border-top: 1px solid #fff; border-bottom: 2px solid #eeeeee;}

.action_area { width:100%; text-align:center; margin:20px 0 0 0;}
.action_area1 { width:100%; text-align:center; margin:28px 0 0 0; background-color:#dcdcdc; padding:10px 0; border-top:1px solid #cccccc; position:absolute; bottom:0px;}

.alert { width:97%; padding: 5px 0px; border: 1px solid #CCC; background-color: #EEE; margin-bottom: 10px; position: relative; background-image:url(../images/icon_18.png); background-repeat:no-repeat; background-position:5px center;}
.alert .close {position: absolute; right: 10px; top: 4px; background: none repeat scroll 0 0; border: 0 none; cursor: pointer; padding: 0;
  color: #000; font-size: 20px; line-height: 20px; font-weight: bold; opacity: 0.3;}
.alert .close:hover, .alert .close:focus {opacity: 0.5;}
.alert-danger {height:35px; background-color: #F2DEDE; border-color: #EED3D7; color: #C00; padding:0px 0px 0px 25px;}
.alert-danger p {line-height:6px;}
.main-title {color: #461600; position: relative; margin-bottom: 0px; font-size:125%;	font-weight:bold;}

.tmu-error-messsage {
	position:absolute;
	z-index:4;
	top:80px;
	color:#F00;
	text-align:right;
	display:block;
	width:890px;
}

/*置底*/
footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:75px;/* Height of the footer */
	padding:15px 0 0 0;
	background-color:#9f9689;
}
#footer_box {
	width:940px;
	margin:0px auto 0 auto;
}

#footer_box ul li {
	float:right;
	list-style:none;
	margin:0 0 0 10px;
}
#footer_box ul li a {
	color:#827563;
}
#mainnav,.m-tab, .m-tab-open {
	position:absolute;
	top:-999px;
}
#m_tmu-body5 {
	position:absolute;
	top:-9999px;
}

/*xxxxx*/
/* self clearing floats */
.group:after,.lastUnit:after {clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.group{*zoom:1; }

.navheader {
  font-size: 14px;
}
.slide-trigger {
  display: none; /* need this */
  border-bottom:1px solid #ccc;
  cursor: pointer;
  padding:10px 5px 10px 15px;
}

.slide-trigger span {
  background-image:url(../images/icon_2.png);
  background-position: 0 -14px;
  display: block;
  float: right;
  margin-top: 3px;
  width: 32px;
  height: 14px;
}

.navigation {
 	max-width: none;
	padding:0 0 0px 0.7em;
	padding:0 0 0px 0.7em\0/IE8+9;/*IE8 + 9 + IE10*/
	margin:0;
}

.navigation li {
	float:left;
	border:1px solid #d9d9d9;
	border-bottom:none;
	list-style:none;
	margin:0 0.3em 0 0;
	background-color:#f2f2f2;
}
.navigation li:last-child {
	border-right:1px solid #d9d9d9;
}
.navigation li a:link,.navigation li a:visited {
	display:block;
	color:#6e6e6e;
	text-decoration:none;
	padding:0.5em 1.5em 6px 1.5em;
	border-bottom:1px solid #d9d9d9;
}
.navigation li a:hover {
	color:#333;
	background-color:#fff;
	border-bottom:1px solid #FFF;

 }

.navigation li.selected a:link,
.navigation li.selected a:visited {
	color:#333;
	background-color:#fff;
	border-bottom:1px solid #FFF;
}

@media screen and (max-width: 1024px) {
	.application_breadcrumb,footer {
		display:none;
	}
#tmu-seat {
	top:10px;
	right:5px;
}

	/*表頭*/
	header {
		width:100%;
		height:79px;
		padding:0 0 0 0em;
		clear:both;
		overflow:hidden;
		margin:0px auto 0px auto;
	}
	#navbar-top {
		width:100%;
		height:79px;
	}
	#logo_login_box {
		width:100%;
		clear:both;
		overflow:hidden;
		height:69px;
		margin:5px auto 0 auto;
	}
	#logo {
		height:70px;
		background-size: 7% 90%;
		background-image:url(../images/tmu-logo.png);
		background-repeat:no-repeat;
		background-position:20px 0;
		padding:0px 0 0 0px;
	}
	#logo a:link,#logo a:visited,#logo a:hover,#logo a:active {
		text-decoration:none;
	}
	#logo h1 {
		margin:0px 0px 0 95px;
	}
	.m-none {
		display:none;
	}
	#form-top {
		width:260px;
		margin:10px 12px 0 0;
	}
	#form-top ul li {
		float:right;
		margin:0 8px 0 0;
	}
	#mainnav {
		position:relative;
		top:0px;
		width:96%;
		clear:both;
		overflow:hidden;
		margin:0 auto 15px auto;
	}
	#mainnav ul {
		clear:both;
		overflow:auto;
	}
	#mainnav ul li:first-child {
		border:1px solid #94918c;
		border-right:none;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	#mainnav ul li {
		float:left;
		color:#a7a49f;
		width:49.8%;
		text-align:center;
		height:40px;
		line-height:40px;
		overflow:hidden;
	}
	#mainnav ul li:last-child {
		border:1px solid #94918c;
		border-left:none;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	#mainnav li a:link,#mainnav li a:visited {
		display:block;
		color:#96928c;
		text-decoration:none;
	}

	#mainnav ul li.selected a:link,
	#mainnav ul li.selected a:visited {
		color:#e4e2e0;
		background-color:#a7a49f;
		height:40px;
		font-weight:bold;
	}
	#med_m {
		margin:0px 0 0 0;
		padding:0px;
		padding-bottom:0px;	 /*Height of the footer */
	}
	#med_body {
		position:relative;
		width:100%;
		padding:15px 0 0px 0;
		clear:both;
		margin:0 auto;
	}

	.m-tab {
		position:relative;
		top:0px;
		width:94%;
		height:40px;
		line-height:40px;
		font-size:18px;
		border:1px solid #CCC;
		background-color:#eee7df;
		clear:both;
		overflow:hidden;
		padding:0px 0px 0px 2%;
		margin:0 auto;
		color:#96928c;
	}
	.m-tab:last-child {
		margin:0 auto 10px auto;
	}
	.m-tab-open {
		position:relative;
		top:0px;
		width:94%;
		height:40px;
		line-height:40px;
		font-size:18px;
		border:1px solid #CCC;
		border-top:none;
		background-color:#535353;
		clear:both;
		overflow:hidden;
		padding:0px 0px 0px 2%;
		margin:0 auto;
		color:#fff;
		border:1px solid #94918c;
	}

	#tmu-body1_box {
		width:96%;
		padding:0 0 0 0;
		margin:0 auto;
		border:1px solid #CCC;
		border-top:none;
	}

	#tmu-body1 {
		width:100%;
		height:600px;
		overflow:auto;
		border-top:none;
		border:0px solid #CCC;
		background-color:#FFF;
		clear:both;
		padding:10px 0px 0px 0px;
		margin:0 0 0 0;
	}

	#tmu-body1 ul {
		clear:both;
		overflow:hidden;
	}
	#tmu-body1 ul li {
		float:none;
		list-style:none;
		width:96%;
		height:auto;
		line-height:60px;
		background-color:#f2f2f2;
		border:1px solid #d9d9d9;
		margin:0 auto 15px auto;
		padding:0 0 0 0px;
	}
	#tmu-body1 ul li:last-child {
		margin:0 auto 0 auto;
	}
	#tmu-body1 ul li a {
		display:block;
		width:100%;
		height:60px;
		padding:0 0 0 0px;
		margin:0 0 0 0;
		text-align:center;
	}
	#tmu-body1 ul li:nth-child(2n) {
		margin:0 auto 15px auto;
	}
	#tmu-body1 ul li a:hover {
		text-decoration:none;
		background-color:#dcdcdc;
	}

	#tmu-body1 ul li button {
		display:none;
	}
	#tmu-body1 ul li p {
		padding:0 10px;
		margin:0 0 0 0;
		vertical-align:text-top;
		border-top:1px dashed #CCCCCC;
		color:#444444;
		font-size:12px;
	}

	/*水平導覽選單_內容效果區塊*/
	#tmu-body1_box .menu-hor-style2 {
		padding:20px 0 5px 10px;
		background-color:#FFF;
	}
	#tmu-body1_box .menu-hor-style2 li {
		margin:0 0.5em 0 0;
	}
	#tmu-body1_box .menu-hor-style2 ul li.selected a:link,
	#tmu-body1_box .menu-hor-style2 ul li.selected a:visited {
		border-bottom:1px solid #d9d9d9;
	}
	#tmu-body1_box .menu-hor-style2 ul li a:hover {
		border-bottom:1px solid #d9d9d9;
	}

	.message_number {
		float:none;
		font-size:93%;
		margin:0 0 0 5px;
	}

	#tmu-body2 {
		width:96%;
		height:620px;
		overflow:auto;
		border-top:none;
		border:1px solid #CCC;
		background-color:#FFF;
		clear:both;
		padding:10px 0px 0px 0px;
		margin:0 auto 0 auto;
	}

	#tmu-body3 {
		width:96%;
		height:620px;
		border-top:none;
		border:1px solid #CCC;
		background-color:#FFF;
		clear:both;
		padding:0px 0px 0px 0px;
		margin:0 auto 0 auto;
	}

	#tmu-message {
		left:20%;;
		width:60%;
	}
	#tmu-message1 {
	top:80px;
	left:50%;
	margin-left: -125px;
	width:250px;
	height:170px;
	}
	.select-time:first-child {
		padding:10px 0 0px 0;
	}
	.select-time {
		width:96%;
		padding:20px 0 0px 0;
		margin:0 auto;
	}

	.select-time ul li {
		float:none;
		width:97.3%;
		color:#FFF;
		margin:0 0 15px 0;
		padding:0 0 0 0px;
	}
	.select-time ul li:nth-child(3n) {
		margin:0 0 15px 0;
	}

	.select-time ul li a {
		display:block;
		width:100%;
		height:60px;
	}

	#tmu-body4 {
		width:96%;
		border-top:none;
		border:1px solid #CCC;
		background-color:#FFF;
		clear:both;
		padding:0px 0px 20px 0px;
		margin:0 auto 0 auto;
	}

	#tmu-body4 h2 {
		width:90%;
		margin:15px auto 10px auto;
		background-color:#d1e792;
		border:1px solid #bfdf68;
		border-radius:5px;
		padding:10px 5px 10px 45px;
		color:#4e7c10;
		background-image:url(../images/accept_icon.png);
		background-repeat:no-repeat;
		background-position:10px center;
		box-shadow:1px 1px 1px rgba(0,0,0,0.3);
	}
	#tmu-body4 p {
		width:92%;
		line-height:1.6;
		margin:20px auto 0 auto;
	}
	.note-title {
		width:96%;
		margin:20px auto 0 auto;
	}
	.note-main {
		width:90%;
		margin:10px auto 0 auto;
		padding:0 0 0 0;
	}
	#tmu-body5 {
		width:96%;
		border-top:none;
		border:1px solid #CCC;
		background-color:#fff;
		clear:both;
		padding:0px 0px 0px 0px;
		margin:0 auto 20px auto;
	}
	.tmu-error-messsage {
		width:96%;
		position:relative;
		color:#F00;
		margin:15px auto 0 auto;
		top:0;
		text-align:left;
		display:block;
	}
	#m_tmu-body5 {
		position:relative;
		top:0;
		width:96%;
		background-color:#FFF;
		margin:0 auto;
		padding:0 0 0 0;
		color:#444;
	}
	#m_tmu-body5 ul li {
		width:98.4%;
		background-color:#f2f2f2;
		border:1px solid #d9d9d9;
		border-radius:5px;
		list-style:none;
		padding:10px 5px;
		margin:0 0 15px 0;
	}
	#m_tmu-body5 ul li:last-child {
		margin:0 0 0 0;
	}
	#m_tmu-body5 ul li ul {
		clear:both;
		overflow:hidden;
		padding:0 0 0 0;
	}
	#m_tmu-body5 ul li ul li {
		float:left;
		margin:0 1.5% 0 1.5%;
		border-radius:0px;
		border:0px solid ;
		padding:0px 0 0 0;
		line-height:1.4;
		display:block;
	}
	#m_tmu-body5 ul li ul li a {
		text-decoration:none;
		color:#FFF;
		width:100%;
		height:83px;
		display:block;
	}
	#m_tmu-body5 ul li ul li:last-child {
		margin:0 0 0 0;
	}
	#m_tmu-body5 ul li ul li p {
		padding:0;
		margin:0;
	}
	#m_tmu-body5 ul li ul li.a1 {
		width:1%;
		text-align:center;
	}
	#m_tmu-body5 ul li ul li.a2 {
		width:38%;
	}
	#m_tmu-body5 ul li ul li.a3 {
		float:right;
		border-radius:5px;
		width:83px;
		height:63px;
		padding:5px 0px 10px 0px;
		background-color:#b18334;
		border:1px solid #96681f;
		background-image:url(../images/icon_5.png);
		background-repeat:no-repeat;
		background-position:center 5px;
		line-height:128px;
		text-align:center;
		font-size:13px;
		margin:0 0 0 1.5%;
	}
	#m_tmu-body5 ul li ul li.a4 {
		float:right;
		border-radius:5px;
		width:83px;
		height:63px;
		padding:5px 0px 10px 0px;
		background-color:#b5b5b5;
		border:1px solid #aaaaaa;
		background-image:url(../images/icon_4.png);
		background-repeat:no-repeat;
		background-position:center 5px;
		line-height:128px;
		text-align:center;
		font-size:13px;
		margin:0 0 0 1.5%;
	}
	.alert { width:93%; margin:0 auto;}
	.break-system { width:96%; margin:0 auto 10px auto;}
	.main-title { width:96%; margin:15px auto 0 auto; }
	.application_step {
		display:none;
	}
	#tmu-tool {
		margin:10px 0 0 10px;
	}

	#m_nav {
		width:200px;
	}
	.navigation {
		padding:15px 0 10px 15px;
		background-color:rgba(0,0,0,0);
	}
	.navigation li {
		margin:0 0.5em 0 0;

	}
	.navigation li.selected a:link,
	.navigation li.selected a:visited {
		border-bottom:1px solid #d9d9d9;
		background-color:#fff;

	}
	.navigation li a:hover {
		border-bottom:1px solid #d9d9d9;
		background-color:#f2f2f2;
	}
}
@media screen and (max-width: 568px) {
#tmu-seat {
	top:5px;
	right:0px;
}

	.seat_box img {
		width:20px;
		height:20px;
	}

	#mainnav ul li {
		width:49.5%;
	}

	#m_tmu-body5 {
		position:relative;
		top:0;
		width:96%;
		margin:0 auto 0 auto;
		padding:0 0 0 0;
		color:#444;
	}
	#m_tmu-body5 ul li {
		width:98%;
		background-color:#f2f2f2;
		border:1px solid #d9d9d9;
		border-radius:5px;
		list-style:none;
		padding:10px 0px;
		margin:0 auto 15px auto;
	}

	#m_tmu-body5 ul li ul li {
		font-size:13px;
		margin:0 2.5% 0 2.5%;
	}
	#m_tmu-body5 ul li ul li.a2 {
		width:49%;
		font-size:83%;
	}
	#m_tmu-body5 ul li ul li.a3 {
		float:right;
		border-radius:5px;
		width:45px;
		height:40px;
		padding:5px 0px 10px 0px;
		background-color:#b18334;
		border:1px solid #96681f;
		background-image:url(../images/icon_14.png);
		background-repeat:no-repeat;
		background-position:center;
		line-height:900px;
		text-align:center;
		font-size:12px;
		margin:0 2.5% 0 0 ;
	}
	#m_tmu-body5 ul li ul li.a4 {
		float:right;
		border-radius:5px;
		width:45px;
		height:40px;
		padding:5px 0px 10px 0px;
		background-color:#b5b5b5;
		border:1px solid #aaaaaa;
		background-image:url(../images/icon_13.png);
		background-repeat:no-repeat;
		background-position:center;
		text-align:center;
		font-size:12px;
		line-height:900px;
		margin:0 2.5% 0 0 ;
	}
	#m_tmu-body5 ul li:last-child {
		margin:0 auto 15px auto;
	}


	.break-system { width:94%; margin:0 auto 10px auto;}
	.main-title { width:94%; margin:15px auto 0 auto; }
	.alert { width:86%; margin:0 auto; font-size:13px;}
	#tmu-body4 h2 {
		width:76%;
		margin:10px auto 5px auto;
	}
	#tmu-body4 p {
		width:90%;
		line-height:1.6;
		margin:10px auto 0 auto;
	}
	.note-title {
		width:90%;
		margin:10px auto 0 auto;
	}
	.note-main {
		width:90%;
		margin:5px auto 0 auto;
		padding:0 0 0 0;
	}

	#tmu-tool {
		margin:5px 0 0 5px;
	}
	#tmu-message {
		top:20px;
		left:10%;
		width:80%;;
		height:140px;
	}

	#tmu-message p {
		text-align:center;
		font-size:15px;
		line-height:1.6;
		color:#444444;
	}

	.select-time:first-child {
		padding:5px 0 0px 0;
	}
	.select-time {
		width:94%;
		padding:20px 0 0px 0;
		margin:0 auto;
	}

	.select-time ul li {
		width:94.5%;
		margin:0 0 10px 0;
	}
	.select-time ul li:nth-child(3n) {
		margin:0 0 10px 0;
	}

	.select-time ul li a {
		width:99%;
	}

	#med_body {
		padding:5px 0 0px 0;
	}
	/*表頭*/
	header {
		height:66px;
		overflow:visible;
	}
	#navbar-top {
		overflow:visible;
		position:relative;
		height:66px;
	}
	#logo {
		height:60px;
		background-size: 7% 90%;
		background-image:url(../images/tmu-logo.png);
		background-repeat:no-repeat;
		background-position:5px 0;
		padding:0px 0 0 0px;
	}
	#logo h1 {
		margin:0px 0px 0 70px;
		padding:10px 0 0 0;
		color:#441404;
	}
	#logo h1 .font_ch {
		display:block;
		font-size:16px;
	}
	#logo h1 .font_en {
		display:block;
		font-size:12px;
	}
	.m-tab {
		font-size:16px;
		height:30px;
		line-height:30px;
	}
	.m-tab-open {
		font-size:16px;
		height:30px;
		line-height:30px;
	}
	/*水平導覽選單_內容效果區塊*/
	#tmu-body1_box .menu-hor-style2 {
		padding:10px 0 0px 0px;
		overflow:hidden;
		clear:both;
	}
	#tmu-body1_box .menu-hor-style2 ul {
		padding:0 0 35px 5px;
		margin:0;
	}
	#tmu-body1_box .menu-hor-style2 li {
		margin:0 5px 8px 0;
	}
	#tmu-body1_box .menu-hor-style2 li a:link,.menu-hor-style2 li a:visited {
		padding:0.5em 0.5em 6px 0.5em;
		font-size:13px;
	}
	#m_nav {
		width:200px;
	}
	#m_nav .group {
		width:90px;
		float:right;
		margin:0 5px 0 0;
		font-size:13px;
		padding:5px 0;
		background-color:rgba(0,0,0,0);
	}

	#m_nav .slide-trigger {
	  border-bottom:0px solid #ccc;
	  cursor: pointer;
	  padding:10px 0px 10px 0px;
	}

	#m_nav header {
		font-size:13px;
	}
	#m_nav header .group.navigation {
		position:relative;
		left:-10px;
	    padding:15px 5px 5px 5px;
	    width:100px;
		background-color:#FFF;
		border:0px solid #cccccc;
		border-radius:5px;
		box-shadow:1px 1px 2px rgba(0,0,0,0.3);
	}
	#m_nav header .group.navigation:before {
	   content: "";
	   position: absolute;
	   top: -8%;
	   left: 70px;
	   border-bottom: 20px solid blue;
	   border-bottom-color:#fff;
	   border-left: 20px solid transparent;
	   border-right: 20px solid transparent;

	}
	#m_nav header .group.navigation li .btn3{
		width:75px;
	}
	#m_nav header .group.navigation li {
		float:none;
	}

	.group{ background-color:#FFF;}
	.navigation {
	  position:absolute;
	  z-index:9;
	  background:none;
	  padding:0 0 0 0;
	  width:98%;

	}

	.slide-trigger { display: block; }
	.no-js .slide-trigger { display: none; }
	.navigation { display: none; }
	.no-js .navigation { display: block; }
	.navigation { margin: 0; }
	.navigation li {
		float: none;
		border:none;
		padding:5px 0;
		border-bottom:1px solid #d9d9d9;
	}
	.navigation li:last-child {
		border-right:0px solid #d9d9d9;
	}
	.navigation li a:link,.navigation li a:visited {
		border-bottom:0px solid #d9d9d9;
	}
	.navigation li a:hover {
		border-bottom:0px solid #FFF;

	 }
	.navigation li.selected a:link,
	.navigation li.selected a:visited {
		color:#333;
		background-color:#f2f2f2;
		border-bottom:0px solid #FFF;
	}
}