@charset "utf-8";

h1, .colmunhead{
  width:620px;
  height:33px;
  background:url(/foster/images/title.png);
  background-size: 640px;
  padding-top:17px;
  text-align:right;
  padding-right:20px;
}
div.intro{
  background:url(/foster/images/intro_bg.png) no-repeat;
  width:610px;
  height:100px;
  padding:15px;
  font-size:8pt;
  margin-top:5px;
  line-height:1.5;
  color:#580000;
  overflow:hidden;
  text-shadow: 1px -1px 0 rgba(255, 255, 255, 0.2);
}
div.intro h1{
  font-size:20px;
  width: auto;
  background:none;
  text-align:left;
  padding-top:0;
  height:auto;
}
div.intro div.w-470{
  width:470px;
}

h2:not(.catchCopy){
  width: 630px;
  /* background: url(/images/icon/icon_19.png) 8px center no-repeat #806c50; */
  background-color:#806c50;
  background-size:16px;
  border:none;
  border-radius:4px;
  box-shadow:none;
  padding-top:7px;
  color:#fff;
  margin:5px 0 10px;
}
h2:not(.catchCopy):before{
  content:"";
  border-left:5px solid #ffcc8c;
  margin-right: 10px;
}
h2.catchCopy{
  width: auto;
  border:none;
  box-shadow:none;
  padding:0;
}

h2.catchCopy a{
  text-decoration:none;
}

/*中央カラム*/
/*デフォルト幅定義*/
.w640{
  width:640px;
  margin:0 auto;
}
/*-----里親募集-----*/

/*MYフォルダボタン*/
.mini_btn{
  float:right;
}

