<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ============================================================================
 *
 * 共通スタイル
 *
 * ============================================================================ */

input[type='text'],
input[type='email'],
textarea,
select{
  padding: 3px;
  font-size: 16px;
  display: inline-block;
  line-height: 1.4;
  color: #333;
  border: 2px solid #ea731c;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type='text']{
  height: 28px;
}

.contents{
  width: 960px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
  margin: 0 auto;
}
.contents.maigo a{
  text-decoration: none;
}

.contents.maigo h1{
  width: 940px;
  height: 33px;
  background: url("/maigo/images/title_long.png") no-repeat;
  background-size: 960px;
  padding-top: 17px;
  text-align: right;
  padding-right: 20px;
}

.contents .moreLink{
  width:100%;
  text-align:right;
}


.areaWrap{
  margin-top:10px;
}

.history .areaWrap{
  margin-top:10px;
}

.contents.maigo h2 {
  margin: 0 0 15px 0;
  padding:10px 10px 5px;
  border:none;
  border-bottom:3px solid #0a725f;
  border-radius: 0;
  box-shadow: none;
  font-size: 20px;
}
.contents.maigo h2.protected {
  border-bottom:3px solid #ec6941;
}

.contents.maigo .bottomArea h2{
  width: 940px;
}

.contents.maigo .bottomArea h2 .fa-map-pin{
  color: #666;
}

.contents.maigo h2 span:not(.condText){
  font-size: 16px;
  margin-left: 15px;
}
.contents.maigo .top_image img{
  width: 100%;
}
.areaWrap .contentsBlock{
  width:636px;
  float:left;
}
.areaWrap .contentsBlock h2{
  width:616px;
}
.areaWrap .rightArea{
  width:300px;
  float:right;
}


