@charset "utf-8";


/*-----------------------------
	大枠設定
------------------------------*/

#wrapper #wrapper_bg{
	min-width:960px;
	z-index: -10;
}
#wrapper #wrapper_bg2{
	min-width:960px;
}




/*-----------------------------
	header
------------------------------*/


header.fixed{
	position: fixed;
	left: 0;
	top: 0;
	z-index:9999999;
}
header #header_inner{
	width:960px;
	margin:0 auto;
}
/* div */
header #header_inner div{
	float:left;
	padding:20px 0 0;
	margin-bottom:10px;
}
header #header_inner2{
	width:960px;
	margin:0 auto;
}
.btn-group .btn{
	width:90px;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:30px;
	border:none;
	cursor:pointer;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 50%, #b7b7b7 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#cccccc), color-stop(50%,#b7b7b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 50%,#b7b7b7 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 50%,#b7b7b7 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 50%,#b7b7b7 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 50%,#b7b7b7 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
}
.btn-group .btn:first-child{
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-o-border-radius:5px 0 0 5px;
	-ms-border-radius:5px 0 0 5px;
}
.btn-group .btn:last-child{
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-o-border-radius:0 5px 5px 0;
	-ms-border-radius:0 5px 5px 0;
}
.btn-group .btn.active{
	background: #0fa668; /* Old browsers */
	background: -moz-linear-gradient(top,  #0fa668 50%, #0d955d 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#0fa668), color-stop(50%,#0d955d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0fa668 50%,#0d955d 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0fa668 50%,#0d955d 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0fa668 50%,#0d955d 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #0fa668 50%,#0d955d 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fa668', endColorstr='#0d955d',GradientType=0 ); /* IE6-9 */
}
/* p */
header #header_inner p{
	float:left;
	font-size:13px;
	padding:25px 0 0 15px;
	margin-left:20px;
	background:url(../images/header_icon.png) no-repeat left 30px;
}
/* h1 */
header #header_inner h1{
	clear:left;
	float:left;
	margin-bottom:20px;
}
/* nav */
header #header_inner2 nav{
	float:right;
	height:70px;
	overflow:hidden;
}
header #header_inner2 nav ul li{
	float:left;
	min-width:80px;
	text-align:center;
	padding-right:20px;
	background:url(../images/header_gnav_line.png) no-repeat right top;
}

header #header_inner2 nav ul li a{
	display:block;
	width:80px;
	height:70px;
}
header #header_inner2 nav ul li#gnav1,
header #header_inner2 nav ul li#gnav2 { min-width:61px; }
header #header_inner2 nav ul li#gnav1 a,
header #header_inner2 nav ul li#gnav2 a { width:61px; }

header #header_inner2 nav ul li#gnav5 { min-width:68px; }
header #header_inner2 nav ul li#gnav5 a { width:68px; }

header #header_inner2 nav ul li#gnav6 { min-width:75px; }
header #header_inner2 nav ul li#gnav6 a { width:75px; }

header #header_inner2 nav ul li#gnav7{
	padding-right:0;
	min-width:58px;
	background:none;
}
header #header_inner2 nav ul li#gnav7 a{
	display:block;
	width:58px;
	height:70px;
}
header #header_inner2 nav ul li#gnav1 a{
	text-indent:-9999px;
	background:url(../images/header_gnav2.png) no-repeat 0 top;
}
header #header_inner2 nav ul li#gnav1 a:hover{
	background:url(../images/header_gnav2.png) no-repeat 0 -71px;
}
header #header_inner2 nav ul li#gnav2 a{
	text-indent:-9999px;
	background:url(../images/header_gnav2.png) no-repeat -85px top;
}
header #header_inner2 nav ul li#gnav2 a:hover{
	background:url(../images/header_gnav2.png) no-repeat -85px -71px;
}
header #header_inner2 nav ul li#gnav3 a{
	text-indent:-9999px;
	background:url(../images/header_gnav2.png) no-repeat -168px top;
}
header #header_inner2 nav ul li#gnav3 a:hover{
	background:url(../images/header_gnav2.png) no-repeat -168px -71px;
}
header #header_inner2 nav ul li#gnav4 a{
	text-indent:-9999px;
	background:url(../images/header_gnav2.png) no-repeat -268px top;
}
header #header_inner2 nav ul li#gnav4 a:hover{
	background:url(../images/header_gnav2.png) no-repeat -268px -71px;
}
header #header_inner2 nav ul li#gnav5 a{
	text-indent:-9999px;
	background:url(../images/header_gnav2.png) no-repeat -365px top;
}
header #header_inner2 nav ul li#gnav5 a:hover{
	background:url(../images/header_gnav2.png) no-repeat -365px -71px;
}
header #header_inner2 nav ul li#gnav6 a{
	text-indent:-9999px;
	background:url(../images/header_gnav2.png) no-repeat -457px top;
}
header #header_inner2 nav ul li#gnav6 a:hover{
	background:url(../images/header_gnav2.png) no-repeat -457px -71px;
}
header #header_inner2 nav ul li#gnav7 a{
	text-indent:-9999px;
	background:url(../images/header_gnav2.png) no-repeat right top;
}
header #header_inner2 nav ul li#gnav7 a:hover{
	background:url(../images/header_gnav2.png) no-repeat right -71px;
}



/*-----------------------------
	rightcol
------------------------------*/

#rightcol{
	float:right;
	width:240px;
	text-align:left;
}
/* snav */
#rightcol .snav{
}
#rightcol .snav dl{
	clear:both;
	font-size:14px;
	border-bottom:2px solid #F0EEEA;
	margin-bottom:10px;
}
#rightcol .snav dl dt{
	clear:both;
	color:#fff;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-align:center;
	background: #6dba27; /* Old browsers */
	background: -moz-linear-gradient(top,  #6dba27 0%, #3f932e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6dba27), color-stop(100%,#3f932e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6dba27 0%,#3f932e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6dba27 0%,#3f932e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6dba27 0%,#3f932e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6dba27 0%,#3f932e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dba27', endColorstr='#3f932e',GradientType=0 ); /* IE6-9 */
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	border-bottom:none;
	overflow:hidden;
}
#rightcol .snav dl dd{
	clear:both;
	border:2px solid #F0EEEA;
	border-bottom:none;
	overflow:hidden;
}
#rightcol .snav dl dd p{
	background:#EFFDEC;
}
#rightcol .snav dl dd.accordion{
	padding:0;
	border:none;
	overflow:visible;
}
#rightcol .snav dl dd.accordion p{
	clear:both;
	cursor:pointer;
	padding:5px;
	line-height:40px;
	border:2px solid #F0EEEA;
	background:url(../images/snav_close.png) no-repeat right center #EFFDEC;
	border-bottom:none;
	overflow:hidden;
}
#rightcol .snav dl dd.accordion p.open{
	background:url(../images/snav_open.png) no-repeat right center #EFFDEC;
}
#rightcol .snav dl dd ul{
	display:none;
}
#rightcol .snav dl dd ul li{
	clear:both;
	line-height:40px;
	border:2px solid #F0EEEA;
	border-bottom:none;
	overflow:hidden;
}
#rightcol .snav dl img{
	float:left;
	margin-right:5px;
}
#rightcol .snav dl a{
	display:block;
	padding:5px;
	overflow:hidden;
}
#rightcol .snav dl a span{
	float:left;
	line-height:40px;
}
#rightcol .snav dl a span.nigyo{
	line-height:1.4;
}
#rightcol .snav dl a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* icon */
#rightcol .icon{
	clear:both;
	margin-bottom:10px;
}
#rightcol .icon a{
	display:block;
	color:#264470;
	padding:10px 0;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	text-align:center;
	border:2px solid #DED9D4;
	background:url(../images/snav_icon.png) no-repeat 15px center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
#rightcol .icon a:hover{
	text-decoration:none;
	background:url(../images/snav_icon.png) no-repeat 15px center #DFFBD9;
}
/* noicon */
#rightcol .noicon{
	clear:both;
	margin-bottom:10px;
}
#rightcol .noicon a{
	display:block;
	padding:10px 0;
	color:#333;
	font-size:14px;
	line-height:1.2;
	text-align:center;
	border:2px solid #DED9D4;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
#rightcol .noicon a:hover{
	color:#333;
	text-decoration:none;
	background:#DFFBD9;
}
/* school1 */
#rightcol .school1{
	clear:both;
	margin-bottom:10px;
}
#rightcol .school1 a{
	display:block;
	color:#264470;
	padding:10px 0;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	text-align:center;
	border:2px solid #DED9D4;
	background:url(../images/snav_school1.png) no-repeat left center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
#rightcol .school1 a:hover{
	text-decoration:none;
	background:url(../images/snav_school1.png) no-repeat left center #DFFBD9;
}
/* school2 */
#rightcol .school2{
	clear:both;
	margin-bottom:10px;
}
#rightcol .school2 a{
	display:block;
	color:#264470;
	padding:10px 0;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	text-align:center;
	border:2px solid #DED9D4;
	background:url(../images/snav_school2.png) no-repeat left center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
#rightcol .school2 a:hover{
	text-decoration:none;
	background:url(../images/snav_school2.png) no-repeat left center #DFFBD9;
}
/* photoclub */
#rightcol .photoclub{
	clear:both;
	padding:10px 0;
	text-align:center;
	border:2px solid #DED9D4;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	margin-bottom:10px;
	overflow:hidden;
}
#rightcol .photoclub_t{
	margin-bottom:5px;
}
#rightcol .photoclub_note{
	margin-bottom:5px;
}
#rightcol .photoclub_photo{
	clear:both;
}
#rightcol .photoclub_photo img{
	margin:0 10px 10px;
}
#rightcol .photoclub_photo img.photo{
	width:90px;
	height:60px;
}
#rightcol .photoclub_btn{
	clear:both;
}
/* snav_link */
#rightcol dl.snav_link{
}
#rightcol dl.snav_link dt{
	padding-top:20px;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #DED9D4;
	padding-bottom:5px;
	margin-bottom:10px;
}
#rightcol dl.snav_link dd{
	line-height:1.4;
	margin-bottom:5px;
	padding-left:20px;
	background:url(../images/header_icon.png) no-repeat left 2px;
}
#rightcol dl.snav_link dd img{
	margin:0 0 0 10px;
}



