@charset "utf-8"; 
#tmp_toppage *, 
#tmp_toppage *:before, 
#tmp_toppage *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#tmp_mainvisual {
    position: relative;
    top: -5px;
    margin:0 auto 7px;
    z-index: 1;
    color: #ffffff;
    background-color: #666666;
	max-width: 960px;
}
#tmp_mainvisual .mainvisual_inner {
    position: relative;
    visibility: hidden;
    opacity: 0;
}
#tmp_mainvisual .mainvisual_inner.slick-initialized {
    visibility: visible;
    opacity: 1;
}
#tmp_mainvisual  .slick-list {
    z-index: 1;
}
#tmp_mainvisual .mainvisual_inner .item_img img {
    max-width: 100%;
    height: auto;
}
#tmp_mainvisual .slick-arrow {
    position: absolute;
    width: 60px;
    height: 80px;
    color: #ffffff;
    background: #000000 url(/shared/site_zoo/images/icon/icon_arrow_prev.png) no-repeat center center;
    opacity: 0.6;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-indent: -9999px;
    cursor: pointer;
}
#tmp_mainvisual .slick-arrow.slick-next {
    right: 0;
    left: inherit;
    background: #000000 url(/shared/site_zoo/images/icon/icon_arrow_next.png) no-repeat center center;
}
#tmp_mainvisual .item_txt {
    padding: 16px 0 14px;
    color: #ffffff;
    background-color: #666666;
}
#tmp_mainvisual .item_txt p {
	padding-left:15px;
}
#tmp_mainvisual .item_txt a {
    display: inline-block;
    width: 90%;
    padding-left: 22px;
    font-size: 128.6%;
    text-decoration: none;
    color: #ffffff;
    background: transparent url(/shared/templates/zoo_top_rn/images/icon/icon_arrow_rgt.png) no-repeat 0 5px;
}
#tmp_mainvisual .item_txt a:hover,
#tmp_mainvisual .item_txt a:focus {
    text-decoration: underline;
}
#tmp_mainvisual .slick_control {
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-right: -335px;
    z-index: 2;
}
#tmp_mainvisual .slick_control .btn_slides {
    float: left;
}
#tmp_mainvisual .slick_control .btn_slides a{
    position: relative;
    display: block;
    width: 20px;
    height: 22px;
    border: 1px solid #e2753a;
    color: #222222;
    background: #ffffff url(/shared/site_zoo/images/icon/icon_pause.png) no-repeat center center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    margin-right: 15px
}
#tmp_mainvisual .slick_control .btn_slides.start a{
    background: #ffffff url(/shared/site_zoo/images/icon/icon_play.png) no-repeat center center;
}
#tmp_mainvisual .slick_control .btn_slides span {
    position: relative;
    display: block;
    z-index: -1;
    width: 20px;
    height: 22px;
}
#tmp_mainvisual .slick_control .slick-dots {
    float: left;
    padding: 4px 0;
}
#tmp_mainvisual .slick_control .slick-dots li {
    display: inline-block;
    margin-right: 19px;
}
#tmp_mainvisual .slick_control .slick-dots li:last-child {
    margin: 0;
}
#tmp_mainvisual .slick_control .slick-dots li a {
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #e2753a;
    color: #222222;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#tmp_mainvisual .slick_control .slick-dots li.slick-active a {
    background-color: #e2753a;
}
#tmp_mainvisual .slick_control .slick-dots li a span {
    display: block;
    position: relative;
    z-index: -1;
    width: 13px;
    height: 13px;
}
#tmp_mainvisual .scroll_page {
    position: absolute;
    bottom: 15px;
    right: 50%;
    z-index: 1;
    margin-right: -472px;
}
#tmp_mainvisual .scroll_page a {
    display: inline-block;
    padding: 18px 0 14px 8px;
    font-size: 71.4%;
    text-decoration: none;
    color: #ffffff;
    background: transparent url(/shared/templates/zoo_top_rn/images/icon/icon_scroll_page.png) no-repeat left top;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}