.myfolderLink{
  display: inline-block;
  float: left;
  font-size:12px;
  padding:3px 10px 2px;
  background:linear-gradient(#a2ca7e, #89b566);
  border-radius: 4px;
  text-decoration: none;
  color:#fff!important;
  border: 1px solid #78b34a;
  box-shadow: 1px 1px 3px #959595;
}
.myfolderLink:hover{
  opacity: 0.5;
}

.myfolderLink .fa-star{
  color: #ffe99d;
  font-size: 120%;
}

.myfolderLink .icon_btn{
  width: 20%;
  height: auto;
}

.myfolderLink_icon{
  display: inline-block;
  float: left;
  font-size:12px;
  padding:2px 10px 2px;
  margin:0px 5px;
  background:linear-gradient(#a2ca7e, #89b566);
  border-radius: 4px;
  text-decoration: none;
  color:#fff!important;
  border: 1px solid #78b34a;
  box-shadow: 1px 1px 3px #959595;
}

.myfolderLink_icon:hover{
  opacity: 0.5;
}

.myfolderLink_icon .icon_btn{
  width: 16px;
  height: auto;
  margin: 0px 3px -3px 0px;
}



/*応募管理ボタン*/
.applyManageLink{
  display: inline-block;
  float: right;
  font-size:12px;
  padding:5px 10px 4px;
  background-color:#f0a666;
  border-radius: 4px;
  text-decoration: none;
  color:#fff!important;
}
.applyManageLink:hover{
  background:#efccae;
}
.applyManageLink .fa-send{
  color: #fff;
}
.cat-box{
  width: 625px;
  margin:10px 0 0 5px;
  position: relative;
  border:1px solid #aaa;
  background:#fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;/* ↓Safari,Chrome */
  -moz-border-radius: 5px;/* ↓Firefox */
}

/* ↓↓↓↓↓里親ボックス共通スタイル↓↓↓↓↓ */

/* ↓↓↓top */
.cat-box-top {
  height: 24px;
  border-bottom:1px solid #999;
  background-color: #dfebd6;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;/* ↓Safari,Chrome */
  -moz-border-radius: 5px 5px 0 0;/* ↓Firefox */
  box-sizing: border-box;
}
/* ステータスアイコン */
.cat-box .cat-box-top .status{
  display: inline-block;
  width:90px;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  color:#fff;
  font-size:13px;
  background-color:#89b566;
  padding:3px 0 0 5px;
  position: relative;
}
.cat-box .cat-box-top .status:after{
  border-bottom-width:23px;
  border-bottom-style: solid;
}
.cat-box .cat-box-top .status:after{
  content: '';
  position: absolute;
  top:0;
  right:-10px;
  box-sizing: border-box;
  border-right: 10px solid transparent;
  border-bottom-color: #89b566;
}
.cat-box.end .cat-box-top .status,
.cat-box.pause .cat-box-top .status,
.cat-box.exdate .cat-box-top .status{
  background-color:#a69f90;
}
.cat-box.end .cat-box-top .status:after,
.cat-box.pause .cat-box-top .status:after,
.cat-box.exdate .cat-box-top .status:after{
  border-bottom-color: #a69f90;
}
.cat-box.decision .cat-box-top .status{
  background-color:#dd9999;
}
.cat-box.decision .cat-box-top .status:after{
  border-bottom-color: #dd9999;
}

/* ビュー */
.cat-box .cat-box-top .view{
  float: right;
  padding:3px 10px;
}

/* ↓↓↓bottom */
.cat-box-bottom {
  padding:0px 0 0 0;
}
.cat-box-bottom div.fosterPict{
  width:135px;
  float: left;
  text-align: center;
  font-size:0;
  border: #aaa solid;
  border-width: 0 1px 0 0;
  border-radius:0 0 0 4px;
}
.cat-box-bottom div.fosterPict .cat_pict{
  width:135px;
  border-radius:0 0 0 4px;
}
.cat-box-bottom a img{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.cat-box-bottom a:hover img {
  opacity: 0.7;
}
.cat-box-bottom div.fosterText{
  float: left;
  margin-left:15px;
  width:430px;
}
.cat-box-bottom .catchCopy{
  margin: 5px 0 0 0;
  font-size:16px;
}
.cat-box-bottom .backstory{
  width:100%;
  color:#888;
  font-size:11px;
  margin:1px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  
}
.cat-box-bottom .applyinfo{
  line-height:150%;
  font-size:12px;
}
.cat-box-bottom .applyinfo a{
  text-decoration: none;
}
.decision-img{
  position: absolute;
  top:30px;left:5px;
  width:40px;
  height:40px;
}


/* ↓募集終了 募集一時停止 期間満了 */
.cat-box.end .cat-box-top,
.cat-box.pause .cat-box-top,
.cat-box.exdate .cat-box-top{
  border-color: #a69f90;
  background-color: #f8f3e6;
}
/* ↓決定 */
.cat-box.decision .cat-box-top{
  border-color: #dd9999;
  background-color: #f9efe4;
}

/* カウンター・お気に入り追加ボタン */
.fosterRight{
  position: absolute;
  bottom:10px;
  right:10px;
  width: 80px;
  text-align: right;
}
.fosterRight p.count img{
  margin-right:5px;
  vertical-align: -4px;
}
.fosterRight p.favorite{
  margin-top:5px;
}

/* お気に入り追加ボタン */
.favoriteArea{
  position: relative;
}
a.favoriteBtn,
a.favoriteBtnNeedLogin{
  display: none;
  font-size:12px;
  font-weight: bold;
  color:#624522;
  text-decoration: none;
  border:1px solid #ccc;
  border-radius:3px;
  width: 102px;
  height:20px;
  padding:3px 4px 0 3px;
  text-align:right;
  background:url(/foster/images/favorite.png) no-repeat left center #fffdf7;
}
a.favoriteBtnNeedLogin{
  display: inline-block;
}
a.favoriteBtn.registed{
  color:#bbb;
  background-image:url(/foster/images/favorite_registed.png);
}
a.favoriteBtn:hover{
  opacity: 0.7;
}
/* 吹き出し */
.favoriteRegistMsg, .favoriteDeleteMsg{
  display: none;
  position: absolute;
  top:-35px;
  right:0;
  border-radius:5px;
  color: #624522;
  background: #E2C9A9;
  text-align: center;
  padding:3px;
  box-sizing:border-box;
  white-space: nowrap;
  opacity: 0;
  width:110px;
}
.favoriteRegistMsg:after, .favoriteDeleteMsg:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 100%;
  margin-left:-55px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #E2C9A9 transparent transparent transparent;
}
.pagingBottom{
  border-bottom:1px solid #ccc;
  margin:10px 0;
  padding:4px 0;
}

.search-pref-list,
.search-pattern-list {
  margin: 10px 0;
}

.search-pref-list h3,
.search-pattern-list h3 {
  background: #88bb77;
  border-bottom: solid 1px #ccc;
  margin-bottom: 3px;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  text-shadow: 1px -1px 1px rgba(0,0,0,0.2), 1px -1px 1px rgba(224,242,210,0.2);
  border: #999 solid 1px;
  margin-top: 10px;
}

.search-pref-list ul,
.search-pattern-list ul{
  padding: 5px;
}

.search-pref-list li,
.search-pattern-list li{
  float: left;
  padding: 0 8px;
  margin-bottom: 5px;
  border-right: 1px solid #c9c9c9;
}

.search-pref-list li:last-child,
.search-pattern-list li:last-child{
  border-right: none;
}

.search-pref-list a,
.search-pattern-list a {
  text-decoration: none;
  color: #0f67b7;
}

.search-pref-list a:hover,
.search-pattern-list a:hover {
  color: #c40000;
}

.search-pref-list,
.search-pattern-list {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #999;
  word-wrap: break-word;
}

.introduce-area{
  margin-top:20px;
}

.introduce-inner{
  border: 1px solid #aaa;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.introduce-inner a{
  text-decoration: none;
}

.introduce-area h3{
  border-bottom: solid 1px #ea731c;
  margin-bottom: 3px;
  font-size: 16px;
  padding-left: 10px;
}

.introduce-area h3 .fa{
  margin-right: 5px;
}

.introduce-area p{
  font-size: 13px;
  color: #555;
  padding: 3px;
}

.introduce-inner .more{
  margin: 0;
  padding: 0;
}

/*-----里親詳細ページ-----*/

/*子猫写真*/

.photo-box {
  width: 640px;
  margin-top: 10px;
}
.photo-right {
  float: right;
  width: 86px;
  height: 360px;
  padding-top: 3px;
  background-color: #e1e1e1;
}
.photo-right .on,
.photo-right .off {
  width: 75px;
  height: 55px;
  margin:0 auto 3px;
  border: 1px solid #fe7204;
  background: #fff;
}
.photo-right .on { border-color: #fe7204; }
.photo-right .off{ border-color: #fff; }
.photo-right a {
  outline: none;
}

/*子猫詳細*/
.foster-detail-count{
  border-bottom:1px solid #ddd;
  padding:3px 3px 0;
}
.foster-detail-count img{
  margin:0 5px;
  vertical-align: -5px;
}
.foster-detail-count .favoriteBtn,
a.favoriteBtnNeedLogin{
  position: relative;
  top: -3px;
}
table.foster-detail-table{
  width:640px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px;
  margin:10px 0 10px;
}
table.foster-detail-table th{
  width:80px;
  color:#333;
  background-color:#e6e6e6!important;
  text-align: center;
  border:none!important;
  border-radius:4px;
  padding:5px;
}
table.foster-detail-table td{
  padding:5px;
  border-width:0 0 1px;
  border-style:dashed;
}
table.foster-detail-table td a{
  text-decoration: none;
}
.foster-detail-comment-title{
  border:1px solid #ccc;
  border-radius:6px;
  padding:5px;
  margin-bottom:10px;
  font-size:14px;
}
.foster-detail-comment-title p{
  border-left:5px solid #88bb77;
  padding-left:8px;
}
.foster-detail-comment-subtitle,
.foster-detail-comment-text{
  border:1px solid #ccc;
  font-size:14px;
  padding:5px 7px;
}
.foster-detail-comment-subtitle{
  background-color: #e6e6e6;
}
.foster-detail-comment-text{
  border-top:none;
  margin-bottom:10px;
  word-wrap:break-word;
}

.thanksmessage{
  width:600px;
  box-sizing:border-box;
  border-radius:8px;
  padding:8px;
  margin:15px auto;
  border:1px solid #ccc;
}
.thanksmessage .thanksmessagetitle{
  border-bottom:1px dashed #aaa;
  margin-bottom:8px;
  padding-bottom:8px;
  text-align: center;
}

/*コメントリスト*/
.commentWrap a {
  text-decoration: none;
}
.commentTitle{
  background-color:#eee;
  padding:5px;
  font-size:16px;
  border-bottom:2px solid #2368a4;
  font-weight: bold;
}

.commentTitle .fa-comment{
  color: #2368A4;
}

.commentWrap .foster_comment_sectioning {
  margin-top: 10px;
  background: #fdfdfd;
  border: #ddd solid 1px;
}

.comment_parent .foster_comment_info div {
  background-color: #f7f7f7;
}

.foster_comment_info {
  display: table;
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.foster_comment_info_thumb img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  vertical-align: middle;
}

.foster_comment_info_thumb {
  width: 30px;
  padding: 5px 5px 5px 0;
  padding: 5px 0 5px 5px;
  border-radius: 6px 0 0 0;
}
.foster_comment_info_name {
  padding-left: 10px;
  font-size: 13px;
}

.foster_comment_info_name .date {
  font-size: 11px;
  color: #666;
}

.foster_comment_info_thumb, .foster_comment_info_name {
  display: table-cell;
  vertical-align: middle;
}

.foster_comment_info_value {
  display: table-cell;
  padding: 5px;
  text-align: right;
  font-size: 80%;
}

.foster_comment_info_value span {
  color: #999;
}

.foster_comment_text {
  padding: 10px 10px 5px 10px;
}

.reply_btn {
  display: inline-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;
}

.foster_re_comment_box:nth-child(n+3) {
  padding-left: 40px;
}

.foster_re_comment_box {
  border-top: 1px solid #d8d8d8;
}

.re_comment_box {
  padding-right: 5px;
  box-sizing: border-box;
  display: table;
  width: 100%;
  width: 100%;
}

.re_comment_box .foster_comment_info {
  padding-top: 7px;
}




/*.commentTitle img{
  margin-right:5px;
  vertical-align: middle;
}
.commentCount{
  padding:10px;
  border-bottom:1px solid #ccc;
}
.commentItem{
  padding:10px;
  border-bottom:1px solid #ccc;
}
.commentItem p{
  float: right;
  width:540px;
}
*/
/* コメント入力 */
.comment_write_area .comment-write-title {
  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;
  font-size: 11pt;
}

.comment_write_area .comment-write-title .fa-comment{
  color: #2368A4;
}

.comment_write_area .comment-write-title a.fancyboxCloseBtn {
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  color: #777;
}
.comment_write_area .comment-write-title a.fancyboxCloseBtn:hover {
  color: #ee924d;
}

.comment_write_area .attention {
  margin-top: 10px;
  text-align: center;
  font-size: 90%;
}

/* 投稿ボタン */
.entry_area{
  width: 540px;
  margin: 10px auto 0;
}

/* 画像削除 */
.image_not_deleted{
  color: red;
  font-weight: bold;
}
.image_deleted{
  color: gray;
}
.delete_this_image{
  display: block;
}
.delete_this_image_s{
  display: block;
}

/* 柄の選択 */
.patternBtn img:hover{
  filter:alpha(opacity=70);/*IE用*/
  opacity:0.7;
}
/* 猫柄素材(縮小表示) */
.patternBtn img {
  width:100px;
  height:auto;
}
/* 閉じるボタン */
div.closeButton {
  text-align: center;
  margin-top:15px
}


/*##################### 利用規約 #####################*/

#rule-box{
  margin:0 auto;
  border:1px solid #ccc;
  background:#fffdf0;
  width:625px;
  padding-left:13px;
  padding-top:10px;
}
#rule-box h3{
  background:url(/foster/images/ask_list.gif) no-repeat;
  padding-left:30px;
  padding-top:7px;
  font-weight:bold;
  color:#672c10;
  font-size:100%;
  height:26px;
}

#rule-box h4{
  position: relative;
  padding: 5px 10px;
  margin: 10px 15px 10px 10px;
  border-left: 4px solid #ff9d52;
  font-size: 105%;
  font-weight: bold;
  color: #672c10;
}
#rule-box h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  margin-right: -20px;
  border-bottom: 1px solid #ccc;
}