/*-----------------------------
	 sponsor
------------------------------*/

#sponsor{
	clear:both;
	width:100%;
	padding:10px 0 20px;
	background:#eee;
}
#sponsor #sponsor_img{
	margin-bottom:15px;
}
#sponsor ul{
	width:100%;
	text-align:center;
	overflow: hidden;
	margin:0 auto;
}
#sponsor ul li{
}


/*-----------------------------
	 pagetop
------------------------------*/

#pagetop{
	width:100%;
	clear:both;
}
#pagetop_inner{
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
#pagetop_inner #sgsBtn2{
	float:left;
	padding:10px 0;
}
#pagetop_inner p{
	float:right;
}



/*-----------------------------
	footer
------------------------------*/

footer{
	clear:both;
	color:#fff;
	background:#0FA668;
}
footer div a{
	color:#fff;
	text-decoration:none;
}
footer div a:hover{
	color:#fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-decoration:underline;
}
/* fnav */
footer #fnav{
	width:960px;
	padding:20px 0;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

footer #fnav dl{
	float:left;
	width:22%;
	line-height:2;
	margin-bottom:15px;
}
footer #fnav dl:first-child{
	width:12%;
}
footer #fnav dl:nth-child(4){
	width:17%;
}
footer #fnav dl:last-child{
	width:27%;
}
footer #fnav dl dt{
	font-size:14px;
	padding-left:20px;
	background:url(../images/footer_icon.png) no-repeat left 7px;
}
footer #fnav dl dd{
	font-size:12px;
	padding-left:20px;
	position: relative;
}
footer #fnav dl dd.link:after{
	content: '';
	background: url(../images/icon_btnbig02.png) no-repeat;
	position: absolute;
    display: inline-block;
    background-size: contain;
    width: 18px;
    height: 15px;
    bottom: 5px;
    margin-left: 10px;
}

footer #fnav p{
	clear:both;
	padding-top:15px;
	border-top:1px solid #3FB886;
}
/* fnav2 */
footer #fnav2{
	clear:both;
	background:#148C55;
}
footer #fnav2 div{
	width:960px;
	padding:20px 0;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
footer #fnav2 div dl dt{
	font-size:14px;
	margin-bottom:5px;
}
footer #fnav2 div dl dt img{
	padding-left: 1em;
	vertical-align: bottom;
	padding-bottom: 5px;
}
footer #fnav2 div dl dd{
	font-size:12px;
	margin-bottom:5px;
}
footer #fnav2 div p{
	font-size:12px;
}


/*-----------------------------
	鶴見緑地トップページ
------------------------------*/

/* top_contents */
#top_contents{
	clear:both;
	background:url(../images/bg.png) no-repeat center top;
}
/* top_slider */
#top_slider{
	clear:both;
	min-height: 430px;
	background: url(../images/load.gif) no-repeat center center;
}
#top_pickupslider {
	min-height: 231px;
}
#insta_inner,
#sponsor_inner,
#top_pickupslider_inner,
#top_sliderinner {
	display: none;
}


#top_sliderinner{
	height:430px;
	width:100%;
  	z-index:-999;
	position:relative;
}
#top_slider #top_slider_read{
	width:960px;
	text-align:left;
	margin:-250px auto 140px;
}
#top_slider #top_slider_read img{
	margin-left: 60px;
}
/* top_pickupslider */
#top_pickupslider{
	clear:both;
	width:880px;
	padding:30px 40px;
	border:1px solid #34B986;
	background:url(../images/contents_bg.png) repeat;
	margin:0 auto 40px;
	position:relative;
}
#top_pickupslider #top_pickupslider_img{
	position:absolute;
	left:0;
	top:-66px;
}
#top_pickupslider_inner{
}
#top_pickupslider_inner div.item{
	width:200px;
	text-align:left;
    margin: 0 auto;
}
#top_pickupslider_inner div.item .photo{
	padding:2px;
	border:1px solid #cdcdcd;
	margin-bottom:8px;
}
#top_pickupslider_inner div.item .photo img{
	width:194px;
	height:124px;
}
.tag1{
	display:inline-block;
	min-width:150px;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:2px;
	background:#FF3F32;
	margin-bottom:5px;
}
.tag2{
	display:inline-block;
	min-width:150px;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:2px;
	background:#F8634D;
	margin-bottom:5px;
}
.tag3{
	display:inline-block;
	min-width:150px;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:2px;
	background:#FF6D01;
	margin-bottom:5px;
}
.tag4{
	display:inline-block;
	min-width:150px;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:2px;
	background:#336DD2;
	margin-bottom:5px;
}
.tag5{
	display:inline-block;
	min-width:150px;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:2px;
	background:#3E92D7;
	margin-bottom:5px;
}
.tag6{
	display:inline-block;
	min-width:150px;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:2px;
	background:#A972CB;
	margin-bottom:5px;
}
.tag7{
	display:inline-block;
	min-width:150px;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:2px;
	background:#CB4AE3;
	margin-bottom:5px;
}
.tag8{
	display:inline-block;
	min-width:150px;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:2px;
	background:#B89028;
	margin-bottom:5px;
}
.tag9{
	display:inline-block;
	min-width:150px;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:2px;
	background:#B89028;
	margin-bottom:5px;
}
.tag10{
	display:inline-block;
	min-width:150px;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:2px;
	background:#0DA566;
	margin-bottom:5px;
}
#top_pickupslider_inner div.item .title{
	color:#0059B4;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:5px;
}
#top_pickupslider_inner div.item a{
	color:#0059B4;
	text-decoration:underline;
}
#top_pickupslider_inner div.item a:hover{
	color:#0059B4;
	text-decoration:none;
}
/* owl-carousel */
#top_pickupslider_inner .owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#top_pickupslider_inner .owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#top_pickupslider_inner .owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
#top_pickupslider_inner .owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
#top_pickupslider_inner .owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
#top_pickupslider_inner .owl-carousel .owl-item{
	float: left;
}
#top_pickupslider_inner .owl-controls .owl-page,
#top_pickupslider_inner .owl-controls .owl-buttons div{
	cursor: pointer;
}
#top_pickupslider_inner .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#top_pickupslider_inner .owl-carousel  .owl-wrapper,
#top_pickupslider_inner .owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
#top_pickupslider_inner .owl-prev{
	position:absolute;
	left:-40px;
	top:40%;
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/sponsor_prev.png) no-repeat left top;
}
#top_pickupslider_inner .owl-next{
	position:absolute;
	right:-40px;
	top:40%;
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/sponsor_next.png) no-repeat left top;
}
/* top_urgent - 2016.03 onishi*/
#top_urgent {
	clear:both;
	width:960px;
	text-align:left;
	margin:0 auto 40px;
}
#top_urgent h2 {
	color: #ff0000;
	font-weight:bold;
	font-size:20px;
	margin: 0 0 5px 20px;
}
#top_urgent_inner { 
	padding: 0 20px 20px 20px;
	border: 1px solid #ff0000;
	background:url(../images/contents_bg.png) repeat;
}
#top_urgent h3 {
	margin-top: 20px;
	overflow:hidden;
	color:#ff0000;
	font-weight:bold;
}
#top_urgent h3 .date{
	float:left;
	width: 100px;
}
#top_urgent h3 .text{
	float:left;
}
#top_urgent h3 a{
	font-weight: normal!important;
}
/* top_news */
#top_news{
	clear:both;
	width:960px;
	text-align:left;
	margin:0 auto 40px;
}
#top_news h2{
	float:left;
	margin:0 170px 20px 0;
}
#top_news_img{
	float:left;
	margin:-25px 0;
}
#top_news_inner{
	clear:both;
	width:900px;
	padding:30px 30px 20px;
	border:1px solid #34B986;
	background:url(../images/contents_bg.png) repeat;
}
#newsnav,
#top_news_inner ul{
	overflow:hidden;
	margin-bottom:10px;
}
#top_news_inner ul a{
	display: block;
}
#newsnav li,
#top_news_inner ul li{
	float:left;
	width:90px;
	height:48px;
	cursor:pointer;
	text-indent:-9999px;
	margin-right:10px;
}
#newsnav ul li#top_news1,
#top_news_inner ul li#top_news1{
	background:url(../images/top_news_cate.png) no-repeat 0 top;
}
#newsnav ul li#top_news1.select,
#top_news_inner ul li#top_news1.select{
	background:url(../images/top_news_cate.png) no-repeat 0 bottom;
}
#newsnav ul li#top_news2,
#top_news_inner ul li#top_news2 {
	background:url(../images/top_news_cate.png) no-repeat -90px top;
}
#newsnav ul li#top_news2.select,
#top_news_inner ul li#top_news2.select {
	background:url(../images/top_news_cate.png) no-repeat -90px bottom;
}
#newsnav ul li#top_news3,
#top_news_inner ul li#top_news3{
	background:url(../images/top_news_cate.png) no-repeat -180px top;
}
#newsnav ul li#top_news3.select,
#top_news_inner ul li#top_news3.select{
	background:url(../images/top_news_cate.png) no-repeat -180px bottom;
}
#newsnav ul li#top_news4,
#top_news_inner ul li#top_news4{
	background:url(../images/top_news_cate.png) no-repeat -270px top;
}
#newsnav ul li#top_news4.select,
#top_news_inner ul li#top_news4.select{
	background:url(../images/top_news_cate.png) no-repeat -270px bottom;
}
#newsnav ul li#top_news5,
#top_news_inner ul li#top_news5{
	background:url(../images/top_news_cate.png) no-repeat -360px top;
}
#newsnav ul li#top_news5.select,
#top_news_inner ul li#top_news5.select{
	background:url(../images/top_news_cate.png) no-repeat -360px bottom;
}
#newsnav ul li#top_news6,
#top_news_inner ul li#top_news6{
	background:url(../images/top_news_cate.png) no-repeat -450px top;
}
#newsnav ul li#top_news6.select,
#top_news_inner ul li#top_news6.select{
	background:url(../images/top_news_cate.png) no-repeat -450px bottom;
}
#newsnav ul li#top_news7,
#top_news_inner ul li#top_news7{
	background:url(../images/top_news_cate.png) no-repeat -540px top;
}
#newsnav ul li#top_news7.select,
#top_news_inner ul li#top_news7.select{
	background:url(../images/top_news_cate.png) no-repeat -540px bottom;
}
#newsnav ul li#top_news8,
#top_news_inner ul li#top_news8{
	background:url(../images/top_news_cate.png) no-repeat -630px top;
}
#newsnav ul li#top_news8.select,
#top_news_inner ul li#top_news8.select{
	background:url(../images/top_news_cate.png) no-repeat -630px bottom;
}
#newsnav ul li#top_news9,
#top_news_inner ul li#top_news9{
	background:url(../images/top_news_cate.png) no-repeat -720px top;
}
#newsnav ul li#top_news9.select,
#top_news_inner ul li#top_news9.select{
	background:url(../images/top_news_cate.png) no-repeat -720px bottom;
}
#top_news_inner div{
	background-image: url(../images/space.gif);
}
#top_news_inner div.disnon{
    display: none;
}
#top_news_inner div dl{
	clear:both;
	padding:15px 0 10px;
	overflow:hidden;
	border-bottom:1px solid #bbb;
	background-image: url(../images/space.gif);
}
#top_news_inner div dl dt{
	float:left;
	margin-right: 15px;
	background-image: url(../images/space.gif);
}
#top_news_inner div dl dt span{
	margin-left:10px;
}
#top_news_inner div dl dd{
	overflow:hidden;
	background-image: url(../images/space.gif);
}


