/*
Theme Name: kurume
Description: 
Version: 1
Author: 
Author URI: 
License: 
License URI: 
Tags: two
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table:not(.descriptionTable .not), caption, tbody, tfoot, thead, tr:not(.descriptionTr .not), th, td:not(.descriptionTd .not),
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    /*overflow-y: scroll;*/
	overflow: auto;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table:not(.descriptionTable .not){
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */

body{	
margin:0px;
line-height:150%;
font-size:80%;
color:#000;
font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*overflow: hidden;*/

background:linear-gradient(#d8eea6, #ffffff);


}

a:link { color: #006699;text-decoration:underline;}
a:visited { color: #006699;text-decoration:underline;}
a:hover {color: #006699;text-decoration:none;}
a:active {color: #006699;text-decoration:none;}

/**a:hover{	
	filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
}**/

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
display:block;
}

/* page */

p{
margin:0px;
padding:0px;
}

img{
border:0px;
vertical-align:bottom;
}

ul,li,dl,dt,dd{
padding:0px;
margin:0px;
}

.flort-l{	float:left;}
.flort-r{	float:right;}

.red{	color:#F00;}

.red2{	color:#990000;}

.err{	color:#F00;}

.ter{text-align:right;}

.color1{color:#ff0000;}
.color2{color:#4c8413;}
.color3{color:#6C3F72;}

.ERR{color:#cc0000;}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */
/*.clearfix { overflow:hidden; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom:1; }
*:first-child+html .clearfix { zoom:1; }*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } 

/* margin ==================================================================*/

.mrb4{	margin-bottom:4px;}
.mrb10{	margin-bottom:10px;}
.mrb15{	margin-bottom:15px;}
.mrb20{	margin-bottom:20px;}
.mrb30{	margin-bottom:30px;}
.mrb40{	margin-bottom:40px;}
.mrb50{	margin-bottom:50px;}
.mrb60{	margin-bottom:60px;}
.mrb100{margin-bottom:100px;}


.tec{text-align:center;}
.ter{text-align:right;}



/* ===================================================== 
	header
===================================================== */
#wrapper {
  padding:0;
  width: auto;
  margin:0;
/*  background: url(common/img/bg_cont_block1.jpg) repeat ;*/
/*  background-color: #fff;*/
}

#main1 {
  width:1000px;
  margin:0 auto;
  padding:0;
  clear:both;
  position: relative;
}
#main2 {
  width:1000px;
  margin:0 auto;
  padding:0;
  clear:both;
  position: relative;
}

header{
/*	background:url(common/img/bg_cont_block1.jpg) repeat-x center top;*/
	background:url(common/img/bg_head4.jpg) repeat-x center top;
	height:70px;
	padding:10px 0 0;
}

header .innar{
	margin:0 auto;
	width:1000px;
}

header h1{
	margin:0;
	width:450px;
	float:left;
}

header #langTxtChanger{
	width:235px;
	float:right;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	background:url(common/img/bg_font.png) repeat left top;
}

header #langTxtChanger #font{
	padding:10px;
}

header #langTxtChanger #fontSize{
	background:url(common/img/textsize_label.gif) no-repeat left center;
	padding-left:71px;
}

header #langTxtChanger li{
	float:left;
	margin:0 5px;
	cursor:pointer;
}

/* oguri */
#header_index {
	background:url(common/img/bg_head.jpg) repeat-x center top;
	height:172px;
	padding:2px 0 0;
}

.top-btn{
	margin: 0px auto;
	margin-top:20px;
	width:1000px;
}

.top-btn li{
	float:left;
	margin-right:26px;
	margin-bottom:20px;
	width:150px;
	background:#fef7e5;
	border:#54381c solid 3px;
	font-weight: bold;
	font-size:15px;
	text-align:center;
	overflow:hidden;
	padding:8px;
	margin: 8px;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.top-btn li a{
	text-decoration: none;
	color:#54381c;
}

nav {
	height:42px;
	background:url(common/img/bg_nav1.jpg) repeat-x center top;
	width:100%; min-width:1000px;
}

nav ul{
	margin:0 auto;
	width:1000px;
}

nav ul li {
	display:block;
	/*border-right:1px #9BDA63 solid;*/
	border-right:1px #ffffff solid;
}


.nav1 ul li{
	width:198px;
	height:42px;
	text-align:center;
	float:left;
}

.nav1 ul li:first-child{
	width:198px;
	/*border-left:1px #9BDA63 solid;*/
	border-left:1px #ffffff solid;
}

.nav1 ul li:nth-child(5n){
	width:199px;
	/*border-left:1px #9BDA63 solid;*/
	border-left:1px #ffffff solid;
}


.nav2 ul li{
	width:165px;
	height:42px;
	text-align:center;
	float:left;
}

.nav2 ul li:first-child{
	width:165px;
	/*border-left:1px #9BDA63 solid;*/
	border-left:1px #ffffff solid;
}

.nav2 ul li:nth-child(5n){
	width:165px;
	/*border-left:1px #9BDA63 solid;*/
	border-left:1px #ffffff solid;
}

nav ul li a:link {
	padding:8px 0;
	height:26px;
	color:#fff;
	display:block;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	text-decoration:none;
}
nav ul li a:visited {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	text-decoration:none;
}
nav ul li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	background:url(common/img/bg_nav_hover.jpg) repeat left top;
}
nav ul li a:active {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	text-decoration:none;
}

/* oguri */
header #eventCalendarButton{
	background:#FF9933;
	font-size:15px;
	text-align:center;
	overflow:hidden;
	padding:8px;
	margin: 8px;
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */
}

header #eventCalendarButton a{
	text-decoration: none;
	color:#fff;
}

/* ===================================================== 
	important
===================================================== */

#mainimg{
	text-align:center;
	overflow:hidden;
}

#mainimg img{
	max-width:1480px;
	width:100%;
	height:auto;

}

