@charset "utf-8";
/* CSS Document */

b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}

p {
  margin: 0 0 10px;
}

small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.text-lg {
	padding:10px;
	font-size:24px;
	font-family:"微軟正黑體";
}

.text-md {
	font-size: 18px;
}

.text-line {
	text-decoration:line-through;
}


/* 淡出淡入 */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

/* 下載按鈕 */
.btn-download {
	background: linear-gradient(#ae0000 , #2b0000);
	padding: 5px;
	border: #ffba1d 2px solid;
	border-radius: 5px;
	height: 70px;
	margin:5px 5px 5px 0px;
}

/* 下載文字格式 */
.font-download {
	font-family:Arial, Helvetica, sans-serif, "微軟正黑體";
	color:#fff;
	font-size:20px;
	position: relative;
	top:50%;
	transform:translateY(-50%);
	letter-spacing:-1px;
}

/* 控制浮動 */
.float-left {
	display:block;
	float:left;
}

/* 彩池 */
.place01,.place02,.place03,.place04 {
	border:#ffba1d 1px solid;
	padding:5px;
	border-radius:5px;
	height:45px;
	color:#ffd041;
	font-weight:bolder;
	font-size:18px;
	line-height:30px;
	margin-top:5px;
}

.place01 {
	background-image:url(../images/base/show01.jpg);
}

.place02 {
	background-image:url(../images/base/show02.jpg);
}

.place03 {
	background-image:url(../images/base/show03.jpg);
}

.place04 {
	background-image:url(../images/base/show04.jpg);
}

/* 黃邊框 + 圓角 */
.border-yellow {
	border: #b28b2b 1px solid;
	border-radius:5px;
}

.border-dashed {
	border: #999 thin dashed;
}



/* 字體顏色 */
.mark-white {
	color: #fff;
}

.mark-yellow {
	color: #ff0;
}

.mark-brown {
	color: #600;
}

.mark-red {
	color: #f00;
}

.mark-gray {
	color: #959595;
}

.mark-cyan-blue {
	color:#00ffff;
}

.mark-purple {
	color: #6600FF;
}

.mark-blue {
	color: #0033FF;
}


/* 按鈕區 */

/* 黃色按鈕 */
.btn-yellow {
	display: block;
	background: -moz-linear-gradient( center top, #fcc740 50%, #ff9e00 51% );
	background: -ms-linear-gradient( top, #fcc740 50%, #ff9e00 51% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcc740', endColorstr='#ff9e00');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #fcc740), color-stop(51%, #ff9e00) );
	background-color: #fcc740;
	border: 2px solid #000;
	border-radius: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow:0px 0px 5px #963500, 0px 0px 5px #963500, 0px 0px 5px #963500, 0px 0px 5px #963500;
	 
}

/* 藍色按鈕 */
.btn-blue  {
	display: block;
	background: -moz-linear-gradient( center top, #2583ef 50%, #1949a8 51% );
	background: -ms-linear-gradient( top, #2583ef 50%, #1949a8 51% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2583ef', endColorstr='#1949a8');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #2583ef), color-stop(51%, #1949a8) );
	background-color: #2583ef;
	border: 2px solid #000;
	border-radius: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow:0px 0px 5px #1e3fb1, 0px 0px 5px #1e3fb1, 0px 0px 5px #1e3fb1, 0px 0px 5px #1e3fb1;
}

/* 白色按鈕 */
.btn-white {
	display: block;
	width: 85px;
	margin: 5px;
	background-color: #fff;
	color: #000;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	float:left;
}

/* 紅色按鈕 */
.btn-red {
	display: block;
	background: -moz-linear-gradient( center top, #c92f2d 50%, #900000 51% );
	background: -ms-linear-gradient( top, #c92f2d 50%, #900000 51% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c92f2d', endColorstr='#900000');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #c92f2d), color-stop(51%, #900000) );
	background-color: #c92f2d;
	border: 2px solid #000;
	border-radius: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow:0px 0px 5px #3b0000, 0px 0px 5px #3b0000, 0px 0px 5px #3b0000, 0px 0px 5px #3b0000;
	 
}

.btn-sm {
	width: 85px;
	padding: 5px;
	font-size: 14px;
	margin: 0px auto;
}

.btn-md {
	width: 140px;
	padding: 10px;
	font-size: 18px;
	margin: 0px auto;
}

.btn-lg {
	width: 195px;
	margin-top: 5px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 26px;	
}


/* 底線 */
.border-bottom-white {
	border-bottom:2px #fff solid;
	width:100%;
}

.border-bottom-khaki {
	border-bottom:2px #b28b2b solid;
	width:100%;
}

.border-bottom-dashed {
	border-bottom: #999 thin dashed;
	width:100%;
	margin:5px 0px;
}

/* 側線 */
.border-right-dashed {
	border-right: #999 thin dashed;
}

/* 內距 */
.pdt-s {
	padding-top:5px;
}

.pdt-m {
	padding-top:15px;
}

.pdt-l {
	padding-top:25px;
}

/* 外距 */
.mgt-s {
	margin-top:5px;
}

.mgt-m {
	margin-top:15px;
}

.mgt-l {
	margintop:25px;
}

.mgb-s {
	margin-bottom:5px;
}

.mgb-m {
	margin-bottom:15px;
}

.mgb-l {
	margin-bottom:25px;
}

/* 自訂按鈕系列↓ */
.btn-more, .btn-overview, .btn-event, .btn-system, .btn-winner {
	font-family:Arial, Helvetica, sans-serif, "微軟正黑體";
	border:#e1b438 1px solid;
	color:#fff;
	margin:5px;
	font-size:16px;
}

.btn-more {
	background-color: #9c3e00;
}

.btn-more:hover,
.btn-more:focus {
	background-color: #68310c;
}

.btn-overview {
	background-color: #4f1616;
}

.btn-overview a:hover {
	background-color: #270000;
}

.btn-event {
	background-color: #16264f;
}

.btn-event a:hover {
	background-color: #000b27;
}

.btn-system {
	background-color: #0e4430;
}

.btn-system a:hover {
	background-color: #002216;
}

.btn-winner {
	background-color: #3f1142;
}

.btn-winner a:hover {
	background-color: #2a002d;
}


/* 訊息顏色分類 */
.news-overview {
	background-color: #270000;
}

.news-event {
	background-color: #000b27;
}

.news-system {
	background-color: #002216;
}

.news-winner {
	background-color: #2a002d;
}

.news-light {
	background-color: rgba(255, 255, 255, 0.1);
}