/* top_event */
#top_event{
	clear:both;
	width:960px;
	text-align:left;
	margin:0 auto 40px;
	position: relative;
}
#top_event .bnr-event {
	position: absolute;
	top: -10px;
	left: 350px;
}
#top_event .bnr-event li{
	display:inline-block;
	margin-right: 10px;
}
#top_event .bnr-event li a{
	color:#fff;
	text-align:center;
	padding:13px 10px;
}
#top_event .bnr-event li.bnr-frea a{
	background:#A972CB;
}
#top_event .bnr-event li.bnr-frea a:before{
	content: url(../images/fleamarket_icon.png) ;
	margin-right: 5px;
	position: relative;
	top: 12px;
}
#top_event .bnr-event li a:hover{
	text-decoration:none;
}
#top_event h2{
	float:left;
	margin:0 170px 20px 0;
}
#top_event_img1{
	position: absolute;
	top: 25px;
	right: 13px;
	z-index: 100;
}
#top_event_img2{
	float:left;
	margin:-30px 0 0 -25px;
	position:relative;
}
#top_event_inner{
	clear:both;
	width:900px;
	padding:30px 30px 20px;
	border:1px solid #34B986;
	background:url(../images/contents_bg.png) repeat;
	position: relative;
}

#eventnav ul,
#top_event_inner ul{
	overflow:hidden;
	margin-bottom:10px;
}
#eventnav ul li,
#top_event_inner ul li{
	float:left;
	width:90px;
	height:48px;
	cursor:pointer;
	text-indent:-9999px;
	margin-right:10px;
}
#eventnav ul li#top_event1,
#top_event_inner ul li#top_event1{
	background:url(../images/top_event_cate.png) no-repeat 0 top;
}
#eventnav ul li#top_event1.select,
#top_event_inner ul li#top_event1.select{
	background:url(../images/top_event_cate.png) no-repeat 0 bottom;
}
#eventnav ul li#top_event2,
#top_event_inner ul li#top_event2{
	background:url(../images/top_event_cate.png) no-repeat -90px top;
}
#eventnav ul li#top_event2.select,
#top_event_inner ul li#top_event2.select{
	background:url(../images/top_event_cate.png) no-repeat -90px bottom;
}
#eventnav ul li#top_event3,
#top_event_inner ul li#top_event3{
	background:url(../images/top_event_cate.png) no-repeat -180px top;
}
#eventnav ul li#top_event3.select,
#top_event_inner ul li#top_event3.select{
	background:url(../images/top_event_cate.png) no-repeat -180px bottom;
}
#eventnav ul li#top_event4,
#top_event_inner ul li#top_event4{
	background:url(../images/top_event_cate.png) no-repeat -270px top;
}
#eventnav ul li#top_event4.select,
#top_event_inner ul li#top_event4.select{
	background:url(../images/top_event_cate.png) no-repeat -270px bottom;
}
#eventnav ul li#top_event5,
#top_event_inner ul li#top_event5{
	background:url(../images/top_event_cate.png) no-repeat -360px top;
}
#eventnav ul li#top_event5.select,
#top_event_inner ul li#top_event5.select{
	background:url(../images/top_event_cate.png) no-repeat -360px bottom;
}
#eventnav ul li#top_event6,
#top_event_inner ul li#top_event6{
	background:url(../images/top_event_cate.png) no-repeat -450px top;
}
#eventnav ul li#top_event6.select,
#top_event_inner ul li#top_event6.select{
	background:url(../images/top_event_cate.png) no-repeat -450px bottom;
}
#eventnav ul li#top_event7,
#top_event_inner ul li#top_event7{
	background:url(../images/top_event_cate.png) no-repeat -540px top;
}
#eventnav ul li#top_event7.select,
#top_event_inner ul li#top_event7.select{
	background:url(../images/top_event_cate.png) no-repeat -540px bottom;
}
#eventnav ul li#top_event8,
#top_event_inner ul li#top_event8{
	background:url(../images/top_event_cate.png) no-repeat -630px top;
}
#eventnav ul li#top_event8.select,
#top_event_inner ul li#top_event8.select{
	background:url(../images/top_event_cate.png) no-repeat -630px bottom;
}
#eventnav ul li#top_event9,
#top_event_inner ul li#top_event9{
	background:url(../images/top_event_cate.png) no-repeat -720px top;
}
#eventnav ul li#top_event9.select,
#top_event_inner ul li#top_event9.select{
	background:url(../images/top_event_cate.png) no-repeat -720px bottom;
}
#top_event_inner div.disnon{
    display: none;
}
#top_event_inner div dl{
	clear:both;
	padding:15px 0 10px;
	overflow:hidden;
	border-bottom:1px solid #bbb;
}
#top_event_inner div dl dt{
	float:left;
	font-weight: bold;
	margin-right: 15px;
}
#top_event_inner div dl dt span{
	margin-left:10px;
}
#top_event_inner div dl dd{
	overflow:auto;
}


/* top_greennav */
#top_greennav{
	width:100%;
	margin:0;
	background:#0FA668;
}
#top_greennav ul{
	width:100%;
	margin:0 auto;
	padding:40px 0;
}
#top_greennav ul li{
	display:inline-table;
	margin:0 25px;
}
/* top_mf */
#top_mf{
	width:100%;
	margin:0 0 0px;
	background:#fff url(../images/top_mf_bg.jpg) no-repeat center top;
	overflow: hidden;
}
#top_mf_inner{
	width:980px;
	margin:0 auto;
	padding:30px 0 10px;
}
#top_mf_inner h3{
	margin-bottom:20px;
}
#top_mf_inner ul li{
	float:left;
	margin:0 10px 20px;
}










/*-----------------------------
	鶴見緑地中ページ
------------------------------*/

#contents_n{
	clear:both;
	background:url(../images/bg.png) no-repeat center top;
}
#contents_n_inner{
	clear:both;
	background: url("../images/wrapper_bg2.png")  no-repeat center top;
}
#contents_n_inner2{
	width:960px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 1.8;
}
#path {
	clear: both;
	width: 100%;
}
#path ul {
	width: 960px;
	margin: 0 auto;
}
#path li {
	float: left;
	color: #444444;
	font-size: 11px;
	padding-bottom: 20px;
	color: #444444;
}
#path li span {
	padding-left:5px; 
}
#pagetitle {
	clear: both;
	text-align: left;
	background: url(../images/line_pagetitle.png) no-repeat left bottom;
	padding-bottom: 20px;
	margin-bottom: 30px;
	height: 37px;
	font-size: 28px;
	font-weight: bold;
	color: #00A665;
}
#pagetitle img {
	vertical-align: middle;
}
.image_pagetitle {
	width: 100%;
}
.image_pagetitle .inner {
	width: 960px;
	margin: 0 auto;
}

