@charset "utf-8";
/*@media screen and (max-width: 800px){*/
@media screen and (max-width: 767px){

.pc
{
	display:none;
}
/* デフォルト設定値は1024px? */

/*------------------------------------------
html,body
------------------------------------------*/
html {
  display: table;
  width: 100%;
  height: 100%;
}

body {
	margin:0;
	padding:0;
	width:100%;
	color: #111;

	font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

/*	font-family: "F+UD-ニューロダン DB";*/
/*	line-height: 1.5em;*/
	font-size:100%;
	background:#fff;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
/*	overflow-x: hidden;*/
	height:100%;
	z-index:-1;
/*	background:url(../images/body_bg.jpg) fixed ;*/
}

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

a:hover {
    color: #333;
    text-decoration: underline;
}


#header-wrapper {
	background:#FFF;
}

.smart {
	background:#FFF;
}

/*------------------------------------------
メニュー
 ------------------------------------------*/

/*
.m-menu_right_smart a:hover
{
	text-decoration:underline;
}

.m-menu_right_smart ul
{
	list-style:none;
}


.m-menu_right_smart ul li
{
    padding: 0 5px;
    margin: 3px;
    float: left;
    border: 1px solid #666;
    font-size: 100%;
}
*/

/*------------------------------------------
リスト余白リセット
------------------------------------------*/
ul,li
{
	margin:0;
	padding:0;
}


nav.right ul.navi li {
	padding-top:20px #important;
	color:#000;
}

/*------------------------------------------
スライド
------------------------------------------*/

.youtube {
  position: relative;
  width: 100%;
  height:0;
  padding-top: 56.25%;/* 16:9での高さ比率 */
　display:table-cell;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.main_img {
	max-width:800px;
	height:240px;
    overflow: hidden;
    position: relative;
	border:5px solid #6699CC;
}

.main_img img {
	overflow:hidden;
    position: absolute;
	width:100%;
	height:auto;
	vertical-align:middle;
}

.catchcopy {
	margin:0px 0 0 0px;
	text-align:center;
	width:100%;
  	height:100px;
/*  	padding-top: 27.77%;/* 16:9での高さ比率 */
　	display:table-cell;
	vertical-align:middle;
	background:url(../images/catchcopy.jpg) no-repeat;
	background-size:cover;
	
}

.catchcopy p {
	margin:0 0 0 0;
	padding:35px 0 0 0;
	font-family: "F+UD-筑紫明朝 E";
	font-size:150%;
	color:#FFFFFF;
	text-align:center;	
	text-shadow: 2px 2px 0px rgba(0,0,0,1),
				 1px 1px 1px rgba(0,0,0,1),
				-1px -1px 1px rgba(0,0,0,1),
				 1px -1px 1px rgba(0,0,0,1),
				-1px 1px 1px rgba(0,0,0,1),
				 0px 0px 10px rgba(0,0,0,1);
}

#footernavi {
	background:#FFF;
}

/* カレンダー曜日の背景を変更*/

.fc-grid th {
	text-align: center;
	background:#EFEFEF !important;
	}


.cal_caption {
	color:#333;
/*	padding-left:40px;*/
}

/* カレンダーの下の説明文　白枠の周りの線*/
.pinwhite{
    color:#fff;
    text-shadow:
        0 1px 0 #ccc,
        1px 0 0 #ccc,
        0 -1px 0 #ccc,
        -1px 0 0 #ccc,
        -1px -1px 0 #ccc,
        1px -1px 0 #ccc,
        -1px 1px 0 #ccc,
        1px 1px 0 #ccc
    ;
}

/*------------------------------------------
トップページアイコン
------------------------------------------*/


#session_icon {
/*	bottom: 0;*/
	background: url(../images/icn_event_today.png) no-repeat;
	font-size:120%;
	font-weight:bold;
	border-top:2px solid #4C6600;
	border-bottom:1px solid #698C00;
	margin:0 0 0 0;
	width:100%;
}

#info_icon {
/*	bottom: 0;*/
	background: url(../images/info.png) no-repeat;
	font-size:120%;
	font-weight:bold;
	border-top:2px solid #4C6600;
	border-bottom:1px solid #698C00;
	margin:0 0 0 0;
	width:100%;
}


#calender_icon {
/*	bottom: 0;*/
	background: url(../images/calender_icon.png) no-repeat;
	font-size:120%;
	font-weight:bold;
	border-top:2px solid #4C6600;
	border-bottom:1px solid #698C00;
	margin:0px 0 10px 0;
	width:100%;
}

