@charset "utf-8";

/*フォームのフォント*/
input, textarea, select{
  font-size:13px;
}

/*ページング*/
div.paging_area{
  margin:5px 0;
  font-size:14px;
  text-align: center;
}
/*数字*/
.current_page, a.other_page{
  display: inline-block;
  margin:0 3px;
  padding: 5px 8px;
  min-width: 14px;
  min-height: 14px;
  line-height: 14px;
  border-radius: 2px;
  min-width: 18px;
}
/*現在地*/
div.paging_area .current_page{
  color:#fff;
  font-weight:600;
  background-color:#f59656;
}
/*その他*/
div.paging_area a.other_page{
  color:#711c1e;
  background:#e2d5c9;
}
/*前へ次へ*/
.prev_next{
  display: inline-block;
  margin:0 3px;
  padding: 5px 10px;
  min-width: 14px;
  min-height: 14px;
  line-height: 14px;
}
/*非リンク前へ次へ*/
div.paging_area span.prev_next{
  color:#d4d4d4;
  line-height: 14px;
  background-color:#f3f3f3;
}
/*リンク前へ次へ*/
div.paging_area a.prev_next{
  background-color:#fdebdf;
  color: #711c1e;
}
div.paging_area a.prev_next:first-child, div.paging_area span.prev_next:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
div.paging_area a.prev_next:first-child {
  background: #e2d5c9;
}
div.paging_area a.prev_next:last-child, div.paging_area span.prev_next:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
div.paging_area a.prev_next:last-child {
  background: #e2d5c9;
}

div.paging_area a:link{color: #711c1e;text-decoration:none;}
div.paging_area a:visited{color: #711c1e;text-decoration:none;}
div.paging_area a:hover{color: #711c1e;text-decoration:none;background-color:#f9bd95;box-shadow: none;}
div.paging_area a:active{color: #711c1e;text-decoration:none;}

div.paging_area a.prev_next:link{color: #711c1e;}
div.paging_area a.prev_next:visited{color: #711c1e;}
div.paging_area a.prev_next:hover{color: #711c1e;text-decoration:none;background-color:#f9bd95;box-shadow: none;}
div.paging_area a.prev_next:active{color: #711c1e;}

/* 20131007以前
div.paging_area{
  text-align: center;
  font-size:10pt;
  margin:5px 0;
}

.current_page, a.other_page{
  margin:0 2px;
  padding:1px 3px;
  width:1.2em;
  border:1px solid #f9c8a8;
}

div.paging_area .current_page{
  color:#ffffff;
  font-weight:600;
  background-color:#ee6f18;
}

div.paging_area a.other_page{
  color:#ee6f18;
  background-color:#fef7e2;
}

.prev_next{
  margin:0 2px;
  padding:1px 3px;
  width:1.6em;
}

div.paging_area span.prev_next{
  border:1px solid #dbdcdc;
  color:#7b7d7d;
  background-color:#ebebeb;
}

div.paging_area a.prev_next{
  border:1px solid #f9c8a8;
  background-color:#fef7e2;
}

div.paging_area a:link{color: #ee6f18;text-decoration:none;}
div.paging_area a:visited{color: #ee6f18;text-decoration:none;}
div.paging_area a:hover{color: #ee6f18;text-decoration:none;background-color:#fee2ec;}
div.paging_area a:active{color: #ee6f18;text-decoration:none;}
*/


/*第二タイトル定義*/
h2{
  width:620px;
  border-left:5px solid #ea731c;
  padding:5px 0 5px 10px;
  font-size:11pt;
  text-align:left;
  margin:20px auto;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
}

/*デフォルトテーブル定義*/
table th.title{
  padding:4px 6px;
  color:#750d08;
  font-size:9pt;
  border:1px solid #ccc;
  text-align:center;
  font-weight:600;
}
table th{
  padding:4px 6px;
  color:#8a361e;
  text-align:left;
  border:1px solid #ccc;
}
table td{
  padding:4px 6px;
  text-align:left;
  border:1px solid #ccc;
}

#main-contents table th.title{
  background:#f5c496;
}
#main-contents table th{
  background:#fffbdf;
}
#main-contents table td{
  background:#fff;
}

/*デフォルト一行コメントテーブル定義*/
.comment-title{
  width: 640px;
  margin: 10px auto 5px;
  color: #5b74d7;
}

.comment-write{
  font-size: 9pt;
  width: 630px;
  margin: 0 auto 10px;
  padding: 4px;
  background: #fffbdf;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #ccc;
}

.comment-lite-box{
  font-size: 9pt;
  width: 630px;
  margin: 10px auto 7px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #ccc;
}

.comment-lite-box div.comment {
  border-bottom: 2px dotted #ff8080;
}
.comment-lite-box div.new-comment {
  background: #fee;
}
.comment-lite-box span.comment-body {
  margin: 2px 0;
}
.comment-lite-box span.comment-body-delete {
  color: #aaa;
  margin: 2px 0;
}

/*肉球UL定義*/
ul.nikukyu{
  list-style-image: url('/images/icon_cat_hand.png');
}


ul.dotted li{
  background: url('/images/icon_dotted.png') no-repeat 0 7px;
  padding-left:8px;
}

/*パンくず(旧)*/
.breadcrumb {
  padding-top:5px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
}
/*パンくず(新)*/
.bread-crumb {
  margin-left:5px;
  margin-bottom:2px;
}
.breadcrumb li, .bread-crumb li{
  float: left
}
.bread-crumb li.breadcrumb-arrow{
  margin:0 5px;
}
.bread-crumb a{
  text-decoration:none;
}

/* 共通ポップアップ */
#popup_general_alert .btnClosePopup,
#popup_general_confirm .btnClosePopup{
  color: #fff;
  display: inline-block;
  background-color: #fa7418;
  border-color: #fa7418;
  border-radius:5px;
  font-size: 1rem;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
}
#popup_general_alert .msg,
#popup_general_confirm .msg{
  font-size:120%;
  min-width: 600px;
}


/*右カラム共通インクルード*/
/* 最新ネコ写一覧*/
div#nekosha-list-wrap{
  border:1px solid #ccc;
  overflow:hidden;
  position:relative;
  box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  background:#fff;
  width:292px;
  box-sizing:border-box;
}
div#nekosha-list-wrap a:hover img{
  opacity: 0.8;
}

table#new-nekosha-list{
  width:290px;
  border:none;
  position:absolute;
  top:0;
  left:0;
}
table#new-nekosha-list img{
  width:65px;
  height:65px;
}

