/*******************************
* post-xx の指定固定ページ記事タイトル非表示
********************************/

#post-8189
.entry-title {
  display:none;
}

/*見出しの変更　*/
h2 {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
}


/*BNT 店舗詳細リスト表示　*/
table.store {
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 10px;
font-size: 12px;
width:100%;
table-layout: fixed;
}

table.store th,
table.store td {
padding: 10px;
}

table.store th {
background: #295890;
vertical-align: middle;
text-align: left;
overflow: visible;
color: #fff;
font-weight: normal;
font-size: 15px;
width:100px;
}


/* firefox */
@-moz-document url-prefix() {
table.store th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #295890 10px solid;
margin-top: -10px;
}
}

table.store td {
background: #f8f8f8;
padding-left: 20px;
font-weight: bold;
font-size: 15px;
}

/*BNT 一覧表示　*/

.list-beer-price{
position: relative;
padding-left: 5px;
font-weight: bolder;
color: #ff0000;
}

.list-beer-label{
	font-size: 15px;
}

/*BNT ニックネーム表示*/
.post-nickname-display {
    background-color: #c85d05;
    color: #fff;
    padding: 1em;
    position: relative;
}
.post-nickname-display::after {
    content: "";
    border-color: #853e04 #fff #fff #853e04;
    border-style: solid;
    border-width: 0 0 24px 24px;
    bottom: 0;
    position: absolute;
    right: 0;
}

/*BNT 投稿募集*/
.post-recruitment {
    padding: 0.5em 1em;
    margin: 1em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}

/*カテゴリリンク*/
.post-categories {
  list-style: none;
  overflow: hidden;
}

.post-categories {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.post-categories p {
    margin: 0; 
    padding: 0;
}

/*記事内URLボタン～*/
.url_button {
    margin-left: auto;
    margin-right: auto;
    width:300px;
    height:50px;
    line-height:50px;
}
.url_button a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FF3636;
    text-align:center;
    color:#FFFFFF;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:5px 5px 0px 0px #DEDEDE ;
}
	
/*記事内このお店の近くで～*/

.bntcategory1 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #e6f4ff;
    color: #000000;
    font-weight: bold;
}
.bntcategory1:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.bntcategory1 p {
    margin: 0; 
    padding: 0;
}
/* adsense調整
@media screen and (max-width: 500px){
     .adsbygoogle {
     }
}
*/

.category-child-link{
  color: black;
  border-left: solid 8px orange;/*左側の線*/
  background: whitesmoke;/*背景色*/
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
  padding: 0.5em;
  list-style-type: none!important;
}

#site-title { font-family: "Nico Moji"; }

#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 99%;
}