@charset "utf-8";
/* ############################################################################
 *
 * 猫の譲渡会掲示板
 *
 * ############################################################################ */
#contens-inner a{
	text-decoration: none;
}


/* ============================================================================
	検索
 * ============================================================================ */
/* ===============
	右上検索窓
 * =============== */
 .subNav{
	display: table;
	width: 100%;
 }
 .subNav ul{
	display: table-cell;
	vertical-align: middle;
 }
 .subNav .searchArea{
	display:table-cell;
	padding:5px 5px 3px 5px;
	vertical-align:middle;
	text-align:right;
}
.subNav .searchArea input{
	background:#b4d7cb;
	border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border:none;
	margin-bottom:4px;
	margin-right:5px;
	color:#333;
	padding:2px 5px;
}
.searchSubmitBtn {
	background: #08412e none repeat scroll 0 0;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	padding: 3px 10px;
	white-space: nowrap;
	width: 70px;
	text-align:center;
}
.searchSubmitBtn:hover{
	background-color:#1a5a45;
}
/* ===============
	メイン左カラム
 * =============== */
 .mainGrnLine{
	border-left: none;
	border-top: 2px solid #0a725f;
	border-bottom: 2px solid #0a725f;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	background: #fff;
	width: auto;
	border-radius: 0;
	font-size: 16px;
	font-weight: bold;
	color: #6d6d6d;
}
.mainGrnLine .leftBlock{
	color: #333;
}

.searchAreaWrap{
	width: 100%;
	background: #fff;
	border: 1px solid #448e76;
}

.searchAreaWrap h3{
	background: #448e76;
	color: #fff;
	padding: 5px 15px;
	font-size: 0.9rem;
}

.searchAreaWrap h3 a{
	display: block;
	float: right;
	font-size: 12px;
	color: #fff;
}

#searchbtn_area_pref td a.active{
	text-decoration: none;
	font-weight: bold;
	color: #6d6d6d;
}

/*----- 開催地域 -----*/
#searchbtn_area_pref{
	background:url(/foster/images/foster_search02.png) no-repeat right center;
}

#searchbtn_area_pref table{
	width: 90%;
	margin: 10px 0 10px 15px;
	table-layout:fixed;
}

#searchbtn_area_pref table td{
	width: 74px;
	padding: 3px 0;
	border: none;
	color: #ccc;
	background:none;
}

#searchbtn_area_pref table td a{
	font-size: 15px;
	color: #6d6d6d;
}
#searchbtn_area_pref table td a:hover{
	text-decoration:underline;
	color: #aa5100;
}

#searchbtn_area_pref .map_jp{
	display: table;
	width: 35%;
	height: 352px;
}

#searchbtn_area_pref .map_jp div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#searchbtn_area_pref .map_jp div img{
	width: 100%;
}

/* ============================================================================
	一覧
 * ============================================================================ */
/*----- 一覧 -----*/
/*----- 文字部分上 -----*/

ul.adoptionListArea {
	display: flex;
	flex-wrap: wrap;
}
ul.adoptionListArea li{
	margin: 0 5px 0 0;
}
ul.adoptionListArea li:nth-child(3n){
	margin: 0;
}
ul.adoptionListArea li:nth-child(n + 4){
	margin-top: 5px
}

li.adoptionListItem{
	display: inline-block;
	width: calc((100% - 28px) / 3);
	border: 3px solid #c9c9c9;
	background: #fff;
}
li.adoptionListItem.end{
	background:#fcfcfc;
}
li.adoptionListItem .bbsImg{
	height: 220px;
	width: 310px;
	overflow: hidden;
}
/*
li.adoptionListItem .bbsImg img {
	filter: grayscale(50%) opacity(0.8);
}
*/
li.adoptionListItem.end p.title a{
	color: #9b9b9b;
}
li.adoptionListItem .title a{
	display: inline-block;
	width: 100%;
}
li.adoptionListItem a img{
	width: 100%;
	background: #fff;
}

li.adoptionListItem .bbsTxt{
	padding: 0 10px 10px;
}

li.adoptionListItem .ttlWrap{
	margin:10px 10px 0;
}