table#new-nekosha-list td{
  text-align:left;
  padding:8px;
  border:none;
  border-bottom:1px dotted #ccc;
}

table#new-nekosha-list td div.list-detail-box{
  height:65px;
  overflow:hidden;
}

table#new-nekosha-list td div.list-detail-box span.list-title{
  margin-right:10px;
  font-size:9pt;
  font-weight:600 !important;
}

table#new-nekosha-list td div.list-detail-box div.list-detail{
  margin-top:5px;
  font-size:9pt;
  line-height:110%;
  min-height:24px;
}

table#new-nekosha-list td.last-row{
  border-bottom:none;
}

div.nekosha-more{
  margin-top:5px;
  width:290px;
  text-align:right;
}

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

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


.page_area{
  border-width: 1px 0;
  border-style: solid;
  border-color: #ca9;
  background-color: #fff;
  padding: 5px;
  margin: 20px 0;
}

/* 必須 | 任意 */
.mark-required, .mark-option{
  font-size: 12px;
  color: #fff;
  padding: 2px 5px 0;
  margin-right: 5px;
  border-radius: 2px;
}
.mark-required{
  background-color: #cc0000;
}
.mark-required:after{
  content:'必須';
}
.mark-option{
  background-color: #999;
}
.mark-option:after{
  content:'任意';
}

/* ログインポップアップ*/
#fancy-LoginBox {
  font-size: 16px;
}
#fancy-LoginBox .head {
  border-bottom: solid 1px #999;
  padding-bottom: 5px;
}
#fancy-LoginBox .body {
  padding: 20px 10px;
  color: #555;
}
#fancy-LoginBox .btnLogin{
  background: #2e6fa7 none repeat scroll 0 0;
  padding: 4px 10px;
}
#fancy-LoginBox .btnUserRegist {
  background: #53ac53 none repeat scroll 0 0;
  padding: 4px 10px;
}
#fancy-LoginBox .btnLogin,
#fancy-LoginBox .btnUserRegist {
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  margin: 5px auto 5px;
  text-align: center;
  width: auto;
  text-decoration: none;
}
#fancy-LoginBox .btnLogin:hover, #fancy-LoginBox .btnUserRegist:hover{
  opacity:0.8;
}

#fancy-LoginBox .catImg {
  width: 59px;
  float: right;
}

#fancy-LoginBox.fancyboxWrap .head .fa{
  color: #207ed0;
  font-size: 18px;
}
#fancy-LoginBox.fancyboxWrap .btnBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
#fancy-LoginBox.fancyboxWrap .btnBox .btnLogin{
  width: 250px;
  padding: 7px 15px;
  font-size: 1rem;
}