#animals_icon {
/*	bottom: 0;*/
	background: url(../images/animals_smart.png) no-repeat;
	font-size:120%;
	font-weight:bold;
	border-top:2px solid #4C6600;
	border-bottom:1px solid #698C00;
	margin:0 0 0 0;
	width:100%;
}

#blog_icon {
/*	bottom: 0;*/
	background: url(../images/blog.png) no-repeat;
	font-size:120%;
	font-weight:bold;
	border-top:2px solid #4C6600;
	border-bottom:1px solid #698C00;
	margin:0 0 0 0;
	width:100%;
}

/*------------------------------------------
共通
------------------------------------------*/
/*--コンテンツ間ホワイトスペース--*/
.content_blank {
	marginp:0;
	padding:0;
	height:100px;
	display:block;
}

.content_blank_50 {
	marginp:0;
	padding:0;
	height:50px;
	display:block;
}


/*-- コンテンツブロック --*/
#content_block {
/*	background-color:#4C6600;*/
	background-color:#FFF;
	position:relative;
	z-index:2;
}

#content_block_sub {
	background-color:#FFF;
	position:relative;
	z-index:2;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#photo_midashi {
	width:100%;
	height:100px;
	position:relative;
	overflow:hidden;
}

#photo_midashi img{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100vw;
/*	height:100%;*/
	position:absolute;
/*	height:100%;*/
/*    left: 50%;*/
    top: 50%;
	left:50%;
	margin-left:-50%;
	margin-top:-30%;
}

#content
{
	margin:0px auto;
	width:100%;
}

#content_left {
/*	width:190px;*/
	width:100%;
/*	float:left;*/
	display:block;
}

#content_right {
/*	width:780px;
	min-height:400px;*/
	width:100%;
	margin:0 0 0 0px;
	padding:0 0 0 0;
/*	float:right;*/
	display:block;
}


.leftmenu_a,
.leftmenu_b,
.leftmenu_c,
.leftmenu_d,
.leftmenu_e {
	margin:10px 2px 10px 2px;
	border:1px solid #CCCCCC;
	text-align:center;
	background:#698C00;
	color:#FFF;
}

.leftmenu_column {
	margin:5px 2px 5px 2px;
	padding:0 0 0 0;
	text-align:center;
}

.subcolumn {
	margin:10px 2px 10px 2px;
	border:1px solid #CCCCCC;
	text-align:center;
	background:#FFF;
	color:#698C00;
	font-weight:bold;
}

#content_left ul,
.leftmenu_column ul {
	list-style:none;
	margin:5px 0 5px 0;
	padding:0 0 0 0;
}

#content_left ul li {
	list-style:none;
	margin:0px 0px 0px 10px;
	padding:10px 0px 10px 15px;
	border-bottom:1px dotted #CCCCCC;
	font-size:90%;
	background:url(../images/side_listicon.png) no-repeat;
	background-position:0px 15px;
}

#content_left ul li a {
	text-decoration:none;
}

#content_left ul li a:hover {
	text-decoration:underline;
	color:#698C00;
}


.leftmenu_column ul li {
	margin:0px 0px 0px 0px !important;
	padding:10px 0px 10px 0px !important;
	border-bottom:1px dotted #CCCCCC;
	font-size:90%;
	list-style:none !important;
	background:none !important;
}


.leftmenu_column img{
	margin:0px auto;
}

.leftmenu_column a{
	text-decoration:none;
	display:block;
}

.leftmenu_column a:hover img{
	opacity:0.8;
}


.leftmenu_column ul li a:hover {
	text-decoration:none;
	display:block;
	opacity:0.8;
	background:#FFD24D;
}

/*--見出し--*/
h2 {
	float: left;
/*	color: #AD2539;/*ときわ公園デフォルトカラー*/
	color: #4C6600;
	font-size: 120%;
	font-family: "F+UD-ニューロダン DB";
/*	text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;*/
	height:50px;
	line-height:50px;
	padding-left:60px;
	box-sizing: border-box;
}


.more {
	color: #698C00;
/*	color: #FFF;*/
	font-size: 100%;
	font-weight: bold;
	margin: 0 25px 0 25px;
	padding: 0 0 0 40px;
	background:url(../images/point_arrow_yl.png) no-repeat;
	background-position: left;
/*	text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;*/
	height:50px;
	line-height:50px;
}