.innerwide {
	clear: both;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

.bigbtn {
	margin-top:20px;
	text-align:center;
	border:1px solid #00A665;	
}
.bigbtn a {
	display:block;
	height:48px;
	line-height: 48px;
	font-size: 18px;
	color: #00A665;
	background: #fff;
}
.bigbtn a span {
	background: url(../images/icon_btnbig.png) no-repeat right center;
	padding-right: 25px;
}
.bigbtn a:hover{
	background: #00A665;
	color: #fff;
	text-decoration: none;
}
.bigbtn a:hover span{
	background: url(../images/icon_btnbig_on.png) no-repeat right center;
}


.bigbtn02 {
	margin-top:20px;
	text-align:center;
	border:1px solid #00A665;	
}
.bigbtn02 a {
	display:block;
	height:48px;
	line-height: 48px;
	font-size: 18px;
	color: #00A665;
	background: #fff;
}
.bigbtn02 a span {
	background: url(../images/icon_btnbig02.png) no-repeat right center;
	padding-right: 25px;
}
.bigbtn02 a:hover{
	background: #00A665;
	color: #fff;
	text-decoration: none;
}
.bigbtn02 a:hover span{
	background: url(../images/icon_btnbig02.png) no-repeat right center;
}



/*-----------------------------
	アクセス access_cont
------------------------------*/

#access_cont{
}
/* access_title */
#access_cont .access_title{
	clear:both;
	color:#208A9C;
	font-size:20px;
	font-weight:bold;
	line-height:36px;
	padding-bottom:7px;
	margin-top:-70px;
	padding-top:70px;
	background:url(../images/access_line.png) no-repeat left bottom;
	margin-bottom:40px;
}
#access_cont .access_title img{
	float:left;
}
#access_cont .access_title2{
	clear:both;
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	margin-bottom:10px;
	overflow:hidden;
}
#access_cont .access_title2 img{
	float:left;
}
/* train */
#access_cont .inner{
	clear:both;
	padding:0 35px;
	margin-bottom:60px;
}
#access_cont .inner p{
	margin-bottom:20px;
}
#access_cont .inner ul{
	margin-bottom:20px;
}
#access_cont .inner ul span{
	color:#1F8A9B;
}
#access_cont .inner iframe{
	margin-bottom:15px;
}
#access_cont .inner dl{
	margin-bottom:30px;
}
#access_cont .inner dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#access_cont .inner table{
	width:99%;
	border:1px solid #ccc;
	margin-bottom:20px;
}
#access_cont .inner table tr th,
#access_cont .inner table tr td{
	text-align:left;
	padding:10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
#access_cont .inner table tr:nth-child(odd) th,
#access_cont .inner table tr:nth-child(odd) td{
	background:#f6f6f6;
}

/* 駐車場貸切情報 */
#parkingnews {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 40px 0;
}
#parkingnews h4 { 
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#parkingnews .k_date { float: left; width: 180px; font-weight: bold; }
#parkingnews .k_info { float: right; width: 470px; }
#parkingnews li:before,
#parkingnews li:after{
  content:"";
  display: table;
}
#parkingnews li:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
#parkingnews li{
  *zoom:1;
}
#access_add01 {
	text-align: left;
	line-height: 1.8;
}
#access_add01 h2{
	font-size: 16px;
	margin-bottom: 10px;
}
#access_add01 dt{
	font-weight: bold;
}


/*-----------------------------
	ニュース news
------------------------------*/

#news_contents {
	float: left;
	width: 750px;
}
#news_contents .tabbox a {
	display:block;
	background: #fff;
	text-align: left;
	padding: 5px 10px;
	margin-bottom: 5px;
	border: 1px solid #D8DDDC;
	text-decoration: none;
}

#news_contents .tabbox a:hover {
	background: url(../images/line_bg.png) repeat left top;
}
#news_contents .tabbox a.nth:hover {
	background: url(../images/line_bg.png) repeat left top;
	text-decoration: none;
}
#news_contents .tabbox a.nth {
	background: #F9F9F9;
}
#news_contents .tabbox dl .day {
	padding-right: 20px;
	font-weight: bold;
}
#news_contents .tabbox a img {
	vertical-align: middle;
	margin-left: 10px;
}
#news_contents .tabbox {
	width: 100%;
}
#news_contents .tabbox.disnon {
	display: none;
}


/* ページャー */
#news_pager {
	position: relative;
	clear: both;
	margin-top: 15px;
	font-size: 13px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 50px;
}
#news_pager .next,
#news_pager .prev {
	position: absolute;
}
#news_pager .next a,
#news_pager .prev a,
#news_pager .back a {
	border: 1px solid #00A665;
	padding: 5px 10px;
	color: #0CA566;
	width: 7em;
}
#news_pager .next {
	top: 0;
	right: 0;	
}
#news_pager .next a {
	background: #fff url(../images/arrow_right.png) no-repeat 7.8em center;
	padding-right: 20px;
	float: right;
}
#news_pager .prev {
	top: 0;
	left: 0;
}
#news_pager .prev a {
	background: #fff url(../images/arrow_left.png) no-repeat 0.5em center;
	padding-left: 20px;
	float: left;
}

#news_pager .back a {
	clear: both;
	background: #fff url(../images/arrow_left.png) no-repeat 0.5em center;
	padding-left: 20px;
	margin: 0 auto;
}
#news_pager ul {
	padding-top: 5px;
	width: 50%;
	margin: 0 auto;
}
#news_pager ul li {
	display: inline-block;
}
#news_pager ul li span,
#news_pager ul li a {
	line-height: 1;
	display: inline-block;
	padding: 2px 10px;
	border-right: 1px solid #333;
}
#news_pager ul li:first-child  span,
#news_pager ul li:first-child  a {
	border-left: 1px solid #333;
}



/* ニュースサイド */
#news_side {
	float: right;
	width: 190px;
}
#news_side h2 {
	background: #0FA668;
	padding: 8px 20px;
	text-align: center;
	vertical-align: middle;
}
#news_side h2 img {
	vertical-align: middle;
}
#news_side li span{
	display: block;
	padding: 7px 10px 7px 30px;
	background: #F3FAF7 url(../images/arrow_year.png) no-repeat 10px 11px;
	border-bottom: 1px solid #DDDDDD;
	color: #0FA668;
	text-align: left;
	cursor: pointer;
}
#news_side li a {
	display: block;
	padding: 7px 10px 7px 30px;
	background: #F3FAF7 url(../images/arrow_year.png) no-repeat 10px 11px;
	border-bottom: 1px solid #DDDDDD;
	color: #0FA668;
	text-align: left;
}
#news_side li ul {
	display: none;
}
#news_side li ul li a {
	padding: 5px 10px 5px 40px;
	background: #fff url(../images/arrow_year.png) no-repeat 20px 12px;
	border-bottom: none;
}
#news_side li ul li:last-child a {
	border-bottom: 1px solid #DDDDDD;
}
#news_side ul.bnr-event {
	margin-top: 20px;
}

#news_side ul.bnr-event li a{
	color:#fff;
	padding: 10px 10px 10px 50px;
	line-height: 1.2;
	border-bottom: none;
	background: none;
	position: relative;
}
#news_side ul.bnr-event li.bnr-frea a{
	background:#A972CB;
}
#news_side ul.bnr-event li.bnr-frea a:before{
	content: url(../images/fleamarket_icon.png) ;
	position: absolute;
	top: 10px;
	left: 7px;
}
#news_side ul.bnr-event li a:hover{
	text-decoration:none;
}
/* 中ページ共通 css */

.box_section {
	clear: both;
	border: 1px solid #D8DDDC;
	background: #fff;
	padding: 30px 20px;
	overflow: hidden;
	text-align: left;
}
.box_section.normal {
	border: none;
	padding: 0;
	background: none;
}
.box_section.all30 {
	padding: 30px;
}

.article_title {
	position: relative;
	background: url(../images/line_pagetitle.png) no-repeat left bottom;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.box_section .article_title h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
.article_title02 {
	position: relative;
	background: url(../images/line_pagetitle.png) no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #0CA566;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
}
.article_title02 h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
.article_title03 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #0CA566;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.article_title03 h1 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	background: #FFFF4D;
	padding: 0 5px;
}
.box_section .article_title .cat {
	position: absolute;
	top: 0;
	left: 0;
}
.box_section .article_title .day {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
}



.box_section .photo_col {
	float: left;
	width: 300px;
	margin-right: 30px;
}
.box_section .photo_col p {
	border: 1px solid #ddd;
	padding: 2px;
	margin-bottom: 10px;
	text-align: center;
}
.box_section .photo_col p img {
	width: 290px;
}

.box_section .content {
	margin-bottom: 10px;
}


.box_section .text_col {
	overflow: hidden;
	text-align: left;
}
.box_section .text_col p {
	margin-bottom: 2em;
	line-height: 1.8;
}
.box_section .text_col ul li {
	clear: both;
	margin-bottom: 10px;
}
.box_section .link_btn a,
.box_section .text_col ul li a {
	border: 1px solid #00A665;
	display: inline-block;
	padding: 5px 30px 5px 10px;
	background: url(../images/arrow_btn_right_on.png) no-repeat center right;
	color: #0EA567;
}
.box_section .link_btn a:hover,
.box_section .text_col ul li a:hover {
	text-decoration: none;
	background: #0EA567 url(../images/arrow_btn_right.png) no-repeat center right;
	color: #fff;
}
.box_section .text_col ul li.pdf a {
	background: url(../images/icon_pdf.png) no-repeat center right;
}
.box_section .text_col ul li.pdf a:hover {
	background:#0EA567 url(../images/icon_pdf_on.png) no-repeat center right;
}
.box_section table {
	clear: both;
	width: 100%;
	text-align: left;
	background: #fff;
}
.box_section table.vtop{
	vertical-align: top;
}
.box_section table.vtop th{
	vertical-align: top;
}
.box_section table th {
	background: #F3FAF7;
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	color: #0DA566;
	font-weight: bold;
}
.box_section table td {
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
}
.box_section table .nth td {
	background: #FAFAFA;
}
.box_section table .p20 {
	padding: 20px;
}
.box_section table td a {
	color: #3A73CC;
}

