body{
	background: url(../images/bg.gif);
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight:400;
	color: #252423;
}
a{
	color:rgba(0,0,0,1.00);
}
a:hover, a:active{
	color:rgba(0,0,0,1.00);
}

.herder-footer-topimgsize{
	max-width:700px;
	max-height:  500px;
	overflow: hidden;
}
.content-article .page-header{
	font-size:1.2em;
	border-bottom:1px dashed #AAA;	
	margin-bottom:10px;
	}

.top-news{
	position:relative;
	z-index: 10;
	top: 0;
	margin-top: -115px;
}
.content-article{
	margin-top:40px;	
}
	.content-article .page-header{
		font-size:1.2em;
		border-bottom:1px dashed #AAA;	
		margin-bottom:10px;
	}
	.content-article .update{
		font-size:1em;	
	}
	.content-article img{
		width:100%;	
	}
	.letter img{
		width:inherit;	
	}
	.article-attach{
		margin:2em 0;	
	}

.cover {
    object-fit: cover;
    width: 260px;
    height: 200px;
    background-color: #ccc;
}
.b-gray{
	border: 1px solid rgba(0,0,0,0.70);
}

.center-block{
	display:block;
	margin-left: auto;
	margin-right:auto;
}

.under-dotted{
	border-bottom: 5px dotted;
}

/*header navの設定*/
.header{
	padding: 10px 0px;
}
.nav-pd{
	padding: 10px 0px;
}

.nav a{
	color: #000;
	line-height: 16px;
	font-size: 14px;
}

.nav a:hover{
	color: #7AC943;
}

.nav-sub{
	font-size: 11px;
	color: #7AC943;
}

.nav-boder {
	text-align:center;
}
.nav-boder li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
	border-left:1px solid #B3B3B3;
}
.nav-boder li.footerhome {
	border-left:0;
	padding-left:0;
}

.nav-link {
    display: block;
    padding: .5rem 0.2rem;
}

/*パンくず*/
.breadcrumb-box{
	background-color:#7AC943;
	padding: 6px;
    color: #fff;
}

.breadcrumb-box dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

.breadcrumb-box li a {
    color: #fff;
}

/*footer*/
.footer{
	padding:0px 0px 0px;
	color:#000;
}

.footer .copy{
    margin-bottom: 0rem;
	color: #fff;
}
.footer .back-green{
	background-color:#7AC943;
}

/*Top_画像*/
.top-img .col-md-6{
	padding: 0px;
	margin-bottom: 30px;
}

/*top_what'sNew*/
.whatsNew h1{
	padding-top: 10px;
	color: #7AC943;
	font-size: 26px;
	font-weight: 600;
}

.whatsNew .data{
	width: 80px;
}

.whatsNew .category{
	width: 100px;
}
.category-box2{
	width: 120px !important;
	color: #fff;
	background-color:#7AC943;
	font-size: 11px;
	padding: 3px;
}

/*top_年間・月間行事バナー*/
.schedule-banner{
	width: 100%;
	color: #fff;
	background-color:#7AC943;
	font-size: 16px;
	padding: 25px 10px 25px 10px;
	margin-top: 10px;
	border-radius: 6px;
}

/*top_保護者ページバナー*/
.login-banner{
	width: 100%;
	color: #fff;
	background-color:#FF6E00;
	font-size: 16px;
	padding: 7px;
	margin-top: 10px;
	border-radius: 6px;
}
.sub-title{
	font-size: 11px;
}

.login-banner p{
	margin-bottom: 0px;
	line-height: 1;
}


/*top_吉田の地域*/
.yoshida{
	background-image: url(../images/yoshida-bg.png);
	margin-top: 30px;
	padding: 30px 5px 10px;
}

.yoshida p{
	padding: 10px;
}


/*お知らせ・フォトギャラリー・部活動・保護者ページ共通*/
.archive {
	background-color: white;
	border-radius: 10px;
	border: 1px solid #409d28;
}

.archive h1{
	padding: 4px;
	font-size: 20px;
	color:#409d28;
}

.archive p{
}

.fc-maincolor{
	color:#409d28;
}



/**/

.dropdown {
  display: inline-block;
  margin: 3em;
  }

#tg {
  display: none;
  }

.menu {
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -10px;
  list-style: none;
  }

.dropInput:checked ~ .menu {
  visibility: visible;
  opacity: 1;
  top: 0;
  }

.dropLabel, .item {
  padding: 1em 1.5em;
  display: block;
  background-color: #fff;
  text-align: center;
  position: relative;
  color: #333;
  text-decoration: none;
  }

.item:hover {
  background-color: #3CB371;
  color: #fff;
  }

.dropLabel:hover, .dropInput:checked + label {
  background: #008B8B;
  color: #fff;
  }

.animation {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  }

.btn-success{
	background-color: #7AC943;
	border: #7AC943;
}
.btn-success:active,.btn-success:hover{
	background-color: #7AC943;
	border: #7AC943;
}

.fs-14{
	font-size: 14px;
}
.fs-16{
	font-size: 16px;
}
.fs-18{
	font-size: 18px;
}


.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:800px}}
@media (min-width:1200px){.container{max-width:1000px}}
/**/