/*----- 検索 -----*/
.resultSearch .searchBlock {
  border: 1px solid #0a725f;
}
.searchLink, .searchSubmitBtn{
  display: inline-block;
  font-size:14px;
  background:#400000;
  color:#fff!important;
  width:95px;
  height: 30px;
  padding:9px 10px 0;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.resultSearch .searchHeading {
  text-align: center;
  padding: 5px;
  background-color: #458f76;
  border-bottom: 1px solid #0a725f;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.resultSearch .searchHeading .clear {
  position: absolute;
  right: 5px;
  color: #fff;
}
.resultSearch .mainTableWrap{
  background: #ebf4ea;
  padding:5px;
  border-radius:2px;
  width: 624px;
}
.resultSearch table.mainTable{
  width: 624px;
  border-collapse: collapse;
  border-spacing: 0;
}
.resultSearch table.mainTable tr{
  border-spacing: 0 10px;
}
.resultSearch table.mainTable td{
  border-style: hidden;
  height: 30px;
  background:none;
}
.resultSearch table.mainTable td:nth-child(odd){
  padding: 5px 0px 5px 8px;
  font-weight: bold;
  font-size: 14px;
}
.resultSearch table.mainTable td:nth-child(even){
  padding: 5px 13px 5px 5px;
}
.resultSearch table.mainTable td:last-child{
  padding: 5px;
}
a.searchPopBtn{
  text-decoration: none;
  background: #fff;
  border: 1px solid #999;
  color: #020202;
  padding: 3px 10px;
  border-radius: 5px;
  display: inline-block;
  min-width:52px;
}
.mainTableWrap .searchPopBtn:hover{
  color:#ff8410;
}
.mainTableWrap .searchPopBtn span{
  position: relative;
}
.mainTableWrap .searchPopBtn span:after{
 content: '';
 width: 100%;
 position: absolute;
 left: 0;
 bottom: 1px;
 border-bottom: 1px dotted #333;
}
.mainTableWrap .searchPopBtn:hover span:after{
  border-bottom: #ff8410 dotted 1px;
}

.resultSearch .searchArea{
  box-sizing: border-box;
  display: table;
  width: 95%;
}
.resultSearch .searchInputWrapper{
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  width: 90%;
  vertical-align: bottom;
}
.resultSearch .searchButtonWrapper{
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  width: 10%;
  vertical-align: bottom;
}
.resultSearch .search_input{
  display: inline-block;
  border: #999 solid 1px;
  box-sizing: border-box;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 4px;
}
.resultSearch .searchButtonWrapper a.searchSubmitBtn{
  background-color: #999;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: auto;
  padding: 4px 2px 5px 7px;
  border: medium none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
.searchLink:hover, .searchSubmitBtn:hover{
  background-color:#644600;
}
.resultSearch .searchInputWrapper .search_input {
  color: #000;
  width: 100%;
}

.recentPostsList .no-result{
  text-align: center;
  margin: 50px 0;
  color: #b22222;
  font-weight: bold;
  font-size: 16px;
}

.recentPostsList .ad-list-area {
  min-height: 100px;
  width: 100%;
  margin-bottom: 8px;
}

/*----- ポップアップ -----*/
.popWrap{
  display: none;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
}

.popWrap h3{
  border-bottom: 2px solid #ff8410;
  padding-bottom: 2px;
  margin-bottom: 10px;
  font-weight: bold;
}

.popWrap a{
  color:#666666;
  text-decoration: none;
}

.popWrap .active{
  border: 1px solid #0a725f;
  border-radius:5px;
  padding: 2px  3px;
  font-weight:bold;
  color:#0a725f;
  background:#f2f9f4;
}
.popWrap .inactive{
  border: 1px solid #ccc;
  border-radius:5px;
  padding: 2px  3px;
  background:#fcfcfc;
}
.popWrap .inactive:hover{
  border:1px solid #ff8410;
  background:#fdf7f2;
  color:#ff8410 !important;
}
.popWrap .pref_idTable .inactive, .popWrap .pref_idTable .active{
  display:inline-block;
  text-align:center;
  width:55px;
}
.popWrap table{
  width: 100%;
}

.popWrap table td{
  width: 74px;
  padding: 5px 0;
  border: none;
}

.popWrap ul li{
  display: inline-block;
  padding: 10px 1.5%;
}

.popWrap ul.pattern_id{
  margin: 0 auto;
  width: 620px;
}

.popWrap ul.pattern_id li{
  width: auto;
  padding: 10px 0;
}

.popWrap ul li img{
  width: 68%;
  display: block;
  margin: 0 auto;
}

.recruiterPref {
  border-top: 1px solid #999;
  padding-top: 10px;
}

/*##################### transition #####################*/
.maigoList-enter-active, .maigoList-leave-active {
  transition: all 0.3s;
}
.maigoList-enter, .maigoList-leave-to{
  opacity: 0;
}

/*----------------------------------------
都道府県別
----------------------------------------*/
.prefArea{
  background:#fff;
  padding:20px;
  margin-bottom: 20px;
}
.prefBoxWrap{
  width:100%;
}
.prefBoxWrap table{
  width:100%;
}
.prefBoxWrap table td{
  width:74px;
  padding:3px 0;
  border:none;
  color:#ccc;
}
.prefBoxWrap h3{
  font-size:16px;
  color:#683b2e;
  margin-bottom:10px;
  font-weight:bold;
}
.prefBoxWrap table a:link,
.prefBoxWrap table a:visited{
  font-size: 15px;
  color:#666;
}

.prefBoxWrap table a:hover,
.prefBoxWrap table a:active{
  color:#800000;
}

/*----------------------------------------
迷い猫掲示板とは
----------------------------------------*/
.howtoArea{
  background:#fff;
  border-radius:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding:15px;
}
.howtoArea h3{
  font-size:18px;
  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: 7px;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  padding: 7px 10px;
  white-space: nowrap;
  width: 250px;
  text-align:center;
  margin:10px auto 0;
}
.newPosts:hover{
  background-color:#f57ea5;
}

/*----------------------------------------
迷い猫PDF作成リンクバナー
----------------------------------------*/
.rightArea .pdfBnr img{
  margin-top: 10px;
  width: 296px;
  height: 87px;
  border-radius: 5px;
  border: 2px solid #e66785;
}

.rightArea .pdfBnr img:hover{
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}

.rightArea .netprint-banner{
  margin-top: 10px;
  margin-bottom: 10px;
}
.rightArea .netprint-banner img{
  width: 300px;
}


/*----------------------------------------
最新投稿
----------------------------------------*/

/* 切り替え */
.recentPostsWrap .protectedList {
  display: none;
}
.recentPostsWrap .recentPostsTab {
  display: table;
  margin-bottom: 15px;
}
.recentPostsWrap .recentPostsTab li {
  display: table-cell;
  padding-right: 10px;
}
.recentPostsWrap .recentPostsTab li a{
  padding: 2px 10px;
  border: 1px solid #ec6941;
  background: #fff;
  border-radius: 5px;
}
.recentPostsWrap .recentPostsTab li.selected a {
  background: #ec6941;
  color: #fff;
}

.maigoPostsWrap{
  display: flex;
  justify-content: space-between;
}
.maigoPostsList{
  width: calc(100% - 324px);
}
.recentPostsList h2,
.maigoPostsList h2{
  width: calc(100% - 20px);
}

.posts_list .list_item.ad{
  max-width:315px;
  height: 310px;
  min-height: 310px;
  text-align:center;
  border:none;
  background:none;	
}
.posts_list .list_item .txt_user .fa{
  color: #666;
}

.maigo_searchArea{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 2px #EBD9CB;
  border-bottom: solid 2px #EBD9CB;
  background: #fff;
  margin: 0 0 10px 0;
  padding: 10px;
}
.maigo_searchArea .search_list{
  display: flex;
  align-items: center;
}

.maigo_searchArea .search_list .list_item{
  margin-right: 20px;
}
.maigo_searchArea .search_list .list_item .txt{
  margin-right: 5px;
}
.maigo_searchArea .search_list .list_item select{
  width: 85px;
}

.search_btn{
  background: rgba(76, 47, 17, .9);
  display: inline-block;
  font-size: 14px;
  width: 70px;
  text-align: center;
  color: #fff!important;
  border-radius: 3px;
  padding: 3px 10px;
}
.search_btn:hover{
  background: rgba(99, 62, 24, .9);
}

/*----------------------------------------
入力ページ
----------------------------------------*/

/*選択画面*/
.pubishSelectArea{
  padding:30px 20px;
}
.pubishSelectArea a{
  width:46%;
  float:left;
  border:1px solid #ccc;
}
.pubishSelectArea a.protected{
  float:right;
}
.pubishSelectArea a img{
  width:100%;
  vertical-align: middle;
}

.inputAreaWrap .inputInfoWrap h2{
  font-size: 15px!important;
  border-bottom: none!important;
  background: #02735f;
  padding: 5px 15px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  margin: 0;
}
.inputAreaWrap.protected .inputInfoWrap h2{
  background: #ea731c;
}

.inputAreaWrap .inputInfoWrap{
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.inputAreaWrap .inputInfoWrap .inputInfo{
  padding: 20px 26px;
}
.inputAreaWrap .inputInfoWrap .inputInfo .inputInfo_attenTxt{
  margin-bottom: 20px;
  padding-left: 10px;
  color: #f00;
  font-weight: bold;
  font-size: 16px;
}

.inputInfo input[type=checkbox] {
  -moz-transform:scale(1.4);
  -webkit-transform:scale(1.4);
  transform:scale(1.4);
}

.inputAreaWrap span.required,
.inputAreaWrap span.option{
  display: inline-block;
  margin-right: 15px;
  padding: 4px 5px;
  border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
.inputAreaWrap span.required {
  background-color: #cc0000;
}
.inputAreaWrap span.option {
  background-color: #999;
}

.contents.ask .inputAreaWrap h2{
  font-size: 14px!important;
  border-bottom: none;
  background:#02735f;
  padding:5px 15px;
  width: 100%;
  box-sizing: border-box;
  color:#fff;
  border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
  margin: 0;
}

.inputAreaWrap table{
  width: 100%;
}

.inputAreaWrap table td,
.inputAreaWrap table th{
  border: none;
  padding: 0 0 30px 10px;
  font-size: 16px;
}

.inputAreaWrap table th {
  color: #000;
  vertical-align: top;
  font-size: 16px;
}

.inputAreaWrap .file_delete_button {
  margin-top: 8px;
}
#upload_image1.err-textbox,
#agreement_area.err-textbox{
  padding: 5px;
}
.inputAreaWrap .btnArea{
  padding: 10px;
  text-align: center;
  margin-bottom:30px;
}
.inputAreaWrap .btnArea .submitBtn{
  padding: 10px 100px;
}
.inputAreaWrap table .tmp_image_area{
  border: none !important;
  padding-top: 0 !important;
}
.inputAreaWrap .tmp_image_area img{
  border: 2px solid #ea731c;
  border-radius: 5px;
  max-width: 300px;
}
.file-size-notice{
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}

/*----------------------------------------
掲載時のお願い
----------------------------------------*/
.inputAreaWrap .publishInfo{
  border:1px solid #ccc;
  border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  background:#fff;
  padding: 20px;
  margin-bottom: 20px;
}

.bodyTxt h3{
  font-size: 18px;
  padding: 0px 10px 10px 10px;
  border-bottom: 2px solid #b06161;
}

.inputAreaWrap .blockHead th{
  padding-left: 0;
}

.inputAreaWrap .blockHead span{
  display: block;
  font-size: 18px;
  padding: 0px 10px 5px 10px;
  border-bottom: 2px solid #b06161;
  font-weight: bold;
}

.inputAtten{
  margin-top: 10px;
  font-size: 110%;
}

.inputAtten ul li {
  position: relative;
  padding-left: 17px;
  line-height: 1.9;
}

.inputAtten ul li:before {
  background: #59b395;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  left: 5px;
  position: absolute;
  top: 9px;
}

.bodyTxt h3 .fa-question-circle{
  color: #b22222;
  font-size: 120%;
  margin-right: 5px;
}

.bodyTxt h3 .fa-exclamation-circle{
  color: #337ab7;
  font-size: 120%;
  margin-right: 5px;
}

.inputInfo .sexSelect label,
.inputInfo #collar_area label{
  margin-right: 50px;
}

.inputInfo input:placeholder-shown {
  color: #adadad; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.inputInfo input::-webkit-input-placeholder {
  color: #adadad; }

/* Firefox 18- */
.inputInfo input:-moz-placeholder {
  color: #adadad; opacity: 1; }

/* Firefox 19+ */
.inputInfo input::-moz-placeholder {
  color: #adadad; opacity: 1; }

/* IE 10+ */
.inputInfo input:-ms-input-placeholder{color: #adadad;}

.inputAreaWrap.confirm h3{
  font-size: 18px;
  padding: 0px 10px 5px 10px;
  border-bottom: 2px solid #b06161;
  font-weight: bold;
  margin-top: 50px;
}
.inputAreaWrap.confirm h3:first-child{
  margin-top: 0;
}

.inputAreaWrap.confirm table th,
.inputAreaWrap.confirm table td{
  border-bottom: solid 1px #ccc;
  padding: 20px 0 5px 0;
}

.inputAreaWrap.confirm table th.noborder{
  border-bottom: none;
  padding-bottom: 10px;
}

.inputAreaWrap.confirm table th{
  font-weight: bold;
  color: #555;
  width: 160px;
}

.inputAreaWrap.confirm .blockHead th {
  border-bottom: none;
  padding-bottom: 15px;
}


.inputAreaWrap.confirm .btnArea .btn {
  padding: 10px 80px;
}

.inputAreaWrap.confirm .btnArea .fa-arrow-left {
  color: #777;
}

.inputAreaWrap.confirm .btnArea .fa-pencil {
  color: #e81d63;
}

/*----------------------------------------
登録完了ページ
----------------------------------------*/
.complete_wrap .netprint-banner{
  margin-top: 50px;
}

/*----------------------------------------
迷い猫詳細
----------------------------------------*/
.detailAreaWrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}
.detailAreaWrap .catPhoto{
  width: 445px;
}
.detailAreaWrap .catDetail{
  width: 500px;
}

.detailAreaWrap h2{
  width: 100%;
  margin: 0!important;
  padding: 5px 15px;
  border-bottom: none!important;
  background: #02735f;
  box-sizing: border-box;
  border-color: #02735f!important;
  border-style: solid!important;
  border-width: 2px 2px 0 2px!important;
  color: #fff;
  font-size: 14px!important;
}
.detailAreaWrap .protected h2{
  border-color: #ea731c!important;
  background: #ea731c;
}
.detailAreaWrap .decision h2{
  border-color: #e84580!important;
  background: #e84580;
}
.detailAreaWrap .end h2{
  border-color: #cab483!important;
  background: #cab483;
}
.detailAreaWrap h2.detail_head span{
  margin-left: 0!important;
}

.detailAreaWrap .detailInfo{
  padding: 15px 13px 10px;
  border: 2px solid #0a725f;
  background: #fff;
}
.detailAreaWrap .protected .detailInfo{
  border-color: #ea731c;
}
.detailAreaWrap .decision .detailInfo{
  border-color: #e84580;
}
.detailAreaWrap .end .detailInfo{
  border-color: #cab483;
}

.detailAreaWrap .detailInfo .counter{
  padding: 7.5px 0;
}

.detailAreaWrap .detailInfo h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.detailAreaWrap .detailInfo .detailTxt {
  margin-bottom: 15px;
}
.detailAreaWrap .detailInfo table{
  width: 100%;
}

.detailAreaWrap .detailInfo th,
.detailAreaWrap .detailInfo td{
  font-size: 14px;
  padding: 8px 10px;
  border-left: none;
  border-right: none;
}

.detailAreaWrap .detailInfo th{
  color: #666;
  background: #f4f4f4;
  width: 25%;
}

.detailAreaWrap .detailInfo td{
  width: 75%;
}
.detailAreaWrap .detailInfo tr.col4 td{
  width: 25%;
}

.detailAreaWrap .detailInfo .title .counter img{
  height: 16px;
  margin-right: 3px;
  vertical-align: -4px;
}

.detailAreaWrap .detailInfo	.extendLimitBtn {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  padding: 4px;
  white-space: nowrap;
  text-align:center;
}
.detailAreaWrap .detailInfo .extendLimitBtn {
  background: #32559f;
  width: 70px;
  float: right;
}
.detailAreaWrap .detailInfo .extendLimitBtn:hover {
  opacity: 0.7;
}

.detailAreaWrap .detailInfo	.btn_list a{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  padding: 5px;
  white-space: nowrap;
  text-align:center;
}
.detailAreaWrap .detailInfo	.btn_list a:hover{
  opacity: 0.7;
}
.detailAreaWrap .detailInfo	.btn_list .messageBtn {
  background: #ee2a6b;
  width: 180px;
  margin: 0 auto;
  display: block;
}
.detailAreaWrap .detailInfo	.btn_list .editBtn {
  background: #63a428;
  width: 60px;
}
.detailAreaWrap .detailInfo	.btn_list .discoveryBtn {
  background: #ee2a6b;
  width: 60px;
}
.detailAreaWrap .detailInfo	.btn_list .endBtn {
  background: #999;
  width: 80px;
}
.detailAreaWrap .detailInfo	.btn_list .restartBtn {
  background: #63a428;
  width: 100px;
}

.detailAreaWrap .interaction_area_sns .fa{
  font-size: 40px;
}


.detailAreaWrap .detailInfo	.btn_list .pdfLinkBtn a{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #d84937 !important;
  display: inline-block;
  font-size: 16px;
  padding: 4px 10px 6px 10px;
  white-space: nowrap;
  text-align:center;
  background: #fff8f8;
  width: 170px;
  height: 20px;
  border: 2px solid #c93c2b;
}

.detailAreaWrap .detailInfo	.pdfLinkBtn .fa{
  font-size: 18px;
}

.detailAreaWrap .catPhoto .mainPhoto{
  display: table-cell;
  width: 445px;
  height: 305px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 2px solid #02735f;
  border-radius: 5px;
}

.detailAreaWrap .catPhoto .mainPhoto img{
  width: auto;
  height: auto;
  max-width: 445px;
  max-height: 331px;
  vertical-align: middle;
  vertical-align: middle;/*IE7*/
}

.detailAreaWrap .catPhoto li{
  width: 32%;
  height: auto;
  float: left;
  margin: 2% 0 0 0;
}

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

.detailAreaWrap .catPhoto li img{
  width: 100%;
  height: auto;
}
.detailAreaWrap .photoSelectList li{
  max-height: 110px;
  overflow: hidden;
}
.detailAreaWrap .photoSelectList img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.delBtn_area a{
  display: inline-block;
  padding: 2px 7px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
}
.delBtn_area .delBtn-on{
  background: #b22222;
}
.delBtn_area .delBtn-off{
  background: #666;
}

.detailBlockWrap .detailBlock{
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.detailBlockWrap .detailBlock .chara,
.detailBlockWrap .detailBlock .situation{
  width: 48.5%;
}

.detailBlockWrap .detailBlock .title{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 10px;
}

.contents_body_bottom h3{
  display: block;
  padding: 0 5px 5px;
  border-bottom: #6c4033 solid 2px;
  font-size: 110%;
  margin-bottom: 10px;
}


.contents_body_bottom_left{
  float: left;
  width: 640px;
}

/* ---------- 親コメント ---------- */
.comment_parent{
  background: #fff;
}

/* ---------- ゲストからのコメント ---------- */
.comment_item {
  margin-top: 10px;
  background: #fdfdfd;
  border: #ddd solid 1px;
  border-radius: 6px;
}

.comment_info {
  display: table;
  width: 100%;
  border-radius:6px 6px 0 0;
}
.comment_parent .comment_info div{
  background-color: #fefaf5;
}
.comment_info_name,
.comment_info_thumb {
  display:table-cell;
  vertical-align: middle;
}

.comment_info_id {
  display:table-cell;
  padding: 5px;
  text-align: right;
  font-size:80%;
}
.comment_info_id span {
  color: #999;
}

.comment_info_name {
  padding-left: 10px;
  font-size:13px;
}
.comment_info_name .date{
  font-size:11px;
  color:#666;
}

.comment_info_info span{
  color:#999;
}
.comment_info_thumb {
  width: 30px;
  padding: 5px 5px 5px 0;
  padding: 5px 0 5px 5px;
  border-radius:6px 0 0 0;
}

.owner .comment_info_info {
  border-radius:0 6px 0 0;
}
.comment_info_thumb img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  vertical-align: middle;
}

.comment_text {
  padding: 10px 10px 5px 10px;
}
.comment-body-delete {
  color: #888;
}

.commentBtn {
  display: none;
  width: 250px;
}

.re_comment_box {
  padding-right: 5px;
  box-sizing: border-box;
  display: table;
  width: 100%;
  width: 100%;
}

.re_comment_box .comment_text{
  padding-top:0;
  padding-left:3px;
}

.maigo_re_comment {
  border-top: 1px solid #d8d8d8;
}

.maigo_re_comment:nth-child(2) {
  padding-left: 40px;
}

.maigo_re_comment:nth-child(n+3) {
  padding-left: 40px;
}

.maigo_re_comment .comment_info {
  padding-top:7px;
}

/* ---------- コメント返信設定 ---------- */
.reply_btn{
  display: block;
  text-align: center;
  border: 1px solid #ddd6d6;
  background: #f4f2f2;
  width: 80px;
  cursor: pointer;
  border-radius: 5px;
  padding: 2px 0px;
  float:right;
  margin-bottom: 8px;
  margin-right:6px;
  
  text-decoration:none;
  letter-spacing: 1px;
  font-size: 11px;
  color: #8c5353 !important;
}

.reply_btn:hover{
  color: #8c5353 !important;
  opacity: 0.7;
}

.btn{
  text-align: center;
}

.contents_body_bottom .provideBtn{
  text-align: center;
  margin-top: 30px;
}

.contents_body_bottom .provideBtn a:hover{
  opacity: 0.8;
}

.contents_body_bottom .provideBtn a {
  display: inline-block;
  border: 1px solid #D35400;
  padding: 10px;
  background: #ec6941;
  width: 240px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px;
}
/* ---------- コメントフォーム ---------- */
.comment_write_area h2 {
  border: solid #ea731c;
  border-width: 0 0 2px 0;
  font-weight: bold;
  width: 100%;
  padding: 5px;
  margin: 0 0 15px 0;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comment_write_area .fa-comment {
  color: #accfff;
}

.comment_write_area h2 a.fancyboxCloseBtn {
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  color: #777;
}

.comment_write_area h2 a.fancyboxCloseBtn:hover {
  color: #ee924d;
}

/* ---------- SNSボタン(右カラム) ---------- */
.contents_body_bottom_right .snsArea{
  margin-bottom: 10px;
}

.contents_body_bottom_right .snsArea h3{
  margin-bottom: 8px;
}

.contents_body_bottom_right .snsInner{
  padding: 0 5px;
}

/* ---------- 同じ県の迷い猫(右カラム) ---------- */
.contents_body_bottom_right{
  float: right;
  width: 300px;
}

.contents_body_bottom_right .samePrefecture li{
  background: #fff;
  margin-bottom: 5px;
}

.contents_body_bottom_right .samePrefecture li .text{
  padding: 5px 10px;
  width: calc(100% - 87px);
}

.contents_body_bottom_right .samePrefecture li .name{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contents_body_bottom_right .samePrefecture li .img{
  overflow: hidden;
  width: 67px;
  height: 67px;
  position: relative;
}

.contents_body_bottom_right .samePrefecture li img {
/*	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  width: auto;
  height: 100%;
}

.contents_body_bottom_right .samePrefecture li .text .user a {
  color: #757575;
}

/*----------------------------------------
詳細情報提供
----------------------------------------*/
.contactWrap h2,
.contactWrap h2{
  font-size: 14px!important;
  border-bottom: none!important;
  background: #02735f;
  padding: 5px 15px !important;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  border-radius: 2px 2px 0 0 !important;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  margin: 0;
}

.contactWrap .inputInfoWrap{
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contactWrap .inputInfoWrap .inputInfo{
  padding: 20px 10px;
}

.contactWrap .inputInfoWrap .inputInfo{
  padding: 20px 26px;
}

.contactWrap span.required {
  font-size: 12px;
  background-color: #cc0000;
  color: #fff;
  padding: 0 5px 0;
  margin-right: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.contactWrap span.option {
  font-size: 12px;
  background-color: #999;
  color: #fff;
  padding: 2px 5px 0;
  margin-right: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.contactWrap .inputTable{
  width: 100%;
}

.contactWrap .inputTable td,
.contactWrap .inputTable th{
  border: none;
  padding: 0 0 30px 10px;
}

.contactWrap .inputTable th {
  color: #000;
  vertical-align: top;
}

.contactWrap .btnArea{
  padding: 10px;
  text-align: center;
  margin-bottom:30px;
}
.contactWrap .btnArea .submitBtn{
  padding: 10px 100px;
}

.contactWrap .detailBoxWrap {
  border: 1px solid #ccc;
}

.contactWrap .detailBoxWrap h2{
  margin-bottom: 0;
}

.contactWrap .detailBox {
  display: table;
  width: 100%;
  background: #fff;
}

.contactWrap .detailBox .detailImage {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}
.contactWrap .detailBox .detailImage img{
  vertical-align: bottom;
}

.contactWrap .detailBox .detailInfo {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.contactWrap .detailBox .detailInfo table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px;
}

.contactWrap .detailBox .detailInfo th {
  width: 100px;
  color: #333;
  background-color: #e6e6e6!important;
  text-align: center;
  border: none!important;
  border-radius: 4px;
  padding: 8px;
}


.contactWrap .detailBox .detailInfo td {
  width: 150px;
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dashed;
}

/*----------------------------------------
ステータス変更
----------------------------------------*/
.statusEditWrap h2 {
  font-size: 14px!important;
  border-bottom: none!important;
  background: #02735f;
  padding: 5px 15px !important;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  border-radius: 2px 2px 0 0 !important;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  margin: 0 !important;
}

.statusEditWrap .inputArea {
  background: #fff;
  padding: 20px 26px;
}

.statusEditWrap span.required {
  font-size: 12px;
  background-color: #cc0000;
  color: #fff;
  padding: 0 5px 0;
  margin-right: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.statusEditWrap .inputTable{
  width: 100%;
}

.statusEditWrap .inputTable td,
.statusEditWrap .inputTable th{
  border: none;
  padding: 0 0 30px 10px;
}

.statusEditWrap .inputTable th {
  color: #000;
  vertical-align: top;
}
.statusEditWrap .btnArea {
  text-align: center;
  padding: 10px;
  padding-bottom: 30px;
}

.statusEditWrap .btnArea a{
  padding: 10px 80px;
}

.statusEditWrap .btnArea .fa-arrow-left {
  color: #777;
}
.statusEditWrap .btnArea .fa-pencil {
  color: #e81d63;
}


/*右カラム*/
#right-contents .ad-wrap{
  background:url(/images/tx-bg.gif) #f7eddf;
  padding:20px;
  margin:10px 5px 0 5px;
}
#right-contents .ad-body{
  background:#fff;
  padding:10px;
}
#right-contents .right-ad{
  text-align:center;
  margin-bottom:5px;
}


/*投稿完了*/
.registFinishWrap h2{
  width: 940px;
  margin-bottom: 15px;
}

.registFinishWrap .completeAreaWrap{
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 20px;
}

.registFinishWrap .completeAreaWrap .submitComp{
  text-align: center;
  background: #fff8e8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #c3a38c;
  padding: 10px;
  font-size: 120%;
  width: 70%;
  margin: 20px auto 0;
}

.registFinishWrap .completeAreaWrap .submitComp ul li{
  position: relative;
  padding-left: 17px;
  line-height: 1.9;
}

.registFinishWrap .completeAreaWrap .submitComp ul li:before{
  background: #59b395;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  left: 5px;
  position: absolute;
  top: 12px;
}

div.ad-box300x250{
  background: none;
}

.complete-text-body{
  margin: 50px auto 0;
  line-height: 1.6;
  display: inline-block;
  max-width: 80%;
  padding: 10px 15px;
  border: 2px solid #653626;
  border-radius: 5px;
  background: #fffff9;
  text-align: left;
}
ul.body_list{
  list-style-type: disc;
  margin-left: 20px;
}

.moveToDetail{
  text-align: center;
  margin-top: 50px;
}
.moveToDetail a.backBtn{
  border: 1px solid #666;
  border-radius: 5px;
  background: #666;
  display: inline-block;
  padding: 16px 15px;
  width: 500px;
  color: #fff !important;
  font-size: 20px;
  line-height: 1.3;
}
.btnInputPdf:hover, .backBtn:hover{
  opacity: 0.7;
}

/*##################### 迷子履歴 #####################*/

.historyTab {
  margin: 20px 0 25px;
  box-shadow: 0 -2px #EBD9CB inset;
  border-top: solid 2px #EBD9CB;
  background: #fff;
}

.historyTab li.active,
.historyTab li:hover {
  border-bottom: 2px solid #EA731C;
  transition: all 0s ease 0s;
}

.historyTab li {
  display: inline-block;
  text-align: center;
  width: 107px;
  font-size: 110%;
  line-height: 100%;
}

.historyTab li a {
  display: block;
  padding: 10px 0px 10px 0px;
  color: #333;
}

.historyTab li p {
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: bold;
}

.historyPostsTypeTab {
  display: table;
  margin-bottom: 15px;
}
.historyPostsTypeTab li {
  display: table-cell;
  padding-right: 10px;
}
.historyPostsTypeTab li a{
  padding: 2px 10px;
  border: 1px solid #ec6941;
  background: #fff;
  border-radius: 5px;
}
.historyPostsTypeTab li.selected a {
  background: #ec6941;
  color: #fff;
}

.history .protectedList {
  display: none;
}

/*##################### 別迷子にしてしまった場合の連絡先 #####################*/
#maigo_centerArea{
  background: #fff;
  border: 1px solid #ccc;
  margin: 20px 0;
  padding-bottom: 10px;
}

#maigo_centerArea h3{
  margin-bottom: 10px;
  font-size: 105%;
  background: #43a3dd;
  padding: 5px 10px;
  color: #fff;
}

#maigo_centerArea h4 {
  padding: 2px 10px;
  font-size: 110%;
  border-left: 5px solid #43a3dd;
  margin: 0 10px 5px 10px;
}

#maigo_centerArea .topTxt{
  padding: 0 10px;
}

#maigo_centerArea .txtBlock {
  padding: 0 15px 0 25px;
}

#maigo_centerArea .txtBlock&gt;p{
  margin-bottom: 15px;
}

#maigo_centerArea p.hc_welfare span{
  margin-bottom: 5px;
}

#maigo_centerArea .txtBlock .centerTitle{
  display: block;
  margin-bottom: 5px;
}

#maigo_centerArea .txtBlock .centerLink{
  display: block;
  padding-left: 1rem;
}