/*----------------------------------------
2017/09/19追記、グロナビの切り分けを共通化
----------------------------------------*/
.extendNav * {
  box-sizing: border-box;
}
.extendNav {
  z-index: 10000;
  margin-bottom: 10px;
  background-color: #fff;
  text-align: right;
}


.extendNav > ul > li > a,
.extendNav > ul > li > span {
  color: #644600;
}
.extendNav > ul > li > a:hover,
.extendNav > ul > li > span:hover {
  background: rgba(151,123,83, .2);
}

.extendNav li {
  position: relative;
  display: inline-block;
  text-align: left;
}
.extendNav li a,
.extendNav li span {
  display: inline-block;
  padding: .4rem .8rem;
}

.extendNav .innerNav {
  z-index: 10000;
  position: absolute;
  display: none;
  right: 0;
  width: auto;
}
.extendNav .innerNav li {
  width: 200px;
}
.extendNav .nekoshaNav li {
  width: 220px;
}
.extendNav .innerNav a {
  display: block;
  width: 100%;
  color: #fff;
  background: rgba(100,70,0, .9);
}

.extendNav .innerNav a:hover {
  background: rgba(151,123,83, .9);
}

.extendNav li:hover .innerNav{
  display: block;
}
/*----------------------------------------
ここまで2017/09/15追記
----------------------------------------*/



/*----------------------------------------
ここから2019/09/30追記
----------------------------------------*/
/* インデント */
.text_indent{
  padding-left: 1em;
  text-indent: -1em;
}

/* サイズ指定のないボタン */
.simpleBtn{
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  color: #555;
  font-size: .8rem;
  text-align: center;
}

/* ボタンサイズ */
.btn_l,
.btn_m,
.btn_s,
.btn_xs,
.btn_xxs{
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.3;
}
.btn_l:hover,
.btn_m:hover,
.btn_s:hover,
.btn_xs:hover,
.btn_xxs:hover{
  cursor: pointer;
  opacity: .7;
}

.btn_l{
  max-width: 350px;
}
.btn_m{
  max-width: 250px;
}
.btn_s{
  max-width: 200px;
}
.btn_xs{
  max-width: 150px;
}
.btn_xxs{
  max-width: 100px;
}
.btn_300{
  max-width: 300px;
}
.btn_per100{
  max-width: 100%;
}

/* ボタン色 */
.btnClr_pk,
.btnClr_og,
.btnClr_gr,
.btnClr_gl,
.btnClr_bl{
  color: #fff!important;
}
.btnClr_pk{
  border-color: #ee2a6b!important;
  background: #ee2a6b!important;
}
.btnClr_og{
  border-color: #ff8410!important;
  background: #ff8410!important;
}
.btnClr_gr{
  border-color: #4eac27!important;
  background: #4eac27!important;
}
.btnClr_gl{
  border-color: #666666!important;
  background: #666666!important;
}
.btnClr_bl{
  border-color: #2e6fa6!important;
  background: #2e6fa6!important;
}


/* ボタン種類 */
.primaryBtn{
  background: #fff;
  border: 1px solid #ccc;
  color: #555;
}
.primaryBtn:hover{
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}

.transitionBtn,
.registerBtn,
.sendBtn,
.backBtn,
.closeBtn,
.correctBtn,
.userRegisterBtn,
.twitterBtn{
  padding: 7px 25px;
  border: 1px solid;
  border-radius: 3px;
  color: #fff!important;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
}
.transitionBtn{
  border-color: #ee2a6b;
  background: #ee2a6b;
}
.registerBtn,
.sendBtn{
  border-color: #ff8410;
  background: #ff8410;
}
.backBtn,
.closeBtn,
.correctBtn{
  border-color: #666;
  background: #666;
}
.userRegisterBtn{
  border-color: #4eac27;
  background: #4eac27;
}
.twitterBtn{
  border-color: #1b95e0;
  background: #1b95e0;
}

/* アイコン */
.transitionBtn span,
.registerBtn span,
.sendBtn span,
.backBtn span,
.closeBtn span,
.correctBtn span,
.userRegisterBtn span,
.twitterBtn span{
  position: relative;
  padding: 0 0 0 1.3rem;
}

.transitionBtn span:before,
.registerBtn span:before,
.sendBtn span:before,
.backBtn span:before,
.closeBtn span:before,
.correctBtn span:before,
.userRegisterBtn span:before,
.twitterBtn span:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1rem;
  font-family: FontAwesome;
}

