@charset 'utf-8';

#RR{
    max-width: 2560px;
    width: 90%;
    margin: 0 auto !important;
    font-family: 微軟正黑體;
    display: block;
    
}

#photo {
	padding: 2% 0;
} 

#photo img{
	width: 100%;
} 

#af-header {
	height: 60px !important;
}

.row{
	display: flex;
    align-items: center;
}
.pic {
    width: 50%;
    box-sizing: border-box;
	}
.pic img{
    width: 100% !important;
	}

#garybg {
	clear: both;
    background-color: #eef1f6;
    display: block;
    line-height: 2.35;
    color: #666;
    width: 100%;

}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

table {
/*  border: 1px solid #ccc;*/
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
/*  border: 1px solid #ddd;*/
/*  padding: .35em;*/
}



table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: left;
}
@media all screen and (min-width: 1024px) and (max-width:2560px) {

#RR {
    width: 70% !important;
    margin: 0 auto;
    text-align: center;
    font-family: 微軟正黑體;
}

@media screen and (max-width: 1024px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
 

@media screen and (max-width: 500px) {
  table > thead {
    border: 0;
    display: none;
    position: absolute;
  }
  tbody tr {
    border: 1px solid #aaa;
    margin-bottom: 1em;
    display: block;
  }

  td:first-child {
    display: block;
    font-weight: bold;
    text-align: center;
  }

  td:not(:first-child) { 
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    text-align: right;
    &:before {
      float: left;
      content: attr(data-label);
    }
  }
}
  
  
  
@media all screen and (max-width:760px) {

#RR div{
    max-width: 760px;
    width: 90% !important;
    margin: 0 auto;
    text-align: center;
    font-family: 微軟正黑體;
}

}

@media all screen and (max-width:480px) {

#RR div{
    max-width: 480px;
    width: 90% !important;
    margin: 0 auto;
    text-align: center;
    font-family: 微軟正黑體;
}

}



