@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;
}

.rank {
  /*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) {
  .rank {
	margin-right: auto;
    margin-left: auto;  
    width: 750px;
  }
}
@media (min-width: 992px) {
  .rank {
    width: 970px;
  }
}


/* 子清單 */ 
.second_menu {
	background-color: #4f1616;
	border-radius:5px;
	border:#e1b438 1px solid;
	margin:5px 0px;
	padding:8px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif, "微軟正黑體";
}

/*
.a-decora {
	text-decoration:none;
}*/

/* 下拉式選單格式 
select {
	font-size: 16px;
 	color: #000000;
 	background-color: #ccc;
	border:#bbb solid thin;
	padding:10px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif, "微軟正黑體";
}

select > option {
}

/* 排行榜清單 
.list {
	display:block;
	margin: 10px auto;
}*/



/* 表格格式 */
.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;
}

/* 頁切 */
ul.tabs {
	margin:0;
	padding:0;
	list-style:none;
}
ul.tabs li  {
	/*margin: 0;
	padding: 0;*/
	list-style: none;
}

/*ul.tabs li a {
	color:#fff;
}

ul.tabs li a:hover {
	color:#ff0 !important;
}

ul.tabs li.active {
	background-color: #cb0000;
	color:#F60 !important;
}*/

.teach_center {
	margin:10px 20px;
	border: #8c0000 2px solid;
	text-align: left;
}
@media (min-width:768px) {
  .teach_center {
	  margin:10px 30px;
  }
}



/* 替換區塊 */
.center {
	margin:10px 20px;
	border: #8c0000 2px solid;
	text-align: left;
}