/* ===================================================== 
	contents
===================================================== */

#cont-block{
	/* padding:40px 0; */
	padding:20px 0;
	/*background:url(common/img/bg_cont_block1.jpg) repeat left top;*/
}


.top-bannar{
	margin: 0px auto;
	width:1000px;
}

.top-bannar li{
	float:left;
	margin-right:26px;
	margin-bottom:20px;
}

.top-bannar li:nth-child(3n) {
	margin-right:0px;
}

.top-bannar li a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/* サブトップバナー */
.top-bannar2 {
	margin: 0px auto;
	width:730px;
}

.top-bannar2 li{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.top-bannar2 li:nth-child(3n) {
	margin-right:0px;
}

.top-bannar2 li a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}



/* サブトップバナー 4列タイプ */
.top-bannar3 {
	margin: 0px auto;
	width:730px;
}

.top-bannar3 li{
	float:left;
	margin-right:16px;
	margin-bottom:10px;
}

.top-bannar3 li:nth-child(4n) {
	margin-right:0px;
}

.top-bannar3 li a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}





.img-float ul{
  margin-bottom:15px;  /* 下のコンテンツまでの余白 */
}
.img-float li {
  width:20%;  /* 画像の横幅（5つなので） */
  float: left;  /* 画像の左寄せ */
  list-style: none;  /* リストマークを削除 */
  margin:0; /* 画像の周りの余白を削除 */
  box-sizing: border-box;
}
.img-float ul:after {
 content:"";
 clear:both;  /* 画像の回り込みを解除 */
 display:block;
}

/* ===================================================== 
	news-block
===================================================== */

#news-area{
	margin:0 auto;
	width:730px;
}

.topics{
	/* width:490px; */
	width:355px;
	float:left;
}

.topics_sub{
	width:730px;
	float:left;
}

.event{
	/* width:490px; */
	width:355px;
	float:right;
}

.news-head{
	padding-top:0;
	margin-bottom:5px;
}