#rule-box .article-box{
  padding-left: 5px;
}

#rule-box .description-box{
  margin: 5px 20px 20px 20px;
  border:1px solid #ccc;
  padding:10px;
  background:#fff
}

#rule-box ul{
  margin:10px 20px 20px 20px;
  line-height:2;
}
#rule-box ul li span.number{
  font-weight:bold;
  color:#669933;
}
#rule-box ul li span.fs80{
  font-size:80%;
}
#rule-box .box{
  line-height:1.5;
}

#rule-box .box strong{
  font-weight:bold;
  color:#a60000;
}
.certified{
  margin:10px 0 0 20px;
}
#rule-box ul p.important{
  font-weight:bold;
  color:#f00;
}
#rule-box ul div.important{
  font-weight:bold;
  color:#f00;
  display: inline-block;
}

#rule-box .description-txt{
  color: #b22222;
  font-weight: bold;
}

#rule-box .btn a{
  font-size: 115%;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 10px;
  background: #469cca;
  color: #fff;
}

#rule-box .btn a:hover{
  opacity: 0.5;
}

#rule-box .btn{
  margin: 30px 20px 40px 20px;
  text-align: center;
}



/*検索*/
.searchWordWrap{
  display: inline-block;
  width: 500px;
  height:28px;
  border:2px solid #ca9;
  background-color:#F7F3E8;
  border-radius: 4px;
  padding:8px 5px 0 8px;
}
.searchWordWrap a.searchWord {
  display: inline-block;
  color: #B22222;
  font-weight: bold;
  max-width: 370px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchWordWrap span{
  vertical-align: top;
}
.searchWordWrap a.searchConditionsClear{
  float: right;
  color: #999;
  text-decoration: none;
}
.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);
}
.searchLink:hover, .searchSubmitBtn:hover{
  background-color:#644600;
}
.searchLink img, .searchSubmitBtn img{
  width:20px;
  margin-right:4px;
  vertical-align: -5px;
}
#searchBox{
  display: none;
  width:400px;
  background-color:#fff;
  padding:20px;
}
#searchBox .searchTitle{
  font-size:16px;
  font-weight: bold;
  margin-bottom:10px;
  position: relative;
}
#searchBox .searchTitle:after{
  content: "";
  display: block;
  border-top: 2px solid #eecc99;
  width: 85%;
  position: absolute;
  top: 50%;
  right:10px;
}
#searchBox .searchTitle.keyword:after{
  width: 75%;
}
#searchBox .searchSubtitle{
  font-size:14px;
  color:#B22222;
}
#searchBox .searchSelect{
  float: left;
  width:140px;
  margin:0 20px 30px 0;
}
#searchBox .searchReset{
  color:#333;
  background-color:#e0e0e0;
  border-radius:3px;
  padding:3px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
#searchBox .searchReset:hover{
  background:#ccc;
}

/*右カラム*/
#right-contents{
  padding-right:10px;
}
#right-contents .ad-wrap{
  background:url(/images/tx-bg.gif) #f7eddf;
}
#right-contents .ad-body{
  background:#fff;
}
#right-contents .right-ad{
  text-align:center;
}

/*詳細ページ右カラム 募集者情報・応募状況*/
.right-title.fosterUser, .right-title.apply{
  background-color:#ee88aa!important;
}
.right-text.user .userInfoTopBlock {
  border-bottom:1px dashed #ccc;
}
.right-text.user .userInfoBlock{
  float: right;
  width:200px;
}
.right-text.user .userInfoLine{
  line-height:1.5;
  border-bottom:1px dashed #ccc;
}
.right-text.user .userProfileBlock {
  line-height: 16px;
}

.applyUserInfoBlock {
  float: right;
  width: 200px;
}
.applyUserInfoLine {
  border-bottom:1px dashed #ccc;
  line-height: 30px;
}
.applyUserInfoBlock .applayDate {
  color: #999;
}