.no_javascript #tmp_mainvisual {
    height: 340px;
    overflow-y: auto;
    top: 0;
}
.no_javascript #tmp_mainvisual .mainvisual_inner {
    opacity: 1;
    visibility: visible;
}
.no_javascript #tmp_mainvisual .scroll_page {
	display:none;
}
#tmp_open_date {
    position: relative;
    padding: 50px 0 0;
}
#tmp_open_date .open_date_row {
    margin-bottom: 53px;
    position: relative;
    z-index: 1;
}
#tmp_open_date .open_date_row:nth-child(2) {
    margin-bottom: 48px;
}
#tmp_open_date .open_date_col_lft {
    width: 100%;
    padding: 15px 10px 20px;
    text-align: center;
    border: 1px solid #d8d4d4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: #4e4027;
    background: #ffffff url(/shared/templates/zoo_top_rn/images/main/repeat_bg.jpg) repeat left top;
}
#tmp_open_date .open_date_col_lft .open_date_top {
    font-size: 128.6%;
    margin-bottom: 1px;
}
#tmp_open_date .open_date_col_lft .open_date_bt {
    font-size: 128.6%;
}
#tmp_open_date .open_date_col_lft .open_date_top span {
    display: inline-block;
}
#tmp_open_date .open_date_col_lft .time {
    font-weight: bold;
    font-size: 233.3%;
    margin-right: 6px;
}
#tmp_open_date .open_date_col_lft .status {
    font-size: 150%;
    line-height: 1.4;
    font-weight: bold;
    color: inherit;
    background: transparent url(/shared/templates/zoo_top_rn/images/main/line_event_name.jpg) repeat-x left bottom;
}
#tmp_open_date .open_date_col_lft {
    display: none;
}
#tmp_open_date .open_date_col_lft .opentime,
#tmp_open_date .open_date_col_lft .closetime {
    font-size: 150%;
}
#tmp_open_date .open_date_col_rgt {
    width: 223px;
    float: right;
    text-align: center;
    border: 1px solid #a8daf8;
    box-shadow: 1.389px 1.439px 6.79px 0.21px rgba(231, 228, 228, 0.78);
    -moz-box-shadow: 1.389px 1.439px 6.79px 0.21px rgba(231, 228, 228, 0.78);
    -webkit-box-shadow: 1.389px 1.439px 6.79px 0.21px rgba(231, 228, 228, 0.78);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#tmp_open_date .open_date_col_rgt img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_open_date .open_date_col_rgt a {
    display: block;
}
#tmp_open_date .open_date_row .events_infor {
    margin: 0 -10px;
}
#tmp_open_date .open_date_row .events_infor li {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin: 0 0 20px;
    list-style: none;
    text-align: center;
}
#tmp_open_date .open_date_row .events_infor li:nth-child(4n+1) {
    clear: both;
}
#tmp_open_date .open_date_row .events_infor_inner {
    border: 1px solid #d8d4d4;
    box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #4e4027;
    background-color: #ffffff;
} 
#tmp_open_date .open_date_row .events_infor_inner .event_ttl {
    display: table;
    width: 100%;
    height: 58px;
    font-size: 128.6%;
    padding: 5px;
    font-weight: bold;
    color: #4e4027;
    background: transparent url(/shared/templates/zoo_top_rn/images/main/repeat_bg.jpg) repeat left top;
}
#tmp_open_date .open_date_row .events_infor_inner .event_img {
    display: table;
    width: 100%;
    height: 170px;
    padding: 0 0 10px;
}
#tmp_open_date .open_date_row .events_infor_inner .event_ttl p,
#tmp_open_date .open_date_row .events_infor_inner .event_img p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#tmp_open_date .open_date_row .events_infor_inner .event_ttl a {
    display: block;
    text-decoration: none;
    color: #4e4027;
    background: transparent;
}
#tmp_open_date .open_date_row .events_infor_inner:hover .event_ttl a,
#tmp_open_date .open_date_row .events_infor_inner:focus .event_ttl a {
    text-decoration: underline;
}
.page_heading {
    margin-bottom: 42px;
    text-align: center;
}
.page_heading h2 {
    margin-bottom: 4px;
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-size: 214.3%;
    color: #4e4027;
    background: transparent;
}
.page_heading h2:after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 1px;
    left: 8px;
    right: 2px;
    background: transparent url(/shared/templates/zoo_top_rn/images/main/line_heading.jpg) repeat-x left center;
}
.page_heading .sub_ttl {
    letter-spacing: 10px;
    font-size: 114.3%;
    color: #222222;
    background-color: transparent;
    padding-left: 10px;
}
#tmp_toppic {
    padding: 54px 0 51px;
    color: #4e4027;
    background-color: #fefdf2;
}
#tmp_toppic .toppic_cnt {
    margin: 0 -10px;
}
#tmp_toppic .toppic_cnt .toppic_items {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
}
#tmp_toppic .toppic_cnt .toppic_items:nth-child(2n+1) {
    clear: both;
}
#tmp_toppic .toppic_cnt .item_inner {
    display: table;
    padding: 16px 20px 20px;
    width: 100%;
    color: inherit;
    background-color: #ffffff;
    box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
} 
#tmp_toppic .toppic_cnt .item_inner .item_img {
    display: table-cell;
    vertical-align: top;
    width: 205px;
    padding-top: 4px;
    overflow: hidden;
    background-color: #ffffff;
}
#tmp_toppic .toppic_cnt .item_inner .item_img img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    transition: 0.3s transform ease-in-out;
    -webkit-transition: 0.3s transform ease-in-out;
    -moz-transition: 0.3s transform ease-in-out;
    -ms-transition: 0.3s transform ease-in-out;
    -o-transition: 0.3s transform ease-in-out;
}
#tmp_toppic .toppic_cnt .item_inner .item_txt {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 21px;
}
#tmp_toppic .toppic_cnt .item_inner .item_txt a {
    display: inline-block;
    text-decoration: none;
    color: #4e4027;
    background-color: transparent;
}
#tmp_toppic .toppic_cnt .item_inner:hover .item_img img,
#tmp_toppic .toppic_cnt .item_inner:focus .item_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#tmp_toppic .toppic_cnt .item_inner:hover .item_txt a,
#tmp_toppic .toppic_cnt .item_inner:focus .item_txt a {
    text-decoration: underline;
}
#tmp_information {
    position: relative;
    padding: 59px 0 69px;
}
#tmp_infor_tab {
    position: relative;
    padding-top: 60px;
} 
#tmp_infor_tab .tab_ttl {
    width: 33.2%;
    position: absolute;
    padding: 8px 10px 5px;
    left: 0;
    top: 0;
    display: table;
    height: 60px;
    border: 1px solid #d8d4d4;
    border-bottom-width: 0;
    font-size: 128.6%;
    color: #4e4027;
    background-color: #f2f9e6;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    cursor: pointer;
}
#tmp_infor_tab .tab_ttl p {
    display: table-cell;
    vertical-align: middle;
}
#tmp_infor_tab .tab_ttl a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #4e4027;
    background-color: transparent;
}
#tmp_infor_tab .tb_active .tab_ttl,
#tmp_infor_tab .tab_ttl:hover,
#tmp_infor_tab .tab_ttl:focus {
    font-weight: bold;
    background: #f2f9e6 url(/shared/templates/zoo_top_rn/images/main/repeat_bg.jpg) repeat left top;
}
#tmp_infor_tab .tb_active .tab_ttl:after,
#tmp_infor_tab .tab_ttl:hover:after,
#tmp_infor_tab .tab_ttl:focus:after {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid #d8d4d4;
    border-left-width: 0;
    border-top-width: 0;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    background: url(/shared/templates/zoo_top_rn/images/main/repeat_bg.jpg) repeat left top;
}
#tmp_infor_tab .tab_menu:nth-child(2) .tab_ttl  {
    left: 33.3333333%;
    margin-left: 2px;
}
#tmp_infor_tab .tab_menu:first-child + .tab_menu .tab_ttl{
    left: 33.3333333%;
    margin-left: 2px;
}
#tmp_infor_tab .tab_menu:nth-child(3) .tab_ttl {
    width: 33.1%;
    left: 66.6666666%;
    margin-left: 4px;
}
#tmp_infor_tab .tab_menu:first-child + .tab_menu + .tab_menu .tab_ttl{
    width: 33.1%;
    left: 66.6666666%;
    margin-left: 4px;
}
#tmp_infor_tab .tab_cnt {
    padding: 38px 30px 19px;
    border: 1px solid #d8d4d4;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    color: #005eaa;
    background-color: #ffffff;
}
#tmp_infor_tab .tab_cnt ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 6px;
    color: inherit;
    background: transparent url(/shared/templates/zoo_top_rn/images/icon/icon_dot.png) no-repeat left 10px;
}
#tmp_infor_tab .tab_cnt ul li a {
    display: inline-block;
    padding: 5px 10px 6px 0;
    color: #005eaa;
    background-color: transparent;
    text-decoration: none;
}
#tmp_infor_tab .tab_cnt ul li:after {
    content: '';
    border-bottom: 1px dotted #e1dede;
    position: absolute;
    bottom: 0;
    left: 17px;
    right: 0;
}
#tmp_infor_tab .tab_cnt ul li a:hover,
#tmp_infor_tab .tab_cnt ul li a:focus {
    text-decoration: underline;
}
#tmp_infor_tab .tab_menu .tab_cnt_inner .tab_img {
    overflow: hidden;
}
#tmp_infor_tab .tab_menu .tab_cnt_inner .tab_img img {
    max-width: 100%;
    height: auto;
    transition: 0.3s transform ease-in-out;
    -webkit-transition: 0.3s transform ease-in-out;
    -moz-transition: 0.3s transform ease-in-out;
    -ms-transition: 0.3s transform ease-in-out;
    -o-transition: 0.3s transform ease-in-out;
}
#tmp_infor_tab .tab_menu .tab_cnt_inner:hover .tab_img img,
#tmp_infor_tab .tab_menu .tab_cnt_inner:focus .tab_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#tmp_infor_tab .tab_menu .tab_cnt_inner:hover .tab_txt a,
#tmp_infor_tab .tab_menu .tab_cnt_inner:focus .tab_txt a {
    text-decoration: underline;
}
.no_javascript #tmp_infor_tab .tab_ttl {
    position: static;
}
.no_javascript #tmp_infor_tab .tab_menu {
    margin-bottom: 20px;
}
.btn_seemore {
    margin-top: 17px;
    text-align: center;
}
.btn_seemore a {
    width: 306px;
    display: inline-block;
    padding: 16px 10px 12px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background-color: #e2753a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
}
.btn_seemore a span {
    display: inline-block;
    padding-left: 25px;
    color: inherit;
    background: transparent url(/shared/templates/zoo_top_rn/images/icon/icon_seemore.png) no-repeat left 1px;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 0px 0px, rgba(0, 0, 0, 0.6) 0.540302px 0.841471px 0px, rgba(0, 0, 0, 0.6) -0.416147px 0.909297px 0px, rgba(0, 0, 0, 0.6) -0.989992px 0.14112px 0px, rgba(0, 0, 0, 0.6) -0.653644px -0.756802px 0px, rgba(0, 0, 0, 0.6) 0.283662px -0.958924px 0px, rgba(0, 0, 0, 0.6) 0.96017px -0.279415px 0px;
}
.btn_seemore a:hover span,
.btn_seemore a:focus span{
    text-decoration: underline;
}
#tmp_infor_tab .tab_menu:nth-child(2) .tab_cnt {
    padding: 38px 40px 29px;
}
#tmp_infor_tab .tab_menu:first-child + .tab_menu .tab_cnt{
    padding: 38px 40px 29px;
}
#tmp_infor_tab .tab_menu:nth-child(2) ul {
    margin: 0 -25px;
}
#tmp_infor_tab .tab_menu:first-child + .tab_menu ul {
    margin: 0 -25px;
}
#tmp_infor_tab .tab_menu:nth-child(2) ul li {
    width: 33.33%;
    min-height: 280px;
    float: left;
    padding: 0 25px;
    margin-bottom: 12px;
    background: transparent;
    border-right: 2px dotted #d8d4d4;
}
#tmp_infor_tab .tab_menu:nth-child(2) ul li:after {
    content: none;
}
#tmp_infor_tab .tab_menu:first-child + .tab_menu ul li:after {
    content: none;
}
#tmp_infor_tab .tab_menu:first-child + .tab_menu ul li {
    width: 33.33%;
    min-height: 280px;
    float: left;
    padding: 0 25px;
    margin-bottom: 12px;
    background: transparent;
    border-right: 2px dotted #d8d4d4;
}
#tmp_infor_tab .tab_menu:first-child + .tab_menu ul li + li + li {
    border: none;
}
#tmp_infor_tab .tab_menu:nth-child(2) ul li:nth-child(3n) {
    border: none;
}
#tmp_infor_tab .tab_menu:nth-child(2) ul li .tab_img {
    margin-bottom: 20px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    overflow: hidden;
}
#tmp_infor_tab .tab_menu:first-child + .tab_menu ul li .tab_img {
    margin-bottom: 20px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    overflow: hidden;
}
#tmp_infor_tab .tab_menu:first-child + .tab_menu ul li .tab_img img {
    max-width: 100%;
    height: auto;
}
#tmp_infor_tab .tab_menu:nth-child(2) ul li .tab_img img {
    max-width: 100%;
    height: auto;
}
#tmp_infor_tab .tab_menu:nth-child(2) ul li a {
    padding: 0 0 0 11px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.6;
    border: none;
    color: #4e4027;
    background: transparent url(/shared/templates/zoo_top_rn/images/main/line_tab_link.png) no-repeat left top;
}
#tmp_infor_tab .tab_menu:first-child + .tab_menu ul li a {
    padding: 0 0 0 11px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.6;
    border: none;
    color: #4e4027;
    background: transparent url(/shared/templates/zoo_top_rn/images/main/line_tab_link.png) no-repeat left top;
}
#tmp_notice {
    margin-bottom: 130px;
    padding: 63px 0;
    color: #4e4027;
    background-color: #fefdf2;
}
#tmp_notice .notice_cnt ul {
    margin: 0 -10px;
}
#tmp_notice .notice_cnt ul li {
    width: 33.3333333%;
    float: left;
    list-style: none;
    padding: 0 10px;
    margin-bottom: 30px;
}
#tmp_notice .notice_cnt ul li:nth-child(3n+1) {
    clear: both;
}
#tmp_notice .notice_cnt ul li:first-child + li + li + li{
    clear: both;
}
#tmp_notice .notice_cnt ul .notice_cnt_inner {
    box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1.677px 1.089px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    color: #4e4027;
    background-color: #ffffff;
}
#tmp_notice .notice_cnt ul .notice_cnt_inner .item_img {
    overflow: hidden;
}
#tmp_notice .notice_cnt ul .notice_cnt_inner .item_img img {
    max-width: 100%;
    height: auto;
    transition: 0.3s transform ease-in-out;
    -webkit-transition: 0.3s transform ease-in-out;
    -moz-transition: 0.3s transform ease-in-out;
    -ms-transition: 0.3s transform ease-in-out;
    -o-transition: 0.3s transform ease-in-out;
}
#tmp_notice .notice_cnt ul .notice_cnt_inner:hover .item_img img,
#tmp_notice .notice_cnt ul .notice_cnt_inner:focus .item_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#tmp_notice .notice_cnt ul .notice_cnt_inner .item_txt {
    padding: 18px 20px 14px;
}
#tmp_notice .notice_cnt ul .notice_cnt_inner .item_txt a {
    padding: 0 0 0 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.6;
    border: none;
    color: #4e4027;
    background: transparent url(/shared/templates/zoo_top_rn/images/main/line_tab_link.png) no-repeat left 2px;
}
#tmp_notice .notice_cnt ul .notice_cnt_inner:hover .item_txt a,
#tmp_notice .notice_cnt ul .notice_cnt_inner:focus .item_txt a {
    text-decoration: underline;
}
#tmp_notice .btn_seemore {
    margin-top: 12px;
}
#tmp_open_date:before,
#tmp_open_date:after,
#tmp_information:before,
#tmp_information:after {
    content: '';
    width: 237px;
    height: 208px;
    position: absolute;
}
#tmp_open_date:before {
    left: 12px;
    bottom: 199px;
    background: url(/shared/templates/zoo_top_rn/images/main/zoo_img.png) no-repeat center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
#tmp_open_date:after {
    right: 18px;
    top: 53px;
    width: 213px;
    height: 177px;
    background: url(/shared/templates/zoo_top_rn/images/main/zoo_img_1.png) no-repeat center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
#tmp_information:before {
    left: 47px;
    bottom: 91px;
    width: 235px;
    height: 116px;
    background: url(/shared/templates/zoo_top_rn/images/main/zoo_img_2.png) no-repeat center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
#tmp_information:after {
    right: 28px;
    top: 44px;
    width: 289px;
    height: 157px;
    background: url(/shared/templates/zoo_top_rn/images/main/zoo_img_3.png) no-repeat center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
/* ClearFix */
#tmp_open_date .open_date_row:after,
#tmp_open_date .open_date_row .events_infor:after,
#tmp_toppic .toppic_cnt:after,
#tmp_infor_tab .tab_menu ul:after,
#tmp_notice .notice_cnt ul:after {
    content: '';
    display: table;
    clear: both;
}
