.containerA {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.primary_header {
	width: 100%;
	background-color: #D8F3DB;
	padding-top: 0px;
	padding-bottom: 5%;
	clear: left;
	border-bottom: 1% solid #2C9AB7;
}
.secondary_header {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #7BA485;
	float: left;
	border-bottom: 10% solid black;
}
.toptitle_textcolor_L{
	font-size: 3.2rem;
  	color:#6D8373;
  	font-weight: bold;
	text-decoration:none;
	}

.toptitle_textcolor_R{
	font-size: 1rem;
  	color:#6D8373;
  	font-weight: bold;
	text-decoration:none;
}

.left_toptitle {
	background-color: #B2E6B7;
	padding-top: 5px;
	padding-bottom: 0%;
	padding-left: 20px;
	border-bottom: 1% solid black;
	width: 70%;
	height: 90px;
	float: left;
	font-family: "Source Sans Pro";
	/*color: #68CA70;*/
}


.left_toptitle a:hover {
  	color:#607868;
  	font-weight: bold;
	text-decoration:none;
}

/*.left_toptitle h1 {
	padding-left: 10%;
	padding-right: auto;
	margin-top: 0%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}*/
/*.container .left_toptitle p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #B3B3B3;
}*/
.right_toptitle {
	background-color: #B2E6B7;
	padding-top: 10px;
	padding-bottom: 0%;
	padding-right: 0.5%;
	border-bottom: 1% solid #8DD893;
	width: 30%;
	height: 90px;
	float: left;
	/*background-color: #F6F6F6;*/
}
/*.container .right_toptitle ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_toptitle ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_toptitle ul li:hover {
	background-color: #717070;
	cursor: pointer;
}*/


@media (max-width: 320px) {

.toptitle_textcolor_L{
	font-size: 1rem;
  	color:#6D8373;
  	font-weight: bold;
	text-decoration:none;
}
}
/*----手機大小----*/
@media (min-width: 321px) and (max-width: 768px) {

  .left_toptitle {
	background-color: #B2E6B7;
	padding-top: 1%;
	padding-bottom: 0%;
	padding-left: 3.5%;
	border-bottom: 1% solid black;
	width: 70%;
	height: 95px;
	float: left;
	font-family: "Source Sans Pro";
	/*color: #68CA70;*/
}
  .toptitle_textcolor_L {
	font-size: 1.9rem;
  	color:#6D8373;
  	font-weight: bold;
	text-decoration:none;
  }
  .right_toptitle {
	background-color: #B2E6B7;
	padding-top: 10px;
	padding-bottom: 0%;
	border-bottom: 1% solid #8DD893;
	width: 30%;
	height: 95px;
	float: left;
	/*background-color: #F6F6F6;*/
}
.toptitle_textcolor_R{
	font-size: 6px;
  	color:#6D8373;
  	font-weight: bold;
	text-decoration:none;
}
}

/*----半螢幕大小----*/
@media (min-width: 769px) and (max-width: 1000px) {

  .left_toptitle {
	background-color: #B2E6B7;
	padding-top: 1%;
	padding-bottom: 0%;
	padding-left: 3.5%;
	border-bottom: 1% solid black;
	width: 70%;
	height: 95px;
	float: left;
	font-family: "Source Sans Pro";
	/*color: #68CA70;*/
}
  .toptitle_textcolor_L {
	font-size: 2.25rem;
  	color:#6D8373;
  	font-weight: bold;
	text-decoration:none;
  }
  .right_toptitle {
	background-color: #B2E6B7;
	padding-top: 10px;
	padding-bottom: 0%;
	border-bottom: 1% solid #8DD893;
	width: 30%;
	height: 95px;
	float: left;
	/*background-color: #F6F6F6;*/
}
.toptitle_textcolor_R{
	font-size: 10px;
  	color:#6D8373;
  	font-weight: bold;
	text-decoration:none;
}
}

/*@media (min-width: 600px) and (max-width: 1200px) {
  .toptitle_textcolor {
	font-size: 2rem;
  	color:#6D8373;
  	font-weight: bold;
	text-decoration:none;
  }
}*/
