/* CSS Document */
/* トップ写真表示用 */
/* 2023-24 */
html{
		background-color:#eee;
}
body{
	/*
	  background: url("../images/btm-bg.png") bottom left repeat-x;
	*/
}

.nav-back{
  padding:0px;
  background-color:#fff;
  border-left: solid 2px #00964d; /* 2023-24 */
  border-right: solid 2px #00964d; /*2024-25/*#00964d; */ /* 2023-24 */
}

.topbtn{
	padding:0px;
	height:100%;
}

.topbtn img{
		/* box-shadow:#ddd 4px 4px 4px; */
		vertical-align: bottom;
		cursor:pointer;
}
.topbtn a:hover img {
		border:#fff 1px solid;
}
#top-nav{
	min-height:30px;
	margin-top:10px;

}

#top-nav a{
	line-height:30px;
}
table#mobile-nav td{
	height: 45px;
}

.banners img{
	margin-bottom:20px;
	border:solid 1px #aaa;
}

.rotarian-quick-menu img{
		box-shadow:rgba(0,0,0,0.3) 2px 2px 2px;
		margin:5px;	
}
.rotarian-quick-menu a:hover img {
		box-shadow:rgba(0,0,0,0.5) 4px 4px 4px;
}

/* 地区テーマ */
#tiku-theme{
	text-align:left;
}
/* 記事関係 */
.item-title {
  letter-spacing: 0.2em;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  padding: 6px 0px 4px 0px;
  text-align: center;
}
.item-box {
  margin: 20px 0 20px 0;
  border: 1px solid #cccccc;
  min-height: 200px;
}
.item-box.jouhoukan{
  border: none;
  margin: 0;
  min-height: unset;
}
.inside-item-box {
  padding: 10px 0px 10px 20px;
}
.item-subtitle {
  color: #2f1b09;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0px 0px 0px 10px;
  border-bottom: 1px solid #cccccc;
  width: 25%;
}
.item-subtitle span {
  white-space: nowrap;
}
.single-news {
  margin: 10px;
  padding-bottom:10px;
  line-height: 1.8em;
  border-bottom: 1px dotted #aaa;
  clear: both;
}
.news-head {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.news-date {
  display: block;
  min-width: 100px;
  padding: 0px 10px;
  float: left;
}
.news-icon {
  font-size: 80%;
  color: #fff;
  display: block;
  padding: 0px 5px;
  line-height: 1.6em;
  min-width: 100px;
  margin-top: 0.3em;
  float: left;
}
.news-event {
  background-color: #d13426;
}
.news-upload {
  background-color: #018DE7;
}
.news-houkoku {
  background-color: #75ad42;
}
.news-sonota {
  background-color: #f4ac25;
}
.news-black {
  background-color: #000;
}
.news-name {
  padding-left: 10px;
  font-weight:bold;
  float: left;
}
.news-shousai {
  clear: both;
  /*font-size: 90%;*/
  color: #333;
  margin: 10px 0px 20px 110px;
}
.news-shousai img{
	border: 1px solid #aaa;
}

.news-wide-image,.news-photo{
	  clear: both;
}
/* 日記用設定(トップページ用) */
#diary {

  background:#eee top right no-repeat;
  min-height:60px;
}
/*
#diary p{
	margin:20px 120px 10px 0px;
}
*/
.diary {
	margin: 10px;
	line-height: 1.8em;
	clear: both;
}
.diary-date {
  display: block;
  min-width: 100px;
  padding: 0px 10px;
  float: left;
}
#diary-title {
	 background-color:#eee;
  	min-height:93px;
}
.diary-text {
  clear: both;
  font-size: 80%;
  color: #999;
  margin: 10px 0px 0px 50px;
}
/* 新着動画用設定 (トップページ) */
#movie-box {
  position: relative;
  width: 100%;
  padding-top: 65%;
  margin-left: 10px;
}
#movie-box iframe {
  position: absolute;
  top: 0;
  left: 10px;
  width: 90%;
  height: 90%;
}
/* 新着動画用設定 (トップページ) */
#fb-timeline {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