.more a {
/*	color: #AD2539;*/
/*	color: #FFF;*/
	text-decoration: none;
/*	text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;*/
}

.more a:hover {
	text-decoration: underline;
/*	text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;*/
}

.data {
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;
}

/*--サムネイル--*/

.event_s {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-bottom:1px dotted #666;
}


.eventS_bg {
	width: 100px;
	height: 70px;
	overflow: hidden;
	float:left;
	display:inline-block;
	text-align:center;
}

.eventS_bg img {
	width: 100%;
    min-height:70px;
    vertical-align:middle;
    overflow:hidden;
    top:0;
}
.eventS_bg img:hover {
	opacity: 0.8 ;
	filter: alpha(opacity=80) ;	/* Ie用 */	
}

.datail {
	width: 100%;
	height: 70px;
/*	position:absolute;*/
	background-color: #FFF;
	float:left;
	display:inline-block;
	margin:0 0 0 0px;
}

.time {
	margin: 10px 0 0 90px;
	font-size: 12px;
}

.hours {
	margin: 10px;
/*色変更
	color: #fff;*/
	color:＃304000;
	font-size: 12px;
	position:absolute;
	bottom:0;
}

.event_titel {
	margin: 0px 0px 0px 100px;
	padding:0 10px 0 10px;
	font-size:100%;
	font-weight: bold;
	display:table-cell;
	vertical-align:middle;
	height:70px;
	width:100%;
}

/*--中央寄せ--*/
.inner {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#slide {
	margin: 0 auto;
	padding:0;
/*    width: 100%;*/
/*    height: 100%;*/
/*	min-width:980px;*/
/*    min-height: 100%;*/
    text-align: left;
    background-size: cover;
	background-position: center top;
	position:relative;
/*	bottom:0;*/
}

/*
body > #slide {
    height: auto;
}
*/

#allows {

}


#next_bt:hover,
#prev_bt:hover
{
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
}

/*開催中のイベント スライド*/
.slide-inner {
	margin:0 auto;
	padding:0;
	width:100%;
/*	width:90%;
/*	width:auto;*/
/*	max-width:1040px;
	min-width:600px;
	height:360px;
/*	overflow:hidden;*/
	z-index:999;
/*	border:1px solid #FFF;*/
}

.slide-inner ul {
	margin:0;
	padding:0;
	list-style:none;
}

.slide-inner li {
	display:block;
}



/*------------------------------------------
今日のイベント
------------------------------------------*/
#today {
	margin: 0;
	pdding: 5px;
	width: 100%;
	min-width:1000px;
	background-color:rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
}

#today_icon {
	bottom: 0;
}

#today_icon:before {
    content: "　　";
	background: url(../images/today_icon.png) no-repeat;
}

.event_today {
	background-color:rgba(255,255,255,1.0);
	border:#26C9FF solid 2px;
	/*width:230px;*/
	width:200px;
	height:150px;
	margin:10px;
	padding:5px;
}


.headline {
/*	padding: 30px 0 30px 0;*/
	width: 100%;
	clear: both;
	height:50px;	
	margin-bottom:0px;
}

.data {
    margin: 0 0 0 30px;
	float: left;
}

.more {
	float: right;
}



/*------------------------------------------
お知らせ
------------------------------------------*/
#info_wrapper {
/*	width:60%;
	float:left;*/
	width:100%;
	margin:0px 0px 0px 0px;
}

#info {
	padding: 20px;
	margin: 0;
	height: 660px;
/*	background: url(../images/info_bg.png);
	background-size: 100% 100%;*/
	border-bottom: solid 1px #ccc;
}


#news {
/*	min-height: 350px;
/*	background: #fff;*/
/*	padding: 10px;*/
	padding:0px 0px 0px 0px;
/*	margin: 20px 0;*/
/*	background:#FFF;
    border-radius: 15px;
    	-webkit-border-radius: 15px;
    	-moz-border-radius: 15px;*/
	margin:0 0 0 0;
}

.category {
	float: left;
	color: #fff;
	width:70px;
	height: 20px;
	font-size: 12px;
	line-height:20px;
	display:block;
	text-align:center;
}

.news {
	background:#4049F3;
}

.events {
	background:#F5790C;
}

.abort {
	background:#666666;
}



#news dl,#main_text dl {
	clear: both;
	padding: 5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
/*	margin-left:50px;*/
	border-bottom:1px dotted #666;
}

#news dt {
	float: left;
	clear: both;
	margin:0 0 0 0;
	padding:12px 0px 10px 0px;