li.adoptionListItem .title a{
	display: block;
	float: left;
	color: #448e76;
	font-size: 1.2rem;
	font-weight: bold;
	width: 100%;
	line-height: 130%;
	height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
li.adoptionListItem .title a:hover{
	opacity: 0.7;
	transition: all 0.3s ease 0s;
}
li.adoptionListItem .title .end{
	display: block;
	float: left;
	font-size: 0.85rem;
	background-color: #fb7979;
	color: #fff;
	padding: 2px 8px 1px 8px;
	border-radius: 2px;
}
li.adoptionListItem .day{
	margin-top: 5px;
	color: #666;
	font-size: 1rem;
	font-weight: bold;
	width: 100%;
	height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

li.adoptionListItem.end .day{
	color: #9b9b9b;
}
li.adoptionListItem .txtImgWrap{
	display:table;
	width:90%;
	margin:10px auto;
}
li.adoptionListItem .txtWrap{
	display:table-cell;
	width:167px;
	vertical-align:top;
	padding-right:10px;
	word-wrap:break-word;
}
li.adoptionListItem .txt{
	margin-top: 5px;
	color: #777;
	font-size: 0.8rem;
	width:165px;
	line-height: 170%;
	height:125px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	word-wrap:break-word;
}
li.adoptionListItem .imgWrap{
	display:table-cell;
}
li.adoptionListItem .imgWrap a{
	overflow:hidden;
	width:96px;
	height:138px;
	display: block;
}
li.adoptionListItem .imgWrap img{
	width:100%;
	display:block;
}
li.adoptionListItem.end .imgWrap img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
/*----- 文字部分下 -----*/
.bbsDescriBtm{
	font-size: 0.9rem;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	color: #888;
	position: relative;
}
.bbsDescriBtm .fa.fa-users{
	margin-right: 5px;
	font-size: 1rem;
}
.bbsDescriBtm .fa.fa-map-marker{
	margin-left: 4px;
	margin-right: 7px;
	font-size: 1rem;
}
.bbsDescriBtm .fa.fa-flag{
	margin-right: 5px;
	font-size: 1rem;
}
.bbsDescriBtm .tooltip{
	position: absolute;
	bottom: 5px;
	right: 0;
}
.bbsDescriBtm .applyinfo{
	width: 100%;	
}

.bbsDescriBtm .pref,
.bbsDescriBtm .place{
	display: block;
	width: 100%;
	line-height: 130%;
	height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*----- 条件がなかった場合 -----*/
.adoptionListAreaWrap .no_list p{
	text-align: center;
	margin: 40px 0;
	padding: 40px 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;

}


/* ============================================================================
	詳細
 * ============================================================================ */
.detailMainAreaWrap a:hover{
	opacity: 0.7;
	transition: all 0.3s ease 0s;
}

 .detailMainArea .imgArea{
	width: 36%;
}
.detailMainArea .imgArea span{
	position: relative;
	display: block;
	width: 100%;
	height: 390px;
}
.detailMainArea .imgArea img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	background: #fff;
}

.detailMainArea .txtAreaWrap{
	width: 61%;
}
.detailMainArea .txtAreaWrap h2{
	font-size: 0.9rem;
	border: none;
	background: #02735f;
	padding: 7px 12px;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 0;
}
.detailMainArea .txtArea{
	border: 2px solid #0a725f;
	background: #fff;
	padding: 10px 15px;
}
.detailMainArea.end .txtAreaWrap h2{
	background: #696969;
}
.detailMainArea.end .txtArea .title h3 .option{
	font-size: 0.85rem;
	background-color: #f93838;
	color: #fff;
	padding: 2px 8px;
	border-radius: 2px;
}

.detailMainArea.end .txtArea{
	border: 2px solid #898989;
}

.detailMainArea .txtArea .title{
	margin: 5px 0 ;
}
.detailMainArea .txtArea .title h3{
	font-size: 1.3rem;
	font-weight: bold;
	color: #363636;
}

.detailMainArea .txtArea .title h3 span{
	vertical-align: middle;
}
.detailMainArea .txtArea .counter{
	padding: 4px 0 0 0;
	font-size: 1rem;
}

.detailMainArea .detailTxt table {
	width: 100%;
	margin-top: 15px;
}

.detailMainArea .detailTxt table td{
	font-size: 1rem;
	padding: 8px 10px;
	border-left: none;
	border-right: none;
}

.detailMainArea .detailTxt table td:nth-child(odd){
	color: #666;
	background: #f4f4f4;
	width: 25%;
}

.detailMainArea .detailTxt table td:nth-child(even){
	width: 94%;
}

.detailMainArea .btmArea{
	margin-top: 12px;
	padding: 0 5px;
}

.detailMainArea .dateArea{
	display: table;
	width: 100%;
	margin-top: 10px;
}

.detailMainArea .dateArea > span{
	display: table-cell;
	width: 50%;
}
.detailMainArea .dateArea > span.link a{
	font-size: .95rem;
	color: #fff;
	background: #ed4580;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
}
.detailMainArea .dateArea > span.link span{
	font-size: 0.7rem;
	vertical-align: bottom;
}

/*----- 内容を編集する(投稿者用画面) -----*/
.editBtnArea{
	text-align: center;
	margin: 20px 0;
}

.editBtnArea a{
	width: 22%;
	font-size: 1.1rem;
	color: #fff;
	background:#ff8410;
	display: inline-block;
	margin: 5px;
	padding: 8px 5px;
	border-radius: 3px;
}
.editBtnArea a.copyBtn{
	background: #63a428;
}
.editBtnArea a.deleteBtn{
	background: #999;
}

.editDescArea{
	border: 2px solid #ccc;
	background: #fff;
	margin-top: 10px;
	padding: 8px 10px;
}

.editDescArea h3{
	color: #458f76;
	padding: 0 0 5px 10px;
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 1px solid #458f76;
}

.editDescArea p{
	padding: 5px 10px;
	font-size: 0.9rem;
}

.inputMainAreaWrap .tmp_image_area{
	margin-bottom: 10px;
}

.inputMainAreaWrap .tmp_image_area img{
	margin-left: 0!important;
	width: 400px;
}

.friendOnly img {
	width: 50px;
	height: auto;
	margin-right: 10px;
}

/*----- ユーザー情報(掲載者) -----*/
.post_user{
	margin: 20px 0 10px;
	background: #fff;
	border: 1px solid #02735f;
}

.post_user h3{
	background: #458f76;
	padding: 3px 5px;
	color: #fff;
	font-size: 110%;
}

.post_user .userInfo{
	display: table;
}

.post_user .userInfo > div{
	display: table-cell;
	vertical-align: middle;
}

.post_user .userInfo .name img{
	vertical-align: middle;
	margin-left: 5px;
}

.post_user .userInfo .txt{
	font-size: .9rem;
	padding: 10px;
}

/*----- 認定アイコン -----*/
.tooltip img{
	width: auto;
	height: 20px;
	vertical-align:middle;
	margin-left:5px;
	float:none;
}
.tooltip span {
	display: none;
	padding: 5px;
	font-size: 12px;
	margin-left: 8px;
	line-height: 1.6;
}
.tooltip:hover span{
	display: inline;
	position: absolute;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius:4px;
	color: #000000;
	width: 120px;     /* .tooltip spanに指定すると、IE6以下でspanの領域でマウスが反応してしまう */
	z-index:100;
	font-size:8pt;
}

.detailMainAreaWrap a:hover{
	opacity: 1;
	transition: unset;
}

.detailMainAreaWrap a:hover img{
	opacity: 0.7;
	transition: all 0.3s ease 0s;
}

/* IE6以下にのみ適用 */
.tooltip:hover span{
	width: 136px;
}



/* ============================================================================
	譲渡会入力画面
 * ============================================================================ */
.registFormSection{
	 background: #fff;
	 border-right: 1px solid #ccc;
	 border-left: 1px solid #ccc;
	 border-bottom: 1px solid #ccc;
}
 .registFormSection h3{
	font-size: 15px;
	border: none;
	background: #02735f;
	padding: 7px 12px;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 0;
}

.registFormSection table{
	margin: 20px 25px;
	width: calc(100% - 50px);
}

.registFormSection table td,
.registFormSection table th{
	border: none;
	padding: 0 0 30px 10px;
}

.registFormSection table th{
	width: 200px;
	color: #333;
	vertical-align: top;
	padding-top: 3px;
}
.registFormSection table th p{
	font-size: 16px;
}

.registFormSection table .required,
.registFormSection table .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;
}
.registFormSection table .required{
	background-color: #cc0000;
}
.registFormSection table .option{
	background-color: #999;
}

.registFormSection table #day_area.err-textbox{
  border: none !important;
  background-color: transparent !important;
}
.registFormSection table #day_area.err-textbox input{
  border: 2px solid #ee624b !important;
  background-color: #fff1f0 !important;
  border-radius: 3px 3px 3px 3px !important;
}

