@charset "utf-8";

#main_image {
  position: relative;
  margin: 0 0 10px 0;
  overflow: hidden;
}

#main_image ul,
#main_image ul li {
  float: left;
  display: inline;
  overflow: hidden;
}

#main_image ul li img {
  width: 100%;
  display: none;
}

#main_image .wideslider_base {
  top: 0;
  position: absolute;
}

#main_image .wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;

}

#main_image .slider_prev,
#main_image .slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

#main_image .slider_prev {
  background: rgba(0,0,0,0.5) url(../../top_images/slider_prev_bg.png) no-repeat left center;
}

#main_image .slider_next {
  background: rgba(0,0,0,0.5) url(../../top_images/slider_next_bg.png) no-repeat right center;
}

#main_image .pagination {
  display: none;
  bottom: 10px;
  right: 35px;
  text-align: center;
  position: absolute;
  z-index: 200;
}

#main_image .pagination a {
  margin: 0 5px;
  width: 38px;
  height: 38px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  border: solid 1px #fff;
}

#main_image .pagination a.active {
  margin: -1px 4px;
  border: solid 2px #E06A0D;
}

#main_image .pagination a.pn1 { background: #fff url(../../top_img/main_icon01.png) no-repeat; }
#main_image .pagination a.pn2 { background: #fff url(../../top_img/main_icon02.png) no-repeat; }
#main_image .pagination a.pn3 { background: #fff url(../../top_img/main_icon03.png) no-repeat; }
#main_image .pagination a.pn4 { background: #fff url(../../top_img/main_icon04.png) no-repeat; }
#main_image .pagination a.pn5 { background: #fff url(../../top_img/main_icon05.png) no-repeat; }

#slider_menu {
  position: relative;
  min-height: 162px;
  border-top: solid 1px #929292;
  border-bottom: solid 1px #929292;
}

#slider_menu .bx-wrapper .bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}

#slider_menu li {
  padding: 8px;
  min-height: 160px;
  background: url(../../top_images/slider_menu_li_bg.png) right bottom no-repeat;
}

#slider_menu li:nth-child(even) {
  background-color: #F7F2DC;
}

#slider_menu li img {
  display: block;
  margin: 0 auto;
  border: solid 1px #E06A0D;
}

#slider_menu li h4 {
  margin: 4px 0 4px 0;
  padding: 0 0 0 14px;
  color: #E06A0D;
  font-weight: 400;
  background: url(../../top_images/slider_menu_h4_bg.png) 0 3px no-repeat;
}

#slider_menu li h4 a {
  color: #E06A0D;
}

#slider_menu .prev a {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 176px;
  background: url(../../top_images/slider_menu_prev.png) left repeat-y;
  outline: none;
}

#slider_menu .next a {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 176px;
  background: url(../../top_images/slider_menu_next.png) right repeat-y;
  outline: none;
}

#contents_menu {
  padding: 10px 15px 0 15px;
  background: #F7F4F0;
}

#contents_menu ul {
  margin: 0 auto;
  overflow: hidden;
}

#contents_menu ul li {
  float: left;
  margin: 0 4px 8px 4px;
  padding: 7px;
  width: 200px;
  background: #fff;
  border: solid 3px #E4D9D7;
}

#contents_menu ul li .image {
  margin: 0 0 8px 0;
}

#contents_menu ul li .image img {
  border: solid 1px #E06A0D;
}

#contents_menu ul li .icon {
  margin: 0 0 8px 0;
}

#contents_menu ul li h4 {
  margin: 0 0 4px 0;
  color: #E06A0D;
  font-size: 1.2em;
}

#contents_menu ul li a.more {
  display: block;
  margin: 10px -7px -7px -7px;
  padding-right: 30px;
  color: #fff;
  line-height: 30px;
  text-align: right;
  background: #979296 url(../../top_images/detail_bg.png) 96% 50% no-repeat;
}

#contents_footer {
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 1360px;
  overflow: hidden;
}

#contents_footer .point_card {
  float: left;
  width: 22%;
}

#contents_footer .information {
  float: right;
  margin: 0 -5px 0 0;
  width: 78%;
}

#contents_footer .information .info_inner {
  margin: 0 5px;
  border: solid 1px #ccc;
}

#contents_footer .information .event,
#contents_footer .information .topics,
#contents_footer .information .shinten {
  float: left;
  width: 33.3%;
}

#contents_footer .information .shinten {
  margin: 0;
}

#contents_footer .information h4 {
  position: relative;
  padding: 10px 0 10px 38px;
  font-size: 1.1em;
  border-bottom: solid 3px #686367;
}

#contents_footer .information .event h4 {
  color: #FF6D71;
  background: url(../../top_images/top_ivent_h3_bg.png) 3px 50% no-repeat;
}

#contents_footer .information .topics h4 {
  color: #5D90CF;
  background: url(../../top_images/top_tpics_h3_bg.png) 3px 50% no-repeat;
}

#contents_footer .information .shinten h4 {
  color: #66B821;
  background: url(../../top_images/top_tenpo_h3_bg.png) 3px 50% no-repeat;
}

#contents_footer .information h4:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: ' ';
  width: 36px;
}

#contents_footer .information .event h4:before { border-bottom: solid 3px #FF6D71; }
#contents_footer .information .topics h4:before { border-bottom: solid 3px #5D90CF; }
#contents_footer .information .shinten h4:before { border-bottom: solid 3px #66B821; }

#contents_footer .information dl {
  height: 100px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#contents_footer .information dt {
  padding: 6px 12px 2px 12px;
  color: #999;
  font-size: 0.9em;
}

#contents_footer .information dd {
  padding: 2px 12px 6px 12px;
  border-bottom: dotted 2px #DCDCDC;
}

#contents_footer .information dd a {
  text-decoration: underline;
}

#contents_footer .information dd:last-child {
  border: none;
}

#contents_footer .information .more {
  padding: 0 12px 0 0;
  line-height: 36px;
  text-align: right;
}

#contents_footer .information .more a {
  padding: 0 0 0 14px;
  color: #22ABE9;
  text-decoration: underline;
  background: url(../../top_images/top_department_detail_bg.png) left no-repeat;
}