@charset "utf-8";

/* =====================================================================
    店長ブログ一覧
====================================================================== */
/* ---- ↓ボタン ----*/
.shopDescriptionImg#jobDetail{
  margin-top:5px;
  margin-bottom:5px;
  margin-left:auto;
  margin-right:auto;
  width:291px;
  position:relative;
  text-align: center;
}

.shopDescriptionImg .flex-direction-nav li a{
  width:20px;
  position:absolute;
  top:50%;
  display:block;
  height:20px;
  margin-top:-16px;/*ボタンの半分の高さ(24px)＋テキスト2行分(26px)*/
  text-indent:-9999px;
  overflow:hidden;
}
.shopDescriptionImg .flex-direction-nav li .flex-prev{
  left:0;
  background:url(../img/iconSliderPrev.png) 0 0 no-repeat;
  background-size:contain;
  width:20px;
}
.shopDescriptionImg .flex-direction-nav li .flex-next{
  right:0;
  background:url(../img/iconSliderNext.png) 0 0 no-repeat;
  background-size:contain;
  width:20px;
}
/* ----↑ボタン ----*/
.tenchoProf {
    border-radius: 4px 4px 4px 4px;
}

/* .blog-profil-p {
    background: url(/img/listArrow2.png) no-repeat scroll right center transparent;
    font-weight: normal;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
} */

.blog-profil-details {
    padding: 5px 10px;
    font-size: 14px;
    display: none;
    margin: 0 2%;
}

/* 2024/08/30 ヘブン検定各フロント表示対応 start */
.profile h2.head_line {
    position: relative;
}

.blog-heaven-exam-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: 0px 0px 0px 8px;
    top: 4px;
    height: 23px;
}
span.blog-heaven-exam-icon>img {
    height: 100%;
    width: auto;
}
/* 2024/08/30 ヘブン検定各フロント表示対応 end */

.blog-profil-img {
    text-align: center;
    padding-bottom: 5px;
}

.blog-details {
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    color: #1D3994;
    padding: 0;
    height: 60px;
    width: 100%;
    display: table;
    margin: 0 2%;
    width: 96%;
}
.blog-details a {
    color: inherit;
}
.blog-details .blog-details-link {
    margin: 0;
    padding: 0;
    background: none;
    height: 60px;
    width: 100%;
    display: table-row;
    float: left;
}
.blog-details .blog-details-link .blog-details-image {
    width: 60px;
    height: 60px;
    display: table-cell;
}
.blog-details .blog-details-link .blog-details-image-range {
    overflow: hidden;
    width: 60px;
    height: 60px;
}
.blog-details .blog-details-link img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}
.blog-details .blog-details-link .blog-details-content {
    padding: 8px 10px;
    line-height: 100%;
    display: table-cell;
    width: 100%;
    height: 60px;
    vertical-align: top;
}
.blog-details-date {
    font-size: 12px;
    color: #666666;
}
.dx_openerbar {
    font-size: 12px;
    line-height: 32px;

    list-style: outside none none;
    margin: 0 2%;
    padding: 8px 0 8px 10px;
    position: relative;
}
.dx_openerbar a.shop {
    background: rgba(0, 0, 0, 0) url("/img/s/listArrow2.png") no-repeat scroll right center;
}
.dx_openerbar a.shop2 {
    background: rgba(0, 0, 0, 0) url("/img/s/listArrow3.png") no-repeat scroll right center;
}
.dx_openerbar > a {
    color: inherit;
    display: block;
    font-weight: normal;
    text-decoration: none;
}
.latest_blog {
    margin: 2% 2% 0;
    padding-bottom: 0;
}
.latest_blog p {
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    margin: 0 2%;
    padding: 10px;
}