#rotary-rate{
	color:#fff;
	padding-top:5px;
}

#link-area img{
		margin-right:5px;
		margin-bottom:5px;
		border:1px solid #ccc;
}
.RotarianInfo{
	border:3px solid #003464;
	border-radius: 0px 10px 10px 10px;
}
.rotarian-quick-menu{
	background-color: #003464;
	color:#fff;
}
#newcommer-tab{
	width:50%;

	font-weight:bold;
	text-align: center;
}


#rotarian-tab{
	width:50%;  /* 201911 */
}

li[title="Rotarian"] > a,
li[title="Rotarian"] > a:hover,
li[title="Rotarian"] > a:focus {
  color: #fff;
  background-color: #003464;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor:pointer;
}
li[title="Rotarian"].active > a,
li[title="Rotarian"].active > a:hover,
li[title="Rotarian"].active > a:focus {
  color: #fff;
  background-color:#003464;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.VisitorInfo{
	border:3px solid #fe840c;/* #febd11; 2023-24 */
	border-radius: 10px;
}
.visitor-quick-menu{
	background-color: #fe840c; /* #febd11; 2023-24 */
	margin-top:0px;
}
li[title="Visitor"] > a,
li[title="Visitor"] > a:hover,
li[title="Visitor"] > a:focus {
  color: #fff; /* #361803; #003464; */
  background-color: #fe840c;/* #febd11; 2023-24 */
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: pointer;
}

li[title="Visitor"] > a,
li[title="Visitor"].active > a,
li[title="Visitor"].active > a:hover,
li[title="Visitor"].active > a:focus {
  color: #fff; /* #361803; #003464; */
  background-color: #fe840c; /* #febd11; 2023-24 */
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

#newcommer-tab.active #ippanmuke{
	box-shadow: 0px -2px 4px #aaa;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding-top:15px;
}
#rotarian-tab.active #rotarymuke{
	box-shadow: 0px -2px 4px #aaa;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding-top:15px;
}

.rotarian-quick-menu button,
.visitor-quick-menu button{
	margin:4px 0px 4px 0px;
	width:100%;
}

.visitor-item-title{
	background-color:#fde9b7;/* #fdf5c1; 2023-24 */
  letter-spacing: 0.1em;
  font-size: 120%;
  font-weight: bold;
  color:#361803;
  padding: 6px 0px 4px 20px;
}

.visitor-top-button{
	color:#fff;
	background-color: #55c0e0;
	padding:8px 10px;
	border-radius: 4px;
}
.visitor-top-button a{
	color:#fff;	
}

  .hidden-xs {
    display: none !important;
  }
#mobiel-cse-search-box{
	margin-bottom:5px;
}

@media (max-width: 991px) {
	#rotary-rate{
		font-size:90%;
	}
	.col-xs-4{
		padding:0px 5px;
	}
	.item-title {
	  letter-spacing: 0.1em;
	  font-size: 90%;
  	  padding: 6px 0px 4px 40px;
	}
}
@media (max-width: 767px) {
	.navbar-nav {
		margin:2.5px 2px;
	}
}
@media (max-width: 480px) {
	.visitor-top-button{
		font-size:70%;
	}
	#mobile-nav{
		font-size:70%;
	}
	#newcommer-tab{
	
		font-weight:lighter;
		font-size:70%;
		letter-spacing: 0rem;		
	}
	#rotarian-tab{
	
		font-weight:lighter;
		font-size:70%;
		letter-spacing: 0rem;		
	}
}

#newsSelect{
	cursor: pointer;
}
#newsSelect li{
	margin:6px;
}

#monthly{
  min-height: 200px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fde9b7;/* #fdf5c1; 2023-24 */
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#monthly img{
	border:solid 3px #fff;
	border-radius: 4px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
	margin-bottom:5px;
}
.monthly-lined{
	min-height:100%;
	border-right:1px dashed #febd11;
}
#monthly p{
    text-align:center;
}
@media (max-width: 600px) {
	#monthly p{
		text-align:left;
	}
}

#grv-nav{
	z-index: 1000;
}