.transitionBtn span:before,
.userRegisterBtn span:before{
  content: "\f044";
}
.registerBtn span:before{
  content: "\f040";
}
.sendBtn span:before{
  content: "\f1d8";
}
.closeBtn span:before{
  content: "\f00d";
}
.correctBtn span:before{
  content: "\f060";
}
.backBtn span:before{
  content: "\f112";
}
.twitterBtn span:before{
  content: "\f099";
}
/*----------------------------------------
ここまで2019/09/30追記
----------------------------------------*/

/*----------------------------------------
ボタン追加
----------------------------------------*/
.btn-sm{
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width:auto;
  border: 1px solid
}
.btn-danger{
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover{
  background-color: #c9302c;
  border-color: #ac2925;
}
.uppy-FileInput-btn{
  background: #337ab7 !important;
  border: 1px solid #337ab7 !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 8px 10px !important;
  border-radius: 3px !important;
  line-height: 1 !important;
  margin: 0 !important;
  outline: 0;
}
.uppy-FileInput-btn:hover{
  background-color: #14457f !important;
}
.img_preview{
  display: block;
  max-width: 300px;
  max-height: 300px;
  margin-bottom: 10px;
}
.btnUppyDel{
  text-decoration: none;
  font-size: 14px;
}


/*----------------------------------------
見出し
----------------------------------------*/
.orgLine{
  width: calc(100% - 20px);
  background: #fff;
  border-top: 2px solid #fa7418;
  border-bottom: 2px solid #fa7418;
  padding: 8px 10px;
  margin-top: 0;
  margin-bottom: 20px;
  border-left: none;
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
  color: #555;
}
.orgLine-btm{
  width: calc(100% - 20px);
  border-bottom: 3px solid #fa7418;
  padding: 10px 10px 5px;
  margin: 0 0 15px;
  border-left: none;
  font-size: 20px;
  font-weight: 600;
  box-shadow: none;
  color: #555;
}
.ltGrnLine-btm{
  width: calc(100% - 20px);
  border-bottom: 3px solid #59b395;
  padding: 10px 10px 5px;
  margin: 0 0 15px;
  border-left: none;
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
  color: #555;
}

/*----------------------------------------
利用規約用クラス
----------------------------------------*/
.ruleBox{
  width: 100%;
  margin: 20px auto 0;
  padding: 20px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
}
.ruleBoxHeading{
  width: auto;
  margin: 0 0 10px;
  padding: 0 0 2px .5em;
  border-bottom: 2px solid #0a725f;
  border-left: none;
  color: #672c10;
  font-size: 18px;
  font-weight: 800;
  text-align: unset;
  box-shadow: none;
}

.ruleBoxHeading + p{
  margin: 15px 1em 0;
}

/* 先頭に数字のあるリスト */
.listItems-num {
  list-style: none;
  counter-reset: item;
  margin: 15px 1em 20px 1em;
  line-height: 1.5;
}
.listItem-num {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.listItem-num:nth-child(n + 10){
  padding-left: 2em;
  text-indent: -2em;
}
.listItem-num:nth-child(n + 2){
  margin: 8px 0 0;
}
.listItem-num:before {
  color: #fa7418;
  font-weight: 600;
  counter-increment: item;
  content: counter(item) ". ";
}
.listItem-num.clr-grn:before{
  color: #669933;
}


/* 入れ子でいくつかあるリスト */
.listItems-local{
  list-style: none;
  line-height: 1.5;
}
.listItem-local .listItem-numHeading:nth-child(n + 2){
  margin: 8px 0 0;
}
.listItem-local .listItem-numHeading{
  margin: 10px 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ff9d52;
  color: #672c10;
  font-size: 1rem;
  font-weight: 800;
}

/* 注意ブロック */
.ruleAttenBox{
  margin: 5px 20px 20px;
  padding: 13px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-size: .85rem;
}
.ruleAttenBox dt{
  color: #b22222 !important;
}
.ruleAttenBox dt:nth-child(n + 2){
  margin: 8px 0 0;
}
.ruleAttenBox dd{
  padding: 0 0 0 1em;
}
/* 簡単な注意テキスト */
.listItem_inner-atten{
  margin: 0 0 10px;
  font-size: .845rem;
}


/* 先頭文字を先頭の数字色と同じにする */
.listItem_txt{
  font-weight: 600;
  color: #fa7418;
}
/* ブロック要素を入れてしまうとインデントが崩れるのを防止 */
.listItem_inner{
  margin: 5px 0 20px;
  padding-left: 0;
  text-indent: 0;
}
.listItem_inner.headLatin{
  list-style-type: lower-latin;
  padding: 0 0 0 1.3em;
}

/*----------------------------------------
使い方などの説明ページ用
----------------------------------------*/
.nj-descHeading,
.descList dt{
  margin: 15px 0 0;
  color: #BB170A;
  font-weight: 800;
  line-height: 1.5;
}
.descList dt:first-child{
  margin: 0;
}

.nj-descTxt,
.descList dd{
  margin: 5px 0 0;
  padding-left: 10px;
  line-height: 1.5;
}


/*----------------------------------------
リスト関係
----------------------------------------*/
/* 先頭に●がつくリスト */
.list-dot{
  margin: 15px 0 0;
}
.list-dot_item:not(:first-child){
  margin: 5px 0 0;
}
.list-dot_item{
  position: relative;
  padding: 0 0 0 .7em;
}
.list-dot_item:before{
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 0;
  top: .5em;
}

/*----------------------------------------
flexbox
----------------------------------------*/
.nj-flex{
  display: flex;
  align-content: center;
}

/*----------------------------------------
白背景ボックス
----------------------------------------*/
.nj-whtBox{
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}









/* -------------------- ページ上部ナビ -------------------- */
/*-----------------------------
 hoverでメニュー表示
-----------------------------*/
.cont_navi .menu_item{
  position: relative;
}
.cont_navi .menu_inner{
  z-index: 10000;
  position: absolute;
  display: none;
  width: auto;
}
.cont_navi .menu_inner .inner_item {
  width: 200px;
}
.cont_navi .menu_inner a {
  display: block;
  width: 100%;
  padding: .4rem .8rem;
  color: #fff;
  text-align: left;
}
.cont_navi .menu_item:hover .menu_inner{
  display: block;
}

/*-----------------------------
 メインナビ
-----------------------------*/
.cont_navi-main{
  display: flex;
  justify-content: space-between;
  height: 40px;
  background: #946a56;
}
.cont_navi-main .main_menu{
  display: flex;
  width: calc(100% - 335px);
}
.cont_navi-main .main_menu .menu_item{
  width: 20%;
}

.cont_navi-main .main_menu .menu_item:hover,
.cont_navi-main .main_menu .menu_item.active{
  background: #825442;
}

.cont_navi-main .main_menu .menu_item > .item_txt{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.cont_navi-main .main_menu .menu_item:hover{
  transition: all 0.3s ease 0s;
}
.cont_navi-main .menu_inner{
  left: 0;
}

/* 右寄せ */
.cont_navi-item_right{
  justify-content: flex-end;
}



/*-----------------------------
 サブナビ
-----------------------------*/
.cont_navi-sub * {
  box-sizing: border-box;
}
.cont_navi-sub {
  z-index: 10000;
  background-color: #fff;
  text-align: right;
}
.cont_navi-sub .menu_item{
  position: relative;
  display: inline-block;
}
.cont_navi-sub .item_txt{
  display: inline-block;
  padding: .4rem .8rem;
}
.cont_navi-sub .menu_inner{
  right: 0;
}

/*-----------------------------
 検索窓
-----------------------------*/
.cont_navi-main .main_search{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  width: 308px;
}
.cont_navi-main .main_search input[type=text]{
  width: 200px;
  border-radius: 3px;
  border: none;
  padding: 2px 5px;
  color: #fff;
  background: #bd9a75;
  outline: 0;
}
.cont_navi-main .main_search input[type=text]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #bd9a75 inset; /* Chrome用 */
  -webkit-text-fill-color:  #fff!important; /* Chrome用 */
}
.cont_navi-main .main_search .search_btn{
  display: inline-block;
  font-size: 14px;
  width: 70px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #654427;
  padding: 3px 10px;
}
.cont_navi-main .main_search input::placeholder {
  color: #fff;
}
/* IE */
.cont_navi-main .main_search input:-ms-input-placeholder {
  color: #fff;
}
/* Edge */
.cont_navi-main .main_search input::-ms-input-placeholder {
  color: #fff;
}




/* ---------- ネコ写ページ上部ナビ ---------- */
/*-----------------------------
 メインナビ
-----------------------------*/
.nekosha .cont_navi-main{
  background: #ef8b29;
}
.nekosha .cont_navi-main .main_menu .menu_item:hover,
.nekosha .cont_navi-main .main_menu .menu_item.active{
  background: #de690e;
}
/*-----------------------------
 サブナビ
-----------------------------*/
.nekosha .cont_navi-sub .sub_menu .menu_item .item_txt{
  color: #de690e;
}
.nekosha .cont_navi-sub .sub_menu .menu_item .item_txt:hover{
  background-color: #fdead7;
}
.nekosha .menu_inner a {
  background: rgba(76, 47, 17, .9);
}
.nekosha .menu_inner .inner_item:not(:first-child) a{
  border-top: 1px solid #a07c7c;
}
.nekosha .menu_inner a:hover {
  background: rgba(130, 83, 57, .9);
}
.nekosha .menu_inner .inner_item {
  width: 250px;
}
/*-----------------------------
 検索窓
-----------------------------*/
.nekosha .cont_navi-main  .main_search input[type=text]{
  background: #ffab5b;
}
.nekosha .cont_navi-main  .main_search input[type=text]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffab5b inset; /* Chrome用 */
}
.nekosha .cont_navi-main  .main_search .search_btn{
  background: rgba(76, 47, 17, .9);
}
.nekosha .cont_navi-main  .main_search .search_btn:hover{
  background: rgba(99, 62, 24, .9);
}




/* ---------- 里親募集ページ上部ナビ ---------- */
/*-----------------------------
 メインナビ
-----------------------------*/
.foster .cont_navi-main{
  background: #358f7f;
}
.foster .cont_navi-main .main_menu .menu_item:hover,
.foster .cont_navi-main .main_menu .menu_item.active{
  background: #0a725f;
}
/*-----------------------------
 サブナビ
-----------------------------*/
.foster .cont_navi-sub .sub_menu .menu_item .item_txt{
  color: #0a725f;
}
.foster .cont_navi-sub .sub_menu .menu_item .item_txt:hover{
  background-color: #ddefec;
}
.foster .menu_inner a {
  background: rgba(17, 76, 67, .9);
}
.foster .menu_inner .inner_item:not(:first-child) a{
  border-top: 1px solid #5c8c0e;
}
.foster .menu_inner a:hover {
  background: rgba(39,102,92, .9);
}



/* ---------- 譲渡会掲示板ページ上部ナビ ---------- */
/*-----------------------------
 メインナビ
-----------------------------*/
.adoption .cont_navi-main{
  background: #448d9e;
}
.adoption .cont_navi-main .main_menu .menu_item:hover,
.adoption .cont_navi-main .main_menu .menu_item.active{
  background: #1d7685;
}
/*-----------------------------
 サブナビ
-----------------------------*/
.adoption .cont_navi-sub .sub_menu .menu_item .item_txt{
  color: #1d7685;
}
.adoption .cont_navi-sub .sub_menu .menu_item .item_txt:hover{
  background-color: #dfe9f2;
}
.adoption .menu_inner a {
  background: rgba(40, 81, 90, .9);
}
.adoption .menu_inner .inner_item:not(:first-child) a{
  border-top: 1px solid #209d80;
}
.adoption .menu_inner a:hover {
  background: rgba(57, 105, 119, .9);
}
/*-----------------------------
 検索窓
-----------------------------*/
.adoption .cont_navi-main  .main_search input[type=text]{
  background: #73a6b6;
}
.adoption .cont_navi-main  .main_search input[type=text]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #73a6b6 inset; /* Chrome用 */
}
.adoption .cont_navi-main  .main_search .search_btn{
  background: rgba(40, 81, 90, .9);
}
.adoption .cont_navi-main  .main_search .search_btn:hover{
  background: rgba(39, 109, 125, .9);
}



