.top_official_name{
  font-size:1.0rem;
  width:90%;
  max-width:700px;
  margin:auto;
  text-align:left;
  margin-bottom:15px;
  font-weight:bold;
  color:#333;
}
.shop_head{
  font-weight:bold;
  margin-bottom:15px;
}
.shop{
  border: solid 2px #8EC31E;
  padding:1rem;
  border-radius:3px;
  margin:auto;
  margin-bottom:25px;
  max-width:800px;
}

/*add by anicom*/
sup.sup{
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.desc{
  font-size: 75.5%;
}
.right-text{
  text-align:right;
}

.petit-link{
  display:none;
  margin: 0px 15px 0px auto;
  width: 300px;
  text-align: center;
  color: black;
}
@media screen and (max-width: 768px){
  .petit-link {
    margin: 0px auto;
}
}
.show-petit-link-true .petit-link{
  display:block;
}
.appBtn{
  display:none;
}
.olKanyu-true .appBtn{
  display:inline-block;
}
.show-official-name-false{
  display:none;
}
.annotation-exists-false{
  display:none;
}
.cu-text-false{
  display:none;
}
@media screen and (max-width: 768px) {	
  .petit-link img{
    width:auto;
    max-height:80px;
  }
}