﻿body {
    background: #FDFAED;
	background-size:100%;
	background-repeat:no-repeat;
	background-position: center top;
	font-family: "Microsoft JhengHei", "PingFang TC", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph; /* 中文左右對齊 */
  word-break: break-word;        /* 避免英數字撐開 */
  white-space: normal;
}
#box1 {
	background-image: url(atmaa11501img/atmaa11101_08.jpg);
	background-size:100% 100%;
	background-repeat:repeat;
	background-position: top;
}
#box12 {
	background-image: url(atmaa11501img/atmaa11301bn_09.gif);
	background-repeat:no-repeat;
	background-position: top;
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-weight: 200;
	color: #F00;
	font-size: 25px;
	background-position-x: right;
}
#box2 {
	background-image: url(atmaa11501img/atmaa11101_08.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position: bottom;
}
#box3 {
	background-image: url(atmaa11501img/atmaa10903detail_05.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position: top;
}
#b {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 25px;
	line-height: 32px;
	font-weight: bold;
	color: #000;
}
#br {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: #F00;
	caption-side: top;
}
#btr {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 25px;
	line-height: 32px;
	font-weight: bold;
	color: #F00;
	caption-side: top;
}
#btg {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 25px;
	line-height: 32px;
	font-weight: bold;
	color: #008D45;
	caption-side: top;
}
#btm {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 25px;
	line-height: 32px;
	font-weight: bold;
	color: #F5027C;
	caption-side: top;
}
#bb {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 20px;
	line-height: 30px;
	font-weight: bolder;
	color: #333333;
	}
#bbbw {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
#bbby {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	color: #FF0;
}
#bbb {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	color: #000;
}
#bbr {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 20px;
	line-height: 25px;
	font-weight: boder;
	color: #F00;
	caption-side: top;
}
#bbc {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #993300;
	caption-side: top;
}
#bblue {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #039;
}
bbg {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 25px;
	line-height: 32px;
	font-weight: bold;
	color: #090;
}
#bbw {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 25px;
	line-height: 32px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#bby {
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 25px;
	line-height: 32px;
	font-weight: bold;
	color: #FF0;
	text-align: center;
}
.op {
  color: #FF5050;
  font-weight: bold;
  text-decoration: none;
}
/* 第一層樣式 */
ol.level1 {
  list-style-type: none;       /* 移除預設數字 */
  counter-reset: section;      /* 初始化計數器 */
  padding-left: 0;
}
ol.level1 > li {
  text-align: justify;         /* 左右對齊 */
  padding-left: 4em;           /* 原本3em，增加到4em，讓文字退1字 */
  position: relative;          /* 讓符號可絕對定位 */
}
ol.level1 > li::before {
  counter-increment: section;
  content: "(" counter(section, cjk-ideographic) ")"; /* (一)(二)(三)… */
  position: absolute;
  left: 0;                     /* 固定在左邊對齊 */
  width: 3em;                  /* 符號區塊寬度，確保「)」對齊 */
  text-align: right;           /* 符號靠右，讓「)」整齊排列 */
}

/* 第二層樣式 */
ol.level2 {
  list-style-type: none;
  counter-reset: subsection;
  padding-left: 0;
}
ol.level2 > li {
  text-align: justify;
  padding-left: 1em;           /* 符號與文字間距 */
  position: relative;
}
ol.level2 > li::before {
  counter-increment: subsection;
  content: counter(subsection) ".";
  position: absolute;
  left: -.7em;
  width: 1.5em;                  /* 固定寬度，數字對齊 */
  text-align: right;
}
/* 英數字處理 */
ol li {
  font-feature-settings: "liga" 1, "kern" 1; /* 保持字距自然 */
  letter-spacing: 0;                        /* 移除多餘字距 */
  word-spacing: 0.05em;                      /* 微調英數字間距 */
  word-break: break-all;       /* 允許在任意字元斷行 */
  overflow-wrap: break-word;   /* 避免超出容器，必要時斷行 */
  white-space: normal;         /* 允許換行 */
}

.img-btn {
  background: none;   /* 移除預設背景 */
  border: none;       /* 移除預設邊框 */
  padding: 0;         /* 避免按鈕有預設內距 */
  cursor: pointer;    /* 保留滑鼠指標 */
}
.img-btn img {
  display: block;     /* 避免圖片下方出現空白 */
}