body {
    margin-top: auto;
	margin-bottom: auto;
	font-family:Arial, Microsoft JhengHei;
}
input
{
    font-family:Arial,Microsoft JhengHei;
    font-size:16px;
    
    }
.title
{
    line-height: 250%;
    font-size: 24pt;
    font-weight: bold;
    color: #4D4D4D;
    }
    
.page-introduce-title
{   height: 80px;	
	font-size:30px;
	color:#4d4d4d;
	text-transform:none;
	line-height:80px;
	text-align:inherit;
	font-weight:bold;
	letter-spacing:0px;
	background: #F0F0F0;
	text-indent : 2em ;
} 

.title_line{
    height: 30px;
    border-top: 2px solid #ddd;
    text-align: center;
    margin-top:50px;
	margin-bottom:-30px; 
	font-size: 14pt;
    font-weight: bold;
    font-family:Arial, Microsoft JhengHei;
}
.title_line span{
    position: relative;
    top: -15px;
    background: #fff;
    padding: 0 20px;

} 
.title_line_left{
    height: 30px;
    border-top: 2px solid #ddd;
    text-align: left  ;
    margin-top: 50px;
    margin-bottom:10px; 
    font-size: 14pt;
    font-weight: bold;
    font-family:Arial, Microsoft JhengHei;
}
.title_line_left span{
    position: relative;
    top: -15px;
    background: #fff;
    padding: 0 20px;
}
.page_table {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
}
.page_table td{
padding:12px;
border-bottom:1px solid #dcdcdc;
text-align:center
}
 
.col {
  width: 100%;
  float: left;
  margin: 20px auto;
  border: 1px solid 000000; 
}
.c3 {
  margin-right:0;
}

h1 {
  border-bottom: 1px solid #333;
  font-size: 32px;
  color: #fff;
  padding-bottom: 12px;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}

h2 {
  margin: 10px 0;
  color: #000;
  font-size: 18px; 
}

h3 {
  margin: 0;
  background-color: #ffffff;
  border:rgb(219, 219, 219) 1px solid; 
}

h3 a {
  background: url("sprite.png") 15px 13px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid rgba(220, 220, 220, 0.5);
  text-shadow: 0px 0px 0px rgb(0,0,0);
}
h3:hover { background: rgb(176, 176, 176); }
h3.open  { background: rgb(219, 219, 219); }
h3.open a { background-position: 13px -25px;}
h3 + div { padding: 10px; }
h2 + div,
.example {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
}

/* Pre hide sections with JavaScript on
--- */
h3+div {
  display: none;
}

/* CSS3 Animation example
--- */
#css3-animated-example h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition: all 0.3s ease;
}
#css3-animated-example .content {
  padding: 10px;
}

#css3-animated-example h3.open + div {
  height: auto;
  background: #aaffff;
}

/* Event example
--- */
pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}

/* Responsive design
--- */
@media screen and (max-width: 1056px) {
  body {
    width: 672px;
  }
  .c2 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.test { background: #ccc; padding: 10px; border-bottom: 1px solid #aaa;}
.test + div { background: #fff; padding: 10px; }

@media
only screen and (max-width: 704px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  body {
    width: 320px;
  }
  .c1 {
    margin-right: 0;
    margin-bottom: 0;
  }
  h1 {
    font-size: 28px;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  body {
    padding: 0 12px;
  }
}

#divfield{overflow:hidden; zoom:1;}
.divfield_left
{
	width:500px;
	margin-bottom:30px; 
	padding-bottom:30px; 
	border: rgb(219, 219, 219) 1px solid;
	float:left;
	line-height:30px;
}
.divfield_right
{
	width:500px; 
	margin-bottom:30px; 
	padding-bottom:30px; 
	border:rgb(219, 219, 219) 1px solid; 
	float:right;
	line-height:30px;
	}
.divfield_center
{
	height:auto;
	margin:0 410px 0 210px; 
	
	}
.divfield_title
{   height: 40px;	
	font-size:20px;
	color:#4d4d4d;
	text-transform:none;
	line-height:40px;
	text-align:inherit;
	font-weight:bold;
	letter-spacing:0px;
	background: #F0F0F0;
	text-align: center;
	border: rgb(219, 219, 219) 1px solid;
} 
/* Accordion */
    .accordionHeader
    {
        border: 1px solid #2F4F4F;
        color: white;
        background-color: #048AA1;
        
        font-weight: bold;
        padding: 5px;
        margin-top: 5px;
        cursor: pointer;
    }

    #master_content .accordionHeader a
    {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        #master_content .accordionHeader a:hover
        {
            background: none;
            text-decoration: underline;
        }

    .accordionHeaderSelected
    {
        border: 1px solid #2F4F4F;
        color: white;
        background-color: #62B3C0;
        
        font-weight: bold;
        padding: 5px;
        margin-top: 5px;
        cursor: pointer;
}
/* END Accordion */

.ADmain /*20160623 new ¼s§i¢å¢Ú¢á¢Þ*/
{ margin-top: auto;
    margin-bottom: auto;
    width:1024px;
    height:550px; 
    max-height: 100%;
    max-width: 100% ; 
  	margin:0px auto;
  	}
  	
  	.mk-text-block 
  	{
  	    width:1024px;
  	    margin:0px auto;
  	}