@charset "utf-8";
#container {}
/* ↓ 20220421 ブログキーワード検索機能 */
.blog_search{
  margin: 0 0 12px 8px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.blog_keyword_search{
  width: 100%;
  margin-bottom: 8px;
}
#keyword_box{
  position: relative;
  width: 100%;
}
#inputKeyword{
  width: 100%;
  font-size: 16px;
  padding: 8px 6px 6px 16px;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.searchFormInput::placeholder{
  color: #939c97; 
}
.search_blog_btn{
  position: absolute;
  display: block;
  right: 16px;
  top: 7px;
}
.category_list{
  background-color: #EFEFEF;
  padding: 8px 6px 4px;
}
.category{
  font-size: 14px;
  font-weight: bold;
  margin-left: 6px;
}
.category_search{
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category_search:after {
  display: none;
}
.blog_category_btn{
  width: calc(33.3% - 8px);
  margin: 4px 0;
  font-size: 11px;
  background-color: #fff;
  color: #939c97;
  cursor: pointer;
  padding: 0;
  height: 30px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.category_cnt{
  transform: scale(0.8);
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 1.5px;
  margin-left: -1px;
}
.active_btn{
  background-color: #e74478;
  color: #fff;
  box-shadow: none;
}
.blog_category_btn .active_btn:before {
  content: "\2714";
  font-size: 11px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  filter: brightness(1);
}
.no_category{
  background-color: #CCC;
  box-shadow: none;
  color: #888;
  opacity: 0.8;
  pointer-events: none;
}
.movie_search{
  text-align: center;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.movie_search:after {
  display: none;
}
.movie_search .blog_select_btn{
  background-color: #fff;
  color: #939c97;
  cursor: pointer;
  padding: 0;
  width: calc(50% - 8px);
  height: 30px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.movie_search .active_btn{
  background-color: #e74478;
  color: #fff;
  box-shadow: none;
}
/* ↑ 20220421 ブログキーワード検索機能 */
#blogDetail {
  margin-bottom: 20px;
}
#blogDetail h3 {
  margin-bottom: 20px;
}
#blogDetailBlock {
  width: 553px; margin-right: 20px; float: left;
}
.blogDetailBox {
  background: url("/img/img_sys/color/default/pc/blog_body.gif?cache01=20161201000000") repeat-y 100% 0px; margin-bottom: 20px;
}
.blogDetailBoxTop {
  background: url("/img/img_sys/color/default/pc/blog_top.gif?cache01=20161201000000") no-repeat 100% 0px; padding-top: 11px;
}
.blogDetailBoxTop h4 {
  background: url("/img/img_sys/color/default/pc/blog_list_title.gif?cache01=20161201000000") no-repeat 0px 0px; padding: 0px 7px 0px 47px; width: 489px; height: 41px; color: rgb(255, 255, 255); line-height: 36px; font-size: 13px; font-weight: bold;
}
.blogDetailBoxTop h4 span{
  height: 40px;display: table-cell;line-height: 20px;vertical-align: middle;font-weight: bold;
}
#sideBlock {
  width: 157px; float: left;
}
.sideBox {
  margin-bottom: 15px;
}
.sideBox h5 {
  padding: 4px 3px; border: 1px solid rgb(153, 153, 153); text-align: center; font-weight: bold; margin-bottom: 10px; background-color: rgb(238, 238, 238);
}
#blogDetailBlock .pager{
 width: 100%;
 margin-bottom: 10px;
}
#blogDetailBlock .pager table{
 margin: 0 auto;
 border: none;
}
#blogDetailBlock .pager table td.prev{
 padding-right: 8px;
 width: 100px;
 text-align: center;
}
#blogDetailBlock .pager table td.next{
 padding-left: 8px;
 width: 100px;
 text-align: center;
}
#blogDetailBlock .pager table td.list{
 width: 90px;
 text-align: center;
}
.blogDetailBoxBtm {
 background: url("/img/img_sys/color/default/pc/blog_bottom.gif?cache01=20161201000000") no-repeat 100% 100%; min-height: 48px;
}
.blogDetailBoxBtm .blogDetailBoxText {
 padding: 7px 18px 25px; width: 509px; margin-left: auto;
}
/* ↓ 2023/08/09 */
.blogDetailBoxBtm .blogDetailBoxText strong, .blogDetailBoxBtm .blogDetailBoxText strong * {
 font-weight: bold;
}
/* ↑ 2023/08/09 */
.bloglink {
 text-align: right; padding-top: 10px; font-size: 11px;
}
.bloglink a.kyuujin {
 background: url("/img/fppc/au_heart.gif") no-repeat 0px 50%; padding-left: 15px;
}
.bloglink a.shop {
 background: url("/img/fppc/au_house.gif") no-repeat 0px 50%; padding-left: 15px;
}
.bloglink a.diary {
 background: url("/img/fppc/au_diary.gif") no-repeat 0px 50%; padding-left: 15px;
}
.sideBox .profileImg {
  text-align: center;
}
.shoplink {
 line-height: 20px; -ms-word-wrap: break-word;
}
.shoplink a.kyuujin {
 background: url("/img/fppc/au_heart.gif") no-repeat 0px 50%; padding-left: 15px;
}
.shoplink a.shop {
 background: url("/img/fppc/au_house.gif") no-repeat 0px 50%; padding-left: 15px;
}
.shoplink a.movie {
 background: url("/img/fppc/au_movie.gif") no-repeat 0px 50%; padding-left: 15px;
}
.sideBox p {
 padding: 0px 5px; font-size: 11px; margin-bottom: 5px;
}
.sideBox .shoplink {
 padding: 0px 5px; margin-bottom: 5px;
}
.sideBox a {
 font-size: 11px;
}
.sideBox ul {
 padding: 0px 5px;
}
.sideBox table {
 width: 100%; text-align: center; font-size: 11px;
}
.sideBox table tr th {
 font-weight: bold; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
