@charset "utf-8";

/* =========================================================
 * TOPページ定義
 * ====================================================== */
#contens-inner a{
  text-decoration:none;
}

/*#contens-inner a:hover{
  transition: all 0.3s ease 0s;
}

#contens-inner a:hover img{
  transition: all 0.5s ease 0s;
  opacity:0.7;
}*/

.topArea,
.centerArea,
.bottomArea {
  margin-bottom: 20px;
}

.nekoshaArea{
  width: 600px;
}

.askArea{
  width: 350px;
  min-height: 560px;
}

.foster_maigoArea{
  width: 300px;
}

.diaryArea{
  width: 650px;
}

.infoArea{
  width: 700px;
}

.omikujiArea{
  width: 250px;
}



h2{
  font-size: 15px;
  margin: 0 0 8px 0;
  padding: 0 8px 3px 8px;
}

.askArea h2{
  border-bottom: 2px solid #ed4580;
  font-weight: 600;
  color: #555;
}

.askArea h2 .fa{
  color: #ed4580;
}

.nekoshaArea h2{
  border-bottom: 2px solid #fca049;
  font-weight: 600;
}

.nekoshaArea h2 .fa{
  color: #fca049;
}

.diaryHeading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 8px;
  background: #987c54;
  color: #fff;
  line-height: 1;
}
/* .diaryHeading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  line-height: 1;
  border-top: 2px solid #987c54;
  background: #fff;
  color: #705a3b;
  border-bottom: 2px solid #987c54;
  font-weight: 800;
} */
.diaryHeading_ttl{
  font-size: 18px;
}
.diaryHeading_subttl{
  font-size: 15px;
}

.diary-more{
  float: right;
}

a.more-link{
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  
  background: #ff8410;
  border-radius: 5px;
  padding: 4px 10px;
  display: inline-block;
  font-size:15px;
}

a.more-link:hover{
  color: #fff;
  opacity:0.7;
}


/* =========================================================
 * ネコ写定義
 * ====================================================== */
.mvnArea {
  position: relative;
}

.mvnArea .mvOver {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9999;
}

.mvnAreaWrap .mvnArea {
  width: 600px;
  float: left;
}

.mvPhotoArea {
  height: 400px;
  padding: 0;
  width: 600px;
  position: relative;
  overflow: hidden;
}