.news-head h2{
	width:240px;
	float:left;
}

.news-head .list{
	width:102px;
	padding-top:10px;
	float:right;
}

.news-head .list2{
	width:102px;
	padding-top:15px;
	padding-left:15px;
	float:right;
}

.news-head .list a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.news-block{
	/*margin-bottom:30px;*/
	margin-bottom:0px;
	background:#fff;
	padding:20px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.news-block .block{
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:2px #ccc solid;
}

.news-block .block .catch{
	width:70px;
	float:left;
}

.news-block .block .data{
	width:250px;
	float:right;
}


.news-block .block2 .data{
	width:600px;
	float:right;
}

.news-block span{
	width:50px;
	padding:2px 10px;
	color:#fff;
}

.icon span{
	width:50px;
	padding:2px 10px;
	color:#fff;
}

span.categoty-news{background:#CE6667;}
span.categoty-birdc-news{background:#A01A21;}
span.categoty-koen-news{background:#DFBC24;}
span.categoty-pool-news{background:#2da1e0;}
span.categoty-river-news{background:#EA6F12;}
span.categoty-nagato-news{background:#000066;}
span.categoty-jyojima-news{background:#666600;}
span.categoty-ryokka-news{background:#008E4A;}


span.categoty-event{background:#CE6667;}
span.categoty-birdc-event{background:#A01A21;}
span.categoty-koen-event{background:#DFBC24;}
span.categoty-pool-event{background:#2da1e0;}
span.categoty-river-event{background:#EA6F12;}
span.categoty-nagato-event{background:#000066;}
span.categoty-jyojima-event{background:#666600;}
span.categoty-ryokka-event{background:#008E4A;}

span.categoty-nagato-getsurei{background:#000066;}
span.categoty-jyojima-getsurei{background:#666600;}

.news-block span.categoty-new{background:#D37374;}
.news-block span.categoty-news{background:#679DB5;}
.news-block span.categoty-event{background:#9BA83B;}

.news-block span.categoty-nagato-getsurei{background:#000066;}
.news-block span.categoty-jyojima-getsurei{background:#666600;}


.news-block .block .data dl{
	margin-top:10px;
}

.news-block .block .data dt{
	font-size:14px;
	line-height:150%;
}

.news-block .block .data dd{
	
}

.tp-bannar{
	margin: 0px auto;
	width:1000px;
	padding:30px 0 30px;
}

.tp-bannar li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.tp-bannar li:nth-child(4n) {
	margin-right:0px;
}

.tp-bannar li a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.tp-bannar li h3{display:none;}

/* ===================================================== 
	footer
===================================================== */

#page-top{
	position:absolute;
	width:74px;
	top:0px;
	cursor:pointer;
	left: 0;
	right: 0;
	margin: auto;
}

#page-top:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

footer{
	position:relative;
	padding-top:40px;
	/*overflow:hidden;*/
	/*background:url(common/img/bg_cont_block1.jpg) repeat left top;*/

	width:100%; min-width:1000px;
}

footer #innar{
	padding:0;
	border-top:6px #6FBA2C solid;
}

footer #block{
	background:url(common/img/bg_footer.jpg) repeat left top;
	border-top:1px #A1CD46 solid;
}

footer #foot-nav{
	margin:0 auto;
	width:958px;
	/*padding:50px 0 30px 42px;*/
	padding:50px 0 30px 0px;

}

footer #foot-nav .box{
	width:170px;
	float:left;
}

footer #foot-nav dl{
	margin-bottom:20px;
}

footer #foot-nav dt{
	margin-bottom:10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
}

footer #foot-nav dd{
	background:url(common/img/icon1.png) no-repeat left 0.3em;
	padding-left:18px;
	font-size:13px;
	line-height:180%;
}

footer #foot-nav dd a{
	color:#fff;
}

footer #foot-nav .profile{
	width:270px;
	/*padding-top:10px;*/
	padding-top:0;
	float:right;
	/*font-size:13px;*/
	font-size:13px;
	line-height:180%;
	color:#fff;
	/*text-align:right;*/
}

footer #foot-nav .profile {
	background:none;
}


footer #foot-nav .box .menu{
	margin-bottom:20px;
}


footer #foot-nav .box h3{
	margin:0 0 5px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
}

footer #foot-nav .box h3.em6{
	width:6em;
}

footer #foot-nav .box li{
	background:url(common/img/icon1.png) no-repeat left 0.3em;
	padding-left:18px;
	font-size:13px;
	line-height:180%;
}

footer #foot-nav .box li a{
	color:#fff;
}

/* ===================================================== 
	page
===================================================== */

#pagetittle{;
	background:url(common/img/base_pagetittle.jpg) repeat-x left bottom;
}

#pagetittle h2{
	margin:0 auto;
/*	width:1100px; */
	width:1000px;
}

#pagetittle-none{
	

}

#pagetittle h2.noimg{
	margin:0 auto;
	width:1000px;
	color:#3F0000;
	padding:25px 0;
	font-size:18px;
	line-height:150%;
}

#pagetittle #breadcrumb{
	margin:0 auto;
	width:1000px;
}

#pagetittle #breadcrumb ul{
	overflow:hidden;
	padding:23px 0 0;
}

#pagetittle #breadcrumb ul li{
	float:left;
	margin:0 5px 0 0;
	padding:0 15px 0 0;
	background:url(common/img/breadcrumb.png) no-repeat right center;
}

#pagetittle #breadcrumb ul li:last-child{
	background:none;
}