/*詳細ページ 同地域の募集*/
.samePrefFosterInfo{
  margin-top:30px;
}
.samePrefFosterInfo h3{
  background-color: #deecda;
  border-bottom: 2px solid #88BB77;
  font-size: 16px;
  padding: 3px 10px 0;
}
.samePrefFosterInfo div {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.samePrefFosterInfo div.img,
.samePrefFosterInfo div.text{
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding:7px;
  border: none;
}
.samePrefFosterInfo div.img{
  width: 80px;
}
.samePrefFosterInfo a{
  text-decoration: none;
}

/*詳細ページ右カラム 同ユーザーの募集*/
.sameUserFosterInfo.right-title{
  background-color:#77B5BF;
}

.sameUserFosterInfo div {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #aaa;
}
.sameUserFosterInfo div:last-child{
  border: none;
}
.sameUserFosterInfo div.img,
.sameUserFosterInfo div.text{
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding:5px;
  border: none;
  line-height:1.5;
}
.sameUserFosterInfo div.img{
  width: 80px;
}
.sameUserFosterInfo div.img img{
  width: 80px;
}


/*################ 里親統計 ################*/
/*コンテンツ最上部のメッセージ*/
div.infoBox {
  margin-top: 10px;
  padding: 10px;
  background: #f3e293;
  border-radius: 4px;
}

/*コンテンツ見出し*/
#chratSection h3, #dataSection h3 {
  margin-top: 60px;
  margin-left: 5px;
  padding-bottom: 4px;
  padding-left: 36px;
  border-bottom: #999 solid 1px;
  color: #6d3923;
  font-size: 20px;
  font-weight: bold;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
  line-height: 24px;
}
#chratSection h3:first-child {
  margin-top: 30px;
}
#dataSection h3 {
  margin-top: 0;
}
h3.lastMonth {
  background: url(/foster/images/calendar_icon.png) left -3px no-repeat;
}
h3.settledTransition {
  background: url(/images/foster_kettei.png) left -3px no-repeat;
}
h3.applyTransition {
  background: url(/images/foster_toukou.png) left -4px no-repeat;
}

/*前月データ*/
#dataSection {
  margin-top: 30px;
}
#dataSection table.dataTable {
  width: 630px;
  margin: auto;
  padding: 10px;
  background: #ea731c;
  background: -webkit-linear-gradient(top, #f5934c, #ea731c);
  background: -moz-linear-gradient(top, #f5934c, #ea731c);
  background: -o-linear-gradient(top, #f5934c, #ea731c);
  background: linear-gradient(to bottom, #f5934c, #ea731c);
  border-radius: 6px;
  color: #fff;
  table-layout: fixed;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
#dataSection table th, #dataSection table td{
  border: none;
  text-align: center;
}
#dataSection table th {
  margin: 0;
  padding: 5px 0 0;
  /*padding-right: 20px;*/
  background: none;
  color: #fff;
  font-size: 12px;
  /*font-weight: bold;*/
  vertical-align: bottom;
  text-shadow: 0 -1px #4a2409;
}
#dataSection table td {
  margin: 0;
  padding: 0 0 5px;
  /*padding-right: 20px;*/
  background: none;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  vertical-align: middle;
  text-shadow: 0 -1px #4a2409;
}
#dataSection table.dataTable .tableLines {
  border-left: #ff9f59 solid 1px;
}
/*チャート部分*/
div.chratWrap {
  position: relative;
  margin-top: 15px;
}
div.chartNotes {
  position: absolute;
  top: 15px;
  left: 70px;
  font-size:  16px;
  font-weight: bold;
}

p.apply {
  color: #16b821;
}
p.apply span {
  margin-left: 5px;
  color: rgb(113,220,120);
  font-weight: bold;
}
p.decision {
  color: #ea731c;
}
p.decision span {
  margin-left: 5px;
  color: rgb(244,152,83);
  font-weight: bold;
}
p.collect {
  color: #5380f4;
}
p.collect span {
  margin-left: 5px;
  color: rgb(83,128,244);
  font-weight: bold;
}
p.settled {
  color: #f49853;
}
p.settled span {
  margin-left: 5px;
  color: rgb(244,152,83);
  font-weight: bold;
}

div.xAxis {

  text-align: center;
}

/*################ 完了画面 ################*/
.finishImage{
  margin: 10px 0px;
}

.finishImage .howto_copy{
  text-decoration: none;
}

.finishImage .howto_copy_text{
  color:#480000;
  font-size:100%;
}

.finishImage .deep_orange{
  width:auto;
  height:200%;
  color:#ff6000;
}

/*################ 里親募集リンクバナー配布 ################*/


#foster_banner p {
  margin: 10px 20px;
}
#foster_banner h1 {
  background: url(/foster/images/title.png);
}
#foster_banner h3 {
  clear: both;
}

/* メッセージ */
#foster_banner #comment {
  padding: 16px;
  font-size: 14px;
  margin: 10px;
  background: #fffaf0;
}
#foster_banner #alart {
  font-size: 12px;
}
#foster_banner hr {
  border: 0;
  border-bottom: 4px dotted #e6e0d8;
  width: 52%;
  margin: 16px auto 12px;
}
/* バナー画像 */
#foster_banner .bnr-img {
  float: left;
  margin: 20px;
}
#foster_banner .bnr-img2 {
  margin: 20px 20px 0;
}
/* ソースコード欄 */
#foster_banner textarea {
  font-size: 12px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #cccccc;
  width: 100%;
  margin: 10px 10px 10px 0;
}
#foster_banner .bnr-src {
  margin: 20px 40px 50px 160px;
}
#foster_banner .bnr-src2 {
  margin: 10px 40px 20px 20px;
}

#bnr-way {
  margin: 20px auto;
}


/*--------------------------------
里親統計
--------------------------------*/
.statistics .right-title{
  background: #88bb77;
}
.statistics .right-text{
  background-color:#f7ffe8;
}
.allSettled {
  color: #ea731c;
  font-size: 200%;
  font-weight: bold;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 1), 1px 1px 0px rgba(255, 255, 255, 1), -1px 1px 0px rgba(255, 255, 255, 1), 1px -1px 0px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1);
}
.topLine {
  border-top: #aaa solid 1px;
}

/*--------------------------------
里親ポリシー
--------------------------------*/
 .fukidashi_box{
  line-height:1.8;
  margin-top: 10px;
  padding: 10px 14px 10px 14px;
  background: #FFFFFF;
  border: dotted 1px #F1CCAF;
  border-radius:6px;	/* CSS3草案 */
  -webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
  -moz-border-radius: 6px;	/* Firefox用 */
}

/*--------------------------------
里親Twitter
--------------------------------*/
div.messageBox {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 10px;
  background: #f7eadb url(/foster/images/message_back.png);
  border: #fff solid 5px;
  color: #333;
  box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1), 1px 1px 5px rgba(0,0,0,0.2);
}
ul.areaOption {
  margin-top: 20px;
  padding: 5px 0;
  background: #fbf4e2;
  border: #faeecc solid 1px;
  border-radius: 4px;
  text-align: center;
}
ul.areaOption li {
  display: inline;
  margin-left: 8px;
  padding-left: 10px;
  border-left: #ab9a6c solid 1px;
}
ul.areaOption li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}

#twitterList h2 {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0 0;
  padding: 0 0 0 10px;
  background: #eeb418;
  border: #e6ae16 solid 1px;
  border-radius: 4px;
  color: #fff;
  line-height: 40px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 22px;
  font-weight: normal;
  text-shadow: 1px -1px 1px rgba(0,0,0,0.2), 1px -1px 1px rgba(224,242,210,0.2);
}
div.areaSection {
  margin-top: 15px;
  padding-bottom: 9px;
}
h2 + div.areaSection {
  margin-top: 10px;
}
ul.areaOption + div.areaSection {
  margin-top: 10px;
}
div.areaSection h3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
  background-image: url(/foster/images/twitter_area_catgory.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #333;
  line-height: 40px;
  box-shadow: 0 1px 1px #f5f5f5;
}
#touhoku {background: #eef4f9;}
#kantou {background: #e6f9f6;}
#chuubu {background: #e9f7e7;}
#kinki {background: #f3f6e4;}
#chuugoku {background: #fbf8d3;}
#shikoku {background: #fcf9e8;}
#kyuusyuu {background: #fcf2ec;}

