@charset "UTF-8";
/* ボックス設定 */
/*メイン_カルーセル*/
#top_main_wrap {
  float: left;
  position: relative;
  height: 330px;
  width: 100%;
  margin-bottom: 30px;
  z-index: 2;
}

#top_main_wrap #carousel_wrap {
  float: left;
  position: relative;
  height: 330px;
  width: 100%;
}

#top_main_wrap #carousel_wrap #carousel {
  float: left;
  position: relative;
  width: 100%;
  z-index: 0;
}

#sp_top_main_wrap {
  display: none;
}

#carousel img {
  display: block;
  float: left;
  height: 330px;
}

#prev, #next {
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  height: 330px;
  width: 50%;
  top: 0;
  position: absolute;
}

#prev:hover, #next:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

#prev {
  left: -480px;
}

#next {
  right: -480px;
}

#pager {
  bottom: -28px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  text-align: center;
  width: 120px;
  z-index: 50;
}

#pager a {
  border: 2px solid #999;
  border-radius: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
}

#pager a:hover {
  background-color: rgba(153, 153, 153, 0.5);
}

#pager a span {
  display: none;
}

#pager a.selected {
  background-color: #999;
}

#top_main::before,
#top_main::after {
  content: "";
  clear: both;
  display: block;
}

#top_contents {
  width: 980px;
  margin: 0 auto;
}

#contents_wrap::before,
#contents_wrap::after {
  content: "";
  clear: both;
  display: block;
}

#top_contents::before,
#top_contents::after {
  content: "";
  clear: both;
  display: block;
}

#top_contents_main {
  width: 730px;
  float: left;
  margin-right: 16px;
}

#top_contents_side {
  width: 234px;
  float: left;
}

/*　メイン記事設定　*/
#article {
  width: auto;
}

/*	ニュース（タブメニュー）	*/
#top_news_wrap {
  width: 100%;
  margin-bottom: 12px;
}

#tabnavi li {
  display: inline;
}

#tabnavi li a {
  display: inline-block;
  background: #00b590;
  color: #fff;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  padding: 4px 8px;
  font-size: 90%;
}

#tabnavi li a:hover,
#tabnavi li a.active {
  background: #ddd;
  color: #222;
}

#tabcontent {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 4px 4px 4px;
  padding: 12px;
}

#top_news dl::before,
#top_news dl::after {
  content: "";
  clear: both;
  display: block;
}

#top_news dl {
  border-bottom: 1px dotted #ccc;
  padding: 0 5px;
}

#top_news dt {
  float: left;
  padding: 10px 10px 10px 0;
}

#top_news dt.time {
  height: 24px;
  width: 80px;
}


#top_news dt.category img {
  width: 86px;
  padding-top: 2px;
}

/*#top_news dt.category_yuda{
	background:url(../common/images/ico/ico_news_yuda.png) no-repeat 90% 50%;
	width: 12em;
}*/
#top_news dd {
  display: inline-block;
  height: 18px;
  overflow: hidden;
  padding: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 490px;
}

#top_news p {
  text-align: right;
  margin: 0;
  padding: 0.5em 0 0;
}

#top_news p a {
  background: url(../common/images/ico/arrow_r.png) no-repeat 0 50%;
  padding-left: 0.85em;
}

#top_news a {
  color: #333;
  text-decoration: none;
}

#top_news dd a:hover,
#top_news p a:hover {
  text-decoration: underline;
}

/*　ネットワーク　*/
#top_network_wrap {
  background: #fff;
  width: 100%;
}

#top_network {
  background: url(../images/top/img_top_network.png) no-repeat 85px 150px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px;
}

#top_network::before,
#top_network::after {
  content: "";
  clear: both;
  display: block;
}

#top_network h1 {
  text-align: center;
  padding: 4px 0 16px;
}

#top_network h1 img {
  width: 380px;
  height: 42px;
}

#top_network .facility_list {
  margin-right: -12px;
}

#top_network .facility_list li {
  float: left;
  width: 167px;
  margin-right: 12px;
}

#top_network .facility_list li img {
  width: 167px;
}

#top_network .facility_list.first li {
  padding-bottom: 70px;
}

#top_network .facility_list.second li {
  padding-top: 5px;
}

/*サイドバナー*/
#top_bnr li {
  margin-bottom: 6px;
}

#top_bnr li img {
  width: 234px;
}

/*　レスポンシブ対応（ブレークポイント 767px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media (max-width: 767px) {
  /* メインビジュアルの設定 */
  #top_main_wrap {
    /*height:120px;
    width: 960px;*/
    float: left;
    height: 110px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    z-index: 2 !important;
  }

  #top_main_wrap #carousel_wrap {
    float: left;
    height: 110px;
    left: 50%;
    margin-left: -480px;
    position: absolute;
    top: 0;
    width: 960px;
    z-index: 0;
  }

  #top_main_wrap #carousel_wrap #carousel img {
    float: left;
    height: 110px;
    width: 320px;
    /* height: 120px;
     width: 350px;*/
  }

  #pager a {
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
  }

  /*	ニュース（タブメニュー）	*/
  #top_contents {
    margin: 15px auto 0;
    width: 100%;
  }

  #top_contents_main {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  #tabcontent {
    background: #f2f2f2;
    border: none;
    border-radius: 0;
    padding: 10px 10px 35px;
  }

  #tabnavi li a {
    font-size: 85%;
    padding: 4px 6px;
  }

  #top_news {
    margin-bottom: 0;
  }

  #top_news_wrap {
    margin-bottom: 0;
  }

  #top_news dt {
    display: block;
  }

  #top_news dd {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 12px 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }

  #top_news dl {
    border-bottom: 1px dotted #999;
  }

  #top_news dt {
    padding: 10px 0 0;
  }

  #top_news dt.category_yuda {
    background: url(../common/images/ico/ico_news_yuda.png) no-repeat 90% 75%;
    width: 12em;
  }

  #top_news p {
    padding: 1em 0 0;
  }

  /*	ネットワーク	*/
  #top_network_wrap {
    margin-bottom: 30px;
  }

  #top_network {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 10px 0;
  }

  #top_network h1 {
    padding: 8px 0 10px;
  }

  #top_network h1 img {
    width: 300px;
    height: 32px;
  }

  #top_network .facility_list li {
    float: left;
    width: 31.7%;
    margin-right: 1%;
  }

  #top_network .facility_list.first li {
    padding-bottom: 0;
    padding-top: 5px;
  }

  #top_network .facility_list li img {
    width: auto;
  }

  /* サイドバナー */
  #top_contents_side {
    width: 100%;
  }

  #top_bnr li img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  #top_network .facility_list li {
    float: left;
    width: 47.6%;
    margin-right: 1%;
  }
}