/*
#pagetittle .block{
	height:73px;
	background:url(common/img/bg_pagetittle.jpg) no-repeat center bottom;
}

#pagetittle .block h2{
	margin:0 auto;
	width:1000px;
	padding:18px 0 0;
	color:#3F0000;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
}

#pagetittle .block h2 span{
	color:#3F0000;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	padding-left:10px;
	margin-left:10px;
	background:url(common/img/bg_pagetittle2.gif) no-repeat left center;
}
*/

#contenrs{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    position: relative;
}

/* ===================================================== 
	side
===================================================== */
#side{
  width:220px;
  float:left;
background:#B0DB4D;
padding:15px;
border-radius: 8px;
}

#side .menu{
	margin-bottom:20px;
}

#side .menu ul{
	padding:0;
}

#side .menu ul li{
	margin-bottom:10px;
	width:220px;
	/*background:url(common/img/bg_side_btn.jpg) repeat left top;*/
	background:#ffffff
}

#side .menu ul li:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#side .menu ul li a{
	display:block;
	/*color:#ffffff;*/
	color:#28963d;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	text-decoration:none;
	padding:15px 20px;
	/*background:url(common/img/bg_side_btn2.png) no-repeat right bottom;*/
}

#side .menu ul li a span{
	/*display:block;*/
	/*background:url(common/img/icon1.png) no-repeat left center;*/
	/*padding-left:20px;*/
}

.weather-block-cover{
	margin-bottom:20px;
}

.weather-block-cover h2{
	text-align:center;
	margin-bottom:0px;
}

.weather-block-cover .block{
	padding:0px;
	background:#fff;
}

.weather-block-cover .block .innar{
	padding:0px;
}

#side .sns{
	padding:0;
}

#side .sns li{
	float:left;
}

#side .sns li:nth-child(odd){
	margin-right:8px;
}

#side .sns li a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
















/* ===================================================== 
	page
===================================================== */
#cont {
  width:730px;
  float:right;
  margin:0 0 0 0;
}

.clearfix:after, #cont:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



#cont h1.tit{
	background:url(common/img/bg_h1.jpg) repeat left top;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	padding:20px;
	margin:0px
}

#cont h1.tit a{
	color:#fff;
}

#cont h1.tit span{
	display:block;
	padding:5px 0 5px 50px;
	background:url(common/img/bg_h1_span.png) no-repeat left top;
}