.registFormSection table td > span{
	font-size: 0.9rem;
}

.inputMainAreaWrap .inputBtn a{
	font-size: 1rem;
	color: #fff;
	background: #ff8410;
	display: inline-block;
	padding: 8px 65px;
	border-radius: 3px;
}

.inputMainAreaWrap .inputBtn a.topBtn{
	background: #767676;
}

/*----- コピーして作成 -----*/
.copyDesc{
	background: #fff;
	margin-bottom: 25px;
}

.copyDesc h3{
	background: #838383;
	padding: 8px 10px;
	color: #fff;
	font-size: .8rem;
}

.copyDesc .txt{
	padding: 8px 10px;
}

/* ============================================================================
	譲渡会確認画面
 * ============================================================================ */
.confirmFormSection{
	background: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.confirmFormSection h3{
  font-size: 0.9rem;
  border: none;
  background: #02735f;
  padding: 7px 12px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0;
}

.confirmFormSection table{
	margin: 20px 25px;
	width: calc(100% - 50px);
	font-size: 0.9rem;
}

.confirmFormSection table th{
	border: none;
	padding: 15px 0 5px 10px;
	font-size: 1rem;
	font-weight: bold;
	color: #3f857a;
}

.confirmFormSection table tr:first-child th{
	padding-top: 0;
}

.confirmFormSection table td{
  border: none;
	padding: 5px 1rem 15px 1.5rem;
	font-size: 16px;
}

.confirmFormSection table tr:nth-child(odd){
	border-top: 2px dotted #ccc;
}

.confirmFormSection table tr:first-child{
	border-top:none;
}


/* ============================================================================
	譲渡会登録完了画面
 * ============================================================================ */
.grnLine.leftBlock{
	border-left: none;
	border-top: 2px solid #0a725f;
	border-bottom: 2px solid #0a725f;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	background: #fff;
	width: auto;
	border-radius: 0;
	font-size: 16px;
	font-weight: bold;
	color: #6d6d6d;
	color: #333;
}



 .inputBtnArea{
	text-align: center;
	margin: 20px 0 10px;
}
.inputBtnArea a{
	display: inline-block;
	margin: 0 5px;
	padding: 7px 15px;
	background: #ed4580;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
}
.inputBtnArea a:nth-child(2){
	background: #ff8410;
}


/* ============================================================================
	利用規約
 * ============================================================================ */
#ruleArea .mainWrap{
	margin: 0 auto ;
	border: 1px solid #ccc;
	background: #fff;
	padding-top: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#ruleArea #ruleBlock ul span.important {
	font-weight: bold;
	color: #f00;
}