/* ---------- ネコ日記ページ上部ナビ ---------- */
/*-----------------------------
 メインナビ
-----------------------------*/
.diary .cont_navi-main{
  background: #977b53;
}
.diary .cont_navi-main .main_menu .menu_item:hover,
.diary .cont_navi-main .main_menu .menu_item.active{
  background: #644600;
}
/*-----------------------------
 サブナビ
-----------------------------*/
.diary .cont_navi-sub .sub_menu .menu_item .item_txt{
  color: #644600;
}
.diary .cont_navi-sub .sub_menu .menu_item .item_txt:hover{
  background-color: rgba(151,123,83, .2);
}
.diary .menu_inner a {
  background: rgba(100,70,0, .9);
}
.diary .menu_inner .inner_item:not(:first-child) a{
  border-top: 1px solid #a99618;
}
.diary .menu_inner a:hover {
  background: rgba(151,123,83, .9);
}
/*-----------------------------
 検索窓
-----------------------------*/
.diary .cont_navi-main  .main_search input[type=text]{
  background: #bda67d;
}
.diary .cont_navi-main  .main_search input[type=text]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #bda67d inset; /* Chrome用 */
}
.diary .cont_navi-main  .main_search .search_btn{
  background: #5c3813;
}
.diary .cont_navi-main  .main_search .search_btn:hover{
  background: #644600;
}