#cont .format{
	margin-bottom:30px;
	background:#fff;
	padding:20px;
}


/*
#cont .format h2{
	margin-bottom:20px;
	background:url(common/img/bg_h2.gif) no-repeat left bottom;
	color:#400000;
	font-size:110%;
	font-weight:bold;
	line-height:150%;
	padding-bottom:10px;
}
*/




#cont .format h2{
	margin-bottom:20px;
	background:url(common/img/bg_h1.jpg) repeat left top;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	line-height:150%;
	padding:15px;
	margin:0px
	padding-bottom:10px;
}
#cont h2 a{
	color:#fff;
}


#cont .format h3{
	margin-top:5px;
	margin-bottom:0px;
	color:#400000;
	font-size:110%;
	font-weight:bold;
	line-height:150%;
}

/*
#cont .format h3{
	margin-top:5px;
	margin-bottom:0px;
	color:#400000;
	font-size:100%;
	font-weight:bold;
}
*/




/* 鳥類注目 */
div.chumoku {
	margin-top:15px;
	margin-bottom:0px;
	background:#ffffff;
	padding:20px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}









/**************************************
 　　pagination
********************************************/

.pagination{
    text-align: center;
	margin-bottom:100px;
}
a.page-numbers,
.pagination .current{
    background: #fff;
	color:#009F00;
    padding:5px 8px;
	border:1px #009F00 solid;
    margin:0 1px;
    text-decoration: none;
}
.pagination .current{
    background: #009F00;
	border:1px #009F00 solid;
    color: #fff;
}

a.page-numbers:hover{
	color:#fff;
	background: #009F00;
}



.prof img {
    border-radius: 75px;
    -moz-border-image: border-radius: 75px;
    -webkit-border-image: border-radius: 75px;
    border:solid #00bfff 1px;
    margin:5px 5px 1px;
}



/* 一般的な表 */
.tbl1{
    border-collapse:collapse;
    border-spacing:0;
    font-size: 12px !important;
    background-color:#ffffff;
    empty-cells:show;
    margin:0 0 15px 0 !important;
}

.tbl1 th {
    border:1px solid #ccc;
    color:#302F2B;
    background-color: #f2f8f7;
    text-align:center;
    font-weight: bold;
    font-size:100%;
    padding:8px 15px 7px;
}

.tbl1  td {
    border:1px solid #ccc;
    vertical-align: middle;
    padding:8px 15px 7px;
}

.tbl1  td a{
    text-decoration:underline;
    color: #08bddd;
}

/* 一般的な表2 */
.tbl2{
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    margin:0 0 15px 0 !important;
}

.tbl2 th {
    border:1px solid #ccc;
    color:#302F2B;
    background-color: #f2f8f7;
    text-align:center;
    font-weight: bold;
    font-size:100%;
    padding:8px 15px 7px;
}

.tbl2  td {
    border:1px solid #ccc;
    vertical-align: middle;
    padding:8px 15px 7px;
}

.tbl2  td a{
    text-decoration:underline;
    color: #08bddd;
}

/* フッター表3 */
.tbl3{
    margin:0 0 10px 0 !important;
}
.tbl3  td {
    padding:0;
}

