


.header-small {
		  height: 65px !important;
		
		}

.category a{
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}

.box100 {
padding: 0.5em 1em;
margin: auto;
    font-weight: bold;
color: #fff;/*文字色*/
border: solid 1px #fff;/*線*/
border-radius: 10px;/*角の丸み*/
width:65%;

}

.hestia-title {
		font-size :23px !important;
		}

.section-image:after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-color: rgba(0, 0, 0, 0.4) !important;
  content: "";
}


.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.box29 {
    margin: 2em 0;
    background: #fff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
		color:#000;
}

.footer-menu{
display: none;
}


.author
{
display: none;
}

.box3 {
    padding: 0.5em 1em;
margin-left: 10px;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
border: solid 1px #6091d3;/*線*/
border-radius: 3px;/*角の丸み*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}