.pdf a {
	display:block;
	background: url(../images/icon_pdf.png) no-repeat left top;
	line-height: 2em;
	padding-left: 30px;
}
.excel a {
	display:block;
	background: url(../images/icon_xls.png) no-repeat left top;
	line-height: 2em;
	padding-left: 30px;
}
.filenote {
	padding-left: 30px;
	font-size: 12px;
	line-height: 1.8;
}
.gray_box {
	background: #FAFAFA;
	border: none;
}
.box_section table.allcenter {
	text-align: center;
}
.box_section table.allcenter th {
	text-align: center;
}
.box_section table.thcenter th {
	text-align: center;
}
.box_section table.allcenter .left {
	text-align: left;
}
.box_section table .colwide1 {
	width: 1em;
	line-height: 1.2;
}
.box_section table .colwide2 {
	width: 2em;
}
.box_section table .colwide3 {
	width: 3em;
}
.box_section table .colwide4 {
	width: 4em;
}
.box_section table .colwide5 {
	width: 5em;
}
.box_section table .colwide6 {
	width: 6em;
}
.box_section table .colwide7 {
	width: 7em;
}
.box_section table .colwide8 {
	width: 8em;
}
.box_section table .colwide9 {
	width: 9em;
}
.box_section table .colwide10 {
	width: 10em;
}
.box_section table .colwide11 {
	width: 11em;
}
.box_section table .colwide12 {
	width: 12em;
}
.box_section table .colwide13 {
	width: 13em;
}

.box_section .read_box {
	clear: both;
	border: 1px solid #D8DDDC;
	background: #F2F2F2;
	padding: 6px;
}
.box_section .greentitle {
	color: #0DA566;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.box_section ol li {
	list-style: decimal none outside;
	margin-left: 1.5em;
	line-height: 2;
}
.box_section .read_box dl{
	background: #fff;
	padding: 15px;
	text-align: left;
	line-height: 1.8;
}
.box_section .read_box dl dt{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.box_section .read_box dl dt.green {
	color: #0DA566;
	font-size: 14px;
	padding-bottom: 10px;
}
.box_section .read_box .inner {
	background: #fff;
	padding: 15px;
	text-align: left;
	line-height: 1.8;
}

.box_section .inlineblock {
	vertical-align: top;
	display: inline-block;
}
.box_section .boldfont {
	font-weight: bold;
}
.box_section .l_hi18 {
	line-height: 1.8;
}
.box_section .l_hi20 {
	line-height: 2;
}
.box_section .dl-horizontal dt {
	clear: left;
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 205px;
}
.box_section .dl-horizontal dd {
	margin-left: 205px;
}
.box_section .cicon_list {
	overflow: hidden;
}
.box_section .cicon_list li {
	background: url(../images/icon_text_c.gif) no-repeat left 5px;	
	padding-left: 15px;
}
.box_section .rightphoto {
	float: right;
}


.guide_detailbox {
	overflow: hidden;
}
.guide_detailbox .leftphoto {
	float: left;
	overflow: hidden;
}
.guide_detailbox .rightarea {
	overflow: hidden;
	line-height: 1.8;
}
.guide_detailbox .rightarea .photolist li {
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
}
.guide_detailbox .rightarea .photolist li img {
	margin-bottom: 5px;
}



.separateline {
	border-bottom: 1px solid #D8DDDC;
}
.separateline_dot {
	border-bottom: 1px dashed #D8DDDC;
}

.read01 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.read02 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.centertitle {
	clear: both;
	display: inline-block;
	padding: 5px;
	color: #0CA566;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 5px solid #0CA566;
}
.centertitle_s {
	clear: both;
	display: inline-block;
	padding: 10px;
	color: #0CA566;
	font-size: 18px;
	font-weight: bold;
}

.notelist {
	text-align: left;
	font-size: 14px;
	color: #111111;
	line-height: 1.2;
}
.green {
	color: #0EA567;
}
.bold {
	font-weight: bold;
}
.bold .stext{
	font-weight: normal;
}
.bold_green {
	font-weight: bold;
	color: #0EA567;
}
.green_border {
	border-bottom: 2px solid #0CA566;
}
.stext {
	font-size: 12px;
}
.ltext {
	font-size: 16px;
}


/*-----------------------------
	イベント event
------------------------------*/

#event_contents {
	float: left;
	width: 750px;
}
#event_contents .box {
	background: #fff;
	text-align: left;
	padding: 10px 10px;
	margin-bottom: 5px;
	border: 1px solid #D8DDDC;
	overflow: hidden;
}
#event_contents a.box {
	display: block;
}
#event_contents a.box:hover {
	background: url(../images/line_bg.png) repeat left top;
	text-decoration: none;
}
#event_contents .box.nth {
	background: #F9F9F9;
}
#event_contents .box .photo {
	float: left;
	margin-right: 15px;
}
#event_contents .box .photo img {
	width: 194px;
}
#event_contents .box .photo span {
	display: block;
	border: 1px solid #ddd;
	padding: 1px;
}
#event_contents a.nth,
#event_contents dl.nth {
	background: #F9F9F9;
}
#event_contents dl .day {
	padding-right: 20px;
	font-weight: bold;
}
#event_contents dl dd a {
	display: block;
}
#event_contents .tabbox {
	width: 100%;
}
#event_contents .tabbox.disnon {
	display: none;
}
#event_single .article_content .end {
    clear: both;
    color: #F00;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0px;
    line-height: 1.2;
    border: 1px solid #F00;
    overflow: hidden;
    margin-bottom: 20px;
}



#event_side {
	float: right;
	width: 190px;
}
#event_side h2 {
	background: #0FA668;
	padding: 8px 20px;
	text-align: center;
	vertical-align: middle;
}
#event_side h2 img {
	vertical-align: middle;
}
#event_side li {

}
#event_side li a {
	display: block;
	padding: 7px 10px 7px 30px;
	background: #F3FAF7 url(../images/arrow_year.png) no-repeat 10px 11px;
	border-bottom: 1px solid #DDDDDD;
	color: #0FA668;
	text-align: left;
}

/*-----------------------------
	アクセス access
------------------------------*/
#pagetitle_access {
	clear: both;
	background: url(../images/access_titlebg.png) no-repeat center top;
	height: 200px;
	text-align: center;
}
#pagetitle_access h1 {
	margin-top: 78px;
	line-height: 45px;
	font-size:32px;

	background: #FFFF4D url(../images/pagetitle_access.png) no-repeat 15px center;
	display: inline-block;
	padding: 0 10px 0 50px;
}
/*-----------------------------
	園内マップ map
------------------------------*/
#pagetitle_map {
	clear: both;
	background: url(../images/map_titlebg.jpg) no-repeat center top;
	height: 200px;
	text-align: center;
}
#pagetitle_map h1 {
	margin-top: 78px;
	line-height: 45px;
	font-size:32px;

	background: #FFFF4D url(../images/pagetitle_map.png) no-repeat 15px center;
	display: inline-block;
	padding: 0 10px 0 50px;
}

/*-----------------------------
	花ごよみ hanagoyomi
------------------------------*/
#pagetitle_hanagoyomi {
	clear: both;
	background: url(../images/hanagoyomi_titlebg.jpg) no-repeat center top;
	height: 200px;
	text-align: center;
}
#pagetitle_hanagoyomi h1 {
	margin-top: 78px;
	line-height: 45px;
	font-size:32px;

	background: #FFFF4D url(../images/pagetitle_hanagoyomi.png) no-repeat 15px center;
	display: inline-block;
	padding: 0 20px 0 50px;
}
#hanagoyomi_table th {
	color: #000;
	border: none;
	border-bottom: 1px dashed #ccc;
	background: #fff;
}
#hanagoyomi_table th.photo {
	padding: 4px;
	text-align: right;
}
#hanagoyomi_table th .stext {
	font-weight: normal;
	line-height: 1.2;
}
#hanagoyomi_table th.gray,
#hanagoyomi_table th.haru,
#hanagoyomi_table th.natsu,
#hanagoyomi_table th.aki,
#hanagoyomi_table th.fuyu {
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
}
#hanagoyomi_table th.haru {
	background: #FF7F7B;
}
#hanagoyomi_table th.natsu {
	background: #7CB1E7;
}
#hanagoyomi_table th.aki {
	background: #F58940;
}
#hanagoyomi_table th.fuyu {
	background: #A4A6EF;
}
#hanagoyomi_table th.gray {
	background: #BBBBBB;
}
#hanagoyomi_table .month th,
#hanagoyomi_table .month td {
	padding: 2px 4px;
	text-align: center;
	border: none;
	font-weight: bold;
}
#hanagoyomi_table td.haru,
#hanagoyomi_table td.natsu,
#hanagoyomi_table td.aki,
#hanagoyomi_table td.fuyu {
	color: #fff;
	text-align: center;
	border: none;
	border-bottom: 1px dashed #D8DDDC;
	border-right: 1px solid #D8DDDC;
	vertical-align: middle;
	padding: 0;
}

#hanagoyomi_table td.haru {
	background: #FFF8F8;
}
#hanagoyomi_table td.natsu {
	background: #F8FBFE;
}
#hanagoyomi_table td.aki {
	background: #FFF7F2;
}
#hanagoyomi_table td.fuyu {
	background: #FAFAFE;
}
#contents_n #hanagoyomi_table td span {
	display: inline-block;
	padding: 10px 0;
}
#hanagoyomi_table td.left {
	text-align: left;
}
#hanagoyomi_table td.right {
	text-align: right;
}
#hanagoyomi_table td span {
	margin-left: -2px;
}
#hanagoyomi_table td.right span {
	margin-right: -2px;
}
#hanagoyomi_table td .line100 {
	width: 102%;
}
#hanagoyomi_table td .line75 {
	width: 75%;
}
#hanagoyomi_table td .line50 {
	width: 50%;
}
#hanagoyomi_table td .line25 {
	width: 30%;
}
#hanagoyomi_table td.haru span {
	background: #FF7F7B;
}
#hanagoyomi_table td.natsu span {
	background: #7CB1E7;
}
#hanagoyomi_table td.aki span {
	background: #F58940;
}
#hanagoyomi_table td.fuyu span {
	background: #A4A6EF;
}


