@charset "utf-8";
/*@media screen and (min-width: 801px){*/
@media print, screen and (min-width: 768px){
.smart,
.smart-tablet,
.tablet
{
	display:none;
}
/* デフォルト設定値は1024px? */

/*------------------------------------------
CSS Reset
------------------------------------------*/

/*------------------------------------------
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:rgba(0, 0, 0, 0);
	-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;
}

img{
border:0;
}

/*------------------------------------------
背景youtube
------------------------------------------*/
#bg_movie {
	width:100%;
	z-index:-99;
}



/*------------------------------------------
header
------------------------------------------*/
header {
/*	background: #F7E8EB; 干渉するので削除*/
	font-weight: bold;
	color: #333;
	height:40px;
}

header li img {
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
}

#main-container {
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
}





/*動物園メニュー*/
#gnwrapper {
	margin:0;
	padding:0;
	margin-top:50px;
	width:100%;
	height:120px;
	background-color:#4C6600;
	opacity: 0.9 ;
	filter: alpha(opacity=90) ;	/* Ie用 */
	display:inline-block;
	text-align:center;
	position:absolute;
	bottom: 0;
	z-index:0;
	overflow:hidden;
}


.globalmenu {
	margin:0;
	padding:0;
	margin-top:50px;
	width:100%;
	height:120px;
	background-color:#4C6600;
	opacity: 0.9 ;
	filter: alpha(opacity=90) ;	/* Ie用 */
	display:inline-block;
	text-align:center;
	position:absolute;
	bottom: 0;
	z-index:10;
/*	z-index:999;*/
	overflow:hidden;
	font-family:'F+UD-ニューロダン B';
	font-weight:bold;
}

.globalmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	text-align:center;
}

.globalmenu li {
	display:inline-block; 
	margin: 10px 0 0 0; 
	padding: 0; 
	float: left;
	text-align:center;
	width:200px;
}

.globalmenu a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	width: 100px;	
}

.globalmenu a:hover {
	text-decoration: underline;
/*	color: #698C00;
	line-height: 20px;
	width: 100px;	
	background:#FFD24D;
	background:#FFF;*/
}


.gn_event {
	display:block;
	background-image:url(../images/animal3.png);
	width:200px;
	height:75px;
	margin:0;
	padding:0;
}

.gn_animal {
	display:block;
	background-image:url(../images/animal2.png);
	width:200px;
	height:75px;
	margin:0;
	padding:0;
}

.gn_blog {
	display:block;
	background-image:url(../images/animal1.png);
	width:200px;
	height:75px;
	margin:0;
	padding:0;
}

.gn_info {
	display:block;
	background-image:url(../images/animal4.png);
	width:200px;
	height:75px;
	margin:0;
	padding:0;
}

.gn_about {
	display:block;
	background-image:url(../images/animal5.png);
	width:200px;
	height:75px;
	margin:0;
	padding:0;
}


/* グローバルメニューが上まで来たら固定*/
.fixed {
    position:fixed;
    top: 40px;
    width: 100%;
    z-index: 5;
	margin: 0 0 0 0px;
	padding:5px 0 0 200px;
/*	padding:5px 0 0 160px;*/
	height:50px;
/*	background-color:#4C6600;*/
	background-color:#698C00;
/*	opacity: 0.5 ;*/
	opacity: 1.0 ;
	filter: alpha(opacity=100) ;	/* Ie用 */
	display:inline-block;
/*	text-align:center;*/
	transition: 0.3s;
	overflow:hidden;
	font-size:13px;
}




.fixed .gn_event {
	display:inline-block;
	background-image:url(../images/animal3s.png);
	width:50px;
	height:40px;
	margin:0 0 0 0px;/* 左にずらす*/
	padding:0;
	float:left;
	transition: 0.3s;
}

.fixed .gn_animal {
	display:inline-block;
	background-image:url(../images/animal2s.png);
	width:50px;
	height:40px;
	margin:0;
	padding:0;
	float:left;
	transition: 0.3s;
}

.fixed .gn_blog {
	display:inline-block;
	background-image:url(../images/animal1s.png);
	width:50px;
	height:40px;
	margin:0;
	padding:0;
	float:left;
	transition: 0.3s;
}

.fixed .gn_info {
	display:inline-block;
	background-image:url(../images/animal4s.png);
	width:50px;
	height:40px;
	margin:0;
	padding:0;
	float:left;
	transition: 0.3s;
}

