/* +Breakpoint
 **----------------------------------------------------------------------------*/
/* +Color
 **----------------------------------------------------------------------------*/
/* +Breakpoint
 **----------------------------------------------------------------------------*/
header {
  background: url("../images/header-banner01_mv.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 564px) {
  header {
    background: url("../images/header-banner01_mh.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  header {
    background: url("../images/header-banner01_tv.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  header {
    background: url("../images/abo_header-banner01_th.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1280px) {
header.object {
	background: url("../images/abo_header-banner04.jpg") center center no-repeat;
	background-size: cover;
}
}

header.object {
  background: url("../images/abo_header-banner02_mv.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 564px) {
  header.object {
    background: url("../images/abo_header-banner02_mh.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  header.object {
    background: url("../images/abo_header-banner02_tv.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  header.object {
    background: url("../images/abo_header-banner02_th.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1280px) {
  header.object {
    background: url("../images/abo_header-banner04.jpg") center center no-repeat;
    background-size: cover;
  }
}

main article {
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  max-width: 1070px;
  padding-top: 40px;
  margin: 0 auto 70px;
}

/*新增背景調整開始*/
@media screen and (min-width: 1024px) {
  main article {
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  max-width: 1070px;
  padding-top: 40px;
  margin: 0 auto 0px;
}
}

@media screen and (min-width: 768px) {
  main article {
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  max-width: 1070px;
  padding-top: 40px;
  margin: 0 auto 0px;
}
}

@media screen and (min-width: 667px) {
  main article {
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  max-width: 1070px;
  padding-top: 40px;
  margin: 0 auto 0px;
}
}

@media screen and (min-width: 375px) {
  main article {
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  max-width: 1070px;
  padding-top: 40px;
  margin: 0 auto 0px;
}
}
/*新增背景調整結束*/

main article.search-result {
  padding: 12px 20px 0;
}

@media screen and (min-width: 768px) {
  main article.search-result {
    padding: 12px 30px 0;
  }
}

@media screen and (min-width: 1280px) {
  main article.search-result {
    padding: 12px 0 0;
  }
}

main article .for-accesskey {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  padding: 0;
}

main article section {
  padding: 0;
}

main article .list {
  padding: 0 20px;
  margin-right: 40px;
}

@media screen and (min-width: 768px) {
  main article .list {
    min-height: 640px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1280px) {
  main article .list {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  main article .category-list {
    min-height: 640px;
  }
}

main article .picture {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  main article .picture {
    padding: 0 30px;
    max-width: 325px;
  }
}

@media screen and (min-width: 1280px) {
  main article .picture {
    padding: 0;
  }
}

main article .result {
  padding: 0;
}

@media screen and (min-width: 768px) {
  main article .result {
    min-height: 640px;
  }
}

main article .result-number {
	padding: 0;
	text-align: right;
	font-size: 0.9rem;
}

main article .wrap-content ul li {
  margin-bottom: 16px;
  line-height: 36px;
}

main article .wrap-content ul li .title {
  margin-bottom: 16px;
  font-weight: bold;
}

main article .wrap-content ul li .item {
  font-size: 1rem;
}

main article .wrap-content ul li .media-obj img {
  display: block;
  max-width: 100%;
  margin: 0 auto 25px;
}

main article .wrap-content ul.dashed-border li {
  padding: 15px 0;
  margin-bottom: 0;
  border-bottom: 1px dashed #ccc;
}

main article .wrap-content ul.dashed-border .li-first {
	padding-top: 0px;
}

main article .block-pagination {
  padding: 0;
  margin-top: 40px;
}

main article .block-pagination .pagination {
  padding-bottom: 0;
}

/*main article .bottom-group {
  align-self: flex-end;
  padding-top: 40px;
}*/

main article.category {
  padding: 40px 20px 0;
}

@media screen and (min-width: 768px) {
  main article.category {
    padding: 40px 30px 0;
  }
}

@media screen and (min-width: 1280px) {
  main article.category {
    padding: 42px 0 0;
  }
}

main article.category section {
  padding: 0;
}

main article.category .tab-content {
  padding: 20px 20px 0;
}

/*新增白透明色塊*/
main article.category section {
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	opacity: 0.75;
	border-radius: 10px;
	filter: alpha(opacity=50);
	margin-bottom: 40px;
}

/*新增文字樣式*/
.title-item {
	font-weight: bold;	
}
.title-item-choose {
	display: inline-block;
	margin-bottom: 10px;
}
.title-item-choose li {
	display: block;
	width: auto;
	float: left;
	font-size: 1.25rem;
	font-weight: bold;
	margin-right: 40px;
}

@media screen and (max-width:375px){
.title-item-choose {
	display: inline-block;
	margin-bottom: 20px;
}
.title-item-choose li {
	display: block;
	width: auto;
	float: left;
	font-size: 1.25rem;
	font-weight: bold;
	margin-right: 30px;
}
main article .wrap-content ul li {
  margin-bottom: 10px;
  line-height: 36px;
}
}
/*# sourceMappingURL=data.css.map */