#touhoku h3 {background-color: #5692C8; border-bottom: #5187b7 solid 1px;}
#kantou h3 {background-color: #81dcce; border-bottom: #8ac9c2 solid 1px;}
#chuubu h3 {background-color: #9AE990; border-bottom: #97c885 solid 1px;}
#kinki h3 {background-color: #badf15; border-bottom: #b9d038 solid 1px;}
#chuugoku h3 {background-color: #FFED02; border-bottom: #eddd28 solid 1px;}
#shikoku h3 {background-color: #FFD401; border-bottom: #edc620 solid 1px;}
#kyuusyuu h3 {background-color: #FF5D00; border-bottom: #e45917 solid 1px;}


div.areaSection li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 198px;
  margin-top: 9px;
  margin-left: 11px;
  background: #fff url(/foster/images/twitter_prefecture_back.png);
}

#main-contents div.areaSection li table {
  width: 100%;
  margin: 10px auto;
}

#main-contents div.areaSection li table th, #main-contents div.areaSection li table td {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #333;
  vertical-align: middle;
}
#main-contents div.areaSection li table th {
  padding-left: 20px;
  padding-right: 0;
  background: url(/foster/images/twitter_area_arrow.png) 10px center no-repeat;
}
#main-contents div.areaSection li table td {
  padding-right: 10px;
  text-align: right;
}


/*地域ページごとのTwitterウィジェット*/
a.twiterListLink {
  display: block;
  margin: 5px auto;
  padding: 4px;
  background: #fff;
  background: #dadada;
  background: -webkit-linear-gradient(top, #ffffff, #dadada);
  background: -moz-linear-gradient(top, #ffffff, #dadada);
  background: -o-linear-gradient(top, #ffffff, #dadada);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadada));
  background: linear-gradient(to bottom,#ffffff, #dadada);
  border: #BBBBBB solid 1px;
  border-radius: 10px;
}
a.twiterListLink:hover {
  background: #eaeaea;
  background: -webkit-linear-gradient(top, #eaeaea, #eeeeee);
  background: -moz-linear-gradient(top, #eaeaea, #eeeeee);
  background: -o-linear-gradient(top, #eaeaea, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#eeeeee));
  background: linear-gradient(to bottom,#eaeaea, #eeeeee);
  box-shadow: inset 1px 1px 1px #7a7a7a, 1px 1px 1px #fff;
  color: #666;
  text-shadow: 1px 1px 1px #fff;
}

/*サイドバー気にとめて頂きたい事項*/

#attentionMenu{
  width: 289px;
  height: 103px;
  background-image: url(/foster/images/attention_bg.gif);
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
}

#attentionMenu div{
  width:266px;
  position: absolute;
  top: 50px;
  left: 10px;
}

img.f-icon{
  vertical-align:-2px;
  margin-right:5px;
}

span.opaBg{
  background:#fff;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity:0.7;
  padding:3px;
  color:#000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div#rule-box.attention div.attenWrap{
  border:1px solid #ccc;
  background:#fff;
  margin-right:10px;
}

div#rule-box.attention div.attenTtl{
  background:#800000;
  padding:10px;
  color:#fff;
  font-weight:bold;
}

div#rule-box.attention h3{
  background:url(/foster/images/atten_list.gif) no-repeat;
  color: #672C10;
  font-size: 100%;
  font-weight: bold;
  height: 26px;
  padding-left: 30px;
  padding-top: 7px;
  margin:20px 10px 0;
}
div#rule-box.attention ul{
  line-height:1.5;
}

/*お知らせ*/
.fosterInfo{
  width:100%;
  height:30px!important;
  box-sizing:border-box;
  border:1px solid #ccc;
  border-radius: 5px;
  margin-top:10px;
  padding:4px 5px;
  overflow: hidden;
}
.fosterInfo ul {
  position: relative;
}
.fosterInfo li{
  width: 90%;
  height: 19px;
  font-size: 12px;
  display: none;
  padding-left: 20px;
  line-height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fosterInfo .date{
  width:70px;
}
.beforePageLink {
  width: 380px;
}

.right-title{
  padding:3px 10px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  text-shadow: 1px -1px 1px rgba(0,0,0,0.2), 1px -1px 1px rgba(224,242,210,0.2);
  border: #999 solid 1px;
  margin-top:10px;
}
.right-text {
  padding: 10px;
  background: #fff;
  text-align:left;
  line-height:1.8;
  border-style:solid;
  border-width:0 1px 1px;
  border-color: #999;
  word-wrap:break-word;
}
.right-text a{
  text-decoration:none;
}

.fosterSideMenu .right-title{
  background: #88bb77;
}

.fosterSideMenuDetail li{
  font-size:14px;
  float: left;
  margin-bottom:10px;
}
.fosterSideMenuDetail li a{
  text-decoration:none;
}
.fosterSideMenuDetail li img{
  margin-right:5px;
  vertical-align: middle;
  width:20px;
  height:20px;
}

.border{
  border: 1px solid #cccccc;
}

.side-bnr img{
  width: 300px;
}

/*--------------------------------
里親募集の通報・連絡
--------------------------------*/
div.fosterReportForm{
  padding-bottom: 40px;
}
div#reportSection {
  position: relative;
  margin: 22px 16px 0;
  padding-bottom: 20px;
  border: #838383 solid 1px;
  -moz-border-radius: 10px 10px 1px 1px;
  -webkit-border-radius: 10px 10px 1px 1px;
  -o-border-radius: 10px 10px 1px 1px;
  -ms-border-radius: 10px 10px 1px 1px;
  border-radius: 10px 10px 1px 1px;

  background: url(/ask/images/report_section_bg.png) left top repeat-x;

  color: #000;
}
div#reportSection h2 {
  width: auto;
  margin: 16px 33px 0 !important;
  padding: 0 39px;
  background-image: url(/ask/images/title_icon_r.png);
  background-position:10px 8px;
  background-repeat: no-repeat;
  border: none;
  font-size: 16px;
  font-weight:bold;
  text-align:left;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 35px;
}
div#reportSection > p {
  margin: 12px 16px 0;
  padding: 10px 18px 0;
}
div#reportSection p ~ p {
  padding-top: 0;
  border-top: none;
}
div#reportSection p.detailText {
  border-top: #f5ad4b dotted 1px;
}
div#reportSection div.waku {
  margin: 12px 16px 0;
  padding: 10px 18px;
  background-color: #fdfdfd;
  border: #dadada solid 1px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
}
div#reportSection div.inputData {
  margin: 40px 20px 30px;
}
div#reportSection div.inputData strong {
  display: block;
  margin-top: 20px;
  padding-left: 17px;
  background: url(/ask/images/icon_arraw_01.png) left center no-repeat;
  /*margin-left: 8px;*/
  font-weight: bold;
}
div#reportSection div.inputData p {
  margin-top: 10px;
  padding-bottom: 4px;
  /*margin-left: 16px;*/
  border-bottom: #eaeaea solid 1px;
}
div#reportSection div.inputData textarea.fosterReportText {
  width: 100%;
  height: 200px;
  /*margin-top: 20px;*/
  /*color: #969696;*/
  font-size: 120%;
}
form#form1 div.replyButton {
  margin-top: 20px;
  text-align: center;
}