.fixed .gn_about {
	display:inline-block;
	background-image:url(../images/animal5s.png);
	width:50px;
	height:40px;
	margin:0;
	padding:0;
	float:left;
	transition: 0.3s;
}

/*--中央寄せを解除--*/
.fixed .inner {
	margin:0px auto;
	width:1000px;
/*	margin-left: 150px;
	padding: 0;
	float:left;	*/
}

.fixed li {
	display:inline; 
	margin: 5px 0 0 0; 
	padding: 0; 
	float: left;
	text-align:left;
/*	width:180px;*/
	width:150px;
	height:40px;
/*	font-size:80%;*/
	line-height:40px;
	transition: 0.3s;
}



.fixed li.event {
	display:inline; 
	margin: 5px 0 0 0; 
	padding: 0; 
	float: left;
	text-align:left;
/*	width:180px;*/
	width:120px;
	height:40px;
/*	font-size:80%;*/
	line-height:40px;
	transition: 0.3s;
}


.fixed li.about {
	display:inline; 
	margin: 5px 0 0 0; 
	padding: 0; 
	float: left;
	text-align:left;
/*	width:180px;*/
	width:180px;
	height:40px;
/*	font-size:80%;*/
	line-height:40px;
	transition: 0.3s;
}


/*動物園固定バッジメニュー*/

#badge_wrapper {
	top:50px;
	margin:0;
	padding: 0;
	width: 100%;
	position: fixed;
	z-index:6;
	overflow:hidden;
}


#badge {
	width:190px;
	position:absolute;
	top:45px;
	z-index:6;
	overflow:hidden;
}

#badge a:hover {
	opacity: 0.9 ;
	filter: alpha(opacity=90) ;	/* Ie用 */
}

#badge img {
/*	margin:0px auto;*/
/*	width:1000px;*/
/*	height:100px;*/
margin:2px 2px 2px 2px;

/* box-shadow */
box-shadow:1px 1px 2px 1px rgba(112,112,112,0.52);
-moz-box-shadow:1px 1px 2px 1px rgba(112,112,112,0.52);
-webkit-box-shadow:1px 1px 2px 1px rgba(112,112,112,0.52);

/* border-radius */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;

}

.badge {
	display:none;
}


.fixed .badge {
	display:inline-block;
	width:200px;
	height:60px;
	margin:0;
	padding:0;
	float:left;
	transition: 0.3s;
}


/*-リンク-*/
.tokiwa_gN a {
	color: #30A0E4;
	text-decoration: none;
}

.amusement_gN a {
	color: #D33A52;
	text-decoration: none;
}

.zoo_gN a {
	color: #84A730;
	text-decoration: none;
}

.museum_gN a {
	color: #F27004;
	text-decoration: none;
}

.price_gN a {
	color: #5353FF;
	text-decoration: none;
}

.access_gN a {
	color: #D90000;
	text-decoration: none;
}

.search_gN  a {
	color: #B25900;
	text-decoration: none;
}

/*------------------------------------------
共通
------------------------------------------*/
/*--コンテンツ間ホワイトスペース--*/
.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;
	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:300px;
	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:1000px;
/*	width:70%;*/
	max-width:1200px;
	min-width:640px;	
/*	z-index:999;*/
}

#content_left {
	width:190px;
	float:left;
	display:block;
}

#content_right {
	width:780px;
	min-height:400px;
	margin:0 0 0 10px;
	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;
}



/*--ヘッダー部キャッチコピー--*/
.catchcopy {
/*	margin:-25px 0 0 -400px;*/
	margin:0px 0 0 -400px;

	width:800px;
	height:50px;
	position:absolute;
	top:50%;
	left:50%;
	font-size:36px;
	color:#FFFFFF;		
	text-align:center;
	z-index:10;
	display:table-cell;
	vertical-align:middle;
/*	background:#000;
	opacity: 0.4 ;
	filter: alpha(opacity=40) ;	/* Ie用 */
	overflow:hidden;
}


.catchcopy p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: "F+UD-筑紫明朝 E";
	font-size:36px;
	color:#FFFFFF;
/*	background:none;*/
	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);
	opacity: 1.0 ;
	filter: alpha(opacity=100) ;	/* Ie用 */
	line-height:50px;
	z-index:12;
}



/*--見出し--*/
h2 {
	float: left;
/*	color: #AD2539;/*ときわ公園デフォルトカラー*/
	color: #FFF;
	font-size: 150%;
	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;
	margin:0 0 0 0;
}


