@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/
*/
img,
object,
embed,
video {
  max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
  width: 100%;
}

/*
    Dreamweaver 可変グリッドプロパティ
    ----------------------------------
    dw-num-cols-mobile:        3;
    dw-num-cols-tablet:        6;
    dw-num-cols-desktop:    9;
    dw-gutter-percentage:    25;

    以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」
    http://www.alistapart.com/articles/responsive-web-design

    および Joni Korpi 氏の「Golden Grid System」
    http://goldengridsystem.com/
*/

.fluid {
  clear: both;
  float: left;
  display: block;
  width: 100%;
}

.fluidList {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 84.9333%;
  padding-left: 3.0333%;
  padding-right: 3.0333%;
  clear: none;
  float: none;
}
.header {
}
.top_movie {
  display: none;
}
.top_content {
}
.logo {
  width: 100%;
  text-align: center;
}
.about {
}
.footer {
}
.abashiri_trend {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-top: 20px;
}
.news {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-top: 20px;
}
.covid1 {
  clear: none;
  margin-top: 20px;
  border: 5px solid red;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: auto;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
.covid2 {
  clear: both;
  margin-left: 0;
  margin-top: 20px;
  border: 5px solid red;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.covid1 p {
  margin: 0px;
  font-size: 15px;
}
.title-c {
  border-bottom: none;
  font-size: 24px;
}

.menu {
}
.sns {
  width: 100%;
  margin-left: 0;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: none;
}
h1 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
  margin: 0px;
  padding: 0px;
  text-shadow: 0px 1px 1px #fff;
  color: #999;
  font-weight: 500;
  text-align: center;
}
h2 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-shadow: 0px 1px 1px #fff;
  color: #999;
  font-weight: 500;
  border-bottom-color: #ccc;
}
h3 {
  text-shadow: 0px 1px 1px #fff;
  color: #666;
  font-weight: 800;
}
#topicsFeed {
  padding: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
#topicsFeed .gf-thumbnail {
  display: none;
}
#topicsFeed div.gf-title {
  height: 22px;
  overflow: hidden;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
  top: 40px;
  left: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  width: 270px;
}
#topicsFeed .gf-relativePublishedDate {
  font-size: 12px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  position: absolute;
  top: 15px;
  height: 24px;
  font-style: italic;
  text-align: center;
  left: 180px;
  font-weight: normal;
  color: #cc9966;
  vertical-align: bottom;
}
#topicsFeed .gf-category {
  margin-right: 3px;
  left: 0px;
  top: 10px;
  width: 160px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 0.5em;
  position: absolute;
  text-align: center;
  text-shadow: 0px 1px 0px #ffffff;
  font-weight: bold;
  float: left;
  height: 20px;
  letter-spacing: 0.2em;
  color: #009933;
  background-color: #dee9d8;
  margin-top: 0px;
}
#topicsFeed .gf-snippet {
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  top: 65px;
  left: 0px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  padding-top: 0px;
  padding-bottom: 0px;
}
#trendFeed .gf-thumbnail {
  display: none;
}
#trendFeed div.gf-title {
  height: 22px;
  overflow: hidden;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
  top: 10px;
  left: 10px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  width: 270px;
}
#trendFeed .gf-relativePublishedDate {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 10px;
  height: 24px;
  font-style: normal;
  text-align: center;
  left: 140px;
  font-weight: normal;
  color: #999999;
  vertical-align: bottom;
}
#trendFeed .gf-category {
  margin-right: 3px;
  left: 0px;
  top: 10px;
  width: 160px;
  padding-top: 1px;
  padding-right: 3px;
  padding-bottom: 1px;
  padding-left: 3px;
  position: absolute;
  text-align: center;
  text-shadow: 0px 1px 0px #ffffff;
  font-size: 13px;
  font-weight: bold;
  float: left;
  height: 20px;
  letter-spacing: 0.2em;
  background-color: #f7904c;
  color: #996600;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: none;
}
#trendFeed .gf-snippet {
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  top: 40px;
  left: 0px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