/* ---------- Q&Aページ上部ナビ ---------- */
/*-----------------------------
 メインナビ
-----------------------------*/
.ask .cont_navi-main{
  background: #f378a3;
}
.ask .cont_navi-main .main_menu .menu_item:hover,
.ask .cont_navi-main .main_menu .menu_item.active{
  background: #e4457d;
}
/*-----------------------------
 サブナビ
-----------------------------*/
.ask .cont_navi-sub .sub_menu .menu_item .item_txt{
  color: #e4457d;
}
.ask .cont_navi-sub .sub_menu .menu_item .item_txt:hover{
  background-color: #ffe8f0;
}
.ask .menu_inner a {
  background: rgba(253, 126, 171, .9);
}
.ask .menu_inner .inner_item:not(:first-child) a{
  border-top: 1px solid #bb6262;
}
.ask .menu_inner a:hover {
  background: rgba(255, 157, 192, .9);
}
/*-----------------------------
 検索窓
-----------------------------*/
.ask .cont_navi-main  .main_search input[type=text]{
  background: #f3d2dd;
  color: #e4457d;
}
.ask .cont_navi-main  .main_search input[type=text]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #f3d2dd inset; /* Chrome用 */
}
.ask .cont_navi-main  .main_search .search_btn{
  background: #581b30;
}
.ask .cont_navi-main  .main_search .search_btn:hover{
  background: #822847;
}
.ask input::placeholder {
  color: #581b30!important;
}
/* IE */
.ask input:-ms-input-placeholder {
  color: #581b30!important;
}
/* Edge */
.ask input::-ms-input-placeholder {
  color: #581b30!important;
}