.mvPhotoArea .mvPhotoImg {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mvPhotoTitle {
  background: rgba(0,0,0,.4);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%, rgba(0,0,0,.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 5px 15px;
  position: absolute;
  white-space: nowrap;
  width: 570px;
}

.mvPhotoTitle .ttl {
  font-size: 18px;
}

.mvPhotoTitle .userName {
  float: left;
  width: 70%;
}

.mvPhotoTitle .valueArea {
  float: right;
  width: 25%;
  display: table;
}

.mvPhotoTitle .valueArea p {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

.mvPhotoTitle .valueArea p span.fa-search {
  color: #fff;
}

.mvPhotoTitle .valueArea p span.fa-comment {
  color: #accfff;
}

.newNekosha .nekoshaControlWrap {
  position: relative;
}

.newNekosha .nekoshaControlWrap .prev{
  width: 24px;
  position: absolute;
  left: 0;
}
.newNekosha .nekoshaControlWrap .next{
  width: 24px;
  position: absolute;
  right: 0;
}

.newNekosha .nekoshaControlWrap .prev img,
.newNekosha .nekoshaControlWrap .next img{
  width: 100%;
}

.newNekosha .nekoshaControlWrap .prev:hover,
.newNekosha .nekoshaControlWrap .next:hover{
  opacity: .7;
}

.newNekosha .nekoshaListWrap {
  width: 535px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.newNekosha .nekoshaList {
  position: absolute;
  top: 0;
  bottom: 0;
}

.newNekosha .nekoshaBox {
  float: left;
  position: relative;
  margin-left: 5px;
}

.newNekosha .nekoshaBox:first-child {
  margin-left: 0;
}

.newNekosha .nekoshaBox a:hover {
  opacity: .7;
}

.newNekosha .nekoshaBox img {
  width: 130px;
}

.newNekosha .nekoshaBox .photoList_text{
  width: calc(100% - 6px);
  position: absolute;
  display: block;
  left: 0;
  bottom: 5px;
  padding: 3px;
  background: rgba(0,0,0,.4);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%, rgba(0,0,0,.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  line-height: 1;
  color: #fff;
}

.newNekosha .nekoshaBox .photoList_text span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 123px;
  font-size: 12px;
}

.pickupPhoto .inner {
  overflow: hidden;
  position: relative;
  display: block;
}

.pickupPhoto .textArea {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .25rem;
  background: rgba(0,0,0,.4);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%, rgba(0,0,0,.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  line-height: 1;
  color: #fff;
  font-size: 10px
}

.pickupPhoto .textArea .title {
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: .25rem;
}

.pickupPhoto .textArea .date {
  display: table;
  width: 100%;
  height: 1rem;
  font-size: .75rem;
  table-layout: fixed;
}
/* bxslider */
.pickupPhoto .bx-wrapper .bx-controls-direction a {
  position: absolute;
  margin-top: 0;
  top: 0;
  outline: 0;
  width: 24px;
  height: 108px;
  text-indent: -9999px;
  z-index: 9999;
}

.pickupPhoto .bx-wrapper .bx-prev {
  left: -30px;
  background: url(../../images/controls_prev.png) no-repeat;
}

.pickupPhoto .bx-wrapper .bx-next {
  right: -30px;
  background: url(../../images/controls_next.png) no-repeat;
}

.pickupPhoto .bx-wrapper .bx-prev:hover,
.pickupPhoto .bx-wrapper .bx-next:hover {
  background-position: 0;
  opacity: .7;
}

/* =========================================================
 * 質問定義
 * ====================================================== */
.askList {
  background: #fff;
  padding: 10px;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
  height: 100px;
}

.askList:last-child {
  margin-bottom: 0;
}

.askList .status {
  width: 44px;
  float: left;
  text-align: center;
}

.status.accepting {
  color: #02735f;
}

.status.accepting div {
  background: #02735f;
}

.status.solved {
  color: #ed4580;
}

.status.solved div {
  background: #ed4580;
}

.askList .status div {
  color: #fff;
  padding: 5px;
  width: 33px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 10px;
  font-size: 11px;
}
.askList .status span{
  font-weight: 600;
  font-size: 14px;
}

.askList .status p {
  font-weight: 600;
  font-size: 16px;
}

.askList .questionDetail {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  float: right;
  position: relative;
  height: 80px;
}
.askList .questionDetail h4{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.questionDetail.question .txt {
  font-size: 13px;
  height: 36px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 140%;
}

.question .questionInfo {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.questionDetail h4 a{
  font-size: 15px;
  font-weight:500;
  color: #1067b7;
}

.questionDetail h4 a:hover{
  color: #ff6c00;
}

/* =========================================================
 * 里親・迷子定義
 * ====================================================== */

.fosterNewArea,
.maigoArea{
  background: #fff;
  margin-bottom: 15px;
}

.fosterNewArea {
  border: 1px solid #02735f;
}

.fosterNewArea h3 {
  background: #02735f;
  padding: 4px 8px;
  color: #fff;
  font-size:15px;
}

.maigoArea {
  border: 1px solid #286bcc;
}

.maigoArea h3 {
  background: #286bcc;
  padding: 4px 8px;
  color: #fff;
  font-size:15px;
}

.fosterNewArea .fosterRow,
.maigoArea .maigoRow {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}

.fosterNewArea .fosterRow:last-child,
.maigoArea .maigoRow:last-child {
  border-bottom: none;
}

.fosterNewArea .fosterRow a,
.maigoArea .maigoRow a{
  width: 50px;
  height: 50px;
}

.fosterNewArea .fosterRow .info,
.maigoArea .maigoRow .info {
  width: calc(100% - 60px);
}

.fosterNewArea .fosterRow .title,
.maigoArea .maigoRow .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

/* =========================================================
 * ネコ日記定義
 * ====================================================== */
.diaryList {
  width: 100%;
  background: #fff;
  margin: 0 0 10px 0;
}
.diaryList_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.diaryList .diaryList_txt_ttl{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 520px;
}
.diaryList a .diaryList_txt_ttl {
  color: #1067b7;
}
.diaryList a:hover .diaryList_txt_ttl {
  color: #ff6c00;
}
.diaryList_txt_block {
  width: calc( 100% - 126px );
  padding: 10px;
}
.diaryList_img{
	overflow:hidden;
	width:106px;
  height: 106px;
}
.diaryList_img img{
  width: auto;
  height: 106px;
  vertical-align: bottom;
}
.diaryList_txt_body {
  color: #333;
  font-size: 13px;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  min-height:1em;
}
.diaryList_txt_btm{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.diaryList .userInfo {
  font-size: 100%;
  color: #777;
  margin-top: 8px;
}
.diaryList .userInfo a{
  color: #555;
}
.diaryList .userInfo a:hover{
  color: #ff6c00;
}
.diaryList .userInfo a .userImg {
  width: 28px;
  border-radius: 10%;
  margin-right: 5px;
}
.diaryList .userInfo a .userName {
  font-weight: 600;
}
.diaryList .counter {
  margin-top: 15px;
  margin-right: 10px;
}
.diaryList .counter img {
  height: 16px;
  margin-right: 5px;
  vertical-align: -3px;
}

/* =========================================================
 * 事務局のお知らせ
 * ====================================================== */
.info-title{
  width:520px;
  height:29px;
  background:url(../../images/info-01.gif) no-repeat;
}
.info-title p{
  padding-right: 10px;
  padding-top: 4px;
  font-size: 9pt;
}

.infoArea-inner{
  width:700px;
  font-size:13px;
  background: #fff;
  margin-bottom: 15px;
}

.infoArea-inner h2{
  font-size: 16px;
  background: #af9f88;
  color: #fff;
  padding: 5px 8px;
  margin: 0;
}

.infoArea-inner h2 a{
  color: #fff;
  font-size: 13px;
  line-height:24px;
}

.infoArea-inner ul{
  padding: 2px 10px;
}
.infoArea-inner ul li{
  /*font-weight: bold;*/
  font-size:14px;
}
.infoArea-inner ul li .info-date{
  color:#555;
  margin-right:2em;
}
.infoArea-inner ul a{
  color: #1067b7;
  font-weight: 500;
}

.infoArea-inner ul a:hover{
  color: #ff6c00;
}

.infoArea-inner h2 a:hover{
  color: #ffecb3;
}

.infoArea-inner ul li{
  border-bottom: 1px dotted #666;
  padding: 10px 0;
}
.infoArea-inner ul li:last-child{
  border-bottom: none;
}


/* =========================================================
 * バナー配置
 * ====================================================== */
.bnrArea{
  font-size: 0;
}

.bnrArea>div{
  width: 230px;
  margin-right: 0.7%;
  vertical-align: bottom;
  display: inline-block;
}

.bnrArea>div:last-child{
  margin-right: 0;
}

.bnrArea>div img{
  width: 230px;
}

.bnrArea a:hover img{
  transition: all 0.5s ease 0s;
  opacity:0.7;
}

/* =========================================================
 * ネコジルシとは
 * ====================================================== */
.bottomArea{
  border: 2px solid #d7bbbb;
  background: #fffdf0;
  width: 928px;
  padding: 15px;
}

.bottomArea h2{
  margin: 0 0 10px 0;
  padding: 0;
}

.bottomArea h3{
  margin-bottom: 10px;
}

.bottomArea h2 img,
.bottomArea h3 img{
  width: 100%;
}

ul.descriptionArea li{
  width: 32%;
  background: #fff;
  float: left;
  margin-bottom: 2%;
  min-height: 310px;
}

ul.descriptionArea li:nth-child(3n-1) {
  margin: 0 2% 2%;
}

.illustArea{
  text-align: center;
  color: #fff;
  background: #67ab9f;
}

.illustArea:hover{
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

.illustArea img{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.illustArea a{
  color: #fff;
  display: inline-block;
  width: calc( 100% - 20px);
  padding: 10px;
}

.illustArea p{
  font-size: 18px;
  font-weight: 600;
}

.descriptionArea .txtArea{
  padding: 10px;
}

.howto_btn a{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background: #ff8410;
  width: 350px;
  border-radius: 5px;
  padding: 10px 0;
}

.howto_btn a:hover{
  opacity: 0.7;
}

.nekosha .illustArea{
  background: #ffb570;
}

.diary .illustArea{
  background: #b3715e;
}

.ask .illustArea{
  background: #f8b5cc;
}

.maigo .illustArea{
  background: #a9c4eb;
}

.chat .illustArea{
  background: #cda2be;
}

/* =========================================================
 * 猫本レビュー
 * ====================================================== */
.contentsBlock.nekohon h2{
  width: 932px;
  font-size: 18px;
  margin: 10px 0 0 0;
  padding: 5px 15px;
  background: #977b53;
  color: #fff;
}

.contentsBlock.nekohon .introduce-inner{
  background: #fff;
  padding: 15px;
  border: 1px solid #ccc;
}

.nekohon .txtBox.harfBox>div{
  width: 48%;
}

.nekohon .txtBox h4.title{
  font-weight: 600;
  border-bottom: 2px solid #fca049;
  margin-bottom: 10px;
  padding: 0 0 2px 8px;
  font-size: 16px;
  color: #75472a;
}

.nekohon .txtBox h4.title:before{
  font-family: FontAwesome;
  content: "\f02e";
  margin-right: 8px;
  color: #fca049;
  font-size: 16px;
}

.nekohon .txtBox .txtArea{
  margin-bottom: 10px;
  color: #333;
}

.nekohon .txtBox.harfBox .txtArea{
  padding: 0 10px;
}

.nekohon .txtBox .txtArea p:first-child{
  margin-bottom: 5px;
}

.nekohon .txtBox .txtArea p{
  margin-bottom: 10px;
}

.nekohon .txtBox .txtArea p.excerpt{
  background: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
  line-height: 155%;
}

.nekohon .txtBox .txtArea span{
  display: block;
  font-size: 14px;
}

.nekohon .more{
  /*font-weight: bold;*/
  float: right;
}
.nekohon .more a:before {
  content: "\f061";
  font-family: FontAwesome;
  margin-right: 5px;
}


/* =========================================================
 * ネコ講座
 * ====================================================== */
.contentsGrowHeading{
  margin: 10px 0 0 0;
  padding: 5px 15px;
  background: #5898b7;
  color: #fff;
  font-size: 18px;
}

.contentsGrowInner{
  padding: 15px 15px 25px;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
}

.growTopTxt{
  margin: 0 0 20px;
}

.glowItems{
  display: flex;
  flex-wrap: wrap;
}

.glowItem{
  width: 32%;
  margin: 0 2% 0 0;
}
.glowItem:nth-child(3n){
  margin: 0;
}
.glowItem:nth-child(n + 4){
  margin-top: 30px;
}

.glowItem > a{
  display: block;
  width: 60%;
  margin: 20px auto 10px;
}
.glowItem > a:hover{
  opacity: .8;
  transition: all 0.3s ease 0s;
}
.growImg{
  width: 100%;
}

.growTtl{
  margin-bottom: 10px;
  padding: 3px 0 3px 8px;
  background: #74a9c2;
  color: #fff;
  font-size: 15px;
}

.growTxt{
  margin: 0 0 10px;
}

.growMore{
  text-align: right;
  font-size: 14px;
}
.growMore a{
  color: #800000;
}
.growMore a:before{
  content: "\f061";
  margin-right: 5px;
  font-family: FontAwesome;
}
.growMore a:hover{
  color: #ff8410;
}



/* =========================================================
 * おみくじ
 * ====================================================== */
a.omikujiStartBtn{
  margin:1px;
}

div.omikuji-area{
  box-sizing: border-box;
/*	width:242px;*/
  min-height: 234px;
  border:4px solid #a8925c;
  background: #fff;
}

div.omikuji-area img {
  vertical-align: bottom;
}

div.omikuji-area a:hover img {
  transition: all 0.5s ease 0s;
  opacity:0.7;
}

div.omikuji{
  position: relative;
  margin:1px;
  min-height: 232px;
  border:2px solid #a8925c;
}

div.omikuji-word{
  margin-left:4px;
  padding:6px;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
  font-size:14px;
  text-align:left;
}

div.omikuji-neko{
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
  text-align:center;
  padding-bottom:10px;
}

.omikuji-image {
  display: none;
}
.omikuji-box-anime {
  background: gradient(top, #fdeac4, #fefdfb);
  /* firefox */
  background: -moz-linear-gradient(top, #fdeac4, #fefdfb);
  /* Safari,Google Chrome用 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fdeac4), to(#fefdfb));
  /* IE10+ */
  background: -ms-linear-gradient(top, #fdeac4, #fefdfb);
  /* IE8-9 */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeac4', endColorstr='#fefdfb', GradientType=0)";*/
}
.omikuji-box-anime a {
  cursor: default;
}
.omikuji-box-anime .omikuji-top {
  display: none;
}
.omikuji-displayResult {
  width: 228px;
  margin-top: 2px;
}
.omikuji-box-anime .omikuji-image {
  display: block;
  animation-name: omikujiBox;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes omikujiBox {
  0% {transform: rotate(-5deg);}
  100% {transform: rotate(5deg);}
}

.gara01 {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(-35deg);
}
.gara02 {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: rotate(-25deg);
}
.omikuji-box-anime .gara01,
.omikuji-box-anime .gara02 {
  display: block;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.omikuji-box-anime .gara01 {
  opacity: 0;
  animation-name: gara01;
}
.omikuji-box-anime .gara02 {
  opacity: 1;
  animation-name: gara02;
}

@keyframes gara01 {
  0% {opacity: 0;}
  20% {opacity: 0;}
  40% {opacity: 0;}
  60% {opacity: 1;}
  80% {opacity: 1;}
  100% {opacity: 1;}
}
@keyframes gara02 {
  0% {opacity: 1;}
  20% {opacity: 1;}
  40% {opacity: 1;}
  60% {opacity: 0;}
  80% {opacity: 0;}
  100% {opacity: 0;}
}

/* bx-slider */
.bx-wrapper a.bx-next:hover,
.bx-wrapper a.bx-prev:hover {
  transition: none;
}















/*##################### 里親募集検索箇所(インデックス表示) #####################*/
.fosterSearchArea{
  width: 650px;
}

.fosterSearchHeading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  margin-bottom: 8px;
  padding: 8px 10px;
  border-top: 2px solid #0a725f;
  border-bottom: 2px solid #0a725f;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-size: 16px;
}
.fosterSearchTtl{
  display: inline;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.fosterSearchNum{
  display: flex;
}
.fosterSearchNum i{
  font-size: 18px;
}
.fosterSearchNum span{
  font-weight: 600;
}
.fosterSearchNum_recruit i{
  color: #800;
}
.fosterSearchNum_settled{
  margin-left: 15px;
}
.fosterSearchNum_settled i{
  color: #ed4580;
}

.fosterSearchDetail{
  background: #fff;
  padding: 11px 10px;
}
.fosterHeading{
  border-bottom: 2px solid #3e906d;
  margin-bottom: 6px;
  padding-bottom: 2px;
  color: #333;
  font-size: 16px;
}
.fosterHeading:before{
  content: "\f18e";
  margin-right: 5px;
  color: #3e906d;
  font-size: 1.0rem;
  font-family: FontAwesome;
}
.fosterHeading span{
  font-weight: 700;
}
.fosterSearchWord .fosterHeading{
  margin-bottom: 0;
  border-bottom: none;
}

.fosterSearchBox{
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.fosterSearchInput{
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  width: 85%;
  vertical-align: bottom;
}
.fosterSearchInput .search_input{
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 5px 10px;
  border: #3e906d solid 2px;
  box-sizing: border-box;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #000;
  font-size: .85rem;
  font-style: normal;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
}
a.fosterSearchBtn{
  display: inline-block;
  width: 95%;
  height: 22px;
  padding: 5px 0 5px 5px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: medium none;
  background-color: #3e906d;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .3rem;
  text-align: center;
}

/* フリーワード */
.searchInputWrapper{
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  width: 85%;
  vertical-align: bottom;
}
.search_input{
  display: inline-block;
  border: #3e906d solid 2px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: .85rem;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 5px 10px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search_input:focus{
  outline: none;
}
.search_input::-webkit-input-placeholder,
.search_input:-ms-input-placeholder,
.search_input::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

.fosterSearchPref{
  margin-top: 9px;
  background: url(/foster/images/foster_search02.png) no-repeat right center;
}
.fosterSearchPrefTable{
  width: 400px;
  margin: 10px 0 0 10px;
  table-layout: fixed;
}
.fosterSearchPrefTable td{
  width: 50px;
  padding: 0 0 3px;
  border: none;
  color: #aaa;
  background: none;
  font-weight: 600;
}
.fosterSearchPrefTable td a{
  font-size: 14px;
  color: #6d6d6d;
}
.fosterSearchPrefTable td a:hover{
  color: #ff8410;
  text-decoration: underline!important;
}

.fosterSearchMore{
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.fosterSearchMore a{
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  background: #529f72;
  color: #fff;
}







/* ============================================================================
  譲渡会一覧
 * ============================================================================ */
.adoptionBbsBox{
  margin: 0 0 10px;
}

 /*----- 一覧 -----*/
/*----- 文字部分上 -----*/
.adoptionBbsHeading{
  margin-bottom: 10px;
  padding: 10px;
  border-top: 2px solid #309fad;
  border-bottom: 2px solid #309fad;
  border-radius: 0;
  background: #fff;
  color: #555;
  font-size: 20px;
  font-weight: 600;
}
.adoptionBbsHeading .fa{
  font-size: 18px;
}

ul.adoptionListArea {
  display: flex;
  flex-wrap: wrap;
}
ul.adoptionListArea li{
  margin: 0 5px 0 0;
}
ul.adoptionListArea li:nth-child(3n){
  margin: 0;
}
ul.adoptionListArea li:nth-child(n + 4){
  margin-top: 5px
}
li.adoptionListItem{
  display: inline-block;
  width: calc((100% - 28px) / 3);
  border: 3px solid #c9c9c9;
  background: #fff;
}
li.adoptionListItem.end{
  background:#fcfcfc;
}
li.adoptionListItem .bbsImg{
  height: 220px;
  width: 310px;
  overflow: hidden;
}
/*
li.adoptionListItem .bbsImg img {
  filter: grayscale(50%) opacity(0.8);
}
*/
li.adoptionListItem.end p.title a{
  color: #9b9b9b;
}
li.adoptionListItem a{
  display: inline-block;
  width: 100%;
}
li.adoptionListItem a img{
  width: 100%;
  background: #fff;
}

li.adoptionListItem .bbsTxt{
  padding: 0 10px 10px;
}

li.adoptionListItem .ttlWrap{
  margin:10px 10px 0;
}

li.adoptionListItem .title a{
  display: block;
  float: left;
  color: #307686;
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  line-height: 130%;
  height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
li.adoptionListItem .title a:hover{
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
li.adoptionListItem .title .end{
  display: block;
  float: left;
  font-size: 0.85rem;
  background-color: #fb7979;
  color: #fff;
  padding: 2px 8px 1px 8px;
  border-radius: 2px;
}
li.adoptionListItem .day{
  margin-top: 5px;
  color: #666;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

li.adoptionListItem.end .day{
  color: #9b9b9b;
}
li.adoptionListItem .txtImgWrap{
  display:table;
  width:90%;
  margin:10px auto;
}
li.adoptionListItem .txtWrap{
  display:table-cell;
  width:167px;
  vertical-align:top;
  padding-right:10px;
  word-wrap:break-word;
}
li.adoptionListItem .txt{
  margin-top: 5px;
  font-size: 0.8rem;
  width:165px;
  line-height: 165%;
  height:125px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-wrap:break-word;
}
li.adoptionListItem .imgWrap{
  display:table-cell;
}
li.adoptionListItem .imgWrap a{
  overflow:hidden;
  width:96px;
  height:138px;
}
li.adoptionListItem .imgWrap img{
  width:100%;
}
li.adoptionListItem.end .imgWrap img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*----- 文字部分下 -----*/
.bbsDescriBtm{
  font-size: 0.9rem;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  color: #555;
  position: relative;
}
.bbsDescriBtm .fa.fa-map-marker{
  margin-right: 8px;
  font-size: 1rem;
}
.bbsDescriBtm .fa.fa-flag{
  margin-right: 5px;
  font-size: 1rem;
}
.bbsDescriBtm .tooltip{
  position: absolute;
  bottom: 5px;
  right: 0;
}
.bbsDescriBtm .applyinfo{
  width: 100%;	
}

.bbsDescriBtm .pref,
.bbsDescriBtm .place{
  display: block;
  width: 100%;
  line-height: 130%;
  height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.adoptionListAreaWrap .adoption-more{
  float: right;
  margin: 5px 0 0;
}

.adoptionListAreaWrap .more-link{
  background: #309fad;
  font-size:15px;
}


/*----- 条件がなかった場合 -----*/
.adoptionListAreaWrap .no_list p{
  text-align: center;
  margin: 40px 0;
  padding: 40px 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;

}



/* ============================================================================
  ボランティア募集掲示板一覧
 * ============================================================================ */
.volunteerBox{
  margin: 0 0 10px;
}
.volunteerBox a:hover{
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
.volunteerHeading{
  margin-bottom: 13px;
  padding: 0 10px 10px;
  border-bottom: 2px solid #6ab835;
  color: #555;
  font-size: 18px;
  font-weight: 600;
}
.volunteerList{
  display: flex;
  justify-content: space-between;
}
.volunteerList .listItem{
  width: calc((100% - 80px) / 3);
  padding: 14px 10px;
  border: 1px solid #ddd9d9;
  background: #fff;
}
.volunteerList .listItem .itemTtl{
  margin: 0 0 7px;
}
.volunteerList .listItem .itemTtl a{
  display: block;
  color: #1067b7;
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.volunteerList .listItem .itemBox{
  display: flex;
  height: 105px;
}
.volunteerList .listItem .itemBox .boxImg{
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.volunteerList .listItem .itemBox .boxImg img{
  width: 100%;
}
.volunteerList .listItem .itemBox .boxDetail{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 115px);
  margin-left: 10px;
}
.volunteerList .listItem .itemBox .boxDetail .detailTxt{
  display: -webkit-box;
  height: 4.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.volunteerList .listItem .itemBox .boxDetail .detailBtm i{
  width: 15px;
  margin-right: 5px;
  font-size: 15px;
  text-align: center;
}
.volunteerList .listItem .itemBox .boxDetail .detailBtm .btmBase,
.volunteerList .listItem .itemBox .boxDetail .detailBtm .btmArea{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.volunteer-more{
  text-align: right;
}
.volunteer-more a.more-link{
  margin: 5px 0 10px;
  background: #6ab835;
}
.volunteerBox .noList p{
  width: 100%;
  margin: 40px 0;
  padding: 40px 0;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
}