#trendFeed .gf-result {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding-bottom: 1.5em;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  height: 70px;
  margin-bottom: 17px;
  border: 1px solid #f0f0f0;
  background-color: #fbfaf5;
  color: #ccc;
  padding-top: 0em;
  margin-top: 0px;
}
.banner {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-top: 20px;
}
.topbanner {
  padding: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.topbanner ul {
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}
.topbanner li {
  list-style-type: none;
  display: block;
  padding-bottom: 1em;
}
.main_content {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0px;
}
.sidebar {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-top: 20px;
}
.top_a {
  width: 100%;
  margin-top: 20px;
  background-color: #fafafa;
}
.top_b {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-top: 20px;
  background-color: #fafafa;
}
.top_c {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-top: 20px;
  background-color: #fafafa;
}
.top_1col {
  width: 100%;
  margin-top: 20px;
  clear: both;
  margin-left: 0;
  background-color: #fafafa;
}
.pics {
  background-image: url(../images/top-keiei.jpg);
  background-position: center top;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.pics_kaiinn {
  background-image: url(../images/top-member.jpg);
  background-position: center top;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.pics_oth {
  background-image: url(../images/top-yellow.jpg);
  background-position: center top;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.pics_kentei {
  background-image: url(../images/top-red.jpg);
  background-position: center top;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.txt_pic {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 17%;
  font-variant: normal;
  height: 70px;
  width: 100%;
  color: #000;
  float: left;
  text-shadow: 2px 2px 1px #ddd;
}
.txt_cont {
  margin-left: 0;
  color: #666;
  font-weight: 800;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
  display: block;
  margin-top: 50px;
  letter-spacing: 0.1em;
  line-height: 120%;
  font-size: 20px;
  background-image: url(../images/red.jpg);
  background-position: left;
  background-repeat: repeat-y;
  padding-left: 20px;
  text-align: left;
}
.txt_cont1 {
  margin-left: 0;
  color: #666;
  font-weight: 800;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
  display: block;
  margin-top: 50px;
  letter-spacing: 0.1em;
  line-height: 120%;
  font-size: 16px;
  background-image: url(../images/red.jpg);
  background-position: left;
  background-repeat: repeat-y;
  padding-left: 20px;
  text-align: left;
}
.top_2col {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-top: 20px;
  background-color: #fafafa;
}
.box_effect {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-image: url(../images/bak_tops.jpg);
  background-repeat: repeat-x;
  background-position: top;
}
.pics300 {
  background-image: url(../images/top-keiei.jpg);
  background-position: center top;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.pics_kentei300 {
  background-image: url(../images/top-red.jpg);
  background-position: center top;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.pics_kaiinn300 {
  background-image: url(../images/top-member.jpg);
  background-position: center top;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.kentei1 {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fafafa;
}
.kentei2 {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fafafa;
}
.kentei3 {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fafafa;
}
.box1 {
  width: 100%;
  margin-left: 0;
}
.top_pic {
}
.zeroMargin_mobile {
  margin-left: 0;
}
.hide_mobile {
  display: none;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
  .gridContainer {
    width: 89.9%;
    padding-left: 1.55%;
    padding-right: 1.55%;
    clear: none;
    float: none;
    margin-left: auto;
  }
  .header {
  }
  .logo {
    width: 48.2758%;
  }
  .top_movie {
    display: none;
  }
  .top_content {
  }
  .about {
  }
  .footer {
  }
  .abashiri_trend {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .news {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .covid1 {
    /* clear: both;
margin-left: 0; */
  }

  .menu {
  }
  .sns {
    width: 48.2758%;
    margin-left: 3.4482%;
    clear: none;
    display: block;
    text-align: right;
  }
  h1 {
  }
  h2 {
  }
  h3 {
  }
  #topicsFeed {
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  #topicsFeed .gf-thumbnail {
    overflow: hidden;
    background-image: url(../images/noimage.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    background-color: #ffffff;
    border: 1px solid #e4e2e5;
    float: left;
    top: 10px;
    position: absolute;
    left: 10px;
    height: 75px;
    display: block;
  }
  #topicsFeed div.gf-title {
    height: 22px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    left: 150px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    width: 470px;
  }
  #topicsFeed .gf-relativePublishedDate {
    font-size: 13px;
    position: absolute;
    height: 24px;
    text-align: center;
    left: 330px;
    font-weight: normal;
    vertical-align: bottom;
  }
  #topicsFeed .gf-snippet {
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    top: 65px;
    left: 150px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #topicsFeed .gf-category {
    left: 140px;
  }
  #trendFeed .gf-thumbnail {
    overflow: hidden;
    background-image: url(../images/noimage.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    background-color: #ffffff;
    border: 1px solid #e4e2e5;
    float: left;
    top: 10px;
    position: absolute;
    left: 10px;
    height: 75px;
    display: none;
  }
  #trendFeed div.gf-title {
    height: 22px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    top: 10px;
    left: 10px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
  }
  #trendFeed .gf-relativePublishedDate {
    font-size: 13px;
    position: absolute;
    top: 10px;
    height: 24px;
    text-align: center;
    left: 140px;
    font-weight: normal;
    vertical-align: bottom;
  }
  #trendFeed .gf-snippet {
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    top: 40px;
    left: 10px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #trendFeed .gf-category {
    left: 150px;
    top: 10px;
    width: 160px;
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
    position: absolute;
    background-position: center;
    text-align: center;
    float: left;
    height: 20px;
  }
  #trendFeed .gf-result {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    padding-bottom: 1.5em;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    height: 50px;
    margin-bottom: 17px;
    border: 1px solid #f0f0f0;
    background-color: #fbfaf5;
    color: #ccc;
    padding-top: 0em;
    margin-top: 0px;
  }
  .banner {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .topbanner {
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .topbanner ul {
    margin-right: auto;
    margin-left: auto;
    float: left;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  .topbanner li {
    list-style-type: none;
    display: block;
    padding-bottom: 1em;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .main_content {
    width: 100%;
  }
  .sidebar {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .top_a {
    width: 100%;
  }
  .top_b {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .top_c {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .top_1col {
    clear: both;
    margin-left: 0;
    width: 100%;
  }
  .pics {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 150px;
  }
  .pics_kaiinn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pics_oth {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pics_kentei {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .txt_pic {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 8%;
    font-variant: normal;
    width: 100%;
    padding: 0px;
    float: left;
  }
  .txt_cont {
    margin-left: 0;
  }
  .txt_cont1 {
    margin-left: 0;
  }
  .top_2col {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .box_effect {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-image: url(../images/bak_tops.jpg);
    background-repeat: repeat-x;
    background-position: top;
  }
  .pics300 {
    background-image: url(../images/top-keiei.jpg);
    height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .pics_kentei300 {
    background-image: url(../images/top-red.jpg);
    height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .pics_kaiinn300 {
    background-image: url(../images/top-member.jpg);
    height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .kentei1 {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .kentei2 {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .kentei3 {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .box1 {
    width: 100%;
    margin-left: 0;
  }
  .top_pic {
  }
  .hide_tablet {
    display: none;
  }
  .zeroMargin_tablet {
    margin-left: 0;
  }
}

/* デスクトップレイアウト : 769 px ～最大 1000 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
  .gridContainer {
    width: 88%;
    max-width: 1000px;
    min-width: 1000px;
    margin: auto;
    clear: none;
    float: none;
    padding-right: 1%;
    padding-left: 1%;
  }
  .header {
  }
  .logo {
    width: 31.8181%;
    margin-top: 10px;
    text-align: left;
    height: 60px;
  }
  .top_movie {
    width: 100%;
    display: block;
  }
  .top_content {
  }
  .about {
  }
  .footer {
  }
  .abashiri_trend {
    width: 20.4545%;
    margin-left: 2.2727%;
    clear: none;
  }
  .news {
    width: 54.5454%;
    clear: both;
  }
  .covid1 {
    /* float: left;
    clear: none;
    width: 72.9999% */
  }
  .covid2 {
    float: left;
    clear: none;
    margin-left: 1%;
  }

  .menu {
    margin-top: 10px;
  }
  .sns {
    width: 20.4545%;
    margin-left: 47.7272%;
    clear: none;
    text-align: right;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-top: 15px;
    font-size: 14px;
  }
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
  }
  #topicsFeed {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  #topicsFeed div.gf-title {
    height: 22px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    left: 140px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    width: 390px;
  }
  #topicsFeed .gf-relativePublishedDate {
    font-size: 12px;
    position: absolute;
    top: 13px;
    height: 24px;
    text-align: center;
    left: 320px;
    font-weight: normal;
    vertical-align: bottom;
  }
  #topicsFeed .gf-snippet {
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    top: 65px;
    left: 140px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 10px;
  }
  #topicsFeed .gf-category {
    margin-right: 3px;
    left: 140px;
    top: 10px;
    width: 160px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    position: absolute;
    background-position: center;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    float: left;
    height: 20px;
    letter-spacing: 0.2em;
  }
  #topicsFeed .gf-thumbnail {
    overflow: hidden;
    background-image: url(../images/noimage.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    background-color: #ffffff;
    border: 1px solid #e4e2e5;
    float: left;
    top: 10px;
    position: absolute;
    left: 10px;
    height: 75px;
  }
  #trendFeed div.gf-title {
    height: 22px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    top: 10px;
    left: 10px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    width: 110px;
  }
  #trendFeed .gf-relativePublishedDate {
    font-size: 12px;
    position: absolute;
    top: 15px;
    height: 24px;
    text-align: center;
    font-weight: normal;
    vertical-align: bottom;
    right: 0px;
    left: 120px;
  }
  #trendFeed .gf-snippet {
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    top: 40px;
    left: 0px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #trendFeed .gf-category {
    margin-right: 3px;
    left: 140px;
    top: 10px;
    width: 160px;
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
    position: absolute;
    background-position: center;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    float: left;
    height: 20px;
    letter-spacing: 0.2em;
  }
  #trendFeed .gf-thumbnail {
    overflow: hidden;
    background-image: url(../images/noimage.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    background-color: #ffffff;
    border: 1px solid #e4e2e5;
    float: left;
    top: 10px;
    position: absolute;
    left: 10px;
    height: 75px;
  }
  #trendFeed .gf-result {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    padding-bottom: 1.5em;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    height: 83px;
    margin-bottom: 17px;
    border: 1px solid #f0f0f0;
    background-color: #fbfaf5;
    color: #ccc;
    padding-top: 0em;
    margin-top: 0px;
  }
  .banner {
    width: 20.4545%;
    margin-left: 2.2727%;
    clear: none;
  }
  .topbanner {
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .topbanner ul {
    margin-right: auto;
    margin-left: auto;
    float: left;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  .topbanner li {
    list-style-type: none;
    display: block;
    padding-bottom: 1em;
  }
  .main_content {
    width: 69.2727%;
    padding-right: 2%;
    padding-left: 2%;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    padding-bottom: 30px;
  }
  .sidebar {
    width: 20.4545%;
    margin-left: 2.2727%;
    clear: none;
    font-size: 13px;
    line-height: 16px;
  }
  .top_a {
    width: 31.8181%;
    padding-top: 0px;
    padding-bottom: 10px;
    height: 280px;
  }
  .top_b {
    width: 31.8181%;
    margin-left: 2.2727%;
    clear: none;
    padding-bottom: 10px;
    height: 280px;
  }
  .top_c {
    width: 31.8181%;
    margin-left: 2.2727%;
    clear: none;
    padding-bottom: 10px;
    height: 280px;
  }
  .top_1col {
    width: 54.5454%;
    clear: none;
    padding-bottom: 10px;
  }
  .pics {
    height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pics300 {
    background-image: url(../images/top-keiei.jpg);
    height: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .pics_kentei300 {
    background-image: url(../images/top-red.jpg);
    height: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .pics_kaiinn300 {
    background-image: url(../images/top-member.jpg);
    height: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .pics_kaiinn {
    height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pics_oth {
    height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pics_kentei {
    height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .txt_pic {
    text-align: left;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    width: 88.6363%;
    padding: 0px;
    margin-top: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    float: left;
    line-height: 0px;
    height: 60px;
    text-shadow: 0px 1px 1px #fff;
  }
  .txt_cont {
    text-align: left;
    margin-left: 0;
  }
  .txt_cont1 {
    margin-left: 0;
  }
  .heightLine {
  }
  .top_2col {
    width: 43.1818%;
    margin-left: 2.2727%;
    clear: none;
  }
  .box_effect {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-image: url(../images/bak_tops.jpg);
    background-repeat: repeat-x;
    background-position: top;
  }
  .kentei1 {
    width: 31.8181%;
    height: 180px;
  }
  .kentei2 {
    width: 31.8181%;
    margin-left: 2.2727%;
    clear: none;
    height: 180px;
  }
  .kentei3 {
    width: 31.8181%;
    margin-left: 2.2727%;
    clear: none;
    height: 180px;
  }
  .box1 {
    width: 73.2727%;
    margin-left: 11.3636%;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 30px;
  }
  .top_pic {
    display: none;
  }
  .zeroMargin_desktop {
    margin-left: 0;
  }
  .hide_desktop {
    display: none;
  }
}

.txt_banner {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 1em;
  padding-bottom: 5px !important;
}

.box-warning {
  border: 1px solid red;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.txt-large {
  font-size: 18px;
  font-weight: bold;
}

.kyousai {
  margin-left: 20px !important;
  padding: 0px;
}
.kyousai ul {
  margin-left: 0px !important;
  padding: 0px;
}
.kyousai li {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 10px !important;
}

.sengen {
  width: 200px;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 10px;
}

.kenko {
  background-image: url(/images/kenko.jpg);
  background-size: 160px auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.box_kenko {
  background-color: lemonchiffon;
  padding: 20px 10px;
  margin: 20px 0px;
  border-radius: 10px;
  font-weight: bold;
}
.box_kenko ul {
  padding: 0px;
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 30px;
  list-style-image: url(../images/dot.png);
}

.box_kenko li {
  margin-bottom: 10px;
  padding-right: 20px;
}