#club{
	color: #333;
}
.descriptionClub table{
	border-spacing: 13px 10px !important;
}
.descriptionCafeteria table{
	margin-top: 20px;
	width: 400px;
	border-collapse: collapse;
}
.descriptionCafeteria td{
	width: 100px;
}
.descriptionClub p{
	font-size: 80%;
	line-height: 150%;
}
.descriptionCafeteria p{
	font-size: 80%;
	line-height: 150%;
}
#descriptiontd{
	background-color: #eee;
}
.pagetop{
	font-size: 80%;
	text-align: right;
}
.descriptionGolf table{
	width: 690px;
}
.descriptionGolf td{
	vertical-align: top;
}
.syozai table{
	width: 690px;
}
.syozai td{
	vertical-align: top;
}
.syozai .middle{
	font-size: 130%;
	font-weight: bold;	
}
.syozai .medium{
	font-size: 120%;
	font-weight: bold;	
}
#golf_Course table{
	border:solid 1px #333;
}
#golf_Course tr{
	border:solid 1px #333;
	vertical-align: middle;
}
#golf_Course th{
	border:solid 1px #333;
	vertical-align: middle;
}
#golf_Course td{
	border:solid 1px #333;
	vertical-align: middle;
}
#golf_Course2 p{
	line-height:13px;
}
#hpb-cnt-tb-th2 th{
	text-align:center;
	font-color:#fff !important;
	font-weight:bold;
}
.tokucyou ul{
	margin-top:10px;
}
.tokucyou li{
	vertical-align:top;
	display:inline-block;
}
.tokucyou li p{
	font-size:12px;
}
.majison table{
	vertical-align:middle;
	boder:2px solid #fff;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px !important;
	background-color: #ffffff;
	empty-cells: show;
}
.majison tr td{
	vertical-align:middle;
	text-align:center;
	border:2px solid #fff;
}
.not{
	border:1px solid #000;
	border-spacing:1px;
}
.not td,tr{
	border:1px solid #000;
	border-spacing:1px;
}

div.gmap {
	width: 690px;
	height: 500px;
}
#bird_canimals{

}


.posttitle1 {
  border-bottom:2px solid #0091ca;
  padding-bottom: 5px;
  margin-top:20px;
  margin-bottom: 10px;
  font-size: 140%;
  clear:both;
}

.posttitle2 {
  color:#004473;
  font-size: 110%;
  border-bottom: dotted 1px #0091ca;
  padding-bottom: 3px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight:bold;
  clear: both;
}

.box2 {
    width: 300px;
    margin-right: 20px;
    float: left;
}
div.box2n {
    width: 300px;
    margin-right: 20px;
    float: left;
    min-height:335px;
}
div.box2n img{
	margin:0 0 0 20px;
}

/* 横に並べる */
div.boxContainer  {
    overflow: hidden;
}
div.boxContainer:after {
    clear: both;
}
div.boxContainer div.box {
    float: left;
    margin-right:2px;
}

/* 画像の横に説明 */
ul.inline {
    list-style-type: none;
    margin-top: 10px;
}
ul.inline li:first-child {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}
ul.inline li:last-child {
    display: inline-block;
    width: 430px;
    vertical-align: top;
}

/* 画像の下に説明 横に3つ並べる */
ul.inline2,
ul.inline2_s,
ul.inline2_l {
    margin: 0;
    padding: 0;
    overflow: hidden; /* heightを戻す */
}
ul.inline2 li {
    list-style:none;
    float: left;
    width: 210px;
    /*height: 270px;*/
    height: 320px;
    margin:8px;
    text-align: center;
}
ul.inline2_s li {
    list-style:none;
    float: left;
    width: 210px;
    height: 230px;
    margin:8px;
    text-align: center;
}
ul.inline2_l li {
    list-style:none;
    float: left;
    width: 210px;
    height: 340px;
    margin:8px;
    text-align: center;
}
ul.inline2 li .title,
ul.inline2_s li .title,
ul.inline2_l li .title {
    padding:9px 5px 9px;
    font-weight: bold;
    font-size:110%;
}
ul.inline2 li .eyecatch,
ul.inline2_s li .eyecatch,
ul.inline2_l li .eyecatch {
    line-height: 0.5em;
}
ul.inline2 li .caption,
ul.inline2_s li .caption,
ul.inline2_l li .caption {
    padding:5px 10px;
    line-height: 140%;
    text-align: left;
    font-size:90%;
}