/* ---------- 迷い猫ページ上部ナビ ---------- */
/*-----------------------------
 メインナビ
-----------------------------*/
.maigo .cont_navi-main{
  background: #5d8cd0;
}
.maigo .cont_navi-main .main_menu .menu_item:hover,
.maigo .cont_navi-main .main_menu .menu_item.active{
  background: #3b72c1;
}
/*-----------------------------
 サブナビ
-----------------------------*/
.maigo .cont_navi-sub .sub_menu .menu_item .item_txt{
  color: #3b72c1;
}
.maigo .cont_navi-sub .sub_menu .menu_item .item_txt:hover{
  background-color: #e0f1ff;
}
.maigo .menu_inner a {
  background: rgba(48, 105, 187, .8);
}
.maigo .menu_inner .inner_item:not(:first-child) a{
  border-top: 1px solid #0e698c;
}
.maigo .menu_inner a:hover {
  background: rgba(107, 151, 214, .8);
}





/* -------------------- 左上三角の箱 -------------------- */
.posts_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts_list .list_item{
  width: calc((100% - 20px) / 2);
  height: 410px;
  border: 3px solid #0a725f;
  position: relative;
  overflow: hidden;
  margin-bottom:8px !important;
  background: #fff;
}
.posts_list .list_item.draft{
  height: 345px;
}
.posts_list .list_item.decision{
  border-color: #e84580;
}
.posts_list .list_item.exdate{
  border-color: #cab483;
}
.posts_list .list_item.end,
.posts_list .list_item.draft{
  border-color: #878787;
}
.posts_list .list_item.pause{
  border-color: #3982c1;
}
.posts_list .list_item.protected{
  border-color: #f1881f;
}