/*-----------------------------
	花情報 hanagoyomi 2017.10 花ごよみから改修
------------------------------*/
.hana-title {
	clear: both;
	position: relative;
	background: url(../images/line_pagetitle.png) no-repeat left bottom;
	margin-bottom: 30px;
	color: #0CA566;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
}
.hana-title span{
	color: #333;
}
#hanagoyomi_contents {
	float: left;
	width: 750px;
	margin-bottom: 50px;
	text-align: left;
}
#hanagoyomi_contents ul{
	overflow: hidden;
	margin: 30px 0 10px;
}
#hanagoyomi_contents ul li{
	float: left;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #00A665;
	padding: 10px;
	background: #fff;
}
#hanagoyomi_contents ul li:nth-child(3n){
	margin-right: 0;
}
#hanagoyomi_contents ul li img{
	width: 100%;
}
#hanagoyomi_contents ul li h2{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 10px;
}
#hanagoyomi_contents ul li p.place{
	color: #0ea567;
}
#hanagoyomi_contents ul li .link_btn{
	margin-top: 10px;
}
#hanagoyomi_contents ul li .link_btn a {
	display: block;
	border: 1px solid #00A665;
	padding: 3px 30px 3px 10px;
	text-align: center;
	background: #0EA567 url(../images/arrow_btn_right.png) no-repeat center right;
	color: #fff;
}
#hanagoyomi_contents ul li .link_btn a:hover {
	text-decoration: none;
	background: #fff url(../images/arrow_btn_right_on.png) no-repeat center right;
	color: #0EA567;
}
.hanagoyomi_map img{
	width: 100%;
}
/*-----------------------------
	園内ガイド guide
------------------------------*/

#pagetitle_guide {
	clear: both;
	background: url(../images/guide_titlebg.jpg) no-repeat center top;
	height: 200px;
	text-align: center;
}
#pagetitle_guide h1 {
	margin-top: 78px;
	line-height: 45px;
	font-size:32px;
	background: #FFFF4D url(../images/pagetitle_guide.png) no-repeat 15px center;
	display: inline-block;
	padding: 0 10px 0 50px;
}

#guide_tabbox {
}
#guide_tabbox ul {
	clear: both;
	text-align: left;
	border-bottom: 4px solid #00A764;
}
#guide_tabbox ul li {
	display: inline;	
}
#guide_tabbox ul a{
	width: 188px;
	text-align: center;
	display: inline-block;
	font-size: 17px;
	line-height: 51px;
	cursor: pointer;
	margin-right: 5px;
	background: #fff;
	border: 1px solid #00A764;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
#guide_tabbox ul li a:hover {
	text-decoration: none;
}
#guide_tabbox ul li.select a{
	font-size: 17px;
	line-height: 51px;
	color: #00A764;
	border: 1px solid #00A764;
	background: #00A764;
	color: #fff;
}
#guide_tabbox ul li#guide_cat5 a {
	margin-right: 0;
	width: 185px;
}
#guide_tabbox .col{
	clear: both;
	text-align: left;
	margin-bottom: 50px;
	overflow: hidden;
}
#guide_tabbox .col .row{
	float: left;
	width: 460px;
}

#guide_tabbox .tabbox{
	padding-top: 40px;
}
#guide_tabbox .tabbox.disnon{
	display: none;
}


#guide_tabbox .col .photo{
	float: left;
	margin-right: 20px;
}
#guide_tabbox .col .text {
	overflow: hidden;
}
#guide_tabbox .col .text dt{
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 20px;
}
#guide_tabbox .col .row dt{
	font-size: 18px;
}
#guide_tabbox .col .text dd{
	line-height: 1.8;
	margin-bottom: 20px;

}
#guide_tabbox .col .text dd a{
	text-decoration: underline;
	color: #3370D0;
}
#guide_tabbox .col .text table {
	background: #fff;
	width: 100%;
}
#guide_tabbox .col .text table th {
	background: #F3FAF7;
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	color: #0DA566;
	font-weight: bold;
}
#guide_tabbox .col .text table td {
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
}
#guide_tabbox .row .text table th {
	width: 35px;
}
#guide_tabbox .col .text .note {
	font-size: 12px;
}


#guide_separate {
	border-bottom: 2px solid #0CA566;
	padding-bottom: 90px;
	margin-bottom: 60px;
}


.topics_box{
	clear:both;
	width:960px;
	text-align:left;
	margin:0 auto 40px;
	overflow: hidden;
}
.topics_box h2{
	float:left;
	margin:0 170px 20px 0;
}
.topics_inner{
	clear:both;
	width:900px;
	padding:30px 30px 20px;
	border:1px solid #34B986;
	background:url(../images/contents_bg.png) repeat;
}
.topics_inner div.disnon{
    display: none;
}
#top_event_inner div a:hover dl,
#top_news_inner div a:hover dl,
.topics_inner a:hover dl{
	display: block;
	background:  url(../images/line_bg.png) repeat left top;
	text-decoration: none;
	color: #0CA566;
}
#top_event_inner div a:hover,
#top_news_inner div a:hover,
.topics_inner a:hover {
	text-decoration: none;
}
.topics_inner dl{
	clear:both;
	padding:15px 0 10px;
	overflow:hidden;
	border-bottom:1px solid #bbb;
}
.topics_inner dl dt{
	float:left;
	display: inline-block;
	margin-right: 20px;
}
.topics_inner dl dt span{
	margin-left:10px;
}
.topics_inner dl dd{
	overflow: hidden;
}
#guide_hall {
	overflow: hidden;
}
#guide_hall .leftphoto {
	float: left;
	padding-right: 20px;
}
#guide_hall .text {
	text-align: left;
	line-height: 1.8;
}
#guide_hall .photolist {
	clear: both;
	padding-top: 30px;
	overflow: hidden;
}
#guide_hall .photolist li {
	float: left;
	margin-right: 30px;
	text-align: left;
	font-size: 12px;
}
#guide_hall .photolist li.none {
	margin-right: 0px;
}
#guide_hall .photolist li .phototext {
	padding-top: 5px;
}
#guide_hall .photolist.col4 li {
	margin-right: 20px;
}
#guide_hall .photolist.col4 li.none {
	margin-right: 0;
}

#kokusaiteien_box dl {
	text-align: left;
}
#kokusaiteien_box dt {
	font-size: 18px;
	color: #0CA566;
	font-weight: bold;
	margin-bottom: 10px;
}
#kokusaiteien_box dd {
	margin-bottom: 20px;
}
#kokusaiteien_box ul {
	overflow: hidden;
}
#kokusaiteien_box ul li {
	float: left;
	margin-right: 30px;
}
#kokusaiteien_box ul li.none {
	margin-right: 0px;
}
#kokusaiteien_table {
	line-height: 1.4;
	margin-bottom: 10px;
}
#kokusaiteien_table td {
	min-width: 25%;
}
#hanamizuki_table tr td,
#hanahaku_table tr td,
#hanamizuki_table2 tr td,
#hanahaku_table2 tr td {
	text-align: right;
}
#hanamizuki_table tr:nth-child(odd) td,
#hanahaku_table tr:nth-child(odd) td,
#hanamizuki_table2 tr:nth-child(odd) td,
#hanahaku_table2 tr:nth-child(odd) td {
	background: #FAFAFA;
}


/*-----------------------------
	園内バス buss
------------------------------*/
#buss_table table {
	clear: none;
	width: 225px;
	float: left;
	margin-right: 20px;
	line-height: 1.4;
	border: 1px solid #BBBBBB;
}
#buss_table table.none {
	margin-right: 0;
}
#buss_table table th {
	border: 1px solid #BBBBBB;
	text-align: center;
	padding: 5px 0;
}
#buss_table table th.title {
	text-align: center;
	background: #0CA566;
	color: #fff;
	font-size: 16px;
	border: 1px solid #0CA566;
}
#buss_table table td {
	border: none;
	border-bottom: 1px solid #bbb;
}
#buss_table .col {
	clear: both;
	overflow: hidden;
}

/*-----------------------------
	安全・安心・環境の取り組み torikumi
------------------------------*/
#torikumi_box {
	overflow: hidden;
	margin-bottom: 70px;
}
#torikumi_box .col {
	float: left;
	width: 465px;
	padding: 0;
	border: 3px solid #00A665;
	margin-right: 30px;
	 box-sizing:border-box;
	 -webkit-box-sizing:border-box;
	 -moz-box-sizing:border-box;
	 -ms-box-sizing:border-box;
	 -o-box-sizing:border-box;
	background: #fff;
}
#torikumi_box .col h2 {
	margin-top: 20px;
}

#torikumi_box .col.none {
	margin-right: 0;
}
#torikumi_box .col ul {
	text-align: left;
	padding: 0 40px;
	margin-bottom: 30px;
	font-size: 16px;
	overflow: hidden;
}
#torikumi_box .col ul li {
	text-align: left;
	margin-bottom:5px;
}
#torikumi_box .col ul li a {
	color: #3972CC;
	padding-left: 25px;
	display: block;
	background: url(../images/arrow_big.png) no-repeat left center;
}

/*-----------------------------
	公園のご利用について guidelines
------------------------------*/

#guidelines_contents {
	line-height: 1.8;
	padding:  30px;
}
#guidelines_contents ul li {
	padding-left: 15px;
	background: url(../images/icon_green_c.png) no-repeat left 7px;
}
#guidelines_contents a {
	color: #2C6CD2;
	text-decoration: underline;
}
#guidelines_contents .subtitle {
	font-size: 18px;
	color: #00A566;
	font-weight: bold;
}