.more {
/*	color: #AD2539;*/
	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 {
	color: #FFD24D;
	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_w {
	float: left;
	margin: 15px 10px 30px 10px;
	width: 480px;
	height: 360px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.eventW_bg {
	width: 480px;
	height: 210px;
}

.eventW_bg img {
	width: 100%;
	background-size: contain;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.eventW_bg img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);


    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.event_s {
	float: left;
	margin: 15px 10px 30px 5px;
	width: 235px;
	height:295px;
/*	height: 320px;変更前*/
	background: #fff;
	position: relative;
	overflow: hidden;
	    border-radius: 20px;
    	-webkit-border-radius: 20px;
    	-moz-border-radius: 20px;
}



.eventS_bg {
	width: 235px;
/*変更*/
	height: 320px;
/*	height:145px;変更後*/
	overflow: hidden;
	    border-radius: 20px;
    	-webkit-border-radius: 20px;
    	-moz-border-radius: 20px;
}

.eventS_bg img {
	width: 100%;
	
/*    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;*/
}
.eventS_bg img:hover {
/*    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
	opacity: 0.8 ;
	filter: alpha(opacity=80) ;	/* Ie用 */	
}

.datail {
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0;
	background-color: #FFD24D;
}

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

.hours {
	margin: 10px;
/*色変更
	color: #fff;*/
	color:＃304000;
	font-size: 90%;
	position:absolute;
	bottom:0;
	line-height:1.2em;
	height:5em;
	overflow:hidden;
}

.event_titel {
	clear: both;
	margin: 10px;
/*	font-size: 1.2rem;*/
	font-size:1.0rem;
	font-weight: bold;
	line-height: 1.5;
/*　イベントタイトル文字色*/
	color:#304000;
	height:3em;
	overflow:hidden;
}

/*--タグ--*/
.tag {
	width: 70px;
	padding: 2px;
	margin: 10px 5px 0 10px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 90 !important;
}

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

/*------------------------------------------
スライド
------------------------------------------*/
#header-wrapper
{
	height: 100vh;
	margin:0;
	padding:0;
/*youtube用*/		
	width:100%;
	position:relative;
}

#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:90%;
/*	width:100%;*/
/*	width:auto;*/
	max-width:1040px;
	min-width:600px;
/*	height:360px;変更前*/
	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:20px;
}

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

.more {
	float: right;
}


/*------------------------------------------
開催中のイベント
------------------------------------------*/
#now {
	padding: 20px;
	margin: 0;
	/*margin-top: 83vh;*/
	height: 850px;
	background: url(../images/event_now_bg.png);
	background-size: 100% 100%;
	border-bottom: solid 1px #ccc;
	z-index:999;
}

#session_icon {
/*	bottom: 0;*/
	background: url(../images/icn_event_today.png) no-repeat;
}

#info_icon {
/*	bottom: 0;*/
	background: url(../images/info.png) no-repeat;
}


#calender_icon {
/*	bottom: 0;*/
	background: url(../images/calender_icon.png) no-repeat;
	font-size:120%;
}

#animals_icon {
/*	bottom: 0;*/
	background: url(../images/animals.png) no-repeat;
}

#blog_icon {
/*	bottom: 0;*/
	background: url(../images/blog.png) no-repeat;
}



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

/*------------------------------------------
今後のイベント
------------------------------------------*/
#future {
	padding: 20px;
	margin: 0;
	height: 860px;
	background: url(../images/event_future_bg.png);
	background-size: 100% 100%;
	border-bottom: solid 1px #ccc;
}

#future_icon {
	bottom: 0;
}

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

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

#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;
}

.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 5px;
	margin:0px 10px 0px 10px;
/*	margin-left:50px;*/
	border-bottom:1px dotted #666;
}

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

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

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

#main_text dd {
	padding:11px 10px 10px 10px;
	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;
	width:30%;
	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:1000px;
	height:380px;
/*	background: #fff;*/
	position: relative;
	overflow: hidden;
/*	border:1px solid #FFF;*/
}

.main_img {
	width:640px;
	height:350px;
	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";
}

.authortag {
  	width: 90px;
	height:90px;
  	border-radius: 45px;
  	-webkit-border-radius: 90px;
  	-moz-border-radius: 90px;
	top:120px;
	right:5px;
	position:absolute;
	z-index:10;
}


