<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main
 *---------------------------------------------------------- */
@media screen and (min-width: 761px) {
  /** For PC **/
  main {
    padding-top: 40px;
  }
}

.container .message {
  font-size: 15px;

  margin-bottom: 36px;
  padding: 20px;

  text-align: center;

  border: 1px solid #ccc2a4;
  border-radius: 6px;
  background-color: #fff;
}

.container .pickup h3,
.container .news h3 {
  font-size: 19px;
  font-weight: bold; 

  margin-bottom: 10px;
}
.container .pickup h3:before,
.container .news h3:before {
  display: inline-block;

  width: 18px;
  height: 18px;
  margin-right: .2em;

  content: "";

  background: url(../img/h3_before.png) no-repeat;
  background-size: auto 100%;
}
.container .pickup h3 small,
.container .news h3 small {
  font-size: 9px;

  margin-left: 1em;

  vertical-align: middle; 

  color: #bbb;
}

.container .pickup li {
  font-size: 15px;

  box-sizing: border-box;

  text-align: center; 

  border: 1px solid #ccc2a4;
  border-radius: 6px;
}
.container .pickup li a {
  position: relative; 

  display: block;

  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 6px;
}
.container .pickup li a:link,
.container .pickup li a:visited,
.container .pickup li a:hover,
.container .pickup li a:active {
  text-decoration: none;
}
.container .pickup li a:hover {
  font-weight: bold;
}
.container .pickup li a:before {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 0;

  display: block;

  width: 21px;
  height: 21px;

  content: "";

  border-radius: 6px 0 / 6px 0; 
  background-color: #1d9fdb;
}
.container .pickup li a:after {
  position: absolute;
  z-index: 2000;
  right: 8px;
  bottom: 6px;

  display: block;

  width: 6px;
  height: 6px;

  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); 

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.container .pickup li figure {
  line-height: 0;

  overflow: auto; 

  height: 151px;
  margin: 0;
}
.container .pickup li figure img {
  display: block;

  width: 100% !important;
  height: auto !important;

  border-radius: 5px;
}
.container .pickup li p {
  line-height: 41px;
}

.container .news article {
  position: relative;

  border-top: 1px solid #ccc2a4;
}

.container .news li a,
.container .news .more a {
  color: inherit;
}
.container .news li a:link,
.container .news li a:visited,
.container .news .more a:link,
.container .news .more a:visited {
  text-decoration: none;
}
.container .news li a:hover,
.container .news .more a:hover {
  text-decoration: underline;
}
.container .news li a:active,
.container .news .more a:active {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .container .news li a:hover,
  .container .news .more a:hover {
    text-decoration: none;
  }
}

.container .news li {
  position: relative;

  border-bottom: 1px dotted #ccc2a4;
}
.container .news li.new .date:after {
  font-size: 10px;
  line-height: 18px;

  display: inline-block;

  margin-left: 6px;
  padding: 0 4px;

  content: "NEW";

  color: #fff;
  border-radius: 4px;
  background-color: #e66069;
}

@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .container {
    margin-bottom: 30px;
  }
  .container .message {
    margin: 0 10px 20px;
    padding: 14px;
  }
  .container .pickup,
  .container .news {
    margin: 0 10px 20px;
  }
  .container .pickup h3,
  .container .news h3 {
    padding-bottom: 4px;

    text-align: center; 

    border-bottom: 1px solid #ccc2a4;
  }
  .container .pickup h3 small,
  .container .news h3 small {
    display: none;
  }
  .container .pickup li {
    margin-bottom: 14px;
  }
  .container .pickup li figure {
    height: auto;
  }
  .container .news h3 {
    margin-bottom: 2px;
  }
  .container .news article {
    border-top: none;
  }
  .container .news li a {
    display: block;

    padding: .6em 0;
  }
  .container .news .date {
    font-weight: bold;
  }
  .container .news .title {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container .news .more {
    width: 50%;
    margin: 8px auto;
  }
  .container .news .more a {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

    position: relative; 

    display: block;

    box-sizing: border-box;
    padding: 8px 1em;

    text-align: center;
    vertical-align: middle;
    text-decoration: none;

    color: #fff;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #f8aa4d, #f8aa4d 50%, #ef9d43 50%, #ef9d43);
    background:         linear-gradient(to bottom, #f8aa4d, #f8aa4d 50%, #ef9d43 50%, #ef9d43);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .15);
  }
  .container .news .more a:after {
    position: absolute;
    top: 50%;
    right: 8.4px;

    display: block;

    width: 6px;
    height: 6px;

    content: "";
    -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media screen and (min-width: 761px) {
  /** For PC **/
  .container {
    float: left;

    width: 690px;
  }
  .container .pickup {
    margin-bottom: 20px;
  }
  .container .pickup li {
    box-sizing: border-box; 
    width: 340px;
    height: 200px;
    margin-bottom: 16px;
  }
  .container .pickup li:nth-child(odd) {
    float: left;
  }
  .container .pickup li:nth-child(even) {
    float: right;
  }
  .container .news .date,
  .container .news .title {
    line-height: 56px;
  }
  .container .news .date {
    font-weight: bold; 

    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
	color:#1d9fdb !important;
  }
  .container .news .title {
    overflow: hidden;

    padding-left: 140px;

    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container .news .more {
    font-size: 11px; 

    position: absolute;
    top: -34px;
    right: 0;
  }
  .container .news .more a:after {
    content: " &gt;";
  }
}

/* Side
 *---------------------------------------------------------- */
.side_bnr_area {
  margin-bottom: 16px;
}
.side_bnr_area li {
  line-height: 0; 

  margin-bottom: 16px;
}
.side_bnr_area li:last-child {
  margin-bottom: 0;
}
.side_bnr_area li img {
  width: 100%;
  height: auto;
}
.side_bnr_area a:hover {
  opacity: .8;
}

.side_nav {
  margin-bottom: 16px;
  padding: 10px;

  background-color: #dfd9c1;
}
.side_nav .inner {
  padding: 20% 9px 9px;

  border: 1px solid #ccc2a4;
  border-radius: 6px;
  background-color: #fbf8ed;
  background-image: url(../img/bg_side_btn.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.side_nav p {
  overflow: hidden; 

  white-space: nowrap;
  text-indent: 105%;
}
.side_nav p a {
  display: block;

  width: 100%;
  height: 100%;

  outline: none;
}
.side_nav li {
  line-height: 1.4;

  margin-bottom: 4px;

  text-align: center;

  border: 1px solid #afbb01;
  border-radius: 5px;
  background: -webkit-linear-gradient(top, #fff, #fbf8ed);
  background:         linear-gradient(to bottom, #fff, #fbf8ed);
}
.side_nav li:last-child {
  margin-bottom: 0;
}
.side_nav li a {
  position: relative; 

  display: block;

  padding: 9px 12px;
}
.side_nav li a:link,
.side_nav li a:visited,
.side_nav li a:hover,
.side_nav li a:active {
  text-decoration: none;
}
.side_nav li a:hover {
  font-weight: bold;
}
.side_nav li a:after {
  position: absolute;
  top: 50%;
  right: 8.4px;

  display: block;

  width: 6px;
  height: 6px;

  content: "";
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);

  border-top: 2px solid #afbb01;
  border-right: 2px solid #afbb01;
}

@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .side_bnr_area {
    margin: 0 10px 14px;
  }
  .side_bnr_area li {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 761px) {
  /** For PC **/
  .side {
    float: right;

    width: 260px;
  }
}
</pre></body></html>