.green_lists li {
	padding-left: 15px;
	background: url(../images/icon_green_c.png) no-repeat left 7px;
} 

/*-----------------------------
 鶴見緑地History history
------------------------------*/

#history_box {
	padding: 30px;
}
#history_box table {
	border: none;

}
#history_box th {
	color: #fff;
	border: none;
	text-align: center;
	background:#0DA566 url(../images/history_arrow.png) no-repeat left bottom;
	width: 70px;
	padding: 10px 0 0 0;
}
#history_box td {
	border: none;
	vertical-align: top;
	border-bottom: 1px solid #bbb;
	padding: 10px 0;
}
#history_box tr:first-child td {
	padding-top: 0;
}
#history_box tr:last-child td {
	border-bottom: none;
	padding-bottom: 0;
}
#history_box td.bold {
	width: 220px;
	padding: 10px 10px;
	border-left: 20px solid #fff;
}
#history_box td.photo {
	border-left: 20px solid #fff;
}
#history_box td.photo img {
	float: left;
	margin-right: 8px;
}
#history_box td.photo img:last-child {
	margin-right: 0;
}
#history_box .bordernone td {
	border-bottom: none;
	padding-bottom: 0;
}

.greenline {
	border-bottom: 1px solid #0DA566;
}



/*-----------------------------
 団体概要 group
------------------------------*/

#group_table {
	
}
#group_table th {
	background: #fff;
	border: none;
	border-bottom: 1px solid #bbb;
	padding: 15px 0;
	font-weight: normal;
	color: #333;
	vertical-align: top;
	width: 350px;
	padding: 30px 0;
}
#group_table td {
	background: #fff;
	border: none;
	border-bottom: 1px solid #bbb;
	padding: 30px 0;
}
#group_table .none td {
	border: none;
}
#group_table .none th {
	border: none;
}

.sp_caution {
	display: none;
}
.touch {
	display: inline;
}









/*-----------------------------
	生き物図鑑 ikimono 160130
------------------------------*/
#pagetitle_ikimono {
	clear: both;
	background: url(../images/ikimono_titlebg.png) no-repeat center top;
	height: 200px;
	text-align: center;
}
#pagetitle_ikimono h1 {
	margin-top: 78px;
	line-height: 45px;
	font-size:32px;

	background: #FFFF4D url(../images/pagetitle_ikimono.png) no-repeat 15px center;
	display: inline-block;
	padding: 0 20px 0 60px;
}

#kaeru_box {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#kaeru_box #kaeru_baner {
	position: absolute;
	top: -15px;
	right: 20px;
}
#kaeru_box #kaeru_baner img {
	width: 190px;
}

#kaeru_box #kaeru_baner_close {
	position: absolute;
	top: 25px;
	right: 10px;
}
#kaeru_box img#kaeru_baner_close  {
	width: 18px;
}

.ikimono_note_text {
	clear: both;
	padding: 10px;
	margin: 0;
}
#ikimono_nav {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 5px solid #FE5C98;
}
#ikimono_nav li {
	width: 188px;
	display: block;
	float: left;
	padding: 0;
	margin-right: 4px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
#ikimono_nav li a {
	display: block;
	padding: 10px;
	background: #fff;
}

#ikimono_nav li a:hover {
	text-decoration: none;
}

#ikimono_nav li#ikimono_nav1 a {
	border: 1px dashed #FE5C98;
	color: #FE5C98;
	border-bottom: none;
}
#ikimono_nav li#ikimono_nav1 a:hover,
#ikimono_nav li#ikimono_nav1.select a {
	background: #FE5C98;
	color: #fff;
}

#ikimono_nav li#ikimono_nav2 a {
	border: 1px dashed #45982E;
	color: #45982E;
	border-bottom: none;
}
#ikimono_nav.trees {
	border-bottom: 5px solid #45982E;
}
#ikimono_nav li#ikimono_nav2 a:hover,
#ikimono_nav li#ikimono_nav2.select a {
	background: #45982E;
	color: #fff;
}

#ikimono_nav li#ikimono_nav3 a {
	border: 1px dashed #FE8C01;
	color: #FE8C01;
	border-bottom: none;
}
#ikimono_nav.bird {
	border-bottom: 5px solid #FE8C01;
}
#ikimono_nav li#ikimono_nav3 a:hover,
#ikimono_nav li#ikimono_nav3.select a {
	background: #FE8C01;
	color: #fff;
}

#ikimono_nav li#ikimono_nav4 a {
	border: 1px dashed #F5150A;
	color: #F5150A;
	border-bottom: none;
}
#ikimono_nav.insect {
	border-bottom: 5px solid #F5150A;
}
#ikimono_nav li#ikimono_nav4 a:hover,
#ikimono_nav li#ikimono_nav4.select a {
	background: #F5150A;
	color: #fff;
}


#ikimono_nav li#ikimono_nav5 a {
	margin-right: 0;
	border: 1px dashed #349DD6;
	color: #349DD6;
	border-bottom: none;
}
#ikimono_nav.other {
	border-bottom: 5px solid #349DD6;
}
#ikimono_nav li#ikimono_nav5 a:hover,
#ikimono_nav li#ikimono_nav5.select a {
	background: #349DD6;
	color: #fff;
}


#ikimono_contents {
	overflow: hidden;
}
#ikimono_contents .child_cat  {
	margin-bottom: 20px;
	overflow: hidden;
}
#ikimono_contents .child_cat li {
	float: left;
	width: 188px;
	margin-right: 4px;
	font-size: 13px;
	margin-bottom: 6px;
}

#ikimono_contents .child_cat li a {
	display: block;
	border: 1px solid #00A665;
	text-align: left;
	padding-left: 20px;
	color: #0CA566;
	background: #fff url(../images/ikimon_childbtnbg_normal.gif) no-repeat left top;
	
}
#ikimono_contents .child_cat li.select a,
#ikimono_contents .child_cat li a:hover {
	text-decoration: none;
	background: url(../images/ikimon_childbtnbg.gif) no-repeat left top;
}

#ikimono_contents .items {
	margin-right: -17px;	
}
#ikimono_contents .items li {
	float: left;
	width: 145px;
	text-align: center;
	background: #fff;
	margin-right: 17px;
	margin-bottom: 17px;
	overflow: hidden;
}
#ikimono_contents .items li span {
	display: block;
	text-align: left;
	margin-bottom: 5px;
}
#ikimono_contents .items li a {
	display: block;
	padding: 10px 3px;
	height: 100%;
	border: 1px solid #ccc;
	line-height: 1.6;
}
#ikimono_contents .items li a:hover {
	background: url(../images/ikimono_list_bg.gif) repeat left bottom;
	text-decoration: none;
}
#ikimono_contents .items li a img {
	margin-bottom: 5px;
}


/*-----------------------------
	生き物図鑑 詳細　ikimono 160130
------------------------------*/
#ikimono_single {
	padding: 20px 30px;
}

#ikimono_single .ikimono_icon {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#ikimono_single .ikimono_icon li {
	width: auto;
	display: block;
	float: left;
}

#picturebook_cont #pic_txt {
	float: left;
	width: 350px;
}
#picturebook_cont .pic_title span{
	font-style:italic;
	padding-left: 20px;
	font-weight: normal;
	font-size: 14px;
}
#picturebook_cont #pic_txt dt { 
	padding: 8px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #0EA567;
	border-top: 2px solid #CCCCCC;
}
#picturebook_cont #pic_txt dd { 
	margin-bottom: 10px;
}

#ikimono_icon_hanyou {
	text-align: center;
	padding: 8px 10px 5px 10px;
	border: 1px solid #BBBBBB;
	background: #F3FAF7;
}
#ikimono_icon_hanyou ul {
	display: inline;
	padding-left: 40px;
}
#ikimono_icon_hanyou ul li {
	display: inline;
	padding-right: 20px;
	line-height: 22px;
}
#ikimono_icon_hanyou ul li img {
	vertical-align:top;
}


#picturebook_cont #pic_img {
	float: right;
	width: 500px;
	overflow:hidden;
}
#picturebook_cont #pic_img p img{
	width:500px;
	margin-bottom:10px;
}
#picturebook_cont #pic_img ul{
	overflow:hidden;
}
#picturebook_cont #pic_img ul li{
	float:left;
	margin:0 6px 15px 0;
}
#picturebook_cont #pic_img ul li img{
	width: 95px;
	height: 71px;
	overflow: hidden;
}
#picturebook_cont .text {
	clear: both;
	
}

#picturebook_cont #pic_img ul li:last-child{
	margin:0 0 15px 0;
}
#picturebook_cont .gray_box{
	border:1px solid #D4D4D4;
	padding:10px 15px;
	margin:50px 0 0 0;
}

#ikimono_single .article_title {
	padding-top:0;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

/*-----------------------------
	生き物図鑑 お約束　ikimono 160209
------------------------------*/
#oyakusoku {
	width: 880px;
	padding: 0 16px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#oyakusoku .oyakusoku_inner {
	border: 4px solid #0CA566;
	background: #fff;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding-top: 25px;
	text-align: left;
	position: relative;
}
#oyakusoku .oyakusoku_title {
	background: url(../images/oyakuosku/sankaku.png) no-repeat left bottom;
	margin-left: -17px;
	padding-bottom: 16px;
}
#oyakusoku .oyakusoku_title h1 {
	font-size: 28px;
	color: #fff;
	padding: 5px 30px 5px 70px;
	background: #0CA566;
}
#oyakusoku .mss {
	position: absolute;
	top: 5px;
	right: 15px;
}
#oyakusoku ul {
	width: 760px;
	margin: 0 auto;
	padding: 70px 0 50px 0;
}
#oyakusoku ul li {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 2;
}
#oyakusoku ul li span {
	display: block;
	background: #0CA566;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	width: 40px;
	height: 37px;
	padding-top: 3px;
	text-align: center;
	line-height: 38px;
	float: left;
	margin-right: 20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.br-sp_re {
	display: none;
}

