@charset "utf-8";
/* CSS Document 2022/04 */
body {
	color: rgb(0, 0, 0);
	line-height: 1.2em;
	font-family: "Times New Roman", "微軟正黑體", serif;	
}

/* 下拉樣式 */
select { border:1px solid #ccc; margin:0; }

/* 通用設定 */
.clear{ clear:both; float:none !important; }

/*連結設定*/
a { text-decoration:none; cursor: pointer; color:#2C2C2C; transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; }
a:hover { text-decoration:none; color:#da251c; }
a.linkb{
	font-size: 0.85em;
	color: #333;
	text-decoration: none;
	background-image: url(../image/pdf_icon2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
a.linkb:hover{
	font-size: 0.85em;
	color:#900;
	text-decoration: none;
}

/*文字顏色*/
.red { color:#dd0330; }
.orange { color:#ed872e; }
.gray { color:#868686; }

/*標題樣式*/
.maintitle {
	line-height:200%;
	margin-bottom:10px;
	color: #009;
	border-bottom: thin dotted #CCC;
	font-weight: bolder;
}
.maintitle ::before {
	content:url(image/icon-red.gif);
	}


/* title text */
.subtext1 {
	font-size: 10px; vertical-align: sub;
}
.subtext2 {
	font-size: 15px; vertical-align: sub;
}
.subtext3 {
	font-size: 10px; vertical-align: super;
}
.title2 {
	font-size: 1.25em; font-weight: bold; margin-top: 25px; margin-bottom: 10px;
}
.title3 {
	font-weight: bold; margin-top: 25px; margin-bottom: 10px;
}

.sub_title{
	margin-bottom: 20px;
	margin-left: 25px;
}

.topimg{
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #847999;
	background-color: #FFF;
	width: 100%;
	}


.title4 {
	font-size: 1.5em;
	margin: 10px;
	padding: 10px;
	font-weight: bolder;
	radius:20 20 0 0px;	
}
.title4 ::before{
	content:url(image/icon-red.gif);
	}

.title5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px;
	padding: 10 10 10 20px;	
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #C3A6DA;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #C5A7DC;
}
.title5 ::before{
	content:url(image/icon1.gif);
	}


/* table */
.table1 {
	text-align: center;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 5px;
	border: thin solid #999;
	background-color: #FFD6AC;
	width: 99%;
}


.table2	{
	width: 100%;
	border-collapse: collapse;
	line-height: 150%;
	padding: 10px;
	}

.table2	th	{
	border: solid 1px #aaaaaa;
	padding: 10px;
	background-color: #A7CECE;
	text-align:center;
	vertical-align: middle;
}

.table2	td	{
	border: solid 1px #aaaaaa;
	vertical-align: middle;
	padding: 10px;
}
.table2	td left{
	text-align: left;	
}
.table2	first	{width: 70px;}

.table ol{
	display: block;
	float: left;	
	}
.table ol li{
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 0.9em;
	line-height: 1em;
	list-style-position: inside;
}	


/*table3*/

.table3{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	line-height: 1.2em;
}

.table3	th	{
    border-radius: 20px 20px 0 0px;
	padding: 10px;
	background-color: #A7CECE;
	font-size: 0.9em;
	text-align:center;}

.table3	td	{
	border: solid 1px #aaaaaa;
	padding: 15px;
	font-size: 0.9em;	
}
	
.table3	first	{
	width: 100px;
	background-color: #39F;
}

.table_in1 { /*  表格內文-有底線  */
	font-size: 0.8em;
	color:#666666;
	background-image:url(../image/dotline_fornews.gif);
	vertical-align:middle;
}



.bar1 {
	color: rgb(255, 255, 255);
	font-size: 1.5em;
	font-weight: bold;
	background-color: rgb(219, 196, 143);
	padding: 10px;
}

.bar1 a.linkb:hover{
	font-size: 1em;
	text-decoration: none;
	background-color: rgb(210, 190, 140);
}
.bar1::before {
	border-width: 7px 7px 7px 13px;
	border-style: solid;
	border-color: transparent transparent transparent rgb(255, 255, 255);
	left: 10px;
	top: 50%;
	width: 0px;
	height: 0px;
	margin-top: 5px;
	display: block;
	position: absolute;
	z-index: 2;	
}
.bar2 {
	padding: 10px 10px 10px 35px;
	color: rgb(255, 255, 255);
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	background-color: rgb(102,51,102);
}
.bar2::before {
	border-width: 2px 2px 0px 0px; 
	border-style: solid; 
	border-color: rgb(255, 255, 255); 
	border-image: none; left: 15px; top: 50%; width: 6px; height: 6px; 
	margin-top: -4px; 
	position: absolute; 
	content: ""; 
	transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
	-o-transform: rotate(45deg);
}
.bar2::after {
	border-radius: 16px; 
	border: 2px solid rgb(255, 255, 255); 
	border-image: none; 
	left: 10px; top: 50%; width: 16px; height: 16px; 
	margin-top: -10px; 
	position: absolute; content: "";
	-webkit-border-radius: 16px; 
	-moz-border-radius: 16px;
}

.ul{
	list-style-position: outside;
	padding: 20px;
	list-style-type: square;
	line-height: 1.5em;
			}
.ul li{
	padding-left: 25px;
	text-indent: -2em;
}	
.ul li ol{
	padding-left: 25px;	
	text-indent: 0em;
}	

.list-unstyled{
	list-style-type: none;
}

.panel-heading .accordion-toggle:before /*展開時*/{
	content: "－";
	float: right;
	text-decoration: none;
}
.panel-heading .accordion-toggle.collapsed:before /*合起來*/{
	content: "＋";
	float: right;
	text-decoration: none;
}

.panel-body ol{
	display: block;
	float: left;
	line-height: 1em;
	list-style-position: outside;
}
	
.panel-body ol li{
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	list-style-position: inside;
}	

/* copy menu */
.copy {
	font-size: 0.9em;
	background-color: rgb(102,51,0);
	text-align: center;
	padding-top: 5px;	
	padding-bottom: 5px;
	color: #FFF;	
}
.copy a {
	text-decoration: none;
	color: #FFF;	
}
.copy li {
	display: inline-block; position: relative;
}
.copy li:not(:first-of-type) {
	padding-left: 10px;
}
.copy li:not(:last-of-type) {
	padding-right: 10px;
}
.copy li:not(:last-of-type)::before {
	right: 0px; position: absolute; content: "|";
}	

/*text*/
.text{
		padding:5px 15px;
		border:2px #23749f solid;
		cursor:pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px; }
		
.text2em{
	text-indent: -2em;
	margin-left: 2em;
	margin-right: 2em;	/*內縮2em*/
	 	 }

.text3em{
	text-indent: -2em;
	margin-left: 3em;
	margin-right: 2em;		/*內縮3em*/
	 	 }


.text0em{
	text-indent: -1.5em;
	margin-left: 0em;
	margin-right: 2em;	/*內縮0em*/
	 	 }


.th4{
	color: #FFF;
	background-color: #999;
	font-size: 1.2em;
	 	 }
		 
.bottomleft {
	position:relative;    
	bottom:-50px;
	left: 0px;
	width: 100%;
}		 
		 
monul{
	list-style-type: none;
}
.pc {
	display:  block;
}
.mo {
	display: none;!important
}

@media only screen and (max-width:768px)
{
.pc {
	display: none;!important
}
.mo {
	display: block;
}

.top {
	height: 100%;	
}

.maincontent{
	margin-top: 80px;
}

.title4 {
	font-size: 1.2em;
	line-height: 2em;
	background-image: none;
}
}
