@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:1023px) {
.sidebar,
.sidemenu-box {
	display: none;
}
}

@media only screen and (min-width: 1024px) {
/* 側欄選單 */ 
.sidebar {
	float: right;
	display: block;
}
#sidemenu {
	/*position: absolute;*/
	z-index: 1;
}
.sidemenu-box {
	position: fixed;
	z-index: 1;
	text-align: center;
	margin-top: 335px;
	margin-left: 2px;
}
.sidemenu-bg {
	display: block;
	clear: none;
	float: left;
	text-align: center;
	border: #fff 2px solid;
	padding:10px;
}
}

.img-responsive {
	margin: 0px auto;
}

.guide {
  /*padding-right: 15px;
  padding-left: 15px;*/
  margin-right: 10px;
  margin-left: 10px;
  border-radius:5px;
  border: #fff solid 2px;
  background:rgba(255, 0, 0, .5);
  text-align:center;
  font-family: sans-serif, "微軟正黑體";
}
@media (min-width: 768px) {
  .guide {
	margin-right: auto;
    margin-left: auto;  
    width: 750px;
  }
}
@media (min-width: 992px) {
  .guide {
    width: 970px;
  }
}


/* 子清單 */
.second_menu {
	background-color: #4f1616;
	border-radius:5px;
	border:#e1b438 1px solid;
	margin:5px 0px;
	padding:8px;
	font-size:18px;
}

a > .second_menu {
	color:#fff;
}

.second_menu,
a:hover > .second_menu {
	color:#ff0;
	text-decoration:none;
}

.a-decora {
	text-decoration:none;
}

/* 多字縮小 */
@media (min-width: 240px) {
.guide-menu-small {
	letter-spacing:-1.5px;
	font-size:15px;
}
}
@media (min-width: 480px){
.guide-menu-small {
	font-size:18px;
	letter-spacing:0px;
}
}

/* 小標 */
.sub {
	display:block;
	background-color: #4f1616;
	margin:10px 15px 0px 15px;
	padding:10px;
	color: #ff0;
	font-size:18px;
	text-align:left;
}

.sub_contact {
	display: block;
	border: #4f1616 solid 2px;
	margin: 0px 15px 15px 15px;
	background-color: #ffffcc;
	padding: 15px 0px;
	font-size: 16px;
	line-height: 24px;
}

/* 表格格式 */
.table {
	border-collapse:collapse;
	background-color: #8c0000;
	border:1px #8c0000 solid;
}

.table td {
	border:1px #8c0000 solid;
	padding:5px;
	font-size:14px;
}

.table td a {
	color: #600;
	text-decoration: underline;
}

/* 響應式表格 */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

}

/* 純文字說明 */
.desc {
	margin: 0px 15px;
	text-align:left;
}

.desc-width {
	margin: 0px 15px;
	text-align:left;
}

@media (min-width: 768px) {
  .desc-width {
	margin:0px auto;
	width:80%;
  }
}
@media (min-width: 992px) {
  .desc-width {
	margin:0px auto;
	width:60%;
  }
}

/* 道具卡說明 */
.card {
	display:block;
	float:left;
	padding:2px;
}