/*サイドバーありがとう掲示板*/
.right-title.thanks1{
  background-color:#ee8899;
}
.right-title.thanks2{
  background-color:#59b395;
}
.thanksText{
  margin-bottom: 0;
  line-height: 1.5;
  padding:8px;
}
.thanksText:last-child{
  margin-bottom: 10px;
}
.thanksText img{
  margin:0 5px 5px 0;
}

.thanksText .user-name{
  font-size: 130%;
}

.thanksText .date{
  color: #888;
  font-size: 80%;
}

.thanksText .detail-text{
  color: #444;
  margin-top: 10px;
  font-size: 90%;
  line-height: 150%;
}

/*##################### 登録フォーム #####################*/

.registFormSection{
  background-image:url(/images/footer_bg.gif);
  padding:20px;
  margin-bottom:20px;
  position: relative;
}
.registFormSection .info{
  font-size:18px;
  position: relative;
  margin-bottom:20px;
}
.registFormSection .info:after{
  content: "";
  display: block;
  border-top: 3px solid #598acf;
  position: absolute;
  top: 14px;
  right:0;
  width: 380px;
}
.registFormSection ul{
  margin-left:20px;
  list-style-type: disc;
  font-size:14px;
}
.registFormSection li{
  margin-bottom:10px;
}
.registFormSection .info img{
  vertical-align: -10px;
  margin-right:10px;
}
.registFormSection h3{
  background-image:url(/foster/images/registform-heading.png);
  width:180px;
  height:38px;
  box-sizing:border-box;
  color:#fff;
  font-size:16px;
  font-weight: bold;
  padding:7px 0 0 15px;
  margin:40px 0 0 -35px;
  letter-spacing: 2px;
}
.registFormSection h3:first-child{
  margin-top:0px;
}
.registFormSection .righttext{
  position: absolute;
  top:15px;
  right:15px;
  text-align: right;
  font-size:12px;
}
.registFormSection p{
  font-size:14px;
  font-weight: bold;
  margin:20px 0 10px;
}
.registFormSection span.required{
  font-size:12px;
  background-color:#cc0000;
  color:#fff;
  padding:2px 5px 0;
  margin-right:5px;
  border-radius: 2px
}
.registFormSection span.any{
  font-size:12px;
  background-color:#6699cc;
  color:#fff;
  padding:2px 5px 0;
  margin-right:5px;
  border-radius: 2px
}

.registFormSection .whitebox{
  display: inline-block;
  min-width:100px;
  padding:3px 8px;
  text-align: left;
  border:1px solid #ccc;
  background-color:#fff;
  margin-right: 5px;
}

/*画像登録*/
.registFormSection .pictbox{
  margin:20px 0 0 20px;
}
.registFormSection .pictbox td{
  width:180px;
  padding:0 20px 10px 0;
  background-color:transparent!important;
  border:none;
  vertical-align: top;
}
.registFormSection .pictbox td p{
  margin:0 0 10px;
}
.registFormSection .pictbox td .bgf p{
  margin:0 10px 5px;
}
.registFormSection .pictbox td .uploadDefaultImg{
  width: 150px;
  height:150px;
}
.registFormSection .pictbox .bgf{
  padding:5px;
}
.registFormSection .pictbox .tmp_image_area{
  margin:0 auto 10px;
  width: 150px;
  height:150px;
  overflow: hidden;
  position: relative;
}
.registFormSection .pictbox .tmp_image_area img {
  height:150px;
  position: absolute;
}
.registFormSection .form_parts{
  position: relative;
  width: 150px;
  text-align: center;
}
.registFormSection .form_parts input[type=file]{
  opacity:0;
  position: absolute;
  top:160px;
  left:0;
  width:86px;
  height:21px;
  cursor: pointer;
}
.registFormSection .form_parts img.selectpicture{
  width:86px;
  height:21px;
  margin-top: 10px;
  display:block;
}
.registFormSection .form_parts img.selectpicture:hover{
  cursor: pointer;
}
.registFormSection .form_parts .file_delete_button {
  cursor: pointer;
}

/* 応募可能地域チェックボックス */
.locationByPrefList {
  padding:5px 10px;
  background: #fff;
}
.locationByPrefList .locationTitle {
  font-weight: bold;
  display: inline-block;
  padding: 4px 10px;
  margin: 0 0 -15px 15px;
  background: #fff;
}
.locationByPrefList .locationBody {
  margin: 0 0 8px;
  padding: 0 0 0 2px;
  background: #fcfcfc;
  border: 2px solid #e5e5e5;
}
.locationByPrefList .locationItem {
  display: inline-block;
  margin: 8px 5px 6px 0;
}

/* 確認画面 */
.foster-confirm-table{
  background-color:#fff;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  margin:20px 0 30px;
}
.foster-confirm-div{
  background-color:#fff;
  padding:10px;
  margin:20px 0 30px;
}
.foster-confirm-table th{
  width:120px;
  color:#333;
  background-color:#ffeebb!important;
  text-align: center;
  border-radius:4px;
  border:none!important;
  box-sizing:border-box;
}
.foster-confirm-div p{
  width:120px;
  color:#333;
  background-color:#ffeebb;
  text-align: center;
  border-radius:4px;
  font-weight: normal;
  box-sizing:border-box;
  padding:6px 0 4px;
  margin:0 0 10px;
}
.foster-confirm-table td,
.foster-confirm-div div{
  padding:5px;
  border-color:#ccc;
  border-width:0 0 1px;
  border-style:dashed;
  margin-bottom:20px;
}
.foster-confirm-div:last-child,
.foster-confirm-div div:last-child{
  margin-bottom:0;
}

/*##################### 認定アイコン #####################*/
a.tooltip img{
  vertical-align:middle;
  margin-left:5px;
  float:none;
}
a.tooltip span {
  display: none;
  padding: 5px;
  font-size: 12px;
  margin-left: 8px;
  line-height: 1.6;
}
a.tooltip:hover span{
  display: inline;
  position: absolute;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius:4px;
  color: #000000;
  width: 120px;     /* a.tooltip spanに指定すると、IE6以下でspanの領域でマウスが反応してしまう */
  z-index:100;
  font-size:8pt;
}

/* IE6以下にのみ適用 */
a.tooltip:hover span{
  width: 136px;
}


/*##################### 流れページ #####################*/
div.flowWrap{
  margin:15px auto;
  padding:10px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
}
.branchPoint{
  margin:40px auto 50px;
  width:600px;
}
.branchPoint a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.flow-bnr{
  margin-left: 40%;
  margin-top: -20px;
  
}

.flow-bnr img{
  width: 80%;
  height: auto;
}