/*-----------------------------
	インスタグラム　20160426 20170321改変
------------------------------*/
#instabox {
	clear:both;
	width:960px;
	text-align:left;
	margin:0 auto 40px;
}
#insta_inner {
	overflow: hidden;
	position: relative;
	width:900px;
	margin-top: 20px;
	padding:30px 30px 20px;
	border:1px solid #34B986;
	background:url(../images/contents_bg.png) repeat;
}

#instafeed div.item{
  float: left;
  margin: 0 10px 10px 10px;
  width: 160px;
  line-height: 14px;
 }
 
#instafeed div.item img {
	display: block;
	padding: 2px;
	border:1px solid #cdcdcd;
	margin-bottom: 5px;
	box-sizing: border-box;
	width: 100%;
 }

#instafeed p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* owl-carousel */
#instafeed .owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#instafeed .owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#instafeed .owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
#instafeed .owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
#instafeed .owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
#instafeed .owl-carousel .owl-item{
	float: left;
}
#instafeed .owl-controls .owl-page,
#instafeed .owl-controls .owl-buttons div{
	cursor: pointer;
}
#instafeed .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#instafeed .owl-carousel  .owl-wrapper,
#instafeed .owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
#instafeed .owl-prev{
	position:absolute;
	left:-30px;
	top:40%;
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/sponsor_prev.png) no-repeat left top;
}
#instafeed .owl-next{
	position:absolute;
	right:-30px;
	top:40%;
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/sponsor_next.png) no-repeat left top;
}
/*-----------------------------
	つるみ〜つ　160614
------------------------------*/
#tsurumeets_box {
	background: #fff;
	padding: 15px 25px;
}
#tsurumeets_inner {
}
#tsurumeets_box .backnumber_box {
	padding: 20px 35px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#tsurumeets_box .backnumber_box:last-child {
	border-bottom: none;
}
#tsurumeets_box .backnumber_box .photo {
	float: left;
	width: 130px;
	margin-right: 35px;
}
#tsurumeets_box .backnumber_box .photo img {
	width: 100%;
}
#tsurumeets_box .backnumber_box .textarea {
	float: left;
	text-align: left;
	width: 460px;
}
#tsurumeets_box .backnumber_box .textarea h2 {
	font-size: 18px;
	margin-bottom: 15px;
}
#tsurumeets_box .backnumber_box .textarea h2 a {
	display: inline;
	background: url(../images/icon_pdf.png) no-repeat right top;
	padding: 0;
	padding-right: 30px;
	border: none;
	text-decoration: underline;
}

#tsurumeets_box .bigbtn {
	width: 70%;
	margin: 35px auto;
}
#tsurumeets_box .bigbtn a {
	border: none;
	margin-bottom: 0;
	text-align: center;
}
#tsurumeets_box .bigbtn a:hover {
	background: #00A665;
}
#tsurumeets_box p.imgbtn {
	margin: 35px auto;
}
#tsurumeets_box p.imgbtn a {
	border: none;
	display: inline;
}
#tsurumeets_box p.imgbtn a:hover {
	background: none;
}

#tsurumeets_box .sorttitle {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
}


/*-----------------------------
	ぱくぱ〜く　160614
------------------------------*/
#pakupark_box {
	background: #fff;
	padding: 15px 25px 15px 25px;
}
#pakupark_box .backnumber_box {
	padding: 35px 40px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#pakupark_box .backnumber_box:last-child {
	border-bottom: none;
}
#pakupark_box .pakupark_title {
	font-weight: bold;
	font-size: 22px;
	color: #00A665;
	line-height: 1.2;
}
#pakupark_box .pakupark_subtitle {
	font-size: 18px;
	line-height: 1.2;
	margin-top: 20px;
}
#pakupark_box ul {
	overflow: hidden;
	margin-bottom: 0;
}
#pakupark_box ul li {
	float:left;
	display: block;
	width: 56px;
	margin-right: 2px;
	border: none;
}
#news_contents #pakupark_box ul li a {
	padding: 5px 0px;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	border: none;
	background: #898989;
	color: #fff;
}
#news_contents #pakupark_box ul li a.act,
#news_contents #pakupark_box ul li.act a,
#news_contents #pakupark_box ul li a:hover {
	background: #00A665;
}
#pakupark_box .photo {
	max-width: 550px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 45px;
}
#pakupark_box .photo img {
	width: 100%;
}
#pakupark_box .textarea {
	width: 550px;
	margin: 0 auto;	
	text-align: left;
	margin-bottom: 45px;
}

#pakupark_box .textarea h2 {
	font-size: 18px;
	font-weight: bold;
	color: #00A665;
	border-bottom: 1px solid #00A665;
	margin-bottom: 15px;
}

.side_banner {
	margin-top: 30px;
	width: 190px;
}

.side_banner img {
	width: 100%;
}


#pakupark_box p.imgbtn {
	margin: 35px auto;
}
#pakupark_box p.imgbtn a {
	border: none;
	display: inline;
}
#pakupark_box p.imgbtn a:hover {
	background: none;
}

/*-----------------------------
	広告掲載について advertise
------------------------------*/
#advertise_contents {
	line-height: 1.8;
	padding:  30px;
}
#advertise_contents a {
	color: #2C6CD2;
	text-decoration: underline;
}
#advertise_contents .subtitle {
	font-size: 18px;
	color: #00A566;
	font-weight: bold;
}
#advertise_contents ul.application-btn{
	overflow: hidden;
}
#advertise_contents ul.application-btn li{
	float: left;
	width: 48%;
	box-sizing: border-box;
	border:1px solid #00A665;	
	font-size: 1.7rem;
	text-align: center;
	margin-top: 20px;
	margin-right: 4%;
}
#advertise_contents ul.application-btn li:last-child{
	margin-right: 0;
}
#advertise_contents ul.application-btn li a {
	display:block;
	height:48px;
	line-height: 48px;
	font-size: 18px;
	color: #00A665;
	background: #fff;
	text-decoration: none;
}
#advertise_contents ul.application-btn li a span {
	background: url(../images/icon_pdf.png) no-repeat right center;
	padding-right: 25px;
}
#advertise_contents ul.application-btn li a:hover{
	background: #00A665;
	color: #fff;
	text-decoration: none;
}
#advertise_contents a {
	text-decoration: none;
}

#advertise_contents a:hover {
	text-decoration: underline;
}
.advertise-box{
	overflow:hidden;
	text-align:left;
	margin-bottom: 50px;
}
.advertise-box-text {
	float:right;
	width:55%;
}
.advertise-box-text dt {
	padding-left: 15px;
	font-weight: bold;
	background: url(../images/icon_green_c.png) no-repeat left 7px;
}
.advertise-box-text dd {
	margin-bottom: 20px;
}
.advertise-box figure {
	float:left;
	width: 35%;
}
.advertise-box figure img{
	width: 100%;
}
/*-----------------------------
	フロートバナー 160528
------------------------------*/
#float_ancar{
	position: relative;
}
#float_box {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#float_box #float_baner {
	position: absolute;
	top: -60px;
	right: -30px;
	z-index: 10;
}
#float_box #float_baner img {
	width: 332px;
}

#float_box #float_baner_close {
	position: absolute;
	top: 0px;
	right: 0px;
}
#float_box img#float_baner_close  {
	width: 26px;
}

@media screen and (max-width: 960px){
	#float_box {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	#float_box #float_baner {
		position: absolute;
		top: -130px;
		right: 0px;
	}
	#float_box #float_baner img {
		width: 200px;
	}
	#float_box #float_baner #float_baner_close {
		position: absolute;
		width: 18px;
		top: 10px;
		right: 10px;	
	}
}

@media screen and (max-width: 500px){
	#float_box #float_baner {
		top: -100px;
		right: 5px;
	}
	#float_box #float_baner img {
		width: 100px;
	}
	#float_box #float_baner img#float_baner_close {
		width: 15px;
		top:-10px;
		right:0px;
	}
}


/*-----------------------------
	バーベキュー広場 bbq-camp
------------------------------*/
ul#bbq_nav {
	overflow: hidden;
	margin-bottom: 35px;
}
ul#bbq_nav li {
	float: left;
	margin-right: 5px;
	letter-spacing: -.40em;	
}
ul#bbq_nav li a{
	width: 233px;
	height: 55px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: normal;
	font-size: 17px;
	line-height: 1.3;
	cursor: pointer;
	background: #fff;
	border: 1px solid #00A764;
	box-sizing:border-box;
}
#bbq_nav li a:hover {
	text-decoration: none;
}


/*-----------------------------
	防災情報 disaster
------------------------------*/

ul.disaster-btn{
	overflow: hidden;
}
ul.disaster-btn li{
	float: left;
	width: 48%;
	box-sizing: border-box;
	border:1px solid #00A665;	
	font-size: 1.7rem;
	text-align: center;
	margin-top: 20px;
	margin-right: 4%;
}
ul.disaster-btn li:last-child{
	margin-right: 0;
}
ul.disaster-btn li a {
	display:block;
	height:48px;
	line-height: 48px;
	font-size: 18px;
	color: #00A665;
	background: #fff;
	text-decoration: none;
}
ul.disaster-btn li.pdf a span {
	background: url(../images/icon_pdf.png) no-repeat right center;
	padding-right: 25px;
}
ul.disaster-btn li.url a span {
	background: url(../images/icon_btnbig02.png) no-repeat right center;
	padding-right: 25px;
}

ul.disaster-btn li a:hover{
	background: #00A665;
	color: #fff;
	text-decoration: none;
}