#blog_zoo {
	float: left;
	width: 320px;
	height: 280px;
	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;
}



/*カレンダー*/
#calendar_wrapper {
	margin:0px auto;
}

/* カレンダーの年月を変更*/
.fc-header-title h2{
	font-family: 'F+UD-ニューロダン B';
	height: 0px; 
	line-height: 25px; 
}

/* カレンダー曜日の背景を変更*/
.fc-grid th {
	text-align: center;
	background:#EFEFEF !important;
	}


.cal_caption {
	color:#FFF;
	line-height:1.0em;
	font-size:90%;
　　margin:0 0 0 0 !important;
    padding:0 0 0 0 !important;
}

/*
.calendar{
	border-collapse:collapse;
	width:80%;
	background:#FFF;
	margin:0px auto;
}

.calendar caption{
	padding-bottom:6px;
	font-size:15px;
}

.calendar th,.calendar td{
	font-size:15px;
	border:1px solid #bbb;
	text-align:center;
	line-height:30px;
}

.calendar th{
	background:#ddedf8;
}

.calendar th:first-child{
	color:#f30;
}

.calendar th:last-child{
	color:#03c;
}

.calendar td div{
	text-align:center
}

.today{
	background:#fffbcc;
}

.saturday{
	background:#f3f9fd;
}

.sunday{
	background:#fff5f2;
}

.holiday{
	background:#fff5f2;
}

.calendar td a{
	text-decoration:underline;
	display:block;width:100%;
}

.calendar td a:hover{
	background:#fe814d;
	color:#fff;
	text-decoration:none;
}

.calendar td a:active{
	background:#f30;
}

*/

/*--記事見出し--*/
.entry {
	background: #fff;
	padding: 10px;
	height: 100%;
	height: 200px;

	overflow-y: scroll;
}

.entry dl {
	padding: 5px 0 2px 0;
}

.entry dt {
	padding: 5px 0 2px 0;
}

.entry dd {
	padding: 5px 0 10px 0;
	line-height: 1.2rem;
	border-bottom: 1px dotted #ccc;
}

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

#contentbanner {
	width:1000px;
	height:180px;
	margin:25px 0px 25px 0px;
	padding: 15px 10px;
	text-align: center;
}

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

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

/*--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;
}


/*------------------------------------------
本文設定
 ------------------------------------------*/
/* トピックパス */
#pankuzu
{
	margin:0;
	padding:10px 0 0 0;
	font-size:80%;
	/*z-index:1000;*/
}

/* 本文段落 */
main p
{
	margin:5px 0;
}

/* ページトップへ */
.top
{
	text-align: right;
	margin:20px 5px 0 0;
	padding:0;
}

#footer-pagetop
{
	margin:0 15px;
	height:21px;
	padding:0;
	text-align:right;
}

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



#content_right h2{
   padding:20px 10px 20px 10px;
   margin:10px 0 10px 0;
   font-size:200%;
   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:760px;
}

#content_right h2.index {
   padding:10px 10px 10px 10px;
   margin:10px 0 10px 0;
   font-size:170%;
/*   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:760px;
}


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

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


#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 img {
	margin: 0px 10px 20px 10px;
	padding:0 0 0 0;
	display:block;
}

.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;
}

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

/* 記事内テーブル　*/

#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;
}

/*ご利用案内*/
table.ryokin th.small{
    font-size:95%;
    text-align:center;
    padding: 10px 0 !important;
}
table.ryokin th,table.ryokin td{
    text-align:center;
}
table.ryokin td.hidari{
    text-align:left;
}

/* 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:0px 0px 0px 0px;
	padding:0 0 0 0;
	width:100%;
	height:100px;
	font-size:200%;
	color: #4C6600;
	font-family: "F+UD-ニューロダン DB";
	letter-spacing:0.2em;
	line-height:1.3em;
	float:left;
	/*display:inline-block;
	vertical-align:middle;*/
	text-align:left;
}

.about_left img {
	float:left;
	/*display:inline;*/
	margin-right:20px;
	display: inline-block;
	vertical-align: middle;
	*zoom: 1; /* for IE6-7 */
	*display: inline; /* for IE6-7 */
}

.about_right {
	margin:0px 0px 0px 0px;
	padding:0 0 0 0;
	width:100%;
	height:100px;
	font-size:200%;
	color: #4C6600;
	font-family: "F+UD-ニューロダン DB";
	letter-spacing:0.2em;
	line-height:1.3em;
	float:right;
	/*display:inline-block;
	vertical-align:middle;*/
	text-align:right;
}


