@charset "utf-8";
/* CSS Document 2022/04 */
body {
	color: rgb(0, 0, 0);
	line-height: 1.2em;
	font-family: "Times New Roman", "微軟正黑體", serif;
	font-size: 16px;
}

/* 下拉樣式 */
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; }

/*文字顏色*/
.red { color:#dd0330; }
.orange { color:#ed872e; }
.gray { color:#868686; }
.green{
	color: #006633;
}
.browen{
	color: #694C4E;
}
/*標題樣式*/

/* top nanner */
.servicetop {
	background-image: url(images/p4r0.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	height: 80px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #CCC;
}
.servicetop h2 a{
	text-decoration: none;
	font-weight: bold;
}
.top-text {
  text-align: left;
  position: absolute;
  top: 60%;
  left: 0%; 
}

.top-text a{
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
	}

/* 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{
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-left: 25px;
	color: #FFF;
	background-color: #360;
	border-radius: 5px;
	padding: 10px;
}

.sub_title a{
	color: #FFF;
	background-color: #630;
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
	text-decoration: none;
	float: right;
}
.sub_title a:hover{
	font-size: 1.05em;
	background-color: #006699;
	color: #FFF;
	text-decoration: none;
	
}

.left-banner {
	color: #006699;
	font-size: 1.2em;
	line-height: 2em;
	background-color: #FFF;
	border-bottom: thin solid #CCC;
	border-left: thick solid #069;
	text-decoration: none;
}
.left-banner a:hover{
	color: #FFFFFF;
	background-color: #006699;	
}


.contact {
	width: 700px;
	background: rgba(0, 128, 0, 0.2);
	margin: 10px;
	padding: 10px;
	line-height: 1.5em;
}

/* table */
.table1{
	width: 100%;}
	
.table2	{
	width: 100%;
	border-collapse: collapse;
	line-height: 15px;
	margin: 5px;
	font-size: 12px;
	}

.table2	th	{
	border: solid 1px #aaaaaa;
	padding: 10px;
	background-color: #A7CECE;
	text-align:center;
	vertical-align: middle;
}

/*table3*/

.table3{width: 700px;
	border-collapse: collapse;
	table-layout: fixed}

.table3	th	{width: 100px;
	border: solid 1px #aaaaaa;
	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;
}

.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;
}

/* 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*/
	 	 }
.pc {
	display:  block;
}
.mo {
	display: none;!important
}

@media only screen and (max-width:768px)
{
.pc {
	display: none;!important
}
.mo {
	display: block;
}

.maincontent{
	margin-top: 80px;
}

.title4 {
	font-size: 1.2em;
	line-height: 2em;
	background-image: none;
}
}