/*	padding: 10px;*/
	color:#FFF;
	line-height:1.5em;
	display:block;
}

#main_text dt {
	float: left;
	clear: both;
	padding:15px 0px 10px 0px;
/*	padding: 10px;*/
	color:#333;
	line-height:1.5em;
	display:block;
	min-height:70px;
}

#news dd {
	padding: 10px;
	font-size:100%;
	line-height:1.5em;
	display:block;
}

#main_text dd {
	padding:12px 5px 10px 5px;
	font-size:100%;
	line-height:1.5em;
	display:block;
}


#news dd a {
/*	color:#FFF;;*/
	color:333;
	font-weight:bold;
	text-decoration:none;
}

#main_text dd a{
/*	color:#FFF;;*/
	color:333;
	font-weight:bold;
	text-decoration:underline;
}


#news dd a:hover,#main_text dd a:hover {
	color:#4049F3;
/*	color:#FFD24D;*/
	text-decoration:underline;
}


#cal_wrapper {
/*	margin-right:20px;*/
	min-width:320px;
/*	float:left;
/*	float:right;*/
}


/*--ときわ動物園ブログ--*/

.blog_s {
	float: left;
	margin:0px 0 0px 0;
	padding:0 0 0 0;
/*	margin: 15px 10px 30px 0px;*/
/*	width: 235px;
	height: 320px;*/
	width:100%;
/*	height:380px;
/*	background: #fff;*/
	position: relative;
	overflow: hidden;
/*	border:1px solid #FFF;*/
}

.main_img {
	width:100%;
	height:auto;
	float:left;
    overflow: hidden;
    position: relative;
	z-index:99;
	margin-left:10px;
	border:5px solid #FFFFFF;
}

.main_img img {
	overflow:hidden;
    position: absolute;
/*	max-width:640px;
/*    min-width: 100%;
    min-height: 100%;*/
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
           -ms-transform: translate(-50%, -50%);
          transform: translate3d(-50%, -50%, 0);
	z-index:99;
}

.overview {
	position:absolute;
	right:0;
	margin:0px 10px 0px 0;
	padding:10px 10px 10px 10px;
/*	width:290px;
	height:340px;
/*	float:right;*/
	background:#FFFFFF;
    border-radius: 20px;
    	-webkit-border-radius: 20px;
    	-moz-border-radius: 20px;
	z-index:1000;
	opacity: 0.9 ;
	filter: alpha(opacity=90) ;	/* Ie用 */
}

.bentry {
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	font-size:14px;
	font-family: "F+UD-ニューロダン DB";
}



#blog_zoo {
	float: left;
/*	width: 320px;
	height: 280px;*/
	width:100%;
	margin: 0 10px;
	background: #fff;
}


.blogdate {
	margin: 10px;
	color: #333;
	font-size: 14px;
	text-align:right;
}

.blog_title {
	clear: both;
	margin: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
/*　イベントタイトル文字色*/
	color:#333;
}

.blog_title a{
	color:#333;
}




#zoo_head a {
	color: #84A730;
	font-size: 12px;
}

#zoo_head a:hover {
	color: #84A730;
	text-decoration: underline;
}

#zoo_head {
	background: #84A730;
	font-size: 17px;
	color: #fff;
	height: 40px;
	padding: 20px 10px 0 10px;
	margin: 0;
	font-weight: bold;
}

#zoo_head img {
	margin: 3px 0 0 0;
	vertical-align: middle;
	float: right;
}


a.read_more {
	width: 260px;
	height:40px;
	margin: 0px auto;
	background: #fff;
	display:inline-block;
	text-align:center;
	line-height:40px;
    border-radius: 20px;
    	-webkit-border-radius: 20px;
    	-moz-border-radius: 20px;
	border:1px solid #4C6600;
	position:absolute;
	bottom:20px;
	left:25px;
	color:#4C6600;
}

a:hover.read_more {
	width: 260px;
	height:40px;
	margin: 0px auto;
	background: #4C6600;
	display:inline-block;
	text-align:center;
	line-height:40px;
    border-radius: 20px;
    	-webkit-border-radius: 20px;
    	-moz-border-radius: 20px;
	border:1px solid #4C6600;
	position:absolute;
	bottom:20px;
	left:25px;
	color:#FFF;
}

/* ブログアーカイブ　ページャー */
#pagerbox
{
	margin:10px 0px 10px 0px;
/*    position: relative;*/
    overflow: hidden;
}