/* 画像エリア */
.posts_list .list_item .item_img {
  height:220px;
  overflow:hidden;
}
.posts_list .list_item .item_img img {
  position: relative;
  top: 49%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.posts_list .list_item .item_img img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* 左上三角 */
.posts_list .list_item .triangle {
  background-color: rgba(10, 114, 95, .8);
  color: #FFF;
  font-size: 14px;
  padding: 70px 0px 3px;
  position: absolute;
  left: -97px;
  top: -41px;
  text-align: center;
  width: 200px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.posts_list .list_item.decision .triangle{
  background-color: rgba(232, 69, 128, .8);
}
.posts_list .list_item.exdate .triangle{
  background-color: rgba(202,180,131,0.8);
}
.posts_list .list_item.end .triangle,
.posts_list .list_item.draft .triangle{
  background-color: rgba(135, 135, 135, .8);
}
.posts_list .list_item.pause .triangle{
  background-color: rgba(57, 130, 193, .8);
}
.posts_list .list_item.protected .triangle{
  background-color: rgba(241, 136, 31, .8);
}

/* テキストエリア */
.posts_list .list_item .item_txt{
  height: calc(100% - 240px);
  padding: 10px;
}
.posts_list .list_item .item_txt .txt_detail{
  min-height: 66px;
}
.posts_list .list_item .item_txt .txt_detail .title{
  margin-bottom: 3px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.posts_list .list_item .item_txt .txt_detail .title a{
  width: 100%;
  color: #1067b7;
  font-size: 17px;
  font-weight: 600;
}
.posts_list .list_item .txt_detail .title a:hover{
  color: #ff6c00;
}
.posts_list .list_item .item_txt .txt_detail .txt{
  color: #777;
  line-height: 130%;
  font-size: 12px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.posts_list .list_item .item_txt .txt_detail .catname{
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.posts_list .list_item .item_txt .txt_user{
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 2px solid #e5e5e5;
}
.posts_list .list_item.draft .txt_user{
  align-items: center;
}

.posts_list .list_item .item_txt .txt_user-noFlex{
  display: block;
}


/* -------------------- 左上三角の箱 202506新デザイン -------------------- */
.postsList{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.postsList_item{
  width: calc((100% - 28px) / 3);
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.postsList_item > div{
  height: 100%;
}
.postsList_item-none{
  width: 100%;
  padding: 20px 10px;
  font-size: 16px;
}
.postsList_img{
  position: relative;
  overflow: hidden;
  height: 148px;
  border-radius: 5px 5px 0 0;
}
.postsList_img > a{
  display: block!important;
}
.postsList_img .triangle{
  position: absolute;
  top: -8px;
  left: -81px;
  transform: rotate(-45deg);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 200px;
  height: 50px;
  background: rgba(10, 114, 95, .8);
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.postsList .postsList_item.decision .triangle{
  background: rgba(232, 69, 128, .8);
}
.postsList .postsList_item.exdate .triangle{
  background: rgba(202, 180, 131, .8);
}
.postsList .postsList_item.end .triangle,
.postsList .postsList_item.draft .triangle{
  background: rgba(135, 135, 135, .8);
}
.postsList .postsList_item.pause .triangle{
  background: rgba(57, 130, 193, .8);
}
.postsList .postsList_item.protected .triangle{
  background: rgba(241, 136, 31, .8);
}


/* 下部エリア */
.postsList_txt{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 148px);
  padding: 10px ;
}
/* 下部エリア - 上ブロック */
.postsList_detail{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.postsList_detail .postsList_title{
  flex: 1;
  margin: 0 0 8px;
}
.postsList_detail .postsList_title > a{
  display: -webkit-box;
  max-height: 2.6rem;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.3;
}
.postsList_detail .postsList_catData{
  display: flex;
  gap: 5px;
  font-size: 13px;
}
.postsList_detail .postsList_catData .sex{
  font-weight: 600;
}
.postsList_detail .postsList_catData .sex .male{
  color: #0e40a7;
}
.postsList_detail .postsList_catData .sex .female{
  color: #b22222;
}
.postsList_detail .pref{
  font-size: 13px;
}
/* 下部エリア - 下ブロック */
.postsList_bottom{
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
}
.postsList_bottom .fa{
  margin-right: 3px;
  color: #555;
}
.postsList_bottom .fa-paper-plane.exist{
  color: #ff52b6;
}
.postsList_bottom .itemType{
  display: inline-block;
  width: 48px;
}
.postsList_bottom .item_detail{
  display: flex;
  justify-content: space-between;
}
.postsList_bottom .item_user{
  display: flex;
}
.postsList_bottom .item_user .user_name{
  display: flex;
  align-items: center;
  width: calc(100% - 48px);
}
.postsList_bottom .item_user .user_name > a:not(.tooltip){
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.postsList_bottom .item_user .user_name-nintei > a:not(.tooltip){
  max-width: calc(100% - 17px);
}
.postsList_bottom .user_name .tooltip{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
.postsList_bottom .user_name .tooltip img{
  margin: 0;
  vertical-align: top;
}



/*----------------------------------------
最新投稿
----------------------------------------*/
.kitten-row .list_item.ad{
  width:315px;
  height: 310px;
  min-height: 310px;
  text-align:center;
  border:none;
  background:none;
}
.kitten-row .list_item .txt_user .applyinfo{
  width: 80%;
}
.kitten-row .list_item .txt_user .applyinfo .user-name{
  width: calc(100% - 45px);
  display:inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align:middle;
}
.kitten-row .list_item .txt_user .count .fa-paper-plane.exist{
  color: #ff52b6;
}
.kitten-row .list_item .txt_detail .backstory {
  width: 98%;
  color: #939393;
  line-height:130%;
  font-size:12px;
  height:45px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

h3.user-custom{
  font-size:16px;
  font-weight:600;
  border-bottom:2px solid #ff8410;
  color:#555;
  margin-bottom:5px;
}

h4.user-custom{
  font-size:15px;
  font-weight:600;
  color:#555;
}

blockquote.user-custom{
  border-left: 4px solid #ccc;
  padding-left: 10px;
  margin: 5px 0;
  font-size:90%;
  line-height: 1.4;
}