.flow-bnr img:hover{
  opacity: 0.5;
}

dl.relatedLinks {
  width:600px;
  border-top: 1px dotted #ccc;
  margin:30px auto;
  padding-top:30px;
  font-size:16px;
}


/*
.relatedLinks .subhead{
  position: relative;
  padding: 5px 10px;
  margin: 5px 0px 15px  0px;
  border-left: 4px solid #b22222;
  font-size: 120%;
  font-weight: bold;
  color: #69230f;
}

.relatedLinks .subhead:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

dl.relatedLinks dd{
  padding-left: 20px;
  width:65%;
}
*/


.subhead{
  color:#69230f;
  font-weight: bold;
}

dl.relatedLinks dd{
  width:60%;
}


dl.relatedLinks dt,
dl.relatedLinks dd{
  float:left;
}

dl.relatedLinks dt{
  width:40%;
  padding-top:5px;
}






dl.relatedLinks dd a{
  text-decoration: none;
}
dl.relatedLinks dd li{
  background:url(/images/arrow_red.gif) no-repeat left center;
  padding-left: 15px;
}
.flowBox{
  width:600px;
  margin:20px auto 50px;
}
.flowBox .flowTxt{
  width:320px;
  font-size:14px;
  line-height:1.7;
}
.flowBox .flowTxt .memoArea{
  background:#eee;
  border-radius:5px;
  padding:7px;
  font-size:12px;
  margin-top:15px;
  color:#666;
}
.flowBox .flowTxt .memoArea .memoHead{
  padding-bottom:5px;
  border-bottom:1px dotted #333;
  color:#ca0000;
}
.flowBox .flowTxt a:link{
  text-decoration:none;
}
.flowBox .flowTxt a:link,
.flowBox .flowTxt a:visited{
  color:#0f67b7;
}
.flowBox .flowTxt a:hover,
.flowBox .flowTxt a:active{
  color:#c40000;
}
.flowBox .flowTxt .faq{
  font-size:12px;
}
.flowBox .flowTxt .faq .ttl{
  background:#40b7be;
  padding:2px 5px;
  border-radius:3px;
  color:#fff;
}
/*#####ステータス変更エリア#####*/
#statusEdit{
  display: none;
  /*width:600px;*/
  margin-top:10px;
  text-align: center;
  white-space: nowrap;
  padding:0 20px;
}

/*##################### 新規登録ご利用にあたって #####################*/

.kittenAttention{
  font-size:14px;
  margin:10px;
  line-height: 1.7;
}
.kittenAttention h3{
  font-size:18px;
  margin:20px 0 10px;
  position: relative;
}
.kittenAttention h3:after{
  content: "";
  display: block;
  border-top: 3px solid #598acf;
  position: absolute;
  top: 15px;
  right:0;
}
.kittenAttention h3.info:after{
  width: 430px;
}
.kittenAttention h3.block:after{
  width: 480px;
}
.kittenAttention h4{
  font-size:16px;
  margin:20px 0 10px 10px;
}
.kittenAttention h3 img{
  vertical-align: middle;
  margin:0 10px 3px 0;
}
.kittenAttention h4 img{
  vertical-align: middle;
  margin:0 5px 3px 0;
}
.kittenAttention p{
  margin:0 0 15px 35px;
}
.kittenAttention ul{
  list-style-type: disc;
  margin:0 0 10px 50px;
}

/*##################### 認定団体リスト #####################*/

table.nintei_list{
  width:100%;
  border:none;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
  margin-top:20px;
}
table.nintei_list th{
  color:#fff!important;
  background-color: #e6a167!important;
  text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
}
table.nintei_list tr:nth-child(odd) td {
  background-color: #f3f3f3!important;
}

/* 画像ローディング */
#loading_overlay {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.5);
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.friendOnly img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}



/*##################### 都道府県別一覧・猫の柄別一覧 #####################*/
.areaList, .patternlist{
  padding-top:10px;
  margin-top:10px;
  border-radius:3px;
}
.areaList.first{
  background: #dbceb7;
}
.areaList.second{
  background: #c1dab8;
}
.areaList li, .patternlist li{
  width:200px;
  padding:8px;
  float: left;
  border-radius:6px;
  background:#F7F3E8;
  margin:0 0 10px 10px;
  box-sizing:border-box;
}
.areaList li{
  background:#fff;
}
.areaList li dl{
  display:table;
  width:100%;
}

.areaList li dt{
  display:table-cell;
  width:40%;
  font-weight:bold;
}
.areaList li dd{
  display:table-cell;
  width:60%;
  text-align:right;
}
.areaList li dt a{
  color:#0f67b7;
  text-decoration: none;
}
.areaList li dt a:hover{
  color:#ff6c00;
}
.patternlist li{
  background:#F7F3E8;
}
.areaList li .cnt{
  color:#EA731C;
  font-weight:bold;
  margin-right: 5px;
  display:inline-block;
  width:2em;
}
.areaList table, .patternlist table{
  width:100%;
}
.areaList table * ,
.patternlist table * {
  background:transparent!important;
  border:none!important;
  white-space: nowrap;
}

.areaList td, .patternlist td{
  text-align: right;
  padding:0;
}
.areaList td{
  width: 5.3em;
}
.patternlist td{
  width: 4.3em;
}
.patternlist td a{
  display: block;
  text-align: left;
  text-decoration: none;
  font-size:16px;
}
.areaList em, .patternlist em{
  color:#EA731C;
  font-weight: bold;
  margin-right:5px;
  font-size:14px;
}
.patternlist img{
  width:50px;
}

/*##################### ステータス変更 #####################*/
#fosterStatusFound_applyList,
#fosterStatusFound_recentApplyList{
  display: none;
  width: 100%;
  height:100%;
  overflow-y: auto;
}
#fosterStatusFound_applyList h3,
#fosterStatusFound_recentApplyList h3{
  padding:5px;
  font-size:120%;
}
#fosterStatusFound_applyList .user-row,
#fosterStatusFound_recentApplyList .user-row{
  background-color:#fff;
  border:1px #999;
  border-bottom-style:solid;
  padding:10px;
  text-decoration:none;
}
#fosterStatusFound_applyList div:first-of-type,
#fosterStatusFound_recentApplyList div:first-of-type{
  border-top-style:solid;
}
#fosterStatusFound_applyList .user-row .attr,
#fosterStatusFound_recentApplyList .user-row .attr{
  margin-left:15px;
  font-size:90%;
  color:#555;
}
#fosterStatusFound_applyList .user-row a,
#fosterStatusFound_recentApplyList .user-row a{
  text-decoration:none;
}
#fosterStatusFound_applyList .allApplyBox .pager,
#fosterStatusFound_recentApplyList .allApplyBox .pager {
  text-align: center;
  margin: 10px 0;
}
#user_name_area{
  padding:5px 0 5px 5px;
  font-size:120%;
}
#end_message{
  font-size:12px;
  width:100%;
  box-sizing:border-box;
}

/*##################### ステータス変更メリット #####################*/
.fam_outline_banner{
  width:100%;
}