#pagerbox ul.pager
{
    list-style: none;
    float: left;
    left: 50%;
    position: relative;
}

#pagerbox ul.pager li.index
{
    list-style: none;
    float: left;
    text-align: center;
    padding: 5px;
    margin: 0 5px 5px 0;
    left: -50%;
    position: relative;
	background:none;
	border:1px solid #666;
    border-radius: 5px;
}

#pagerbox ul.pager li.index a,
.first a,
.last a,
.prev a,
.next a
{
    text-decoration: underline;
}

#pagerbox ul.pager li.index a:hover,
.first a:hover,
.last a:hover,
.prev a:hover,
.next a:hover
{
	color:#4C6600;
}


#pagerbox ul.pager li.current
{
	background:#698C00;
	color:#FFF;
}


#pagerbox ul.pager li.prev,
#pagerbox ul.pager li.next,
#pagerbox ul.pager li.first,
#pagerbox ul.pager li.last
{
    list-style: none;
    float: left;
    text-align: center;
    padding: 5px;
    margin: 0 5px 5px 0;
    left: -50%;
    position: relative;
	background:none;
	border:1px solid #666;
    border-radius: 5px;
}

#pagerbox ul.pager li.prev:after
{
    content:"<";
    padding-left: 5px;
	background:none;
}

#pagerbox ul.pager li.next:before
{
    content:">";
    padding-right: 5px;
	background:none;
}

/*------------------------------------------
見出し設定
------------------------------------------*/



#content_right h2{
   padding:20px 10px 20px 10px;
   margin:10px 0 10px 0;
   font-size:150%;
   color: #4C6600;
   font-family: "F+UD-ニューロダン DB";
   letter-spacing:0.2em;
   line-height:1.2em;
   height:auto;
   border-top:2px solid #4C6600;
   border-bottom:1px solid #698C00;
   width:100%;
   box-sizing:border-box;
}

#content_right h2.index {
   padding:10px 10px 10px 10px;
   margin:10px 0 10px 0;
   font-size:130%;
/*   color: #4C6600;*/
	color:#333;
   font-family: "F+UD-ニューロダン DB";
   letter-spacing:0.2em;
   line-height:1.2em;
   height:auto;
   border-top:2px solid #4C6600;
   border-bottom:1px dotted #698C00;
   width:100%;
   box-sizing:border-box;
}


#content_right h3 {
   letter-spacing:0.1em;
   font-size:120%;
   font-family: "F+UD-ニューロダン DB";
   padding: 10px 0 10px 20px;
   margin:10px 0 10px 0px;
   width:100%;
   border-left:10px solid #4C6600;
   box-sizing:border-box;
}


#content_right h4{
   letter-spacing:0.1em;
   font-size:110%;
   font-family: "F+UD-ニューロダン DB";
   padding: 10px 0 10px 0px;
   margin:10px 0 10px 0;
   width:100%;
   border-bottom:1px dotted #4C6600;
   box-sizing:border-box;
}


#content_right ul  {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#content_right ul li {
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 20px;
/*	background:url(../images/list-gr.png) no-repeat 0px 0.8em;*/
	background:url(../images/side_listicon.png) no-repeat 0px 0.4em;
	line-height:1.2em;
	list-style:none;
}

/* 各記事本文（ブログ以外） */

#main_text {
	margin:0 0 0 0;
	padding:10px 10px;
/*	width:780px;*/
}

#main_text p {
	margin:1.0em 0 1.0em 0;
	padding:0 0 0 0;
	font-size:110%;
	line-height:1.8em;
}

#main_text a {
	text-decoration:underline !important;
	font-weight:bold !important;
}

#main_text a:hover {
	text-decoration:underline !important;
	font-weight:bold !important;
}

#main_text p img {
	margin: 0px 10px 0px 10px;
	padding:0 0 0 0;
	display:block;
	width:50% !important;
	height:auto !important;
}

#main_text img {
	margin: 0px 10px 0px 10px;
	padding:0 0 0 0;
	display:block;
	width:100% !important;
	height:auto !important;
}

#main_text p img.passport{
	margin: 0 auto 20px;
	width:100% !important;
	height:auto !important;
}

.pagegaiyou {
	margin:10px 0px 10px 0px;
	padding:20px 0 20px 20px;
	border-top:1px dotted #666;
}

/* ブログ本文 */

#blog_text {
	margin:0 0 0 0;
	padding:10px 10px;
/*	width:780px;*/
}