#ruleArea #ruleBlock h3{
	border-bottom: 2px solid #0a725f;
	margin: 0 10px 20px;
	font-weight: bold;
	color: #672c10;
	font-size: 18px;
	height: 26px;
	background: transparent;
	padding: 7px 0 10px 15px;
	background: #f9f9f9;
	border-radius: 0;
}

#ruleArea #ruleBlock ul{
	margin: 10px 20px 20px 20px;
	font-size: 15px;
}

#ruleArea #ruleBlock ul li{
	margin-bottom: 3px;
	text-indent: -1.2em;
	padding-left: 1.2em;
	margin-top: .3rem;
}

#ruleArea #ruleBlock ul li div{
	text-indent: 0;
}

#ruleArea #ruleBlock ul li div{
	margin: 5px 0 20px;
}

#ruleArea #ruleBlock ul li span.number{
    font-weight: bold;
    color: #e36c1f;
    margin-right: 5px;
    font-size: 15px;
}

#ruleArea #ruleBlock h4{
	padding: 5px 10px;
	margin: 10px 15px 10px 10px;
	border-bottom: 1px solid #ff9d52;
	font-size: 16px;
	font-weight: bold;
	color: #672c10;
}

#ruleArea #ruleBlock ul.dotted{
	padding: 5px 10px 3px;
	margin: 10px 15px 10px 10px;
	border-bottom: 2px dotted #ff9d52;
}
#ruleArea #ruleBlock ul.dotted li{
	background:none;

}
#ruleArea #ruleBlock .description-box{
	margin: 5px 20px 20px 20px;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}

#ruleArea #ruleBlock .btn{
	text-align: center;
	background: transparent;
	border: none;
	margin-top: 0;
	border-radius: 0;
	padding-bottom: 0;
}

#ruleArea #ruleBlock .btn a{
	display: inline-block;
	font-size: 115%;
	text-decoration: none;
	padding: 12px 25px;
	margin-bottom: 15px;
	border-radius: 10px;
	background: #469cca;
	color: #fff;
}

#ruleArea #ruleBlock .btn a:hover{
	opacity:0.7;
}