/* 画像の下に説明 横に3つ並べる。アンケート用 */
ul.voice {
    margin: 0;
    padding: 0;
    overflow: hidden; /* heightを戻す */
}
ul.voice li {
    list-style:none;
    float: left;
    width: 200px;
    height: 500px;
    margin:5px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
}
ul.voice li .title {
    padding:9px 5px 9px;
    font-weight: bold;
    font-size:95%;
    border-bottom: 1px solid #ccc;
}
ul.voice li .eyecatch {
    line-height: 0.5em;
    border-bottom: 1px solid #ccc;
}
ul.voice li .caption {
    padding:5px 10px;
    line-height: 140%;
    text-align: left;
}

/* 投稿を横に並べる（施設） */
ul.hlay {
    margin: 0;
    padding: 0;
    overflow: hidden; /* heightを戻す */
}
ul.hlay li {
    list-style:none;
    float: left;
    width: 200px;
    /*height: 390px;*/
    height: 500px;
    margin:7px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
}
ul.hlay li .title {
    padding:9px 5px 9px;
    font-weight: bold;
    font-size:110%;
}
ul.hlay li .eyecatch {
    line-height: 0.5em;
    height: 125px;
    overflow: hidden;
}
ul.hlay li .caption {
    padding:5px 10px;
    line-height: 140%;
    text-align: left;
    font-size:90%;
}

/* 投稿を横に並べる（動物紹介） */
ul.animal {
    margin: 0;
    padding: 0;
    overflow: hidden; /* heightを戻す */
}
ul.animal li {
    list-style:none;
    float: left;
    width: 315px;
    /*height: 610px;*/
    /*height: 520px;*/
    height: 610px;
    margin: 3px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
}
ul.animal li .title {
    padding:9px 5px 9px;
    font-weight: bold;
    font-size:110%;
    border-bottom: 1px solid #ccc;
}
ul.animal li .eyecatch {
    line-height: 0.5em;
    height: 240px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
ul.animal li .caption {
    padding:5px 10px;
    line-height: 140%;
    text-align: left;
    font-size:90%;
}

div.fblike {
	text-align:right;
    margin:10px;
}

.menu img{
	margin-bottom:10px;
}

.box1 {
    width: 200px;
    margin-right: 10px;
    float: left;
    border: 7px solid #89ba35;
	background-color:#ffffff;
    padding:0;
	margin-bottom:10px;
}
.box11 {
	background-color:#89ba35;
    padding:0 5px 5px 5px;
  	color:#ffffff;
	font-weight:bold;
    text-align: center;
}

.box12 {
    padding: 10px 10px 10px 30px;
}
.box1 ul{
	list-style-type: square;
}

.box3 {
    margin-right: 10px;
    float: left;
    border: 3px solid #89ba35;
	background-color:#ffffff;
    padding:0;
	margin-bottom:10px;
    text-align: center;
}

.box3 a:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

/* モーダル */
#lean_overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;

}

.modal {
    display: none;
    width: 300px;
    padding: 10px 20px;
    background: #FFF;
}

#top-block{
	margin-top:10px;
	background:#ffffff;
	padding:10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    text-align: center;
}
h2.weather-text {
    font-size:110%;
	color:#330000;
}



.tab-block {
	margin-bottom:10px;
}
.tab-block span{
	width:50px;
	padding:2px 10px;
	color:#fff;
}

.tab-block a{
	text-decoration: none;
	border-bottom:0;
	color:#fff;
}

#categoty-ryokka-tab{background:#008E4A;}

#categoty-all-tab{background:#000000;}
#categoty-koen-tab{background:#DFBC24;}
#categoty-river-tab{background:#EA6F12;}
#categoty-birdc-tab{background:#A01A21;}
#categoty-pool-tab{background:#2da1e0;}
#categoty-nagato-tab{background:#000066;}
#categoty-jyojima-tab{background:#666600;}


.switch {
 -webkit-animation: switchtext 1.0s infinite alternate;
 -moz-animation: switchtext 1.0s infinite alternate;
 animation: switchtext 1.0s infinite alternate;
 color:red;
}
@-webkit-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}
@-moz-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}
@keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}