#blog_text p {
/*	margin:2.0em 0 2.0em 0;*/
	margin:0.5em 0 0.5em 0;
	padding:0 0 0 0;
	font-size:110%;
/*	line-height:1.8em;*/
	line-height:1.2em;
}

#blog_text a {
	text-decoration:underline !important;
	font-weight:bold !important;
}

#blog_text a:hover {
	text-decoration:underline !important;
	font-weight:bold !important;
}

#blog_text img {
	margin: 20px 10px 20px 10px;
	padding:0 0 0 0;
	display:block;
	width:97% !important;
	height:auto !important;
}


#blog_text p img {
	margin: 0px 0px 0px 0px;
	padding:0 0 0 0;
	display:block;
	width:97% !important;
	height:auto !important;
}

.pagegaiyou {
	margin:10px 0px 10px 0px;
	padding:20px 0 20px 20px;
	border-top:1px dotted #666;
}

a.entryprevious,
a.entrynext
{
    background:#4C6600;
    color:#ffffff;
    text-decoration:none;
    padding: 3px 10px;
    border-radius: 5px;
    font-size:90%;
}

a:hover.entryprevious,
a:hover.entrynext
{
    background:#4C6600;
    color:#ffffff;
    text-decoration:underline;
    padding: 3px 10px;
    border-radius: 5px;
    font-size:90%;
}


/* 記事内テーブル　*/

#main_text table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#main_text table th {
/*	width: 150px;*/
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}

#main_text table td {
/*	width: 350px;*/
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* blockquote */
blockquote {
    box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
    padding: 0px 15px 0px 15px;
    margin-bottom: 20px;
    border: 3px solid #CCC;
    clear: both;
	display: block;
}


.about_left {
	margin:10px 0px 10px 0px;
	padding:5px 0 5px 0;
	width:100%;
	font-size:150%;
	color: #4C6600;
	font-family: "F+UD-ニューロダン DB";
	letter-spacing:0.2em;
	text-align:center;
}

.about_left img {
	margin:0px auto;
	margin-bottom:10px;
	display:block;
	width:100px;
	height:100px;
    clear: both;
}

.about_right {
	margin:10px 0px 10px 0px;
	padding:5px 0 5px 0;
	width:100%;
	font-size:150%;
	color: #4C6600;
	font-family: "F+UD-ニューロダン DB";
	letter-spacing:0.2em;
	text-align:center;
}


.about_right img {
	margin:0px auto;
	margin-bottom:10px;
	display:block;
	width:100px;
	height:100px;
    clear: both;
}

.about_left a,
.about_right a {
	color: #4C6600;
}

.about_left a:hover,
.about_right a:hover {
	text-decoration:underline;
	display:box;
	background:none;
}

/* ブログアーカイブ　ページャー */
#pagerbox
{
	margin:10px 0px 10px 0px;
    position: relative;
    overflow: hidden;

}

#pagerbox ul.pager
{
    list-style: none;
    float: left;
    left: 50%;
    position: relative;
}

#pagerbox ul.pager li.index
{
    list-style: none;
    float: left;
    text-align: center;
    padding: 5px;
    margin: 0 5px 5px 0;
    left: -50%;
    position: relative;
	background:none;
	border:1px solid #666;
    border-radius: 5px;
}

#pagerbox ul.pager li.index a,
.first a,
.last a,
.prev a,
.next a
{
    text-decoration: underline;
}

#pagerbox ul.pager li.index a:hover,
.first a:hover,
.last a:hover,
.prev a:hover,
.next a:hover
{
	color:#4C6600;
}


#pagerbox ul.pager li.current
{
	background:#698C00;
	color:#FFF;
}


#pagerbox ul.pager li.prev,
#pagerbox ul.pager li.next,
#pagerbox ul.pager li.first,
#pagerbox ul.pager li.last
{
    list-style: none;
    float: left;
    text-align: center;
    padding: 5px;
    margin: 0 5px 5px 0;
    left: -50%;
    position: relative;
	background:none;
	border:1px solid #666;
    border-radius: 5px;
}

#pagerbox ul.pager li.prev:after
{
    content:"<";
    padding-left: 5px;
	background:none;
}

#pagerbox ul.pager li.next:before
{
    content:">";
    padding-right: 5px;
	background:none;
}

/*------------------------------------------
ときわ公園プレミアムサポーター
------------------------------------------*/
#premium_supporter {
	width: 100%;
	height: 320px;
	background: #fff;
	border-top: #ccc solid 1px;
}