.fam_outline_block{
  background-color: #ffc273;
  margin-top: 20px;
  padding-bottom:20px;
}

.fam_outline_block .fam_outline_img01{
  width:100%;
  margin-top: 10px;
}

.fam_outline_block .fam_outline_img02{
  margin-top: 10px;
}

.fam_outline_block p{
  margin-top: 15px;
}

.fam_outline_text{
  font-size: 120%;
  font-weight: bold;
}

.fam_outline_whitebg{
  display: block;
  width:90%;
  background-color: #ffffff;
  margin: 10px 32px 10px;
}

.fam_outline_whitebg_inner{
  display: block;
  padding: 10px 10px 20px 10px;
}


.fam_outline_button{
  text-align:center !important;
  margin-top:20px;
  width:100%;
}

.fam_outline_button img:hover{
  opacity:0.5;
}

.fam_outline_button img{
  width:50%;
}

.fam_outline_text:first-letter {
  color: #ff711c;
}

.fam_outline_dashed{
  border-top: 2px dashed #ec6941;
  margin: 20px 0px 5px 0px;
}

/*##################### 里親募集応募決定ポイント #####################*/
#foster_point_all{
  font-size: 17px;
  line-height: 160%;
}

#foster_point_all .top_block{
  background: #ffffdd;
  border: 1px solid #cc5200;
  padding: 10px;
}

#top_block_text{
  background:	#ffffff;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#foster_point_all .top_text{
  font-size: 20px;
  font-weight: bold;
  color: #6c3d14;
}

#foster_point_all .top_sentence{
  font-size: 14px;
  line-height: 22px;
  letter-spacing:0.5pt
}

#foster_point_all .dark_orange{
  font-weight: bold;
  color: #ff711c;
  margin: 0px 5px 0px 0px;
}

#foster_point_all .dark_orange_heading{
  font-size: 18px;
  color: #ff711c;
  margin: 0px 5px 0px 0px;
}

#foster_point_all .step_head{
  font-size: 18px;
  font-weight: bold;
  color: #6c3d14;
  border-bottom: 2px solid #cccccc;
  border-left: 6px solid #ff711c;
}

.foster_point_bnr{
  width: 100%;
}

.backToHeadLink{
  text-align: right;
  font-size: 80%;
}

#foster_point_all .container{
  width: 640px;
  height: auto;
  text-align: center;
}

#foster_point_all .container img{
  width: 110%;
  height: auto;
}

#foster_point_all .container div {
  width: 176px;
  height: 100px;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}

#foster_point_all .container div:nth-child(3n) {
  margin-right: 0;
}

#foster_point_all .flow_content_right{
  float: right;
}

#foster_point_all .flow_content_left{
  float: left;
}

#foster_point_all .container div {
  width: 176px;
  height: 100px;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}

#foster_point_all a img:hover{
 opacity: 0.5;
}

#foster_point_all .text-point{
  color: #ff711c;
}

#foster_point_all .point_btn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 10px 10px 10px;
  width: 248px;
  height: 25px;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  background-color: #ff8f1c;
  color: #ffffff;
  border: 1px solid #e35c02;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#foster_point_all .fa{
  font-size: 110%;
  margin-right: 5px;
}

#foster_point_all .point_btn:hover{
 opacity: 0.5;
}

.block_space{
  margin-bottom:30px;
}


/*##################### 里親募集応募される方のポイントページ #####################*/
.contributorMain{
  letter-spacing: 0.5px;
}

#fosterAttenBox img{
  margin: 5px 10px;
  width: 50%;
}

h2.fosterAttenHead{
  width: 620px;
  border: none;
  box-shadow: none;
  font-size: 140%;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #ec6941;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 10px 5px;
  margin-bottom: 15px;
  background-color: #fff;
  background-size: 16px;
  color: #800;
}

h2.fosterAttenHead:before {
  content: "";
  border-left: none;
  margin-right: 0px;
}

.contributorMain #fosterAttenBox h3{
  padding: 5px 10px;
  background: #009fa8;
  color: #fff;
  font-size: 125%;
}
.applicantMain #fosterAttenBox h3{
  padding: 5px 10px;
  background: #f78f9f;
  color: #fff;
  font-size: 125%;
}

#fosterAttenBox h4:before{
  font-family: FontAwesome;
  content : "\f1b0";
  margin-right: 8px;
}

#fosterAttenBox h4{
  margin: 0 5px 15px 5px;
  padding: 5px 10px 3px 5px;
  border-bottom: 2px solid #f1a84a;
  color: #800;
  font-size: 115%;
  font-weight: bold;
}

#fosterAttenBox h5{
  padding-bottom: 2px;
  margin: 10px 10px -5px 10px;
  display: block;
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr=#cccccc,EndColorStr=#ffffff);
  background: linear-gradient(to left, #fff, #ccc);
  background:-webkit-gradient(linear, left center, from(#ccc), to(#fff));
  background:-moz-linear-gradient(left, #ccc, #fff);
  background:linear-gradient(left, #ccc, #fff);
  color: #642200;
}

#fosterAttenBox h5 span{
  display: block;
  padding: 10px 0 0 8px;
  background: #fff;
  font-size: 110%;
  font-weight: bold;
}

.fosterAttenWrap{
  font-size: 110%;
  line-height: 160%;
}

.fosterAttenWrap p{
  margin: 10px 0;
  padding: 0 10px;
}

.fosterAttenBlock p{
  padding: 0 10px 0 20px;
}

.fosterAttenBlock{
  margin-bottom: 30px;
}

.fosterAttenBlock li{
  margin-left: 20px;
}

.fosterAttenBlock li:before {
  background: #800;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  left: 4px;
  position: absolute;
  top: 8px;
}

.fosterAttenBlock li{
  position: relative;
  padding: 0 10px 0 17px;
}

.fosterAttenBlock .emphasis_txt{
  color: #ee6f18;
  font-weight: bold;
  font-size: 110%;
}

.fosterAttenBlock .memoArea{
  background: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 15px;
  padding: 1px 0;
  font-size: 85%;
  line-height: 140%;
}

.fosterAttenBlock .memoHead{
  border-bottom: 1px dotted #333;
  font-size: 105%;
}

.fosterAttenBlock .memoHead .fa-heart{
  color: #b22222;
  margin-right: 3px;
}

.fosterAttenBlock i.fa-heart{
  color: #ee8899;
  margin-right: 8px;
}

#fosterAttenBox .fosterAttenContent{
  background: #fcfcfc;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 10px;
}

#fosterAttenBox .fosterAttenContent h5 span{
  padding: 0;
  background: none;
}

#fosterAttenBox .fosterAttenContent h5{
  margin: 0;
  background: #F2F2F2;
  padding: 11px 12px 10px;
  border-top-left-radius: 5px;
  -webkit-top-left-border-radius: 5px;
  -moz-top-left-border-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-top-right-border-radius: 5px;
  -moz-top-right-border-radius: 5px;
}

#fosterAttenBox .fosterAttenContent h5 .fa{
  font-size: 120%;
  margin-right: 5px;
}


#fosterAttenBox .fosterAttenContent a{
  text-decoration: none;
}


