@charset "utf-8";

.contents.foster a{
  text-decoration:none;
}

.contents.foster a:hover{
  transition: all 0.3s ease 0s;
}

.contents.foster a:hover img{
  transition: all 0.5s ease 0s;
  opacity:0.7;
}

h1, .colmunhead{
  width:940px;
  height:33px;
  background:url(/foster/images/title_long.png);
  background-size: 960px;
  padding-top:17px;
  text-align:right;
  padding-right:20px;
}

.contents.foster h2.grnLine{
  width: calc(100% - 20px);
  max-width: 940px;
  background: #fff;
  border-top: 2px solid #0a725f;
  border-bottom: 2px solid #0a725f;
  padding: 10px;
  margin-bottom: 20px;
  border-left: none;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
}

.contents.foster h2.grnLine.leftBlock{
  margin-top: 0;
}


.contents.foster h2.grnLine .fa{
  font-size: 120%;
}

.contents.foster h2 .fa-heart{
  color: #ed4580;
}

.registFormSection .fa-comment{
  color: #286bcc;
}

.contents.foster h2.grnLine .rightBrock{
  color: #6d6d6d;
}

.fa-twitter{
  color: #1b95e0;
  
}

#breadcrumb-wrap{
  min-height: 20px;
}

.whiteBoxArea{
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.messageBox {
  background: #fff;
  border: 1px solid #0a725f;
  padding: 10px;
  font-size:16px;
}

#rule-box{
  background: #fff;
  border: 1px solid #ccc;
}

/* バナー配布ページ */
#foster_banner #comment{
  padding: 15px;
  color: #6b6b6b;
}
#foster_banner .bnrs {
  background: #fff;
  margin-top: 15px;
  padding: 25px 10px;
  border: 1px solid #ccc;
}
#foster_banner .bnrs h3 {
  background-color: #e3f3e2;
  color: #0a725f;
  font-size: 18px;
  font-weight: bold;
  margin: 0 15px;
  padding: 5px 10px;
  border-left: 6px solid #0a725f;
}

#foster_banner .bnrBlock {
  margin-top: 50px;
}

#foster_banner .bnrBlock:first-child {
  margin-top: 0;
}

#foster_banner .bnrArea {
  padding: 5px 30px;
}
#foster_banner .bnrArea p {
  margin-bottom: 10px;
}

#foster_banner .bnrArea img {
  margin: 8px 0 13px 0;
}
#foster_banner textarea{
  background: #f9f9f9;
  font-size: 14px;
  padding: 8px;
  width: 870px;
  height: 50px;
}

#foster_banner.regist_finish_bnr textarea{
  width: 550px;
}

#bnr-way{
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 5px;
  color: #676767;
}
#bnr-way h4{
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px dotted #888;
  padding-bottom: 4px;
  margin-bottom: 12px;
  padding-left: 5px;
}
#bnr-way h4 .fa{
  font-size: 1.2rem;
}
#bnr-way p{
  padding-left: 5px;
  font-size: .95rem;
}
#bnr-way p.attention{
  font-size: .8rem;
}

/*----------------------------------------
左コンテンツ
----------------------------------------*/
.leftArea,
.mainArea{
  width: 636px;
  float: left;
}

/*----------------------------------------
右コンテンツ
----------------------------------------*/
.rightArea{
  width: 300px;
  float: right;
}


/*----------------------------------------
bottomContents中身共通
----------------------------------------*/
.bottomContentsBlock{
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
}

