/****** 文字を点滅せさるアニメーション *******/
.blinktext{
	-webkit-animation:blink 1.2s ease-in-out infinite alternate;
    -moz-animation:blink 1.2s ease-in-out infinite alternate;
    animation:blink 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.post-1585 .entry-title {
    display: none;
}
.widget {
border-radius :10px;
}
.widgettitle {
border-radius : 10px 10px 0 0;
}
.balloon3-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #a4eb84;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-top:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #a4eb84;
  z-index: 0;
}
/*カスタマイズ用*/
.p-box.p-custom{border: 3px solid #FEE5F8;/*枠線の色*/
border-radius :10px;
}
.p-box.p-custom ul li:before {color: #FEE5F8;/*チェックの色*/}

#breadcrumb li:first-child a span {
    display: none;
}

#breadcrumb li:first-child a span {
    display: none;
}
#breadcrumb li:first-child a:after {
    content: 'HOME';
}


#main .entry-content .hh8 {
color: #B37B87;
background-color: #FFE3E9;
border: solid 2px #FFE3E9;
box-shadow: -5px 0 0  #F99292;
}

/* body{
    background: #81bcd8;
}
.site-header{
    background: #fff;
    display: flex;
    padding: 60px 20px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
}
.site-logo img{
    height: 20px;
    width: auto;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item{
    margin-left: 20px;
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}
.hero{
    max-height: 500px;
    overflow: hidden;
}
.hero img{
    height: auto;
    width: 100%;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
    width: 800px;
}
.content p{
    margin-bottom: 40px;
}
.site-footer{
    background: #333;
    padding: 80px 0;
}
.copyright{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
 */