#supporter {
	margin: 20px 0 0 0;
}

#supporter ul {
	clear: both;
}

#supporter ul img {
	list-style: none;
}

#supporter li {
	float: left;
	padding: 10px 0 10px 20px;
	list-style: none;
}

/*--pagetop--*/
#pagetop {
	float: right;
	display: block;
	z-index:1000;
}

/* アコーディオンCSS 無効化　*/


/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;
*/

.accordian {
	width: 100%; height: auto;
	overflow: hidden;
	
	/*Time for some styling*/
	margin: 0px auto;
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 100%;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/

	/* 追加 */ 
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.accordian li {
	position: relative;
	display: block;
	width: 100%;
	float:none;
	
	border-left:none;
	border-bottom:1px solid #FFF;	
	
	/*Transitions to give animation effect*/
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 100%;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 100%;}


.accordian li img {
	display: block;
	width:100%;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
width: 100%;	

}
.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
}


.accordian ul .caption,
.accordian ul:hover .caption{
	display:none;
/*	display:block;
	width:100%;	
	height:100px;
	position:absolute;
	background:rgba(1, 1, 1, 0.6);
	padding:10px 20px 10px 20px;
	left:0;
	bottom:0;*/
}
.accordian ul .caption p,
.accordian ul:hover .caption p {
	color:#FFF;
	font-family: "F+UD-ニューロダン DB";
/*	font-family:Arial, Helvetica, sans-serif;*/
	margin:0px;
	padding:0 20px 0 0px;
	font-size:12px;
}




.slide h3 {
	position:absolute;
	left:5px;
	top:5px;
	color:#FFF;
/*	font-size:16px;*/
	font-size:1.5em;
	font-weight:normal;
	font-family: "F+UD-ニューロダン DB";
/*	font-family: "F+UD-筑紫明朝 E";
/*	font-family:Arial, Helvetica, sans-serif;*/
	-ms-writing-mode: horizontal-tb; /* for MS IE8+ */
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
	line-height:1.5em;
	margin:0px;
	margin-bottom:5px;
	text-shadow: 2px 2px 0px rgba(0,0,0,1),
				 1px 1px 1px rgba(0,0,0,1),
				-1px -1px 1px rgba(0,0,0,1),
				 1px -1px 1px rgba(0,0,0,1),
				-1px 1px 1px rgba(0,0,0,1),
				 0px 0px 10px rgba(0,0,0,1);
}


#calender_wrapper {
	width:90%;
	margin:0px auto;
}

/* トップページバナー　*/

#contentbanner {
	width:100%;
	height:auto;
	margin:0px auto;
	margin-top:20px;
	padding: 0px 0px;
	text-align: center;
}

#contentbanner ul {
	margin: 0;
	padding: 0;
	list-style:none;
	text-align:center;
}

#contentbanner li {
	margin: 0;
	padding: 0 0 0 0px;
	display: inline-block;
	list-style:none;
	width:100px;
}

#contentbanner img {
	width:100px;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/*--snsアイコン--*/
#sns_icons {
	margin:0px 0px 0px 0px;
	padding: 25px 10px;
	text-align: center;
	height:60px;
}

#sns_icons ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#sns_icons li {
	margin: 0;
	padding: 0 5px;
	display: inline-block;
	list-style:none;
}


#sns_icons img {
	width:60px;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/* どうぶつたちと園内マップ */

.waku {
	margin:0px auto;
	background-color: #F6E4B6;
    border: solid #AD1826 1px;
    padding: 10px 10px;
    font-size: 120%;
	text-align:center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}

#content_wide {
	margin:0px auto;
	padding:10px 0px 10px 0px;
/*	width:980px;*/
	width:100%;
}


ul.animallist {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	list-style:none !important;
	display:block !important;
}

ul.animallist li{
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	list-style:none !important;
	float:left !important;
	display:inline-block !important;
	background:none !important;
}

ul.animallist li a:hover{
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	list-style:none !important;
	display:inline-block !important;
	opacity: 0.9  !important;
	filter: alpha(opacity=90) !important;	/* Ie用 */
}


.animalbox {
	width:150px;
	margin:5px 3px 20px 3px;
	padding:0 0 0 0;
	display:block;
	text-align:center;
}

.animal-oval {
	border-radius:50%;
	border:5px solid #4C6600;
	display:inline-block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	z-index:0;
	position:relative;
}