/*----------------------------------------
広告
----------------------------------------*/
.ad-wrap{
  border: 2px solid #358f7f;
  margin: 10px;
  padding:0;
}
.ad-wrap .header{
  background-color: #358f7f;
  color: #fff;
  padding: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.ad-wrap .body{
  padding:5px;
  background: #fff;
}

/*----------------------------------------
里親募集のアドバイス
----------------------------------------*/

.introduce-area{
  margin: 20px 0;
  border-radius: 5px;
}

.introduce-area h3{
  background-color: #0a725f;
  padding: 7px 15px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.introduce-area h3 .fa{
  font-size: 20px;
}

.introduce-inner{
  padding: 15px;
}

.introduce-inner > h4{
  padding: 8px 15px;
  background-color: #d5e8d4;
  color: #0a725f;
  font-size: 16px;
  font-weight: bold;
}
.introduce-inner > h4 span{
  display: inline-block;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid;
  font-size: 14px;
}

.introduce-inner h4.title{
  border-bottom: 2px solid #F5AD4B;
  padding: 5px 7px;
  font-weight: bold;
  font-size:16px;
  margin-top:5px;
}

.introduce-inner h4.title:before{
  content: "\f02e";
  font-family: FontAwesome;
  color: #F5AD4B;
  margin-right: 5px;
  font-size: 18px;
}

.txtBox{
  margin: 0 0 30px;
}
.txtBox:last-of-type{
  margin-bottom: 0;
}

.txtBox>div{
  width: 48%;
}

.txtBox .txtArea{
  padding: 10px 5px 0;
  font-size: 13px;
}

.txtBox .txtArea p{
  margin-bottom: 15px;
}

.txtBox .txtArea span.more{
  display: block;
  font-size: 14px;
}

.more a{
  color: #942a55;
  text-decoration: none;
  font-weight: bold;
}

.more a:before{
  content: "\f061";
  font-family: FontAwesome;
  margin-right: 5px;
}

.more a:hover{
  color: #ff6c00;
}

/*----------------------------------------
最新認定保護団体
----------------------------------------*/
.new_ninteiBlock{
  padding: 10px;
}

.new_ninteiBlock>h4{
  border-bottom: 2px solid #ed4580;
  padding: 5px 7px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.new_ninteiBlock>h4 .fa{
  color: #ed4580;
  font-size: 15px;
}

.new_ninteiBlock ul{
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}

.new_ninteiBlock li{
  display:inline-block;
  width:calc(100% / 3);
  margin: 10px 0;
}

.bottomContentsItem>div{
  float: left;
}

.new_ninteiBlock .groupImgArea{
  width: 50px;
}

.new_ninteiBlock .groupImgArea img{
  width: 100%;
  transition: all 0.3s ease 0s;
}

.new_ninteiBlock .groupImgArea img:hover{
  opacity: 0.7;
}

.new_ninteiBlock .groupNameArea{
  width:calc(100% - 70px);
  padding: 5px 10px;
}

.new_ninteiBlock .groupNameArea .userName{
  width: 100%;
  font-weight: bold;
}

.new_ninteiBlock .groupNameArea .groupName{
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  display: block;
}

.new_ninteiBlock .groupNameArea .userName a{
  text-decoration: none;
}

.new_ninteiBlock .groupNameArea .fa-external-link{
  font-size: 15px;
  vertical-align: middle;
  padding: 3px 0;
}

.new_ninteiBlock .groupNameArea .groupName{
  width: 100%;
}

/*----------------------------------------
サイトマップ
----------------------------------------*/
.prefListArea{
  margin: 20px 0 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
}

.prefListArea a{
  color: #0f67b7;
}

.prefListArea a:hover{
  color: #ff6c00;
}

.prefListArea>h4{
  border-bottom: 2px solid #F5AD4B;
  padding: 5px 7px;
  margin-bottom: 10px;
  font-size: 105%;
}

.prefListArea>h4 .fa{
  font-size: 15px;
}

.prefListArea .siteMenu{
  padding:2px;
  width:100%;
}
.siteMenu li{
  float:left;
  margin-right:14px;
}

/*----------------------------------------
サイトマップ
----------------------------------------*/

.siteMapArea{
  margin: 20px 0 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
}

.siteMapArea a{
  color: #0f67b7;
  text-decoration:none;
}

.siteMapArea a:hover{
  color: #ff6c00;
  text-decoration:underline;
}

.siteMapArea>h4{
  border-bottom: 2px solid #F5AD4B;
  padding: 5px 7px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.siteMapArea>h4 .fa{
  font-size: 15px;
}

.siteMenu{
  float: left;
  padding: 1%;
}
.siteMenu:nth-child(1){
  width: 15%;
}
.siteMenu:nth-child(2){
  width: 17%;
}
.siteMenu:nth-child(3){
  width: 21%;
}
.siteMenu:nth-child(4){
  width: 20%;
}
.siteMenu:nth-child(5){
  width: 17%;
}
.siteMenu h4{
  font-weight: bold;
}

.siteMapArea .siteMenu li{
  float: none;
  margin-right:0;
}

/*----------------------------------------
SEO対策の血統・柄のテキスト
----------------------------------------*/
.kwDescArea{
  background-color: #fff;
  border: 1px solid #d1d1d1;
  margin: 20px 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
}

.kwDescArea h2{
  width: 614px!important;
  font-size: 16px;
  background-color: #777;
  margin: 0!important;
  padding: 3px 10px;
  color: #fff;
  border-radius: 0px!important;
}

.kwDescArea .txtArea{
  padding: 12px 10px;
  font-size: 13px;
  color: #555;
}

.kwDescArea .txtArea p:not(:last-child){
  margin-bottom: 7px;
}

/*----------------------------------------
新規投稿
----------------------------------------*/
.howtoArea{
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.howtoArea h3 {
  font-size: 20px;
  color: #ff5400;
  margin-bottom: 10px;
}

.howtoArea .txt {
  display: table;
  width: 100%;
}

.howtoArea p{
  display: table-cell;
  vertical-align: middle;
  font-size: 11px;
}

.howtoArea img {
  width: 90px;
}

.newPosts {
  background: #ee2a6b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  white-space: nowrap;
  width: 250px;
  text-align: center;
  margin: 10px auto 0;
}

.newPosts:hover{
  background-color: #f57ea5;
}

/*----------------------------------------
お知らせ
----------------------------------------*/
.info-title{
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #d1d1d1;
  width: calc(100% - 22px);
}

.info-title>h3{
  border-bottom: 2px solid #F5AD4B;
  padding: 5px 7px;
}

.info-title .date{
  background: url(/images/arrow_red.gif) no-repeat left center;
  display: inline-block;
  padding-left: 12px;
}

.info-title .title{
  padding-left: 12px;
  line-height: 120%;
  font-size:13px;
}

.info-title .infoArea{
  padding: 5px;
}

.info-title .title a{
  color: #0f67b7;
}

.info-title .title a:hover{
  color: #ff6c00;
}

/*----------------------------------------
〇〇から探す
----------------------------------------*/
.dietLinkArea{
  width: 300px;
}

.dietLinkArea img{
  width: 100%;
}

.search-list {
  background: #fff;
  text-align: left;
  line-height: 1.8;
}

.search-list {
  margin: 10px 0;
}

.search-list.pref h2 {
  background: #0a725f;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 0;
  width: auto;
}

.search-list h3{
  background: #0a725f;
  border: #999 solid 1px;
  border-bottom: solid 1px #ccc;
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 2px 10px;
  text-align: left;
  text-shadow: 1px -1px 1px rgba(0,0,0,0.2), 1px -1px 1px rgba(224,242,210,0.2);
}

.search-list.pref h3{
  background: #358f7f;
  margin-top: 0;
}

.search-list ul {
  padding: 5px;
}

.search-list a {
  text-decoration: none;
  color: #0f67b7;
}

.search-list a:hover {
  color: #c40000;
}

.search-list.pref li,
.search-list.pattern li,
.search-list.type li {
  float: left;
  padding: 0 8px;
  margin-bottom: 5px;
  font-size: 14px;
}

.search-list.pattern li:last-child,
.search-list.type li:last-child{
  border-right: none;
}

.search-list.nintei li{
  padding: 0 8px;
  margin-bottom: 5px;
  font-size: 14.5px;
}

.search-list.nintei li:before{
  content: "\f152";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #62b39b;
}

/*サイドバーありがとう掲示板*/
.thanksTitle{
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
}

.thanksTitle.thanks1{
  background-color: #ed4580;
}

.thanksTitle.thanks2{
  background-color:#286bcc;
}

.thanksText{
  line-height: 1.5;
  background-color: #fff;
  margin-bottom: 5px;
}

.thanksText .user-name{
  font-size: 14px;
}

.thanksText .userInfo{
  height: 50px;
}

.thanksText.thanks1 .userInfo{
  background-color: #fef8fa;
}

.thanksText.thanks2 .userInfo{
  background-color: #e7eefa;
}

.thanksText .userInfo a{
  color: #1067b7;
}

.thanksText .userInfo a:hover{
  color: #ff6c00;
}

.thanksText .detail-text{
  color: #444;
  padding: 10px;
  font-size: 90%;
  line-height: 150%;
}

/*----------------------------------------
里親募集
----------------------------------------*/
.prefFoster{
  background: #fff;
  margin-bottom: 10px;
}

.prefFoster{
  border: 1px solid #666666;
}

.prefFoster h3{
  border: 1px solid #666666;
}

.prefFoster h3{
  padding: 3px 5px;
  color: #fff;
}

.prefFoster h3{
  background: #666666;
  font-size: 15px;
}

.prefFoster h3 a{
  color: #fff;
}
.prefFoster h3 a:hover{
  color: #fdffd0;
}

.prefFoster > div{
  display: flex;
  align-content: center;
  border-bottom: 1px solid #ccc;
}

.prefFoster>div:last-child{
  border: none;
}

.prefFoster > div a,
.prefFoster > div img{
  width: 50px;
  height: 50px;
}

.prefFoster .info {
  width: calc( 100% - 60px );
  padding: 5px;
}

.prefFoster .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.prefFoster .title a{color: #1067b7;}
.prefFoster .title a:hover{color: #ff8410;}

/*----------------------------------------
削除ボタン
----------------------------------------*/
a.favoriteDereteBtn{
  border: 1px solid #ccc;
  margin-top: 3px;
  padding: 0 5px;
  display: inline-block;
  border-radius: 5px;
  background: #888;
  color: #fff;
}

.favoriteDereteBtn .fa{
  color: #fff!important;
}

/*============================================================
 * $FLOATING TAB
 * 募集リストタブ
 * =========================================================*/
/* リンクのみ */
.floating_link{
  z-index: 10000;
  position: fixed;
  top: 208px;
  right: -41px;
  transform: rotate(-90deg);
  /*letter-spacing: 1px;*/
}
.floating_link a{
  display: inline-block;
  padding: 7px 10px 5px 13px;
  border-width: 3px 3px 0 3px;
  border-style: solid;
  border-color: #fff;
  border-radius: 5px 5px 0 0;
  background: #f4759e;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
}
/*--------------------
 * 全体
 * -----------------*/
.floating_tab,
.floating_tab > *,
.floating_tab > *:before,
.floating_tab > *:after {
  box-sizing: border-box;
}

.floating_tab {
  z-index: 10000;
  position: fixed;
  top: 170px;
  right: 0;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  letter-spacing: -.40em;
}

.floating_tab.active {
  -ms-transform: translateX(0);
  transform: translateX(0);
  animation: slide_anime 1.2s;
}
.floating_tab.noactive {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  animation: slide_anime_reverse 0.8s;
}

@keyframes slide_anime {
  0% {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
} 
@keyframes slide_anime_reverse {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
} 



.ftab_label,
.ftab_body {
  display: inline-block;
  background: #f4759e;
  border: 3px solid #fff;
  letter-spacing: normal;
}

/*--------------------
 * ラベル部分
 * -----------------*/
.ftab_label {
  box-sizing: content-box;
  position: absolute;
  display: block;
  top: 0;
  width: 1rem;
  padding: .4rem;
  border-right: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #fff;
  transform: translateX(-90%);
  transform: translateX(calc(-100% + 3px));

  /*transform: rotate(270deg);*/
  /*-webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;*/
  text-align: left;
  cursor: pointer;
}

.ftab_label:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\f04b";
  color: #fff;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);

}
.floating_tab.active .ftab_label:before {
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.ftab_label img {
  width: 100%;
  margin-top: 8px;
}



/*--------------------
 * コンテンツ部分
 * -----------------*/
.ftab_body {
  width: 460px;
  /* padding: 16px 10px; */
  padding: 16px 10px 8px 10px;
}

.ftab_body_cat,
.ftab_body_contents {
  background: #fff;
  border-radius: 4px;
}


/* ---------- ネコのデータ部分（使いまわす） ---------- */
.ftab_cat_data_inner {
  display: table;
}
.ftab_cat_data_photo,
.ftab_cat_data_text {
  display: table-cell;
  vertical-align: middle;
}
.ftab_cat_data_photo img{
  vertical-align: bottom;
}
.ftab_cat_data_text {
  padding: 8px;
}

.ftab_cat_data_text > * + * {
  margin-top: 4px;
}

.ftab_cat_data_num,
.ftab_cat_data_name,
.ftab_cat_data_applicant {
  display: block;
}
.ftab_cat_data_num {
  color: #666;
}
.ftab_cat_data_num a {
  color: #1067b7;
}
.ftab_cat_data_name {
  font-weight: bold;
}


/* ---------- コンテンツ ---------- */
.ftab_cat_list_title,
.ftab_applicant_list_title {
  display: block;
  padding: 10px 8px 8px;
  font-size: 16px;
  font-weight: bold;
}

.ftab_cat_list_body {
  overflow-y: scroll;
  /* min-height: 248px;
  max-height: 448px; */
  height: 426px;
}
.ftab_applicant_list_body {
  overflow-y: scroll;
  height: 248px;
}

.ftab_cat_list_title {
  border-bottom: 2px solid #999;
}

.ftab_cat_list_item {
  border-bottom: 1px solid #ccc;
}

.ftab_cat_list_item a {
  text-decoration: none;
  color: #000;
  display: block;
}
.ftab_cat_list_item a:hover{
  background: #fae5f9;
}

/*一時停止*/
.ftab_cat_list_state-stop {
  background-color: #d4e1f5;
}
.ftab_cat_list_state_tag {
  display: inline-block;
  padding: .4rem .8rem;
  border-radius: 6px;
  line-height: 1;
}
.ftab_cat_list_state-stop .ftab_cat_list_state_tag {
  background-color: #337ab7;
  color: #fff;
}

/*もっと見る*/
.ftab_cat_list_more {
  margin-top: 8px;
  text-align: right;
}
.ftab_cat_list_more a {
  color: #fff;
  text-decoration: none;
}
.ftab_cat_list_more a:hover {
  opacity: .7;
}
.ftab_cat_list_more a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\f061";
  margin-right: 8px;
}


/* ----- 応募ネコ ----- */
.ftab_body_cat {
  padding: 8px;
}


/* ----- この子へ応募 ----- */
.ftab_applicant_list {
  margin-top: 16px;
}

.ftab_applicant_list_title {
  border-bottom: 2px dotted #999;
}
.ftab_applicant_list_title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\f1d8";
  margin-right: 8px;
  color: #ed4580;
}

.ftab_applicant_list_body {
  margin: 8px 0 8px 8px;
}
.ftab_applicant_list_item {
  padding: 8px;
}
.ftab_applicant_list_item:after {
  content: ".";
  display: block;
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.ftab_applicant_list_item {
  display: inline-block;
}
/* Mac版IEを除外 \*/
.ftab_applicant_list_item {
  display: block;
}

.ftab_applicant_list_item:nth-child(odd) {
  background-color: #fbfae6;
}

.ftab_applicant_memo_btn {
  margin-right: 8px;
  padding: 4px;
  background-color: #b22222;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}

.ftab_applicant_memo_btn:hover {
  opacity: .7;
}

.ftab_applicant_list_item a {
  color: #286bcc;
  text-decoration: none;
}
.ftab_applicant_list_item a:hover {
  opacity: .7;
}

.ftab_applicant_state {
  float: right;
  margin-right: 8px;
  padding: .4rem .8rem;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.ftab_applicant_state:hover {
  opacity: .7;
}
.ftab_applicant_state-refuse {
  background-color: #666666;
}
.ftab_applicant_state-other {
  background-color: #89b566;
}
.ftab_applicant_state-unsupported {
  background-color: #89b566;
}
.ftab_applicant_state-adjust {
  background-color: #89b566;
}

.ftab_applicant_btn_area {
  text-align: center;
}

a.ftab_applicant_back_btn,
a.ftab_applicant_detail_link_btn {
  display: inline-block;
  padding: .4rem .8rem;
  background: #fff;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
}
a.ftab_applicant_back_btn:hover,
a.ftab_applicant_detail_link_btn:hover {
  background: #fcdce7;
}
a.ftab_applicant_back_btn:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f112";
  margin-right: 8px;
  color: #02735f;
}

a.ftab_applicant_detail_link_btn i {
  color: #02735f;
}

/*--------------------
 * ポップアップ
 * -----------------*/
.popup_wrap {
  display: none;   
}

.popuop_contents {
  padding: 8px;
}


/* ---------- メモ ---------- */
.popup_memo_inner {
  min-width: 500px;
}
/* 以下user_home.cssよりコピー */
.popup_memo_inner .memoHeader {
  padding: 5px 10px;
}
.popup_memo_inner .memo {
  padding: 0 10px;
}
.popup_memo_inner .btnArea {
  padding: 10px;
}
.statusUpdateBtn .fa-pencil,
.memoUpdateBtn .fa-pencil {
  color: #ec8813;
}


/* ---------- ユーザー ---------- */
.popup_user_inner {
  min-width: 300px;
}

/* 以下user_home.cssよりコピー */
.popup_user_inner .header{
  display: table;
  width: 100%;
  border-bottom: 1px solid #800000;
}
.popup_user_inner .userImg {
  display: table-cell;
  width: 45px;
  vertical-align: middle;
  padding-bottom: 5px;
}
.popup_user_inner .userImg img {
  width: 45px;
}
.popup_user_inner .userName {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 16px;
}
.popup_user_inner .userName a{
  text-decoration: none;
}

.popup_user_inner a,
.popup_user_inner a:visited {
  color: #0f67b7;
}
.popup_user_inner a:hover {
  color: #c40000;
}

.popup_user_inner .basicInfo {
  margin-top: 10px;
}
.popup_user_inner .basicInfo div,
.popup_user_inner .applyInfo div {
  border-left: 5px solid #88bb77;
  padding: 5px;
  background-color: #eee;
}
.popup_user_inner .applyInfo {
  margin-top: 20px;
}
.popup_user_inner .basicInfo table,
.popup_user_inner .applyInfo table {
  width: 100%;
}
.popup_user_inner .basicInfo table th,
.popup_user_inner .basicInfo table td,
.popup_user_inner .applyInfo table th,
.popup_user_inner .applyInfo table td {
  border: none;
}
.popup_user_inner .basicInfo table th,
.popup_user_inner .basicInfo table td,
.popup_user_inner .applyInfo table th,
.popup_user_inner .applyInfo table td {
  padding: 10px 3px 3px 3px;
  border-bottom: 1px dotted #aaa;
}
.popup_user_inner .basicInfo table th,
.popup_user_inner .applyInfo table th {
  width: 40%;
}
.popup_user_inner .basicInfo table td,
.popup_user_inner .applyInfo table td {
  width: 60%;
}
.applicant-applyMsgArea {
  display: none;
  padding: 8px;
}
.applicant-applyMsgArea .applyMsg {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
}

.applicantTbl .userInfo .userData .age {
  font-size: 11px;
}
.applicantTbl .userInfoPopup {
  display: none;
}
.applicantTbl .statusSelectBtn.decision,
.applicantTbl .statusSelectBtn.refuse,
.applicantTbl .statusSelectBtn.other {
  border-radius: 5px;
  padding: 2px 6px;
  background: #d1362e;
  color: #fff;
}
.applicantTbl .statusSelectBtn.decision {
  background: #d1362e;
}
.applicantTbl .statusSelectBtn.refuse {
  background: #888;
}
.applicantTbl .statusSelectBtn.other {
  background: #89B566;
}

.applicantTbl .statusSelectBtn.refuse:hover,
.applicantTbl .statusSelectBtn.other:hover {
  opacity: 0.7;
}
.applicantTbl .statusArea {
  display: none;
}


/* ---------- ステータス ---------- */
.popup_state_inner {
  min-width: 250px;
  max-width: 250px;
}

/* 以下user_home.cssよりコピー */
.popup_state_inner .statusHeader {
  border-bottom: 1px solid #800000;
  padding: 5px;
}
.popup_state_inner .statusSelect {
  padding: 5px 5px 0 5px;
}
.popup_state_inner .statusSelect li {
  margin-bottom: 5px;
}
.popup_state_inner .btnArea {
  border-top: 1px solid #800000;
  padding: 5px;
}


/*----------------------------------------
2017/09/17追記、グロナビの切り分け　ページごとの設定
----------------------------------------*/
.extendNav > ul > li > a,
.extendNav > ul > li > span {
  color: #02735f;
}
.extendNav > ul > li > a:hover,
.extendNav > ul > li > span:hover {
  background: rgba(39,102,92, .2);
}
.extendNav .innerNav a {
  color: #fff;
  background: rgba(17,76,67, .9);
  padding: .4rem .8rem;
  border-top: 1px solid #7c8c0e;

}

.extendNav .innerNav a:hover {
  background: rgba(39,102,92, .9);
}

.resistBtn .draftBtn{
  background: #cab483;
  padding: 8px;
  border-radius: 3px;
  color: #fff !important;
  font-size: 15px;
  text-align: center;
}

/*----------------------------------------
 2025/06 TOPリニューアル
----------------------------------------*/
/* 本体 */
.fosterContentsWrap *,
.fosterContentsWrap *:before,
.fosterContentsWrap *:after{
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; 
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fosterContentsWrap a{
  display: inline-block;
}
.fosterContentsWrap img{
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}


/* 検索部分の見出し（汎用的に作成） */
h2.primaryHeading,
.primaryHeading-flex{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ccc;
}
h2.primaryHeading{
  color: #333;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
  border-radius: 0;
}

.primaryHeading-flex{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0 0 8px;
  border-bottom: 2px solid #ccc;
}

.primaryHeading-flex .primaryHeading{
  border: none;
  margin: 0;
}

h2.primaryHeading::after,
.primaryHeading-flex::after{
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: inline-block;
  width: 220px;
  height: 2px;
  background: #0a725f;
}
.primaryHeading-flex h2.primaryHeading::after{
  display: none;
}

.fosterContentsWrap .kitten-row{
  margin: 0 0 10px;
}

/* ２カラムブロック */
.mainContents{
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.mainContents .bnrLink{
  width: 100%;
}

/* 左ブロック */
.fosterMain{
  width: calc(100% - 300px);
}


/* 右ブロック */
.fosterSide{
  width: 280px;
}
.fosterSide .linkArea a{
  margin-bottom: 15px;
}
.fosterSide .newPosts{
  display: flex;
  align-items: center;
  justify-content: center;
    margin: 0;
  width: 100%;
  height: 50px;
  font-size: 18px;
}

.fosterSide .linkBlock{
  margin: 20px 0 15px;
}
.fosterSide h2.linkBlock_heading{
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 10px 5px;
  border-bottom: 2px solid #ccc;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.fosterSide h2.linkBlock_heading::before{
  content: "\f1b0";
  margin-right: 5px;
  color: #0b618e;
  font-family: FontAwesome;
  font-weight: normal;
}
.fosterSide h2.linkBlock_heading::after{
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: inline-block;
  background: #0b618e;
  width: 100px;
  height: 2px;
}

.fosterSide .linkBlock-applicant h2.linkBlock_heading::before{
  color: #6f3916;
}
.fosterSide .linkBlock-applicant h2.linkBlock_heading::after{
  background: #6f3916;
}

.fosterSide .bnrLink{
  margin: 0 0 15px;
}

.fosterSide .linkList{
  border: 1px solid #a5a5a5;
  background: #fff;
}
.fosterSide .linkList a{
  display: block;
  padding: 8px 10px;
  color: #56381d;
  font-size: 14px;
}
.fosterSide .linkList a:hover{
  color: #ff6c00;
}
.fosterSide .linkList_item + .linkList_item{
  border-top: 1px dashed #a5a5a5;
}

/* ご利用者の声 */
.fosterSide .thanksTitle{
  padding: 6px 10px;
  border-radius: 5px 5px 0 0;
}
.fosterSide .thanksText{
  margin: 0;
  border-top: 1px solid #ccc;
}
.fosterSide .thanksText:last-of-type{
  margin: 0 0 8px;
  border-radius: 0 0 5px 5px;
}

.fosterSide .userInfo{
  display: flex;
}
.fosterSide .userInfo > div{
  width: calc(100% - 50px);
  float: none !important;
  height: 50px;
}
.fosterSide .userInfo > div p:not(.date){
  display: flex;
  align-items: flex-end;
}
.fosterSide .userInfo > div a{
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fosterSide .userInfo span{
  display: inline-block;
  width: 30px;
  margin-left: 3px;
}
.fosterSide .userInfo .date{
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.fosterSide .thanksTextDetail a{
  padding: 10px;
}
.fosterSide .thanksTextDetail a:hover{
  opacity: .7;
}
.fosterSide .detail-text{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3.3rem;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fosterSide .more{
  margin: 0 0 20px!important;
}
.fosterSide .more a.moreLink-thanks1{
  color: #286bcc;
}
.fosterSide .more a.moreLink-thanks1:hover{
  color: #164281;
}
.fosterSide .more a.moreLink-thanks2{
  color: #ed4580;
}
.fosterSide .more a.moreLink-thanks2:hover{
  color: #b9295c;
}

/* 運営からのお知らせ */
.fosterSide .info-title{
  width: 100%;
  margin: 0!important;
}


/* 下部ブロック */
.fosterBottom .bottomContentsBlock{
  border-radius: 5px;
}
.fosterBottom .bottomContentsBlock .bottomContentsTitle{
  margin: 0 0 20px;
  padding: 0 7px 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.fosterBottom .bottomContentsBlock .bottomContentsTitle i{
  font-size: 20px;
}

/* 下部ブロック - 猫との暮らし方 */
.catLiving_area{
  margin: 0 0 20px;
  padding: 20px;
}
.catLiving_area .bottomContentsTitle{
  border-bottom: 2px solid #0a725f;
}
.catLiving_area .bottomContentsTitle i{
  color: #0a725f;
}
.catLiving_detail{
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0 7px;
}
.catLiving_detail > div{
  width: 280px;
}

/* 下部ブロック - 最新認定保護団体 */
.fosterBottom .new_ninteiBlock{
  padding: 20px;
}
.fosterBottom .new_ninteiBlock ul{
  gap: 0 20px;
  padding: 0 10px;
}
.fosterBottom .new_ninteiBlock ul li{
  display: flex;
  align-items: center;
  width: calc((100% - 60px) / 4);
  margin: 0;
}
.fosterBottom .new_ninteiBlock ul li:nth-child(n + 5){
  margin-top: 20px;
}
.fosterBottom .groupImgArea a{
  display: inline-block;
  border: 1px solid #ccc;
}
.fosterBottom .new_ninteiBlock .groupNameArea .userName{
  font-size: 14px;
}
.fosterBottom .new_ninteiBlock .groupNameArea .groupName{
  font-size: 12px;
}

/* 下部ブロック - 里親募集のサイトマップ */
.fosterBottom .siteMapArea{
  padding: 20px;
}

.fosterBottom .siteMapArea a{
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding-left: 10px;
  color: #56381d;
  font-size: 13px;
  text-decoration: none;
}
.fosterBottom .siteMapArea a::before{
  position: absolute;
  top: calc(50% - .5px);
  left: 0;
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #56381d;
}
.fosterBottom .siteMapArea a:hover{
  color: #ff6c00;
  text-decoration:underline;
}

.fosterBottom .siteMapArea .bottomContentsTitle{
  border-bottom: 2px solid #F5AD4B;
}

.fosterBottom .siteMapDetail {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.fosterBottom .siteMenu{
  width: auto!important;
  float: none;
  padding: 0;
}
.fosterBottom .siteMenu .title{
  margin: 0 0 5px;
  color: #2e4e48;
  font-size: 15px;
  font-weight: bold;
}
.fosterBottom .siteMenu  ul + .title{
  margin-top: 10px;
}