#maigo_centerArea .maigo_centerInner {
    margin-bottom: 20px;
}

#maigo_centerArea .attention{
  margin: 10px 20px 20px 20px;
  background: #f3f3f3;
  padding: 10px 10px;
  border-radius: 5px;
  color: #666;
  font-size: 95%;
}

#maigo_centerArea .attention p:first-child{
  display: block;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #333;
  color: #ca0000;
}

/*----------------------------------------
捜索ポスターindexページ
----------------------------------------*/
.pdf-input-intro{
  margin-top: 100px;
  padding: 20px;
  text-align: center;
}
.pdf-input-intro .top-image{
  margin: 20px 0;
}

.pdf-input-intro h3{
  font-size: 36px;
  letter-spacing: 0.3rem;
  color: #0072ce;
}
.pdf-input-intro h4{
  font-size: 20px;
  font-weight:bold;
  letter-spacing: 0.2rem;
  color: #009e41;
}

.pdf-input-intro h4.catch_copy{
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  padding: 0.2em 0.5em;
  color: #2d73ac;
  font-size: 26px !important;
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
}
.pdf-input-intro h4.catch_copy:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.pdf-input-intro .introduce-text{
  font-size: 16px;
  margin-top: 20px;
}

.pdf-input-intro .introduce-text .sample_block{
  display: flex;
  margin-top: 20px;
  align-items: start;
}
.pdf-input-intro .introduce-text .sample_block .text{
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  padding:10px;
}
.pdf-input-intro .introduce-text .sample_block .text .notice{
  margin-top: 10px;
  font-size: 14px;
  color: #009e41;
}
.pdf-input-intro .introduce-text .sample_block .img{
  width: 23%;
  border: 1px solid #ccc;
  padding: 5px;
}
.pdf-input-intro .introduce-text .sample_block .img img {
  vertical-align: bottom;
  max-width: 100%;
}

