@charset "utf-8";
/* CSS Document */

body {
	font-size: 15px;
	line-height: 28px;
	color: #000;
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}


  .content {
  	padding: 24px 45px 24px 20px;
  }

 .content * {
  	font-family: 微軟正黑體;
  	font-size: 13pt;
  	font-weight: 500;
  }

.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #FFF;
}
.s_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color:#666;
}
.swhite_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color:#FFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-indent: 20px;
}
.red_text {
	font-family: "Arial Unicode MS";
	font-size: 15px;
	line-height: 28px;
	color: #eb2618;
	text-align: left;
}
a:link {
	font-family: "Arial", "新細明體";
	font-size: 15px;
	color: #98271f;
	line-height: 28px;
	text-decoration: none;

}

a:hover {
	font-family: "Arial", "新細明體";
	font-size: 15px;
	color:#F60;
	line-height: 28px;
	text-decoration: none;
}

a:visited {
	font-family: "Arial", "新細明體";
	font-size: 15px;
	color: #98271f;
	line-height: 28px;
	text-decoration: none;
}


img {
	display: block;
}


  .nav-item:hover .hover-hide {
    display: none;

  }

  .nav-item .none {
    display: none;
  }

  .nav-item:hover .hover-displayBlock {
    display: block;    
  }

  button.wam-button {
    height: 40px;
    width: 90%;
    border-radius: 10px;
    border: solid 2px #e7d0ad;
    background: #e7d0ad;
    color: #2f528b;
    font-weight: bold;
    font-size: 12pt;
    text-shadow: 2px 2px 1px #B0B0B0;
    padding: 1px 3px;
  }

  button.wam-button:hover {
    background: #E0A984;
    border-color: #E0A984;
    cursor: pointer;
  }

  .box-shadow {
    box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.3);
  }
.box{width:100%; height:100%;}
.box img{transform:scale(1,1);transition: all 1s ease-out;}
.box img:hover{transform:scale(1.5,1.5);}

  .text-highlight {
  	color: #F16145;
  }

  .text-bold {
  	font-weight: 900;
  }

  .main-table {
  	background: #666666;
  }

  .main-table tbody tr:nth-child(even) {
  	background: #FFFFFF;
  }

  .main-table tbody tr:nth-child(odd) {
  	background: #FFEDE8;
  }

  .nav-item-bg {
  	background: url(images/Inside_L_title_1.jpg);
  }

  .nav-subitem {
  	width: 140px;
  	/*height: 41px;*/
  	margin-right: 20px;
  	/*background: #C0C0C0;*/
  	/*line-height: 41px;*/
  	padding-left: 10px;
  	border-bottom: dashed 2px #D0D0D0;
  }

  .nav-text {
  	font-family: 微軟正黑體;
  	font-weight: 800;
  	font-size: 13pt;
  	text-align: center;
  	color: #553535;
  	text-shadow:  1px 0px 1px #F0F0F0,0px 1px 1px #F0F0F0,-1px 0px 1px #F0F0F0,0px -1px 1px #F0F0F0,
  	1px 1px 1px #F0F0F0,-1px 1px 1px #F0F0F0,-1px -1px 1px #F0F0F0,1px -1px 1px #F0F0F0,
  	0px 3px 1px #808080;
  }

  .nav-text:hover {
  	color: #F0F0F0;
  	font-weight: 900;
  	text-shadow:  1px 0px 1px #553535,0px 1px 1px #553535,-1px 0px 1px #553535,0px -1px 1px #553535,
  	1px 1px 1px #553535,-1px 1px 1px #553535,-1px -1px 1px #553535,1px -1px 1px #553535,
  	0px 3px 1px #808080;
  }

  .content-title {
  	font-weight: 800;
  	font-size: 18pt;
  	color: #F0F0F0;
  	margin: 45px auto;
  	text-shadow:  2px 0px 2px #553535,0px 2px 2px #553535,-2px 0px 2px #553535,0px -2px 2px #553535,
  	2px 2px 2px #553535,-2px 2px 2px #553535,-2px -2px 2px #553535,2px -2px 2px #553535,
  	0px 4px 2px #808080;
  }

	.content-subtitle{
  	margin-bottom: 15px;
  	font-size: 14pt;
	}

	.content-text {
		text-indent : 2em;
		margin-bottom: 20px;
	}

	ol.order-list-Parentheses li::marker {
		content: "("counter(list-item)")  ";
	}

	ol.order-list-Parentheses li {
		margin-left: 8px;
	}

  .content li {
  	margin-bottom: 24px;
  }

  .content li li{
  	margin-bottom: 8px;
  }