.about_right img {
	float:right;
	/*display:inline;*/
	margin-left:20px;
	display: inline-block;
	vertical-align: middle;
	*zoom: 1; /* for IE6-7 */
	*display: inline; /* for IE6-7 */
}

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

.about_left a:hover,
.about_right a:hover {
	text-decoration:underline;
	/*display:box;
	background:#FFD24D;*/
}

.about_text {
	display: table-cell;;
	vertical-align: middle;
	width:650px; 
    height: 100px;
	*zoom: 1; /* for IE6-7 */
	*display: inline; /* for IE6-7 */
}

/*------------------------------------------
ときわ公園プレミアムサポーター
------------------------------------------*/
#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;
}

/*------------------------------------------
footer
------------------------------------------*/
#footerN {
	background:#FFF;
	border-top:2px solid #4C6600;
    box-sizing:border-box;}


#footerN img {
	margin: 10px 0 0 0;
}

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

#footerN a:hover {
	text-decoration: underline;
}

#footerN ul {
	margin: 40px 0 0 0;
	padding: 0;
	list-style:none;
}

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

#footerbox{
	font-family: "FOT-UD丸ゴ_ラージ Pr6 M";
/*	width:180px;*/
	width:220px;
	min-height:200px;
	float:left;
	margin:10px 10px 10px 10px;
	padding:0 0 0 0;
	background:#FFF;
}

#footerbox ul{
	margin:10px 0 0 0;
	list-style:none;
	position:relative;
}

#footerbox li a{
	font-size:80%;
	color:#000;
/*	color:#B20000;*/
}

#footerbox ul li.parent{
	list-style-image: url(../images/footer_list_bk.png);
	font-size:110%;
	font-family: "FOT-UD丸ゴ_ラージ Pr6 DB";
}


/*
#footerN li:first-child {
	border-left: #333 solid 1px;
}
*/

#footerzoo {
	width:100%;
	background-color:#FFF;
	z-index:999;
}

#footer_left {
	float:left;
/*	width:280px;*/
	width:220px;
	height:400px;
	margin:10px 10px 30px 10px;
}

.addres {
	font-family: "F+UD-ニューロダン DB";
	/*font-family: "FOT-UD丸ゴ_ラージ Pr6 M";*/
	font-size:80%;
	margin:10px 0px 0px 0px;
}

/* 削除
.footerbox {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:240px;
	float:left;
	text-align:left;
}
*/

/*------------------------------------------
right,left
------------------------------------------*/
.right {
	float: right;
}

.left {
	float: left;
}

/*------------------------------------------
clear
------------------------------------------*/
.clear {
	clear: both;
}

/*------------------------------------------
page-top 設定 ※追加
 ------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 200%;
}
#page-top a {
    background: rgba(66,66,66,0.7);
    text-decoration: none;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(66,66,66,0.3);
}



#limitwidth {
	width:1000px;
	height:30px;
	border:1px dotted #FF0000;
	margin:0px auto;
	background:#FFF;
	z-index:999;
}

/* アコーディオン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: 1000px; height: 360px;
	overflow: hidden;
	
	/*Time for some styling*/
	margin: 0px auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	/*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: 200px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*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: 90px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 640px;}


.accordian li img {
	display: block;
}

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

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

.caption {
	display:none;
}

.accordian ul:hover .caption{
	display:block;
	width:640px;	
	height:50px;
	position:absolute;
	background:rgba(1, 1, 1, 0.6);
	padding:10px 20px 10px 20px;
	left:0;
	bottom:0;
}

.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:20px;
	top:20px;
	color:#FFF;
/*	font-size:16px;*/
	font-size:30px;
	font-weight:normal;
	font-family: "F+UD-ニューロダン DB";
/*	font-family: "F+UD-筑紫明朝 E";
/*	font-family:Arial, Helvetica, sans-serif;*/
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	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);
}

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

.waku {
	margin:0px auto;
	padding:0 0 0 0;
	background-color: #F6E4B6;
    border: solid #AD1826 1px;
    padding: 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 10px 10px 10px;
	width:980px;
}


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:200%;
   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;
   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: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用 */
}

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%;
}



}/*media*/

/*------------------------------------------
印刷用
------------------------------------------*/
@media print{
.fixed
{
    top: 0;
    position: relative;
}
}