.pdf-input-intro .button-area{
  text-align: center;
  margin: 60px 0 40px;
}

.pdf-input-intro .button-area a{
  border: 1px solid;
  border-radius: 5px;
  width: 500px;
  display: inline-block;
  padding: 16px 15px;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  border-color: #ee2a6b !important;
  background: #ee2a6b !important;
}

/*----------------------------------------
捜索ポスターPDF作成ページ
----------------------------------------*/
.pdfInputArea .inputInfoWrap .inputInfo{
  padding: 20px 16px;
}

.pdfInputArea h3{
  font-size: 17px;
  padding: 0px 10px 0 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #b06161;
  font-weight: bold;
}

.pdfInputArea .inputArea{
  width: calc(100% - 4px);
}

.pdfInputArea .btnArea .submitBtn{
  padding: 10px 30px;
}

.pdfInputArea .btnArea img{
  width: 22px;
  vertical-align: top;
  margin-right: 5px;
}

.pdfInputArea .btnClr_pdf{
  background: #d44c4f;
  color: #fff
}

/*-----ページ左側 -----*/
.pdfLeftArea{
  width: 43%;
}

.pdfLeftArea li{
  margin: 10px 0;
  color: #cc0000;
  font-size: 12px;
  position: relative;
  padding-left: 1rem;
}