.animalname {
	text-align:center;
	margin:-35px 0px 0 0px;
	padding:0 0 0 0;
	font-weight:bold;	
	border-radius:10px 10px;
	border:3px solid #4C6600;
	background:#FFD24D;
	z-index:99;
	position:relative;
/*	font-size:80%;*/
	font-size:12px !important;
}

#content_wide h2{
   width:100%;
   padding:20px 10px 20px 10px;
   margin:10px 0 10px 0;
   font-size:150%;
   color: #4C6600;
   font-family: "F+UD-ニューロダン DB";
   letter-spacing:0.2em;
   line-height:1.2em;
   height:auto;
   border-top:2px solid #4C6600;
   border-bottom:1px solid #698C00;
}

#content_wide h3{
/*   padding:20px 10px 20px 10px;*/
   padding:20px 10px 20px 55px;
   margin:10px 0 10px 0;
   font-size:120%;
   color: #4C6600;
   font-family: "F+UD-ニューロダン DB";
   letter-spacing:0.2em;
   line-height:1.2em;
   height:auto;
   border-top:5px double #4C6600;
   border-bottom:2px solid #4C6600;
	text-align:center;
}

#content_wide h3.ajia {
   border-top:5px double #951E23;
   border-bottom:5px double #951E23;
   text-align:center;
   background:url(../images/h2_ajia.png) no-repeat;
   color:#951E23;
}

#content_wide h3.ajia a {
	text-decoration:none;
	color:#951E23;
}

#content_wide h3.chunan a {
	text-decoration:none;
	color:#995B30;
}

#content_wide h3.madagask a {
	text-decoration:none;
	color:#EB6115;
}

#content_wide h3.ube a {
	text-decoration:none;
	color:#EC77A1;
}

#content_wide h3.mijika a {
	text-decoration:none;
	color:#0D5D24;
}


#content_wide h3 a:hover {
	text-decoration:underline;
}


#content_wide h3.chunan {
   border-top:5px double #995B30;
   border-bottom:5px double #995B30;
   text-align:center;
   background:url(../images/h2_chunan.png) no-repeat;
   color:#995B30;
}

#content_wide h3.madagask {
   border-top:5px double #EB6115;
   border-bottom:5px double #EB6115;
   text-align:center;
   background:url(../images/h2_madaga.png) no-repeat;
   color:#EB6115;
}

#content_wide h3.ube {
   border-top:5px double #EC77A1;
   border-bottom:5px double #EC77A1;
   text-align:center;
   background:url(../images/h2_ube.png) no-repeat;
   color:#EC77A1;
}

#content_wide h3.mijika {
   border-top:5px double #0D5D24;
   border-bottom:5px double #0D5D24;
   text-align:center;
   background:url(../images/h2_mijika.png) no-repeat;
   color:#0D5D24;
}

.linkbutton {
	margin:30px 0 30px 0;
	padding:2px 5px 2px 5px;
	background: #4C6600;
	display:inline-block;
	text-align:center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width:200px;
	float:right;
}

.linkbutton a {
	color:#FFF;
	text-decoration:none;
	background: #4C6600;
	display:inline-block;
	text-align:center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.linkbutton a:hover {
	color:#FFF;
	text-decoration:underline;
	background: #4C6600;
	display:inline-block;
	text-align:center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	opacity: 0.9 ;
	filter: alpha(opacity=90) ;	/* Ie用 */
}

.mapblock {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.mapblock ul,
.mapblock ul li {
	marign:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}

.mapbox {
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
}

.mapbox a {
	margin:0 0 0 0;
	padding:0 0 0 0;
 }

.mapbox img {
	width:100%;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
}

.caption {
	margin:0 0 0 0;
	padding:5px 5px 5px 5px;
	display:block;
	width:100%;
	background:#FFF;
	color:#4C6600;
    box-sizing:border-box;
}

h3.areamap  {
    text-align:center;
	background:#4C6600;
	color:#FFF;
	margin:0 0 0 0;
	padding:10px 0 10px 0;
}

.mapbox h3 {
    text-align:center;
	background:#4C6600;
	color:#FFF;
	margin:0 0 0 0;
	padding:10px 0 10px 0;
}


#footerN {
	background:#FFF;
    box-sizing:border-box;
}

.footer_inner {
/*	width:100%;*/
/*	margin:0 10px 0 10px;*/
	margin:0px auto;
	paddint:0 0 0 0;
/*	display:inline-block;*/
	background:#FFF;
}


}/*media*/