#ruleArea #ruleBlock>p{
	margin-bottom: 3px;
}

#ruleArea .dotted{
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 8px;
}

#ruleArea .revisionArea{
	background: transparent;
	border: none;
	margin-top: 0;
	padding-bottom: 0;
}

#ruleArea .btm_img{
	width: 950px;
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
}
/* ============================================================================
	ご利用方法・ルール
 * ============================================================================ */
.columnRule.adoptionBbsHowto h2{
	background: #20775a;
}

.adoptionBbsHowto #columnAttenBox .columnImg img{
	width: auto;
	max-width: 100%;
}

.adoptionBbsHowto #columnAttenBox .columnImg-flex{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}
.adoptionBbsHowto #columnAttenBox .columnImg-flex img{
	margin: 0;
}
.adoptionBbsHowto #columnAttenBox .columnImg-flex .flex_item-txt{
	width: calc(100% - 252px);
}

.adoptionBbsHowto .list_box li{
	margin-bottom: 1.2rem;
	color: #444;
}

.adoptionBbsHowto .list_box li span {
	display: block;
	color: #b22222;
	font-weight: bold;
}

/* ============================================================================
	簡易ルールページ
 * ============================================================================ */
#simpleRuleArea h2.howtoAttenHead{
	width: 960px;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

/*---------------------------------------
* 日記について
*----------------------------------------*/
#introduction{
	margin-top: 30px;
	background: #fff;
	padding: 25px;
	text-align: center;
	background-image: url(/home/images/diary_howto/bg.jpg);
	border-radius: 10px;
}

#introduction .article{
	display: table;
	width: 100%;
}

#introduction .article>div{
	display: table-cell;
	vertical-align: middle
}

#introduction .article>div.left-area{
	vertical-align: top;
}

#introduction .center-area{
	padding: 0 10px;
}

#introduction .article>div.right-area{
	vertical-align: bottom;
}

#introduction h3{
	font-size: 25px;
	border-top: 2px dashed #ffb282;
	border-bottom: 2px dashed #ffb282;
	padding: 5px 0 2px 0;
	margin-bottom: 25px;
}

#introduction p{
	font-size: 18px;
	margin-bottom: 10px;
}

#introduction p:last-child{
	margin-bottom: 0;
}

/*---------------------------------------
* 各説明ブロック
*----------------------------------------*/
#main-block h4{
	font-size: 25px;
	padding: 10px 20px;
	background: #469cca;
	color: #fff;
}

#main-block h4 .fa{
	margin-right: 5px;
}

#main-block .write-ng h4{
	background: #ed8086;
}

#main-block .write-attn h4{
	background: #eea445;
}

#main-block .block{
	margin-top: 30px;
}

#main-block .block .item .img-box{
	float: left;
}

#main-block .block .item .txt-box{
	float: right;
	margin-right: 5px;
	margin-left: 15px;
}

#main-block .block:nth-child(2n) .item .img-box{
	float: right;
}

#main-block .block:nth-child(2n) .item .txt-box{
	float: left;
	margin-right: 15px;
	margin-left: 5px;
}

#main-block .article{
	background: #fff;
	padding: 15px;
}

#main-block .main-txt{
	font-size: 30px;
	color: #30475f;
	margin: 0 1.5rem;
}

#main-block .article .item{
	margin: 25px 0;
}

#main-block .article .item .img-box{
	width: 20%;
	text-align: center
}

#main-block .article .item .img-box img{
	width: 100%;
}

#main-block .article .item .txt-box{
	width: calc(80% - 56px);
	border: 3px solid #b1dbf1;
	border-radius: 20px;
	padding: 15px;
	background: #fcfeff;
}

#main-block .write-ng .article .item .txt-box{
	border: 3px solid #f2b0c1;
	background: #fffcfc;
}

#main-block .write-attn .article .item .txt-box{
	border: 3px solid #ffc58d;
	background: #fffdfb;
}

#main-block .article .txt-box .ttl{
	font-size: 24px;
	margin: 0 0.5rem;
	color: #712e24;
}

/* 一番下の細かい説明ブロック */
#main-block .article .postscript{
	border-top: 2px dashed #ab7a62;
	padding: 25px 10px 0 10px;
	margin-bottom: 15px;
}
#main-block .article .postscript .ttl{
	font-size: 20px;
	margin: 0 0.5rem;
	color: #712e24;
}

#main-block .article .postscript img{
	height: 1rem;
	vertical-align: middle;
	padding-bottom: 3px;
}