.pdfLeftArea li:before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.pdfLeftArea .pdfSampleImg img{
  width: 398px;
  height: 564px;
}

.pdfLeftArea .Illust img{
  width: 70%;
}

/*-----ページ右側 -----*/
.pdfRightArea{
  width: 53%;
}

.pdfRightArea .attention{
  background: #d44c4f;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin: 15px 0px;
  padding: 10px;
  
}

.pdfRightArea .attention p {
  margin: 0;
}

.pdfRightArea p{
  margin-top: 30px;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

.pdfRightArea .num{
  color: #cc0000;
  font-size: 17px;
  vertical-align: middle;
}

.pdfRightArea	span.required,
.pdfRightArea	span.option{
  margin-right: 5px;
}

.pdfRightArea .photo p{
  margin-top: 10px;
}

.pdfRightArea ul.photoSelect li{
  float: left;
  display: block;
  width: 30%;
}

.pdfRightArea ul.photoSelect li&gt;div{
  margin-top: 10px;
}

.pdfRightArea ul.photoSelect li img{
  width: 100%;
}

.pdfRightArea ul.photoSelect li:nth-child(2){
  padding: 0 5%;
}

.pdfRightArea .attention_gy{
  margin-top: 5px;
  color: #777;
  font-size: 14px;
}

input[type=radio] {
  margin-right: 5px;
  transform:scale(1.2);
}
.pdfRightArea textarea {
  width:100%;
}
.pdfInputArea .submitComp{
  background: #fff8e8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #c3a38c;
  padding: 10px;
  font-size: 120%;
  width: 70%;
  margin: 20px auto 0;
}

.pdfInputArea .submitComp li{
  position: relative;
  padding-left: 17px;
  line-height: 1.5;
}

.pdfInputArea .submitComp li:not(:last-child){
  margin-bottom: 10px;
}

.pdfInputArea .submitComp li:before{
  background: #59b395;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  left: 5px;
  position: absolute;
  top: 12px;
}

.maigo .download-button-area{
  text-align: center;
  margin: 60px 0 40px;
}
.maigo .netprint-banner-area{
  margin-top: 50px;
}
.maigo .download-button-area .btn{
  border: 1px solid;
  border-radius: 5px;
  width: 320px;
  display: inline-block;
  padding: 12px 15px;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
}
.maigo .pdf-complete-text{
  margin: 0 auto;
  line-height: 1.6;
  text-align: left;
}
.maigo .pdf-complete-text b{
  font-weight: bold;
}
.maigo .back-button-area{
  margin-top: 30px;
}
.maigo .back-button-area .btn_m{
  border-color: #1067b7!important;
  background: #d6eafc!important;
}


/*----------------------------------------
発見された迷い猫
----------------------------------------*/
.new_decisionList li{
  width: calc(100% / 6);
  float: left;
  margin-bottom: 10px;
}

.new_decisionList .imgArea{
  width: 140px;
  height: 110px;
  position: relative;
  margin: 0 auto;
  display: block;
}

.new_decisionList .imgArea a{
  width: 140px;
  height: 110px;
  display: inline-block;
  z-index: 2;
}

.new_decisionList .titleArea{
  height: 110px;
  width: 140px;
  position: absolute;
  bottom: 0;
  opacity: 0;
}

.new_decisionList .title{
  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: 12px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  white-space: nowrap;
  width: 130px;
}

.new_decisionList .title span{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
}

.new_decisionList .titleArea:hover{
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.new_decisionList h2{
  width: 940px;
  border-bottom: 3px solid #e84580!important;
}

.new_decisionList h2 .fa-heart{
  color: #f16a99;
}

.extendNav{
  background: url(/maigo/images/bar01.png) no-repeat;
  background-size: 430px;
  background-color: #fff;
  background-position: 12px center;
}


/*----------------------------------------
 20200721 追加
----------------------------------------*/
/* 一覧の詳細箇所の高さ */
.maigoPostsArea .posts_list .list_item .item_txt .txt_detail{
  min-height: 96px;
}

.maigo .cont_navi-main{
	justify-content: space-between;
}
.maigo .cont_navi-main .main_menu .menu_item{
	width: auto;
	padding: 0 10px 0 20px;
}
.maigo .main_menu.right_menu{
	width: 335px;
	justify-content: flex-end;
}
.maigo .main_menu.right_menu .menu_item{
	width: 30%;
	padding:0;
}</pre></body></html>