html, body {
	
    margin: 0;
    padding: 0;
    
	height: auto;
	width: 100%;
	/*overflow-y: scroll;*/
	overflow-x: hidden;
	box-sizing: border-box;
}

body {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: "微軟正黑體","Microsoft JhengHei","Lucida Grande","Tahoma","Verdana","Arial","sans-serif","新細明體","PMingLiU";
    -webkit-text-size-adjust: 100%;    
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  /*color: #757F95;*/
  color: #333;
  line-height: 1.8;
}

a {
  color: #14212B;
  display: inline-block;
}

a, a:active, a:focus, a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #0049D0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #05152F;
  margin: 0px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 900px;
	margin: auto;		
  }
}

.widget-title {
	color: #05152F;	
	margin: 30px 0px;
	position: relative;
	text-align:center;
}

.mt-10 {
	margin-top:10px;
}

.mt-20 {
	margin-top:20px;
}
.mt-30 {
	margin-top:30px;
}

.mr-20 {
	margin-right:20px;
}

.pb-30 {
	padding-bottom:30px;
}

.pl-10 {
	padding-left:10px;
}

.col-20per {
	float:right;
	width:20%;
}

.col-30per {
	float:right;
	width:33%;
}

.col-65per {
	float:left;
	width:65%;
}

.col-80per {
	float:left;
	width:80%;
}

.col-half {
	float:left;
	width:50%;
}

.title-blue-back {
	background-image: url(../img/popup/title_blueback.png);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 20px;
	font-weight:bold;
	line-height: 39px;
}

.title-blue-back .wite-item {
	display: inline-block;
	color: #fff;
	width: 26%;
	text-align: center;	
}

.title-blue-back-L {
	background-image: url(../img/popup/title_blueback_L.png);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 18px;
	font-weight:bold;
	line-height: 39px;
}

.title-blue-back-L .wite-item {
	display: inline-block;
	color: #fff;
	width: 35%;
	text-align: center;	
}

.title-blue-back-H {
	background-image: url(../img/popup/title_blueback_H.png);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 18px;
	font-weight:bold;
	line-height: 39px;
}

.title-blue-back-H .wite-item {
	display: inline-block;
	color: #fff;
	width: 46%;
	text-align: center;	
}


.word-yellow-back {
	display: inline;
	font-size: 20px;
	font-weight:bold;
	background-color: yellow;
}

.word-gray-back {
	display: inline-block;
	background-color: silver;
	width: 100%;
	text-align: center;
	border: solid 2px #fff;
}

.word-blue {
	color: blue;
}

.word-red {
	color: red;
}

.word-memo {
	font-size:14px;
}

.hExtra20-tb {
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	width: 100%;
}

.hExtra20-tb th {
	border-bottom: solid 2px #000;
	text-align: center;
	
}

.hExtra20-tb tr td {
	text-align: center;
}

.hExtra20-tb .red-bottom {
	border-bottom: solid 2px #ff0000;
}

.hExtra20-tb .black-bottom {
	border-bottom: solid 2px #000000;
}

@media all and (max-width: 767px) {
  .title-blue-back {
		background-image: none;
		background-color: #215F9A;
		background-repeat: no-repeat;
		background-size: cover;
		font-size: 20px;
		font-weight:bold;
		line-height: 39px;
	}

	.title-blue-back .wite-item {
		display: inline-block;
		color: #fff;
		width: 100%;
		text-align: center;	
	}

	.title-blue-back-L {
		background-image: none;
		background-color: #215F9A;
		background-repeat: no-repeat;
		background-size: cover;
		font-size: 18px;
		font-weight:bold;
		line-height: 39px;
	}

	.title-blue-back-L .wite-item {
		display: inline-block;
		color: #fff;
		width: 100%;
		text-align: center;	
	}

	.title-blue-back-H {
		background-image: none;
		background-color: #215F9A;
		background-repeat: no-repeat;
		background-size: cover;
		font-size: 18px;
		font-weight:bold;
		line-height: 39px;
	}

	.title-blue-back-H .wite-item {
		display: inline-block;
		color: #fff;
		width: 100%;
		text-align: center;	
	}
  
	.col-20per {
		float:left;
		width:100% !important;
	}

	.col-30per {
		float:left;
		width:100% !important;
	}

	.col-65per {
		float:left;
		width:100% !important;
	}

	.col-80per {
		float:left;
		width:100% !important;
	}

	.col-half {
		float:left;
		width:100% !important;
	}
}