html, body, .fullScreen {
  height: 100%; }

body {
  font-size: 18px;
  font-weight: 400;
  color: #444;
	background: url(../images/background.png) repeat;
  line-height: 2;
  letter-spacing: 0em;
	font-family: "微軟正黑體","Open Sans", Arial, sans-serif,"Microsoft JhengHei" !important;
  overflow-x: hidden; }

@media (max-width: 768px) {
	.container {
    padding-right: 0px;
		padding-left: 0px; }
  .row {
    margin-right: 0px;
    margin-left: 0px;} }
		
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1510px; } }

@media (min-width: 1800px) {
  .container {
    max-width: 1680px; } }

button:focus {
  outline: 0 !important; }

a, .simple-hover img, button, .btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

a {
  color: #FAE7A8;
    /*font-size: 17px;*/
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #FFF2C6; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.3;
  color: #22232d; }

h4, .h4 {
  font-size: 1.35rem; }

h5, .h5 {
  font-size: 1.1rem; }

hr {
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.small, small {
  font-size: 80%;
  font-weight: 400; }

ul, ol {
  margin: 0 0 1.5em 0; }

.font-base-400 {
  font-weight: 400 !important; }

.font300 {
  font-weight: 300 !important; }

.font400 {
  font-weight: 400 !important; }

.font700 {
  font-weight: 700 !important; }

.font900 {
  font-weight: 900 !important; }

.label {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 2px;
  font-size: 12px; }

.bg-faded {
  background: #F9F9F9; }

.badge-primary {
  background: #a78859 !important; }

.bg-primary {
  background: #a78859 !important;
  border-color: #a78859; }

.bg-success {
  background: #5cb85c !important;
  border-color: #5cb85c; }

.bg-warning {
  background: #f0ad4e;
  border-color: #f0ad4e; }

.bg-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.bg-danger {
  background-color: #c9302c;
  border-color: #c9302c; }

.bg-dark {
  border-color: #22232d !important;
  background-color: #22232d !important; }

.bg-white {
  background: #fff; }

.text-primary {
  color: #a78859 !important; }

.text-danger {
  color: #c9302c !important; }

.text-success {
  color: #5cb85c !important; }

.text-warning {
  color: #f0ad4e !important; }

.text-info {
  color: #5bc0de !important; }

.text-white {
  color: white !important; }

.text-dark {
  color: #22232d !important; }

.text-white-gray {
  color: rgba(255, 255, 255, 0.8) !important; }

.text-dark-gray {
  color: rgba(34, 35, 45, 0.5) !important; }

.text-imp {
	color: #b0302f;}

.border-round {
  border-radius: 6px;
  -webkit-border-radius: 6px; }

.pos-relative {
  position: relative; }

.lead {
  font-weight: 300;
  font-size: 1rem; }

strong, b {
  font-weight: 700; }

.fWidth {
  width: 100% !important; }

.oHidden {
  overflow: hidden !important; }

strong, b {
  font-weight: 700; }

.mr0 {
  margin-right: 0px !important; }

.pt0 {
  padding-top: 0 !important; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.bg-default {
  background-color: #f7f7f7 !important; }

.bg-gray {
  background-color: #fbfbfb; }

.pd-card {
  padding: 40px 20px; }

/**
preloader
**/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

/**
paginations
**/
.page-link {
	background:	none;
	border: 1px solid;
  color: #FAE7A8; }
  .page-link:hover {
    background: #F5AA3B;
		color: #572800;}


/**
Preloader style
**/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #22232d;
  border-right: 0.5em solid rgba(204, 204, 204, 0.5);
  border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
  border-left: 0.5em solid rgba(204, 204, 204, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }
	#preloader-inner,
	#preloader-inner:after {
		border-radius: 50%;
		width: 10em;
		height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
Header Style
**/
.navbar > .container {
  position: relative; }
	
.navbar-header .container {
	padding-top: 15px;
	padding-bottom: 6px;
	background: #11000299;}	
	
.navbar-light {
	background: url(../images/nav_background.png) repeat-x #713515;
  border-bottom: 0px;
	min-height: 64px;}
	
.navbar .custom-toggler.navbar-toggler {
   border-color: rgb(215,196,172);
	 margin: 5px;}
.navbar .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(215,196,172, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
	
@media (max-width: 768px) {
.navbar-header {
	text-align: center;}
	
.navbar-header img.logo_tree{
	display: none;}}

.navbar-header img{
	max-width: 100%;
	vertical-align: bottom!important;}}
	
.navbar-light {
  border-bottom: 0px;}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active > .nav-link {
	padding: 0px 20px;
  color: #FAE7A8; }

.navbar-nav > li > .nav-link {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 22px;
  font-weight:bold;}

.navbar-nav > li .navbar-light .navbar-nav .nav-link:focus, .navbar-nav > li .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:hover {
  color: #572800; }

.navbar-nav > li.dropdown-full-width {
  position: static; }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .nav-link:hover {
  background: #F5AA3B;
	color: #572800; }
	
@media (min-width: 768px) {
.navbar-header img.logo{
	max-width: 414px;}}

.navbar-toggler-right {
  top: 0; }

.single-navbar .navbar-toggler-right {
  right: 0px; }

.navbar-toggler {
  border: 0px !important; }

.navbar-inverse .navbar-right-elements .list-inline > li > a {
  color: rgba(255, 255, 255, 0.5); }

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover, .navbar-inverse .navbar-right-elements .list-inline > li > a:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-right-elements {
  float: none !important;
  position: absolute;
  top: 28px;
  right: 15px; }
  .navbar-right-elements .list-inline {
    margin-bottom: 0px; }
    .navbar-right-elements .list-inline > li > a {
      color: #999;
      padding: .3rem .3rem;
      display: block;
      position: relative;
      top: -2px; }
      .navbar-right-elements .list-inline > li > a i {
        display: block; }
      .navbar-right-elements .list-inline > li > a .badge {
        position: absolute;
        top: -10px;
        right: -5px;
        font-weight: 300;
        font-size: 13px;
        padding: 0px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 50%;
        -webkit-border-radius: 50%; }

/**
Dropdown menu styles
**/

.navbar .dropdown-menu {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  min-width: 13rem;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #fefefe;
  border: 0px; }
  .navbar .dropdown-menu.lang-dropdown {
    width: 100px;
    min-width: 100px; }
    .navbar .dropdown-menu.lang-dropdown > li > a {
      line-height: 18px !important; }

.navbar .dropdown-menu .dropdown-item, .navbar .mega-inner-nav li a {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  text-transform: capitalize;
  left: 0; }
  .navbar .dropdown-menu .dropdown-item:hover, .navbar .mega-inner-nav li a:hover {
    left: 5px; }

.navbar .dropdown .mega-inner-nav li a {
  padding-left: 0px;
  padding-right: 0px; }

.navbar .mega-menu-content p {
  font-size: 14px;
  opacity: 0.6;
  color: #aeaeae; }

/**
mulit level dropdown
**/
.navbar .dropdown-submenu {
  position: relative; }

.navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  border-radius: 0px; }

.navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.navbar .dropdown-submenu > a:after {
  display: block;
  float: right;
  font-family: "FontAwesome";
  content: "";
  margin-top: 20px;
  margin-right: 0px; }

.navbar .dropdown-submenu.pull-left {
  float: none; }

.navbar .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.navbar .mega-title {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #444; }

.navbar .mega-inner-nav li {
  vertical-align: middle; }
  .navbar .mega-inner-nav li a {
    display: block; }
    .navbar .mega-inner-nav li a:hover {
      color: #4782d3;
      background-color: transparent; }
    .navbar .mega-inner-nav li a i {
      margin-right: 6px;
      position: relative;
      top: 1px;
      font-size: 15px;
      width: 16px;
      display: inline-block; }

.navbar .dropdown .dropdown-menu .dropdown-item, .navbar .mega-inner-nav > li > a {
  padding: 4px 20px; }
  .navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .mega-inner-nav > li > a:hover {
    background-color: transparent;
    color: #FAE7A8; }
  .navbar .dropdown .dropdown-menu .dropdown-item:focus, .navbar .mega-inner-nav > li > a:focus {
    background-color: transparent;
    color: #FAE7A8; }

@media (min-width: 992px) {
  .navbar .dropdown-menu {
    margin-top: 0px;
    background-color: #713515; }
  .navbar .dropdown-menu .dropdown-item, .navbar .mega-inner-nav li a {
    color: #fff; }
  .navbar .dropdown-menu.dropdown-mega-fw {
    position: absolute;
    width: 100%;
    padding: 0px 20px;
    padding-bottom: 0px; }
  .navbar .mega-menu-content {
    padding: 30px 0;
    padding-bottom: 20px; }
  .navbar .dropdown-menu, .navbar .dropdown-submenu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .navbar .show > .dropdown-menu, .navbar .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .navbar .mega-menu-content .row .col-lg-3:first-child {
    border-left: 0; }
  .navbar .mega-menu-content .row .col-lg-3 {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    padding: 0px 30px; }
  .navbar .mega-menu-content .mega-title {
    color: #fff; } }
	.top-no {
		background: url(../images/logo_no.png) no-repeat center top;
		text-align: center;
		min-height: 105px;}
	.top-no .top-no-name {
		margin-top: 10px;
		display: block;
		font-size: 17px;
		color: #FAE7A8;}
	.top-no .top-no-cnt {
		line-height: 45px;
		display: block;
		font-size: 43px;
		color: #E7211A;}		

/*
main
*/
.main-content {
	background: url(../images/content_background.png) repeat;
	padding: 10px 0px 200px 0px;}
	.main-content .main-maruee {
		background: #11000299;
		width: 100%;
		color: #FAE7A8;
		font-size: 28px;
		padding: 0 20px;}
	.main-content h2 {
		color: #FAE7A8;
		font-size: 28px;
    border-left: #fae7a8 5px solid;
    padding-left: 10px;
    margin-left: 20px;}
	
/*
side area
*/
.side-area {
	background: #11000299;
	padding: 0px;
	padding-bottom: 200px;}

.side-area a {
	font-size: 22px;}
.side-area a p{
	font-size: 22px;}
.item-title {
	background: url(../images/item_title_background.png) repeat-y;
	margin: 20px 0;
	padding: 0px 20px;}

.side-area .side-area-content ul {
	list-style: none;
	padding: 0px;}
.side-area .side-area-content .side-area-item img {
	max-width: 100%;}
.side-area .side-area-content .side-area-item span {
	border-radius: 5px;
	border: 1px solid #bdb3a1;
	color: #fff;
	width: 90%;
	padding: 1px;
	overflow: hidden;
	display: block;
	text-align: center;
	margin: 0 auto;}
.side-area .side-area-content .side-area-item a span img {
	border-radius: 3px;}
.side-area .side-area-content .side-area-item a p {
	width: 85%;
	margin: 0 auto;}
	
/*
main-news-list
*/
.main-news-list-header {
	color: #FAE7A8;
	font-size: 22px;
	padding: 5px;
	border-bottom: 2px solid #FAE7A8;
	margin-bottom: 20px;}
	.main-news-list {
		padding: 20px 35px;}
	.main-news-list a {
		font-size: 22px;}
	.main-news-list>a>.row {
		border-bottom: 1px dotted #FAE7A8;
		padding: 7px 0px;}
	.main-news-list .main-news-list-img {
		text-align: center;}
	.main-news-list .main-news-list-img img {
		max-width: 100%;}
	.main-news-list .main-news-list-img .m-date {
		display: none;}
	@media (max-width: 767px) {
		.main-news-list {
			padding: 15px 0px;}
		.main-news-list .main-news-list-content {
			padding-right: 0px;
			padding-left: 0px;}
		.main-news-list .main-news-list-img img {
			max-width: 100px;
			height: 100px;}
		.main-news-list .main-news-list-img {
			flex-wrap: wrap;
			padding-right: 0px;}
		.main-news-list .main-news-list-img .m-date {
			font-size: 14px;
			display: block;}
		.main-news-list .main-news-list-title {
			padding-right: 0px;}
		.main-news-list .main-news-list-date {
			display: none !important;}
		.main-news-list a {
			font-size: 18px;}  
		.social-menu {
			right: 15px !important;
			top: 25% !important;}			
	}

/*
Breadcrumb style
*/
.breadcrumb {
  background: transparent;
  padding: 0px;
	margin-right: 10px;
  float: right; }
  .breadcrumb li a {
    font-size: 14px; }
	.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
		font-size: 14px;
		color: #FAE7A8;}

/**
nav-tab
**/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover {
	color: #572800;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 15px;
	background-color: #F5AA3B;
	border-bottom-color: transparent;}
.nav-tabs>li>a {
	font-size: 22px;
	color: #FAE7A8;
	line-height: 32px;
	padding: 8px 15px;}
.nav-tabs>li>a:hover {
	cursor: pointer;}
.nav-tabs {
  border-bottom: 1px solid #F5AA3B;}
	
/**		
social-menu		
**/
.social-menu {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;}
	.social-menu a {
		font-size: 52px;
		display: table;
		line-height: 50px;}
	.social-menu a .fa-facebook-square {
		color: #3b5998;}
	.social-menu a .fa-line {
		color: #00c300;}
	.social-menu .fa-bg{
		position: relative;
	}
	.social-menu .fa-bg::after{
		position: absolute;
		content: '';
		background: #fff;
		z-index: -1;
		top: 5px;
		left: 3px;
		width: 40px;
		height: 41px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}	

/**		
footer		
**/
	footer {
		background: url(../images/footer_background.png) center repeat-x;
		height: 321px;
		margin-top: -240px;
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		text-align: center;
		color: #fff;}
	.footer a {
		color: #fff;}
		
/**
page
**/
	.page-content {
		font-size: 22px;
		width: 100%;
		padding: 30px;
		color: #fff;}
	.page-content h3{
		font-size: 26px;
		color: #FAE7A8;}
	.page-content img {
		max-width: 95%;}
		
	.btn-theme-bg {
		background: #F5AA3B;
		color: #572800;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
		-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);}
	.btn-theme-bg:hover {
		background: #AC2732;
		color: #fff;}
	.btn-theme-bg:focus {
		background: #F5AA3B;
		color: #fff;}
	@media (max-width: 767px) {
	/** mobile **/
		.page-content {
			padding: 30px 0px;}
		.nav {
			padding-left: 10px;}
	}
			
			
		
/**
news
**/
	.news .item {
		border-bottom: 1px dotted #887452;
		margin: 5px 0px 15px;}
	.news .item a {
		width: 100%;}
	.news .item .item-date span{
		text-align: center;
		background: #b7a382;
		color: #fff;
		padding: 0px 35px;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
		font-size: 18px;}
	.news .item .item-content{
		margin-top: 8px;
		margin-bottom: 0px;}
	.newsInfo .newsInfo-subtitle {
		border-bottom: 1px dotted #887452;
		padding: 2px 10px;}
	.newsInfo .newsInfo-cate {
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
		background: #9a0000;
		color: #fff;
		padding: 2px 35px;
		margin-right: 10px;}
/**
service
**/
.main-service-list {
	padding: 20px 35px;}
	.main-service-list a .row {
		border-bottom: 1px dotted #FAE7A8;
		padding: 7px 0px;}
	.main-service-list .main-service-list-img {
		text-align: center;}
	.main-service-list .main-service-list-img img {
		max-width: 100%;}
	.main-service-list .main-service-list-content span {
		font-size: 21px;
		font-weight: bold;}		


/**
reservation
**/

@media (max-width: 392px) {
	.m-schedule-left {
		display: block;
		text-align: left;
		margin-left: 30px;
		}
	.m-schedule-right {
		display: block;
		text-align: left;
		margin-left: 100px;
		}
}
@media (max-width: 767px) {
/** mobile **/
.schedule-outter {
	width: 100%;
	/*padding-right: 15px;
	padding-left: 15px;*/}
.schedule-selector {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	position: relative;
	padding: 5px;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);}
.schedule-selector a {
	padding: 0px 7px;}
.schedule-table .schedule-item div:nth-of-type(odd){
	background: #fbf8f3;}
.schedule-selector {
		width: 100%;
		text-align: center;
		font-size: 0.75em;}
	.schedule-table {
		overflow-x: auto;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
		background: #fff;
		position: relative;
		padding: 0px;
		-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
		box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
		text-align: center;
		color: #333;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
		margin: 0 auto;}	
	.schedule-table .schedule-item {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;	
		position: relative;
		border-right: 1px solid #eee8df;}
	.schedule-table .schedule-item:last-child {
		border: none;}
	.schedule-table .schedule-item div{
		display: block;
		height: 100px;}
	.schedule-table .schedule-item div:first-child{
		height: 180px;}}

@media (min-width: 768px) {
/** normal **/
.schedule-selector {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	position: relative;
	padding: 5px;
	border: 1px solid #F5AA3B;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
	text-align: center;}
	.schedule-selector a {
		padding: 0px 20px;}

.schedule-table {
	min-width: 720px;
	overflow-x: auto;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	position: relative;
	padding: 0px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
	text-align: center;
	color: #333;}
	.schedule-table .schedule-item {
		display: block;
		clear: both;
		display: flex;}
	.schedule-table .schedule-item div{
		float: left;
		width: 90px;
		height: auto;
		min-height: 100% !important;
		padding: 5px;
		border-bottom: 1px solid #eee8df;}
	.schedule-table .schedule-item:last-child {
		border: none;}
	.schedule-table .schedule-item div:nth-of-type(odd){
		background: #fbf8f3;}}

	.schedule-table .schedule-item .item-active {
		background: #ffe600;}
	.schedule-table .schedule-item a {
		color: #444;}
	.blink {
		color: #f00;
		animation-duration: 1s;
		animation-name: blink;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-timing-function: ease-in-out;}
	@keyframes blink {
			0% {
					opacity: 1;
			}
			80% {
					opacity: 1;
			}
			81% {
					opacity: 0;
			}
			100% {
					opacity: 0;
			}
	}	
@media (min-width: 1400px) {
  .schedule-table {
	min-width: 800px;}
	.schedule-table .schedule-item div{
		width: 100%;}}

/**
article
**/
	.article .item {
		border-bottom: 1px dotted #887452;
		margin: 5px 0px 15px;}
	.article .item a {
		width: 100%;}
	.article .item .item-content{
		margin-top: 8px;
		margin-bottom: 0px;}
	.articleInfo .articleInfo-subtitle {
		border-bottom: 1px dotted #887452;
		padding: 2px 10px;}
	.articleInfo .articleInfo-cate {
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
		background: #9a0000;
		color: #fff;
		padding: 2px 35px;
		margin-right: 10px;}
