@charset "utf-8";

/*=============================
  Twitter
=============================*/

.messageBox{
  background: #fff;
  border: 1px solid #0a725f;
  padding: 10px;
}

#twitterList{
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}


#twitterList li{
  display: inline-block;
  width: 145px;
  margin-bottom: 10px;
}

#twitterList li h3{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #81bab0;
  margin-bottom: 5px;
  padding-left: 5px;
}

#twitterList li h3 a{
  color: #6d6d6d;
}

#twitterList li table{
  width: 100%;
}

#twitterList li table td {
  border: none;
}

#twitterList li table td>div{
  text-align: center;
}

.recommendArea{
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
  font-size:15px;
}

.recommendArea a{
  color: #0f67b7;
}

.recommendArea>div{
  padding: 0 10px;
}

.recommendArea>h4{
  border-bottom: 2px solid #F5AD4B;
  padding: 5px 7px;
  margin-bottom: 10px;
  font-weight: bold;
}

.recommendArea>h4 .fa{
  font-size: 15px;
}

/*=============================
  バナー配布
=============================*/
#comment{
  border: 1px solid #ccc;
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}

/*=============================
  認定団体
=============================*/

.ninteiListArea .ninteiCountArea{
  color: #444;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.ninteiListArea .ninteiCountArea .cntValue{
  color: #b22222;
  margin: 0 5px;
}

.ninteiListArea h3.pref-header{
  background: #0a725f;
  color :#fff;
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  padding: 5px;
}
.ninteiListArea h3.pref-header:first-of-type{
  margin-top: 5px;
}

ul.ninteiList li{
  background: #fff;
  border: 2px solid #5d4227;
  width: 468px;
  display: inline-block;
  margin-bottom: 10px;
}

ul.ninteiList li:nth-child(odd){
  float: left;
}

ul.ninteiList li:nth-child(even){
  float: right;
}

ul.ninteiList li .imgArea{
  width: 100px;
}

ul.ninteiList li .imgArea img{
  width: 100px;
  height: 100px;
}

ul.ninteiList li .detailArea{
  width: 368px;
}

ul.ninteiList li .detailArea .groupName{
  background: #5d4227;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px;
}
ul.ninteiList li.individual .detailArea .groupName{
  background: #a97a5f;
}

ul.ninteiList li .detailArea .userName a{
  color: #0f67b7;
  font-size: 120%;
}
ul.ninteiList li .detailArea .field{
  margin-right: 10px;
}
ul.ninteiList li .detailArea .value{
  color: #555;
  font-weight: bold;
}

#howNintei{
  background-color: #fff;
  border: 1px solid #d1d1d1;
  font-size: 15px;
}

#howNintei h3{
  background-color: #800000;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
}

span.web{
  overflow: hidden;
  text-overflow: ellipsis;
  width: 340px;
  white-space: nowrap;
  display: block;
}


/*##################### 都道府県別一覧・猫の柄別一覧 #####################*/
.patternlist{
  padding:10px;
  margin-top:10px;
  border-radius:3px;
  background: #fff;
  border: 1px solid #ccc;
}

.areaList li{
  width: 205px;
  padding: 5px;
  float: left;
  border-radius:6px;
  background:#F7F3E8;
  margin: 0 10px 10px 0;
  box-sizing:border-box;
}

.patternlist li{
  width:198px;
  padding:8px;
  float: left;
  border-radius:6px;
  background:#F7F3E8;
  margin: 0 10px 10px 0;
  box-sizing:border-box;
}

.areaList li:nth-child(3n-3),
.patternlist li:nth-child(3n-3){
  margin: 0 0 10px 0;
}

.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{
  display:inline-block;
  width:2em;
  margin-right: 5px;
  color:#EA731C;
  font-weight:bold;
  text-align: right;
}
.areaList table, .patternlist table{
  width:100%;
}
.patternlist table * {
  background:transparent!important;
  border:none!important;
  white-space: nowrap;
}

.patternlist td{
  text-align: right;
  padding:0;
  width: 4.3em;
}

.areaList td{
  width: 5.3em;
  border: none;
}

.areaList td>div{
  padding-left: 5px;
  font-size: 15px;
}

.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;
}

.areaList h3{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #81bab0;
  margin-bottom: 5px;
  padding-left: 5px;
}

/*##################### 都道府県別、猫の譲渡施設 #####################*/
#pref_centerArea{
  background: #fff;
  border: 1px solid #ccc;
  margin: 20px 0;
  padding-bottom: 10px;
}

#pref_centerArea .topTxt{
  padding: 0 10px;
}

#pref_centerArea .pref_centerInner{
  margin-bottom: 20px;
}

#pref_centerArea .txtBlock{
  padding: 0 15px 0 25px;
}

#pref_centerArea .txtBlock ul{
  margin-bottom: 10px;
  background: #f3f3f3;
  padding: 10px 30px;
  border-radius: 5px;
  color: #666;
  font-size: 95%;
}

#pref_centerArea .attention{
  margin: 10px 20px 20px 20px;
  background: #f3f3f3;
  padding: 10px 10px;
  border-radius: 5px;
  color: #666;
  font-size: 95%;
}

#pref_centerArea .attention p:first-child{
  display: block;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #333;
  color: #ca0000;
}


#pref_centerArea table{
  width: 80%;
  margin: 20px auto;
  font-size: 90%;
}

#pref_centerArea table th{
  background: #e7eefa;
  color: #000;
}

#pref_centerArea table th:first-child{
  width: 35%;
}

#pref_centerArea table td{
  color: #555;
}

#pref_centerArea h3{
  margin-bottom: 10px;
  font-size: 16px;
  background: #43a3dd;
  padding: 5px 10px;
  color: #fff;
}

#pref_centerArea h4{
  padding: 2px 10px;
  font-size: 110%;
  border-left: 5px solid #43a3dd;
  margin: 0 10px 5px 10px;
}

#pref_centerArea ul{
  list-style-type: disc;
  padding-left: 20px;
}

#pref_centerArea p{
  line-height: 160%;
  color: #555;
}


/*##################### 認定保護団体上部 #####################*/
.ninteiList_heading {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.ninteiList_heading img {
  vertical-align: bottom;
}
.introBox{
  margin: 20px 0 0;
  padding: 15px;
  border: 1px solid #719b94;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.introBox p + p{
  margin-top: 10px;
}